diff --git a/CHANGELOG.md b/CHANGELOG.md index ebb7cff0b..e73ccec21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### 5.0.13 ++ [x] Update Sidenav Counter, added role, theme ++ [x] Update NavView (save compact state) ++ [x] Set default size for body 100vh + ### 5.0.12 + [x] Update components for themes + [x] Update NavView (save compact state) @@ -7,7 +12,6 @@ + [x] Improve Spinner button hold event + [x] Fix Calendar duplicate day 27 for october - ### 5.0.11 + [x] Fix G.number() + [x] Bugs fixes diff --git a/__html__/navview.html b/__html__/navview.html index a090cd3d8..76c25c13f 100644 --- a/__html__/navview.html +++ b/__html__/navview.html @@ -7,124 +7,205 @@ Test Navview - Metro 4 :: Popular HTML, CSS and JS library - - - - - diff --git a/__html__/sidenav-counter.html b/__html__/sidenav-counter.html new file mode 100644 index 000000000..1b7342a70 --- /dev/null +++ b/__html__/sidenav-counter.html @@ -0,0 +1,58 @@ + + + + + + + + + Test Sidenav - Metro 4 :: Popular HTML, CSS and JS library + + + + + + + + diff --git a/lib/metro.all.css b/lib/metro.all.css index c541a0fe4..0e9a8e133 100644 --- a/lib/metro.all.css +++ b/lib/metro.all.css @@ -1 +1 @@ -*,*:before,*:after{box-sizing:border-box}html{-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:sans-serif;scroll-behavior:smooth}body{line-height:1.5;overflow-x:hidden;background-color:#fff;min-height:100vh;text-rendering:optimizeSpeed}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:""}table{border-collapse:collapse;border-spacing:0}base,basefont,datalist,head,meta,script,style,title,noembed,param,template{display:none}[tabindex="-1"]:focus{outline:none!important}[hidden]{display:none!important}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}svg:not(:root){overflow:hidden}img{vertical-align:middle;border-style:none;max-width:100%}div{position:relative}article>*+*{margin-top:1em}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}[disabled]{pointer-events:none!important;color:#d3d3d3!important}:root{--media-fs: 0;--media-xs: 360px;--media-sm: 576px;--media-ld: 640px;--media-md: 768px;--media-lg: 992px;--media-xl: 1200px;--media-xxl: 1452px;--media-xxxl: 2000px}:root{--default-background: #fff;--default-color: #191919;--default-color-hover: #000000;--default-background-disabled: #f7f8fa;--default-color-disabled: #c9ccd6;--body-background: var(--default-background);--body-color: var(--default-color);--body-color-secondary: #a2a5b1;--border-color: #e8e8e8;--link-color: #5a87cb;--link-color-hover: #0056B3FF;--selected-row-background: #f5f8fe;--selected-item-background: #d4e2ff}.dark-side{--default-background: #1e1f22;--default-color: #dbdfe7;--default-color-hover: #dbdfe7;--default-background-disabled: #343637;--default-color-disabled: #54565a;--body-background: var(--default-background);--body-color: var(--default-color);--body-color-secondary: #c0c0c0;--border-color: #4a4d51;--link-color: #5a87cb;--link-color-hover: #0056B3FF;--selected-row-background: #26282e;--selected-item-background: #2e436e}body{background-color:var(--body-background);color:var(--body-color)}.ani-spin,.ani-hover-spin:hover{animation:ani-spin 1.5s linear infinite}.ani-pulse,.ani-hover-pulse:hover{animation:ani-pulse 1.7s infinite}.ani-spanner,.ani-hover-spanner:hover{transform-origin:90% 35%;animation:ani-wrench 2.5s ease infinite}.ani-ring,.ani-hover-ring:hover{transform-origin:50% 0;animation:ani-ring 2s ease infinite}.ani-vertical,.ani-hover-vertical:hover{animation:ani-vertical 2s ease infinite}.ani-horizontal,.ani-hover-horizontal:hover{animation:ani-horizontal 2s ease infinite}.ani-flash,.ani-hover-flash:hover{animation:ani-flash 2s ease infinite}.ani-bounce,.ani-hover-bounce:hover{animation:ani-bounce 2s ease infinite}.ani-float,.ani-hover-float:hover{animation:ani-float 2s linear infinite}.ani-heartbeat,.ani-hover-heartbeat:hover{animation:ani-heartbeat 2s linear infinite}.ani-shake,.ani-hover-shake:hover{animation:ani-wrench 2.5s ease infinite}.ani-shuttle,.ani-hover-shuttle:hover{animation:ani-shuttle 2s linear infinite}.ani-pass,.ani-hover-pass:hover{animation:ani-pass 2s linear infinite}.ani-ripple,.ani-hover-ripple:hover{animation:ani-ripple 2s infinite linear}@keyframes swinging{0%{transform:rotate(0)}5%{transform:rotate(10deg)}10%{transform:rotate(-9deg)}15%{transform:rotate(8deg)}20%{transform:rotate(-7deg)}25%{transform:rotate(6deg)}30%{transform:rotate(-5deg)}35%{transform:rotate(4deg)}40%{transform:rotate(-3deg)}45%{transform:rotate(2deg)}50%{transform:rotate(0)}to{transform:rotate(0)}}@keyframes scaleout{0%{transform:scale(0)}to{transform:scale(1);opacity:0}}@keyframes cubemove{25%{transform:translate(10px) rotate(-90deg)}50%{transform:translate(10px) translateY(10px) rotate(-179deg)}50.1%{transform:translate(10px) translateY(10px) rotate(-180deg)}75%{transform:translate(0) translateY(10px) rotate(-270deg)}to{transform:rotate(-360deg)}}@keyframes orbit{0%{opacity:1;animation-timing-function:ease-out;transform:rotate(225deg)}7%{transform:rotate(345deg);animation-timing-function:linear}35%{transform:rotate(495deg);animation-timing-function:ease-in-out}42%{transform:rotate(690deg);animation-timing-function:linear}70%{opacity:1;transform:rotate(835deg);animation-timing-function:linear}76%{opacity:1}77%{transform:rotate(955deg);animation-timing-function:ease-in}78%{transform:rotate(955deg);opacity:0}to{transform:rotate(955deg);opacity:0}}@keyframes metro-slide{0%{left:-50%}to{left:150%}}@keyframes metro-opacity{0%{opacity:0}50%{opacity:.5}to{opacity:1}}@keyframes ani-spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes ani-pulse{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes ani-wrench{0%{transform:rotate(-12deg)}8%{transform:rotate(12deg)}10%{transform:rotate(24deg)}18%{transform:rotate(-24deg)}20%{transform:rotate(-24deg)}28%{transform:rotate(24deg)}30%{transform:rotate(24deg)}38%{transform:rotate(-24deg)}40%{transform:rotate(-24deg)}48%{transform:rotate(24deg)}50%{transform:rotate(24deg)}58%{transform:rotate(-24deg)}60%{transform:rotate(-24deg)}68%{transform:rotate(24deg)}75%{transform:rotate(0)}}@keyframes ani-ring{0%{transform:rotate(-15deg)}2%{transform:rotate(15deg)}4%{transform:rotate(-18deg)}6%{transform:rotate(18deg)}8%{transform:rotate(-22deg)}10%{transform:rotate(22deg)}12%{transform:rotate(-18deg)}14%{transform:rotate(18deg)}16%{transform:rotate(-12deg)}18%{transform:rotate(12deg)}20%{transform:rotate(0)}}@keyframes ani-vertical{0%{transform:translateY(-3px)}4%{transform:translateY(3px)}8%{transform:translateY(-3px)}12%{transform:translateY(3px)}16%{transform:translateY(-3px)}20%{transform:translateY(3px)}22%{transform:translate(0)}}@keyframes ani-horizontal{0%{transform:translate(0)}6%{transform:translate(5px)}12%{transform:translate(0)}18%{transform:translate(5px)}24%{transform:translate(0)}30%{transform:translate(5px)}36%{transform:translate(0)}}@keyframes ani-flash{0%,to,50%{opacity:1}25%,75%{opacity:0}}@keyframes ani-bounce{0%,10%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-15px)}60%{transform:translateY(-15px)}}@keyframes ani-float{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}@keyframes ani-heartbeat{0%{transform:scale(1.1)}50%{transform:scale(.8)}to{transform:scale(1.1)}}@keyframes ani-shuttle{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-8deg)}30%,50%,70%{transform:scale(1.3) rotate(8deg)}40%,60%{transform:scale(1.3) rotate(-8deg)}80%{transform:scale(1) rotate(0)}}@keyframes ani-pass{0%{transform:translate(-50%);opacity:0}50%{transform:translate(0);opacity:1}to{transform:translate(50%);opacity:0}}@keyframes ani-ripple{0%{opacity:.6}50%{transform:scale(1.8);opacity:0}to{opacity:0}}@keyframes ani-shrink{0%{transform:scale(1)}90%{transform:scale(1)}to{transform:scale(.5)}}@keyframes ani-pre-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ani-bg-stripes{0%{background-position:40px 0}to{background-position:0 0}}:root{--border-radius: 4px}.no-border{border:0!important}.no-border-left{border-left:none!important}.no-border-right{border-right:none!important}.no-border-top{border-top:none!important}.no-border-bottom{border-bottom:none!important}.no-border-visible{border-color:transparent!important}.border-none{border:0!important}.border-left-none{border-left:none!important}.border-right-none{border-right:none!important}.border-top-none{border-top:none!important}.border-bottom-none{border-bottom:none!important}.border-visible-none{border-color:transparent!important}.border{border:1px solid transparent}.border-left{border-left:1px solid transparent}.border-right{border-right:1px solid transparent}.border-top{border-top:1px solid transparent}.border-bottom{border-bottom:1px solid transparent}.border-top-left,.border-left-top{border-top:1px solid transparent;border-left:1px solid transparent}.border-top-right,.border-right-top{border-top:1px solid transparent;border-right:1px solid transparent}.border-bottom-right,.border-right-bottom{border-bottom:1px solid transparent;border-right:1px solid transparent}.border-bottom-left,.border-left-bottom{border-bottom:1px solid transparent;border-left:1px solid transparent}.border-top-bottom,.border-bottom-top{border-bottom:1px solid transparent;border-top:1px solid transparent}.border-right-left,.border-left-right{border-right:1px solid transparent;border-left:1px solid transparent}.border-top-right-bottom{border-top:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent}.border-right-bottom-left{border-left:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent}.border-bottom-left-top,.border-left-top-right{border-left:1px solid transparent;border-top:1px solid transparent;border-bottom:1px solid transparent}.border-radius{border-radius:var(--border-radius)}.border-radius-half{border-radius:50%}.border-20,.border-size-20{border-width:20px}.border-radius-20{border-radius:20px}.border-19,.border-size-19{border-width:19px}.border-radius-19{border-radius:19px}.border-18,.border-size-18{border-width:18px}.border-radius-18{border-radius:18px}.border-17,.border-size-17{border-width:17px}.border-radius-17{border-radius:17px}.border-16,.border-size-16{border-width:16px}.border-radius-16{border-radius:16px}.border-15,.border-size-15{border-width:15px}.border-radius-15{border-radius:15px}.border-14,.border-size-14{border-width:14px}.border-radius-14{border-radius:14px}.border-13,.border-size-13{border-width:13px}.border-radius-13{border-radius:13px}.border-12,.border-size-12{border-width:12px}.border-radius-12{border-radius:12px}.border-11,.border-size-11{border-width:11px}.border-radius-11{border-radius:11px}.border-10,.border-size-10{border-width:10px}.border-radius-10{border-radius:10px}.border-9,.border-size-9{border-width:9px}.border-radius-9{border-radius:9px}.border-8,.border-size-8{border-width:8px}.border-radius-8{border-radius:8px}.border-7,.border-size-7{border-width:7px}.border-radius-7{border-radius:7px}.border-6,.border-size-6{border-width:6px}.border-radius-6{border-radius:6px}.border-5,.border-size-5{border-width:5px}.border-radius-5{border-radius:5px}.border-4,.border-size-4{border-width:4px}.border-radius-4{border-radius:4px}.border-3,.border-size-3{border-width:3px}.border-radius-3{border-radius:3px}.border-2,.border-size-2{border-width:2px}.border-radius-2{border-radius:2px}.border-1,.border-size-1{border-width:1px}.border-radius-1{border-radius:1px}.rounded{border-radius:var(--border-radius)!important}.border-50{border-radius:50%!important}.border-solid{border-style:solid!important}.border-dashed{border-style:dashed!important}.border-dotted{border-style:dotted!important}.border-double{border-style:double!important}.border-groove{border-style:groove!important}.border-inset{border-style:inset!important}.border-outset{border-style:outset!important}.border-ridge{border-style:ridge!important}.c-auto{cursor:auto}.c-default{cursor:default}.c-context-menu{cursor:context-menu}.c-help{cursor:help}.c-pointer{cursor:pointer}.c-progress{cursor:progress}.c-wait{cursor:wait}.c-cell{cursor:cell}.c-crosshair{cursor:crosshair}.c-text{cursor:text}.c-text-vertical{cursor:vertical-text}.c-alias{cursor:alias}.c-copy{cursor:copy}.c-move{cursor:move}.c-no-drop{cursor:no-drop}.c-not-allowed{cursor:not-allowed}.c-all-scroll{cursor:all-scroll}.c-col-resize{cursor:col-resize}.c-row-resize{cursor:row-resize}.c-n-resize{cursor:n-resize}.c-e-resize{cursor:e-resize}.c-s-resize{cursor:s-resize}.c-w-resize{cursor:w-resize}.c-ne-resize{cursor:ne-resize}.c-nw-resize{cursor:nw-resize}.c-se-resize{cursor:se-resize}.c-sw-resize{cursor:sw-resize}.c-ew-resize{cursor:ew-resize}.c-ns-resize{cursor:ns-resize}.c-nesw-resize{cursor:nesw-resize}.c-nwse-resize{cursor:nwse-resize}.c-zoom-in{cursor:zoom-in}.c-zoom-out{cursor:zoom-out}.c-grab{cursor:grab}.c-grabbing{cursor:grabbing}.c-none{cursor:none}.debug{outline:1px dotted red!important;min-width:1px;min-height:1px}.visible{visibility:visible!important}.no-visible{visibility:hidden!important}.d-none{display:none!important}.d-block{display:block!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}@media screen and (min-width: 0){.visible-fs{visibility:visible!important}.no-visible-fs{visibility:hidden!important}.d-none-fs{display:none!important}.d-block-fs{display:block!important}.d-inline-fs{display:inline!important}.d-inline-block-fs{display:inline-block!important}.d-table-fs{display:table!important}.d-table-row-fs{display:table-row!important}.d-table-cell-fs{display:table-cell!important}}@media screen and (min-width: 360px){.visible-xs{visibility:visible!important}.no-visible-xs{visibility:hidden!important}.d-none-xs{display:none!important}.d-block-xs{display:block!important}.d-inline-xs{display:inline!important}.d-inline-block-xs{display:inline-block!important}.d-table-xs{display:table!important}.d-table-row-xs{display:table-row!important}.d-table-cell-xs{display:table-cell!important}}@media screen and (min-width: 576px){.visible-sm{visibility:visible!important}.no-visible-sm{visibility:hidden!important}.d-none-sm{display:none!important}.d-block-sm{display:block!important}.d-inline-sm{display:inline!important}.d-inline-block-sm{display:inline-block!important}.d-table-sm{display:table!important}.d-table-row-sm{display:table-row!important}.d-table-cell-sm{display:table-cell!important}}@media screen and (min-width: 640px){.visible-ld{visibility:visible!important}.no-visible-ld{visibility:hidden!important}.d-none-ld{display:none!important}.d-block-ld{display:block!important}.d-inline-ld{display:inline!important}.d-inline-block-ld{display:inline-block!important}.d-table-ld{display:table!important}.d-table-row-ld{display:table-row!important}.d-table-cell-ld{display:table-cell!important}}@media screen and (min-width: 768px){.visible-md{visibility:visible!important}.no-visible-md{visibility:hidden!important}.d-none-md{display:none!important}.d-block-md{display:block!important}.d-inline-md{display:inline!important}.d-inline-block-md{display:inline-block!important}.d-table-md{display:table!important}.d-table-row-md{display:table-row!important}.d-table-cell-md{display:table-cell!important}}@media screen and (min-width: 992px){.visible-lg{visibility:visible!important}.no-visible-lg{visibility:hidden!important}.d-none-lg{display:none!important}.d-block-lg{display:block!important}.d-inline-lg{display:inline!important}.d-inline-block-lg{display:inline-block!important}.d-table-lg{display:table!important}.d-table-row-lg{display:table-row!important}.d-table-cell-lg{display:table-cell!important}}@media screen and (min-width: 1200px){.visible-xl{visibility:visible!important}.no-visible-xl{visibility:hidden!important}.d-none-xl{display:none!important}.d-block-xl{display:block!important}.d-inline-xl{display:inline!important}.d-inline-block-xl{display:inline-block!important}.d-table-xl{display:table!important}.d-table-row-xl{display:table-row!important}.d-table-cell-xl{display:table-cell!important}}@media screen and (min-width: 1452px){.visible-xxl{visibility:visible!important}.no-visible-xxl{visibility:hidden!important}.d-none-xxl{display:none!important}.d-block-xxl{display:block!important}.d-inline-xxl{display:inline!important}.d-inline-block-xxl{display:inline-block!important}.d-table-xxl{display:table!important}.d-table-row-xxl{display:table-row!important}.d-table-cell-xxl{display:table-cell!important}}@media screen and (min-width: 2000px){.visible-xxxl{visibility:visible!important}.no-visible-xxxl{visibility:hidden!important}.d-none-xxxl{display:none!important}.d-block-xxxl{display:block!important}.d-inline-xxxl{display:inline!important}.d-inline-block-xxxl{display:inline-block!important}.d-table-xxxl{display:table!important}.d-table-row-xxxl{display:table-row!important}.d-table-cell-xxxl{display:table-cell!important}}.embed-container{position:relative;display:block;padding:0;overflow:hidden;width:100%;height:100%}.embed-container:before{padding-top:56.25%;display:block;content:""}.embed-container iframe,.embed-container object,.embed-container embed,.embed-container video,.embed-container .embed-item{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.embed-container.size-21x9:before{padding-top:42.85714286%}.embed-container.size-16x9:before{padding-top:56.25%}.embed-container.size-4x3:before{padding-top:75%}.embed-container.size-1x1:before{padding-top:100%}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media screen and (min-width: 0){.d-flex-fs{display:flex!important}.d-inline-flex-fs{display:inline-flex!important}}@media screen and (min-width: 360px){.d-flex-xs{display:flex!important}.d-inline-flex-xs{display:inline-flex!important}}@media screen and (min-width: 576px){.d-flex-sm{display:flex!important}.d-inline-flex-sm{display:inline-flex!important}}@media screen and (min-width: 640px){.d-flex-ld{display:flex!important}.d-inline-flex-ld{display:inline-flex!important}}@media screen and (min-width: 768px){.d-flex-md{display:flex!important}.d-inline-flex-md{display:inline-flex!important}}@media screen and (min-width: 992px){.d-flex-lg{display:flex!important}.d-inline-flex-lg{display:inline-flex!important}}@media screen and (min-width: 1200px){.d-flex-xl{display:flex!important}.d-inline-flex-xl{display:inline-flex!important}}@media screen and (min-width: 1452px){.d-flex-xxl{display:flex!important}.d-inline-flex-xxl{display:inline-flex!important}}@media screen and (min-width: 2000px){.d-flex-xxxl{display:flex!important}.d-inline-flex-xxxl{display:inline-flex!important}}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.order-13{order:13}.order-14{order:14}.order-15{order:15}.order-16{order:16}.order-17{order:17}.order-18{order:18}.order-19{order:19}.order-20{order:20}.order-21{order:21}.order-22{order:22}.order-23{order:23}.order-24{order:24}.flex-equal-items>*{flex:1}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap{flex-wrap:wrap!important}.flex-wrap-r{flex-wrap:wrap-reverse!important}.flex-column{flex-direction:column!important}.flex-column-r{flex-direction:column-reverse!important}.flex-row{flex-direction:row!important}.flex-row-r{flex-direction:row-reverse!important}.flex-align-start{align-items:flex-start!important}.flex-align-end{align-items:flex-end!important}.flex-align-center{align-items:center!important}.flex-align-stretch{align-items:stretch!important}.flex-align-baseline{align-items:baseline!important}.flex-self-start{align-self:flex-start!important}.flex-self-end{align-self:flex-end!important}.flex-self-center{align-self:center!important}.flex-self-stretch{align-self:stretch!important}.flex-self-baseline{align-self:baseline!important}.flex-justify-start{justify-content:flex-start!important}.flex-justify-end{justify-content:flex-end!important}.flex-justify-center{justify-content:center!important}.flex-justify-between{justify-content:space-between!important}.flex-justify-around{justify-content:space-around!important}.flex-content-start{align-content:flex-start!important}.flex-content-end{align-content:flex-end!important}.flex-content-center{align-content:center!important}.flex-content-between{align-content:space-between!important}.flex-content-around{align-content:space-around!important}.flex-content-stretch{align-content:stretch!important}.flex-no-shrink>*{flex-shrink:0}.flex-shrink>*{flex-shrink:1}.flex-no-grow>*{flex-grow:0}.flex-grow>*{flex-grow:1}.flex-no-shrink-self{flex-shrink:0}.flex-shrink-self{flex-shrink:1}.flex-no-grow-self{flex-grow:0}.flex-grow-self{flex-grow:1}.flex-right{margin-left:auto}.flex-left{margin-right:auto}.flex-top{margin-bottom:auto}.flex-bottom{margin-top:auto}.flex-center,.content-center{display:flex;align-items:center;justify-content:center}@media screen and (min-width: 0){.flex-nowrap-fs{flex-wrap:nowrap!important}.flex-wrap-fs{flex-wrap:wrap!important}.flex-wrap-r-fs{flex-wrap:wrap-reverse!important}.flex-column-fs{flex-direction:column!important}.flex-column-r-fs{flex-direction:column-reverse!important}.flex-row-fs{flex-direction:row!important}.flex-row-r-fs{flex-direction:row-reverse!important}.flex-align-start-fs{align-items:flex-start!important}.flex-align-end-fs{align-items:flex-end!important}.flex-align-center-fs{align-items:center!important}.flex-align-stretch-fs{align-items:stretch!important}.flex-align-baseline-fs{align-items:baseline!important}.flex-self-start-fs{align-self:flex-start!important}.flex-self-end-fs{align-self:flex-end!important}.flex-self-center-fs{align-self:center!important}.flex-self-stretch-fs{align-self:stretch!important}.flex-self-baseline-fs{align-self:baseline!important}.flex-justify-start-fs{justify-content:flex-start!important}.flex-justify-end-fs{justify-content:flex-end!important}.flex-justify-center-fs{justify-content:center!important}.flex-justify-between-fs{justify-content:space-between!important}.flex-justify-around-fs{justify-content:space-around!important}.flex-content-start-fs{align-content:flex-start!important}.flex-content-end-fs{align-content:flex-end!important}.flex-content-center-fs{align-content:center!important}.flex-content-between-fs{align-content:space-between!important}.flex-content-around-fs{align-content:space-around!important}.flex-content-stretch-fs{align-content:stretch!important}.flex-no-shrink-fs>*{flex-shrink:0}.flex-shrink-fs>*{flex-shrink:1}.flex-no-grow-fs>*{flex-grow:0}.flex-grow-fs>*{flex-grow:1}.flex-no-shrink-self-fs{flex-shrink:0}.flex-shrink-self-fs{flex-shrink:1}.flex-no-grow-self-fs{flex-grow:0}.flex-grow-self-fs{flex-grow:1}.flex-right-fs{margin-left:auto}.flex-left-fs{margin-right:auto}.flex-top-fs{margin-bottom:auto}.flex-bottom-fs{margin-top:auto}.order-1-fs{order:1}.order-2-fs{order:2}.order-3-fs{order:3}.order-4-fs{order:4}.order-5-fs{order:5}.order-6-fs{order:6}.order-7-fs{order:7}.order-8-fs{order:8}.order-9-fs{order:9}.order-10-fs{order:10}.order-11-fs{order:11}.order-12-fs{order:12}.order-13-fs{order:13}.order-14-fs{order:14}.order-15-fs{order:15}.order-16-fs{order:16}.order-17-fs{order:17}.order-18-fs{order:18}.order-19-fs{order:19}.order-20-fs{order:20}.order-21-fs{order:21}.order-22-fs{order:22}.order-23-fs{order:23}.order-24-fs{order:24}}@media screen and (min-width: 360px){.flex-nowrap-xs{flex-wrap:nowrap!important}.flex-wrap-xs{flex-wrap:wrap!important}.flex-wrap-r-xs{flex-wrap:wrap-reverse!important}.flex-column-xs{flex-direction:column!important}.flex-column-r-xs{flex-direction:column-reverse!important}.flex-row-xs{flex-direction:row!important}.flex-row-r-xs{flex-direction:row-reverse!important}.flex-align-start-xs{align-items:flex-start!important}.flex-align-end-xs{align-items:flex-end!important}.flex-align-center-xs{align-items:center!important}.flex-align-stretch-xs{align-items:stretch!important}.flex-align-baseline-xs{align-items:baseline!important}.flex-self-start-xs{align-self:flex-start!important}.flex-self-end-xs{align-self:flex-end!important}.flex-self-center-xs{align-self:center!important}.flex-self-stretch-xs{align-self:stretch!important}.flex-self-baseline-xs{align-self:baseline!important}.flex-justify-start-xs{justify-content:flex-start!important}.flex-justify-end-xs{justify-content:flex-end!important}.flex-justify-center-xs{justify-content:center!important}.flex-justify-between-xs{justify-content:space-between!important}.flex-justify-around-xs{justify-content:space-around!important}.flex-content-start-xs{align-content:flex-start!important}.flex-content-end-xs{align-content:flex-end!important}.flex-content-center-xs{align-content:center!important}.flex-content-between-xs{align-content:space-between!important}.flex-content-around-xs{align-content:space-around!important}.flex-content-stretch-xs{align-content:stretch!important}.flex-no-shrink-xs>*{flex-shrink:0}.flex-shrink-xs>*{flex-shrink:1}.flex-no-grow-xs>*{flex-grow:0}.flex-grow-xs>*{flex-grow:1}.flex-no-shrink-self-xs{flex-shrink:0}.flex-shrink-self-xs{flex-shrink:1}.flex-no-grow-self-xs{flex-grow:0}.flex-grow-self-xs{flex-grow:1}.flex-right-xs{margin-left:auto}.flex-left-xs{margin-right:auto}.flex-top-xs{margin-bottom:auto}.flex-bottom-xs{margin-top:auto}.order-1-xs{order:1}.order-2-xs{order:2}.order-3-xs{order:3}.order-4-xs{order:4}.order-5-xs{order:5}.order-6-xs{order:6}.order-7-xs{order:7}.order-8-xs{order:8}.order-9-xs{order:9}.order-10-xs{order:10}.order-11-xs{order:11}.order-12-xs{order:12}.order-13-xs{order:13}.order-14-xs{order:14}.order-15-xs{order:15}.order-16-xs{order:16}.order-17-xs{order:17}.order-18-xs{order:18}.order-19-xs{order:19}.order-20-xs{order:20}.order-21-xs{order:21}.order-22-xs{order:22}.order-23-xs{order:23}.order-24-xs{order:24}}@media screen and (min-width: 576px){.flex-nowrap-sm{flex-wrap:nowrap!important}.flex-wrap-sm{flex-wrap:wrap!important}.flex-wrap-r-sm{flex-wrap:wrap-reverse!important}.flex-column-sm{flex-direction:column!important}.flex-column-r-sm{flex-direction:column-reverse!important}.flex-row-sm{flex-direction:row!important}.flex-row-r-sm{flex-direction:row-reverse!important}.flex-align-start-sm{align-items:flex-start!important}.flex-align-end-sm{align-items:flex-end!important}.flex-align-center-sm{align-items:center!important}.flex-align-stretch-sm{align-items:stretch!important}.flex-align-baseline-sm{align-items:baseline!important}.flex-self-start-sm{align-self:flex-start!important}.flex-self-end-sm{align-self:flex-end!important}.flex-self-center-sm{align-self:center!important}.flex-self-stretch-sm{align-self:stretch!important}.flex-self-baseline-sm{align-self:baseline!important}.flex-justify-start-sm{justify-content:flex-start!important}.flex-justify-end-sm{justify-content:flex-end!important}.flex-justify-center-sm{justify-content:center!important}.flex-justify-between-sm{justify-content:space-between!important}.flex-justify-around-sm{justify-content:space-around!important}.flex-content-start-sm{align-content:flex-start!important}.flex-content-end-sm{align-content:flex-end!important}.flex-content-center-sm{align-content:center!important}.flex-content-between-sm{align-content:space-between!important}.flex-content-around-sm{align-content:space-around!important}.flex-content-stretch-sm{align-content:stretch!important}.flex-no-shrink-sm>*{flex-shrink:0}.flex-shrink-sm>*{flex-shrink:1}.flex-no-grow-sm>*{flex-grow:0}.flex-grow-sm>*{flex-grow:1}.flex-no-shrink-self-sm{flex-shrink:0}.flex-shrink-self-sm{flex-shrink:1}.flex-no-grow-self-sm{flex-grow:0}.flex-grow-self-sm{flex-grow:1}.flex-right-sm{margin-left:auto}.flex-left-sm{margin-right:auto}.flex-top-sm{margin-bottom:auto}.flex-bottom-sm{margin-top:auto}.order-1-sm{order:1}.order-2-sm{order:2}.order-3-sm{order:3}.order-4-sm{order:4}.order-5-sm{order:5}.order-6-sm{order:6}.order-7-sm{order:7}.order-8-sm{order:8}.order-9-sm{order:9}.order-10-sm{order:10}.order-11-sm{order:11}.order-12-sm{order:12}.order-13-sm{order:13}.order-14-sm{order:14}.order-15-sm{order:15}.order-16-sm{order:16}.order-17-sm{order:17}.order-18-sm{order:18}.order-19-sm{order:19}.order-20-sm{order:20}.order-21-sm{order:21}.order-22-sm{order:22}.order-23-sm{order:23}.order-24-sm{order:24}}@media screen and (min-width: 640px){.flex-nowrap-ld{flex-wrap:nowrap!important}.flex-wrap-ld{flex-wrap:wrap!important}.flex-wrap-r-ld{flex-wrap:wrap-reverse!important}.flex-column-ld{flex-direction:column!important}.flex-column-r-ld{flex-direction:column-reverse!important}.flex-row-ld{flex-direction:row!important}.flex-row-r-ld{flex-direction:row-reverse!important}.flex-align-start-ld{align-items:flex-start!important}.flex-align-end-ld{align-items:flex-end!important}.flex-align-center-ld{align-items:center!important}.flex-align-stretch-ld{align-items:stretch!important}.flex-align-baseline-ld{align-items:baseline!important}.flex-self-start-ld{align-self:flex-start!important}.flex-self-end-ld{align-self:flex-end!important}.flex-self-center-ld{align-self:center!important}.flex-self-stretch-ld{align-self:stretch!important}.flex-self-baseline-ld{align-self:baseline!important}.flex-justify-start-ld{justify-content:flex-start!important}.flex-justify-end-ld{justify-content:flex-end!important}.flex-justify-center-ld{justify-content:center!important}.flex-justify-between-ld{justify-content:space-between!important}.flex-justify-around-ld{justify-content:space-around!important}.flex-content-start-ld{align-content:flex-start!important}.flex-content-end-ld{align-content:flex-end!important}.flex-content-center-ld{align-content:center!important}.flex-content-between-ld{align-content:space-between!important}.flex-content-around-ld{align-content:space-around!important}.flex-content-stretch-ld{align-content:stretch!important}.flex-no-shrink-ld>*{flex-shrink:0}.flex-shrink-ld>*{flex-shrink:1}.flex-no-grow-ld>*{flex-grow:0}.flex-grow-ld>*{flex-grow:1}.flex-no-shrink-self-ld{flex-shrink:0}.flex-shrink-self-ld{flex-shrink:1}.flex-no-grow-self-ld{flex-grow:0}.flex-grow-self-ld{flex-grow:1}.flex-right-ld{margin-left:auto}.flex-left-ld{margin-right:auto}.flex-top-ld{margin-bottom:auto}.flex-bottom-ld{margin-top:auto}.order-1-ld{order:1}.order-2-ld{order:2}.order-3-ld{order:3}.order-4-ld{order:4}.order-5-ld{order:5}.order-6-ld{order:6}.order-7-ld{order:7}.order-8-ld{order:8}.order-9-ld{order:9}.order-10-ld{order:10}.order-11-ld{order:11}.order-12-ld{order:12}.order-13-ld{order:13}.order-14-ld{order:14}.order-15-ld{order:15}.order-16-ld{order:16}.order-17-ld{order:17}.order-18-ld{order:18}.order-19-ld{order:19}.order-20-ld{order:20}.order-21-ld{order:21}.order-22-ld{order:22}.order-23-ld{order:23}.order-24-ld{order:24}}@media screen and (min-width: 768px){.flex-nowrap-md{flex-wrap:nowrap!important}.flex-wrap-md{flex-wrap:wrap!important}.flex-wrap-r-md{flex-wrap:wrap-reverse!important}.flex-column-md{flex-direction:column!important}.flex-column-r-md{flex-direction:column-reverse!important}.flex-row-md{flex-direction:row!important}.flex-row-r-md{flex-direction:row-reverse!important}.flex-align-start-md{align-items:flex-start!important}.flex-align-end-md{align-items:flex-end!important}.flex-align-center-md{align-items:center!important}.flex-align-stretch-md{align-items:stretch!important}.flex-align-baseline-md{align-items:baseline!important}.flex-self-start-md{align-self:flex-start!important}.flex-self-end-md{align-self:flex-end!important}.flex-self-center-md{align-self:center!important}.flex-self-stretch-md{align-self:stretch!important}.flex-self-baseline-md{align-self:baseline!important}.flex-justify-start-md{justify-content:flex-start!important}.flex-justify-end-md{justify-content:flex-end!important}.flex-justify-center-md{justify-content:center!important}.flex-justify-between-md{justify-content:space-between!important}.flex-justify-around-md{justify-content:space-around!important}.flex-content-start-md{align-content:flex-start!important}.flex-content-end-md{align-content:flex-end!important}.flex-content-center-md{align-content:center!important}.flex-content-between-md{align-content:space-between!important}.flex-content-around-md{align-content:space-around!important}.flex-content-stretch-md{align-content:stretch!important}.flex-no-shrink-md>*{flex-shrink:0}.flex-shrink-md>*{flex-shrink:1}.flex-no-grow-md>*{flex-grow:0}.flex-grow-md>*{flex-grow:1}.flex-no-shrink-self-md{flex-shrink:0}.flex-shrink-self-md{flex-shrink:1}.flex-no-grow-self-md{flex-grow:0}.flex-grow-self-md{flex-grow:1}.flex-right-md{margin-left:auto}.flex-left-md{margin-right:auto}.flex-top-md{margin-bottom:auto}.flex-bottom-md{margin-top:auto}.order-1-md{order:1}.order-2-md{order:2}.order-3-md{order:3}.order-4-md{order:4}.order-5-md{order:5}.order-6-md{order:6}.order-7-md{order:7}.order-8-md{order:8}.order-9-md{order:9}.order-10-md{order:10}.order-11-md{order:11}.order-12-md{order:12}.order-13-md{order:13}.order-14-md{order:14}.order-15-md{order:15}.order-16-md{order:16}.order-17-md{order:17}.order-18-md{order:18}.order-19-md{order:19}.order-20-md{order:20}.order-21-md{order:21}.order-22-md{order:22}.order-23-md{order:23}.order-24-md{order:24}}@media screen and (min-width: 992px){.flex-nowrap-lg{flex-wrap:nowrap!important}.flex-wrap-lg{flex-wrap:wrap!important}.flex-wrap-r-lg{flex-wrap:wrap-reverse!important}.flex-column-lg{flex-direction:column!important}.flex-column-r-lg{flex-direction:column-reverse!important}.flex-row-lg{flex-direction:row!important}.flex-row-r-lg{flex-direction:row-reverse!important}.flex-align-start-lg{align-items:flex-start!important}.flex-align-end-lg{align-items:flex-end!important}.flex-align-center-lg{align-items:center!important}.flex-align-stretch-lg{align-items:stretch!important}.flex-align-baseline-lg{align-items:baseline!important}.flex-self-start-lg{align-self:flex-start!important}.flex-self-end-lg{align-self:flex-end!important}.flex-self-center-lg{align-self:center!important}.flex-self-stretch-lg{align-self:stretch!important}.flex-self-baseline-lg{align-self:baseline!important}.flex-justify-start-lg{justify-content:flex-start!important}.flex-justify-end-lg{justify-content:flex-end!important}.flex-justify-center-lg{justify-content:center!important}.flex-justify-between-lg{justify-content:space-between!important}.flex-justify-around-lg{justify-content:space-around!important}.flex-content-start-lg{align-content:flex-start!important}.flex-content-end-lg{align-content:flex-end!important}.flex-content-center-lg{align-content:center!important}.flex-content-between-lg{align-content:space-between!important}.flex-content-around-lg{align-content:space-around!important}.flex-content-stretch-lg{align-content:stretch!important}.flex-no-shrink-lg>*{flex-shrink:0}.flex-shrink-lg>*{flex-shrink:1}.flex-no-grow-lg>*{flex-grow:0}.flex-grow-lg>*{flex-grow:1}.flex-no-shrink-self-lg{flex-shrink:0}.flex-shrink-self-lg{flex-shrink:1}.flex-no-grow-self-lg{flex-grow:0}.flex-grow-self-lg{flex-grow:1}.flex-right-lg{margin-left:auto}.flex-left-lg{margin-right:auto}.flex-top-lg{margin-bottom:auto}.flex-bottom-lg{margin-top:auto}.order-1-lg{order:1}.order-2-lg{order:2}.order-3-lg{order:3}.order-4-lg{order:4}.order-5-lg{order:5}.order-6-lg{order:6}.order-7-lg{order:7}.order-8-lg{order:8}.order-9-lg{order:9}.order-10-lg{order:10}.order-11-lg{order:11}.order-12-lg{order:12}.order-13-lg{order:13}.order-14-lg{order:14}.order-15-lg{order:15}.order-16-lg{order:16}.order-17-lg{order:17}.order-18-lg{order:18}.order-19-lg{order:19}.order-20-lg{order:20}.order-21-lg{order:21}.order-22-lg{order:22}.order-23-lg{order:23}.order-24-lg{order:24}}@media screen and (min-width: 1200px){.flex-nowrap-xl{flex-wrap:nowrap!important}.flex-wrap-xl{flex-wrap:wrap!important}.flex-wrap-r-xl{flex-wrap:wrap-reverse!important}.flex-column-xl{flex-direction:column!important}.flex-column-r-xl{flex-direction:column-reverse!important}.flex-row-xl{flex-direction:row!important}.flex-row-r-xl{flex-direction:row-reverse!important}.flex-align-start-xl{align-items:flex-start!important}.flex-align-end-xl{align-items:flex-end!important}.flex-align-center-xl{align-items:center!important}.flex-align-stretch-xl{align-items:stretch!important}.flex-align-baseline-xl{align-items:baseline!important}.flex-self-start-xl{align-self:flex-start!important}.flex-self-end-xl{align-self:flex-end!important}.flex-self-center-xl{align-self:center!important}.flex-self-stretch-xl{align-self:stretch!important}.flex-self-baseline-xl{align-self:baseline!important}.flex-justify-start-xl{justify-content:flex-start!important}.flex-justify-end-xl{justify-content:flex-end!important}.flex-justify-center-xl{justify-content:center!important}.flex-justify-between-xl{justify-content:space-between!important}.flex-justify-around-xl{justify-content:space-around!important}.flex-content-start-xl{align-content:flex-start!important}.flex-content-end-xl{align-content:flex-end!important}.flex-content-center-xl{align-content:center!important}.flex-content-between-xl{align-content:space-between!important}.flex-content-around-xl{align-content:space-around!important}.flex-content-stretch-xl{align-content:stretch!important}.flex-no-shrink-xl>*{flex-shrink:0}.flex-shrink-xl>*{flex-shrink:1}.flex-no-grow-xl>*{flex-grow:0}.flex-grow-xl>*{flex-grow:1}.flex-no-shrink-self-xl{flex-shrink:0}.flex-shrink-self-xl{flex-shrink:1}.flex-no-grow-self-xl{flex-grow:0}.flex-grow-self-xl{flex-grow:1}.flex-right-xl{margin-left:auto}.flex-left-xl{margin-right:auto}.flex-top-xl{margin-bottom:auto}.flex-bottom-xl{margin-top:auto}.order-1-xl{order:1}.order-2-xl{order:2}.order-3-xl{order:3}.order-4-xl{order:4}.order-5-xl{order:5}.order-6-xl{order:6}.order-7-xl{order:7}.order-8-xl{order:8}.order-9-xl{order:9}.order-10-xl{order:10}.order-11-xl{order:11}.order-12-xl{order:12}.order-13-xl{order:13}.order-14-xl{order:14}.order-15-xl{order:15}.order-16-xl{order:16}.order-17-xl{order:17}.order-18-xl{order:18}.order-19-xl{order:19}.order-20-xl{order:20}.order-21-xl{order:21}.order-22-xl{order:22}.order-23-xl{order:23}.order-24-xl{order:24}}@media screen and (min-width: 1452px){.flex-nowrap-xxl{flex-wrap:nowrap!important}.flex-wrap-xxl{flex-wrap:wrap!important}.flex-wrap-r-xxl{flex-wrap:wrap-reverse!important}.flex-column-xxl{flex-direction:column!important}.flex-column-r-xxl{flex-direction:column-reverse!important}.flex-row-xxl{flex-direction:row!important}.flex-row-r-xxl{flex-direction:row-reverse!important}.flex-align-start-xxl{align-items:flex-start!important}.flex-align-end-xxl{align-items:flex-end!important}.flex-align-center-xxl{align-items:center!important}.flex-align-stretch-xxl{align-items:stretch!important}.flex-align-baseline-xxl{align-items:baseline!important}.flex-self-start-xxl{align-self:flex-start!important}.flex-self-end-xxl{align-self:flex-end!important}.flex-self-center-xxl{align-self:center!important}.flex-self-stretch-xxl{align-self:stretch!important}.flex-self-baseline-xxl{align-self:baseline!important}.flex-justify-start-xxl{justify-content:flex-start!important}.flex-justify-end-xxl{justify-content:flex-end!important}.flex-justify-center-xxl{justify-content:center!important}.flex-justify-between-xxl{justify-content:space-between!important}.flex-justify-around-xxl{justify-content:space-around!important}.flex-content-start-xxl{align-content:flex-start!important}.flex-content-end-xxl{align-content:flex-end!important}.flex-content-center-xxl{align-content:center!important}.flex-content-between-xxl{align-content:space-between!important}.flex-content-around-xxl{align-content:space-around!important}.flex-content-stretch-xxl{align-content:stretch!important}.flex-no-shrink-xxl>*{flex-shrink:0}.flex-shrink-xxl>*{flex-shrink:1}.flex-no-grow-xxl>*{flex-grow:0}.flex-grow-xxl>*{flex-grow:1}.flex-no-shrink-self-xxl{flex-shrink:0}.flex-shrink-self-xxl{flex-shrink:1}.flex-no-grow-self-xxl{flex-grow:0}.flex-grow-self-xxl{flex-grow:1}.flex-right-xxl{margin-left:auto}.flex-left-xxl{margin-right:auto}.flex-top-xxl{margin-bottom:auto}.flex-bottom-xxl{margin-top:auto}.order-1-xxl{order:1}.order-2-xxl{order:2}.order-3-xxl{order:3}.order-4-xxl{order:4}.order-5-xxl{order:5}.order-6-xxl{order:6}.order-7-xxl{order:7}.order-8-xxl{order:8}.order-9-xxl{order:9}.order-10-xxl{order:10}.order-11-xxl{order:11}.order-12-xxl{order:12}.order-13-xxl{order:13}.order-14-xxl{order:14}.order-15-xxl{order:15}.order-16-xxl{order:16}.order-17-xxl{order:17}.order-18-xxl{order:18}.order-19-xxl{order:19}.order-20-xxl{order:20}.order-21-xxl{order:21}.order-22-xxl{order:22}.order-23-xxl{order:23}.order-24-xxl{order:24}}@media screen and (min-width: 2000px){.flex-nowrap-xxxl{flex-wrap:nowrap!important}.flex-wrap-xxxl{flex-wrap:wrap!important}.flex-wrap-r-xxxl{flex-wrap:wrap-reverse!important}.flex-column-xxxl{flex-direction:column!important}.flex-column-r-xxxl{flex-direction:column-reverse!important}.flex-row-xxxl{flex-direction:row!important}.flex-row-r-xxxl{flex-direction:row-reverse!important}.flex-align-start-xxxl{align-items:flex-start!important}.flex-align-end-xxxl{align-items:flex-end!important}.flex-align-center-xxxl{align-items:center!important}.flex-align-stretch-xxxl{align-items:stretch!important}.flex-align-baseline-xxxl{align-items:baseline!important}.flex-self-start-xxxl{align-self:flex-start!important}.flex-self-end-xxxl{align-self:flex-end!important}.flex-self-center-xxxl{align-self:center!important}.flex-self-stretch-xxxl{align-self:stretch!important}.flex-self-baseline-xxxl{align-self:baseline!important}.flex-justify-start-xxxl{justify-content:flex-start!important}.flex-justify-end-xxxl{justify-content:flex-end!important}.flex-justify-center-xxxl{justify-content:center!important}.flex-justify-between-xxxl{justify-content:space-between!important}.flex-justify-around-xxxl{justify-content:space-around!important}.flex-content-start-xxxl{align-content:flex-start!important}.flex-content-end-xxxl{align-content:flex-end!important}.flex-content-center-xxxl{align-content:center!important}.flex-content-between-xxxl{align-content:space-between!important}.flex-content-around-xxxl{align-content:space-around!important}.flex-content-stretch-xxxl{align-content:stretch!important}.flex-no-shrink-xxxl>*{flex-shrink:0}.flex-shrink-xxxl>*{flex-shrink:1}.flex-no-grow-xxxl>*{flex-grow:0}.flex-grow-xxxl>*{flex-grow:1}.flex-no-shrink-self-xxxl{flex-shrink:0}.flex-shrink-self-xxxl{flex-shrink:1}.flex-no-grow-self-xxxl{flex-grow:0}.flex-grow-self-xxxl{flex-grow:1}.flex-right-xxxl{margin-left:auto}.flex-left-xxxl{margin-right:auto}.flex-top-xxxl{margin-bottom:auto}.flex-bottom-xxxl{margin-top:auto}.order-1-xxxl{order:1}.order-2-xxxl{order:2}.order-3-xxxl{order:3}.order-4-xxxl{order:4}.order-5-xxxl{order:5}.order-6-xxxl{order:6}.order-7-xxxl{order:7}.order-8-xxxl{order:8}.order-9-xxxl{order:9}.order-10-xxxl{order:10}.order-11-xxxl{order:11}.order-12-xxxl{order:12}.order-13-xxxl{order:13}.order-14-xxxl{order:14}.order-15-xxxl{order:15}.order-16-xxxl{order:16}.order-17-xxxl{order:17}.order-18-xxxl{order:18}.order-19-xxxl{order:19}.order-20-xxxl{order:20}.order-21-xxxl{order:21}.order-22-xxxl{order:22}.order-23-xxxl{order:23}.order-24-xxxl{order:24}}.clear-float:after{display:block;clear:both;content:""}.place-right,.float-right{float:right!important}.place-left,.float-left{float:left!important}.place-none,.float-none,.no-float{float:none!important}@media screen and (min-width: 0){.place-left-fs{float:left!important}.place-right-fs{float:right!important}.place-none-fs{float:none!important}.float-left-fs{float:left!important}.float-right-fs{float:right!important}.float-none-fs{float:none!important}}@media screen and (min-width: 360px){.place-left-xs{float:left!important}.place-right-xs{float:right!important}.place-none-xs{float:none!important}.float-left-xs{float:left!important}.float-right-xs{float:right!important}.float-none-xs{float:none!important}}@media screen and (min-width: 576px){.place-left-sm{float:left!important}.place-right-sm{float:right!important}.place-none-sm{float:none!important}.float-left-sm{float:left!important}.float-right-sm{float:right!important}.float-none-sm{float:none!important}}@media screen and (min-width: 640px){.place-left-ld{float:left!important}.place-right-ld{float:right!important}.place-none-ld{float:none!important}.float-left-ld{float:left!important}.float-right-ld{float:right!important}.float-none-ld{float:none!important}}@media screen and (min-width: 768px){.place-left-md{float:left!important}.place-right-md{float:right!important}.place-none-md{float:none!important}.float-left-md{float:left!important}.float-right-md{float:right!important}.float-none-md{float:none!important}}@media screen and (min-width: 992px){.place-left-lg{float:left!important}.place-right-lg{float:right!important}.place-none-lg{float:none!important}.float-left-lg{float:left!important}.float-right-lg{float:right!important}.float-none-lg{float:none!important}}@media screen and (min-width: 1200px){.place-left-xl{float:left!important}.place-right-xl{float:right!important}.place-none-xl{float:none!important}.float-left-xl{float:left!important}.float-right-xl{float:right!important}.float-none-xl{float:none!important}}@media screen and (min-width: 1452px){.place-left-xxl{float:left!important}.place-right-xxl{float:right!important}.place-none-xxl{float:none!important}.float-left-xxl{float:left!important}.float-right-xxl{float:right!important}.float-none-xxl{float:none!important}}@media screen and (min-width: 2000px){.place-left-xxxl{float:left!important}.place-right-xxxl{float:right!important}.place-none-xxxl{float:none!important}.float-left-xxxl{float:left!important}.float-right-xxxl{float:right!important}.float-none-xxxl{float:none!important}}html{font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Helvetica Neue,sans-serif;font-size:100%}body{font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.5;font-style:normal;font-weight:400}:root{--thumb-background: rgba(255, 255, 255, .8);--img-overlay-background: rgba(70, 140, 255, .7);--img-overlay-color: #ffffff}.dark-side{--thumb-background: rgba(0, 0, 0, .8)}.img-container,.img-fluid,.img-thumbnail{width:100%;max-width:100%;height:auto;display:block;position:relative;vertical-align:middle;background-color:transparent;transition:all .3s ease-in-out;overflow:visible}.img-thumbnail{padding:.25rem;border:1px solid var(--border-color);border-radius:var(--border-radius);background-color:var(--thumb-background)}.img-container{display:block}.img-container img{width:100%;max-width:100%;height:auto;position:relative}.img-container .image-overlay{position:absolute;inset:0;opacity:0;overflow:hidden;font-size:.875rem;line-height:1rem;padding:2em;background-color:var(--img-overlay-background);color:var(--img-overlay-color);text-align:center;border-radius:inherit;transition:all .3s ease-in-out}.img-container .image-overlay *{color:inherit}.img-container .image-overlay:hover{opacity:1}.img-container .image-overlay:hover:before,.img-container .image-overlay:hover:after{opacity:1;transform:scale(1)}.img-container .image-overlay:before,.img-container .image-overlay:after{display:block;position:absolute;content:"";border:1px solid var(--border-color);inset:1em;opacity:0;border-radius:inherit;transform:scale(1.5);transition:all .3s ease-in-out}.img-container .image-overlay:after{border-left:none;border-right:none;bottom:1em;top:1em}.img-container .image-overlay:before{border-top:none;border-bottom:none;bottom:1em;top:1em}.img-container.rounded img{border-radius:var(--border-radius)}.img-container.thumbnail{padding:.25rem;border:1px solid var(--border-color);background-color:var(--thumb-background)}.img-container.thumbnail .title{font-size:.9rem;line-height:1}.img-container img+.title{margin-top:.25rem}.img-container .title+img{margin-top:.25rem}.img-container.cover{background-size:cover;background:no-repeat 100% 100%}figure{margin:0 0 1rem}figure img{width:100%;max-width:100%;height:auto;display:block;position:relative;vertical-align:middle;background-color:transparent;transition:all .3s ease-in-out}.use-blur-image img:not([alt]){filter:blur(8px)}:root{--step-list-number-color: #75757500}.dark-side{--step-list-number-color: #ffedbc}.step-list{margin:0 0 0 3em;padding:0;list-style-type:none;counter-reset:li}.step-list>li{border-left:1px var(--border-color) solid;position:relative;padding:0 .625rem;margin:.625rem;vertical-align:top}.step-list>li:before{position:absolute;content:counter(li);counter-increment:li;font-size:2rem;color:var(--step-list-number-color);left:0;top:.3125rem;margin-left:-2em;width:1.8em;text-align:right}.custom-list-marker{list-style:none inside}.custom-list-marker li{position:relative;padding-left:1.2em}.custom-list-marker li:before{content:attr(data-marker);position:absolute;left:0;top:50%;transform:translateY(-50%)}.items-list,.feed-list{margin:0;padding:4px;position:relative;display:block;list-style:none inside}.items-list .item,.feed-list .item,.items-list>li,.feed-list>li{display:flex;flex-flow:column;justify-content:center;position:relative;height:56px;padding:8px 16px;vertical-align:middle;overflow:hidden;cursor:default}.items-list .item .avatar,.feed-list .item .avatar,.items-list>li .avatar,.feed-list>li .avatar{width:42px;height:42px;border-radius:50%;position:absolute;left:16px;top:50%;margin-top:-21px;font-size:32px;line-height:42px}.items-list .item .second-action,.feed-list .item .second-action,.items-list>li .second-action,.feed-list>li .second-action{position:absolute;right:16px;width:24px;height:24px;font-size:24px;line-height:24px;top:50%;margin-top:-12px;cursor:pointer}.items-list .item .label,.feed-list .item .label,.items-list>li .label,.feed-list>li .label,.items-list .item .second-label,.feed-list .item .second-label,.items-list>li .second-label,.feed-list>li .second-label{display:block}.items-list .item .label,.feed-list .item .label,.items-list>li .label,.feed-list>li .label{line-height:1}.items-list .item .second-label,.feed-list .item .second-label,.items-list>li .second-label,.feed-list>li .second-label{font-size:.9em;color:#989898;line-height:1}.items-list .item .avatar~.label,.feed-list .item .avatar~.label,.items-list>li .avatar~.label,.feed-list>li .avatar~.label,.items-list .item .avatar~.second-label,.feed-list .item .avatar~.second-label,.items-list>li .avatar~.second-label,.feed-list>li .avatar~.second-label{padding-left:56px}.items-list .item+.item,.feed-list .item+.item{border-top:1px var(--border-color) solid}.items-list>li+li,.feed-list>li+li{border-top:1px var(--border-color) solid}.feed-list .title{padding:0 16px;font-size:18px;font-weight:500;height:36px;line-height:36px;display:block}.feed-list .item+.title,.feed-list li+.title{margin-top:32px}.feed-list .title+.item,.feed-list .title+li,.feed-list li+.title{border-top:1px transparent solid}.feed-list .item,.feed-list>li{height:104px;padding:16px 0;justify-content:space-around}.feed-list .item .avatar,.feed-list>li .avatar{position:absolute;top:16px;left:16px;width:96px;height:72px;border-radius:0;margin-top:0}.feed-list .item .second-label,.feed-list>li .second-label{font-size:10px}.feed-list .item .avatar~.label,.feed-list>li .avatar~.label,.feed-list .item .avatar~.second-label,.feed-list>li .avatar~.second-label{margin-left:128px;margin-right:16px;padding-left:0}.feed-list .item .avatar.on-right,.feed-list>li .avatar.on-right{float:none;left:auto;right:16px}.feed-list .item .avatar.on-right~.label,.feed-list>li .avatar.on-right~.label,.feed-list .item .avatar.on-right~.second-label,.feed-list>li .avatar.on-right~.second-label{margin-left:16px;margin-right:128px}.group-list{margin:0;position:relative;display:block;list-style:none inside;border:1px solid var(--border-color)}.group-list .item,.group-list>li{display:block;position:relative;padding:4px 8px}.group-list .item+.item,.group-list>li+li{border-top:1px solid var(--border-color)}.group-list.horizontal{display:flex;justify-content:space-between;align-items:center}.group-list.horizontal .item,.group-list.horizontal>li{flex-basis:100%}.group-list.horizontal .item+.item,.group-list.horizontal>li+li{border-top:none;border-left:1px solid var(--border-color)}.inline-list{list-style:none;padding-left:0;margin-left:0}.inline-list li{display:inline-block;margin-right:.625rem}.inline-list li:last-child{margin-right:0}.unstyled-list{list-style:none inside;margin-left:0}ol.decimal{list-style-type:decimal}ol.roman-upper{list-style-type:upper-roman}ol.roman-lower{list-style-type:lower-roman}ol.alpha-upper{list-style-type:upper-alpha}ol.alpha-lower{list-style-type:lower-alpha}ol.latin-upper{list-style-type:upper-latin}ol.latin-lower{list-style-type:lower-latin}.no-style{list-style-type:none}:root{--overlay-color: rgba(255, 255, 255, .5);--splash-color: #ffffff}.dark-side{--overlay-color: rgba(0, 0, 0, .5);--splash-color: #000000}.overlay{position:fixed;inset:0;background-color:var(--overlay-color);z-index:1040}.overlay.transparent{background-color:#fff0!important}.global-overlay{z-index:2000!important}.global-dialog{z-index:2001!important}.splashscreen{display:flex;flex-flow:column;justify-content:center;align-items:center;z-index:2147483647;background:var(--splash-color);position:fixed;inset:0}.fixed-top,.fixed-bottom{position:fixed;left:0;right:0;width:100%}.fixed-top{top:0;bottom:auto}.fixed-bottom{top:auto;bottom:0}.pos-relative{position:relative!important}.pos-absolute{position:absolute!important}.pos-static{position:static!important}.pos-fixed{position:fixed!important}@media screen and (min-width: 0){.pos-relative-fs{position:relative!important}.pos-absolute-fs{position:absolute!important}.pos-static-fs{position:static!important}.pos-fixed-fs{position:fixed!important}}@media screen and (min-width: 360px){.pos-relative-xs{position:relative!important}.pos-absolute-xs{position:absolute!important}.pos-static-xs{position:static!important}.pos-fixed-xs{position:fixed!important}}@media screen and (min-width: 576px){.pos-relative-sm{position:relative!important}.pos-absolute-sm{position:absolute!important}.pos-static-sm{position:static!important}.pos-fixed-sm{position:fixed!important}}@media screen and (min-width: 640px){.pos-relative-ld{position:relative!important}.pos-absolute-ld{position:absolute!important}.pos-static-ld{position:static!important}.pos-fixed-ld{position:fixed!important}}@media screen and (min-width: 768px){.pos-relative-md{position:relative!important}.pos-absolute-md{position:absolute!important}.pos-static-md{position:static!important}.pos-fixed-md{position:fixed!important}}@media screen and (min-width: 992px){.pos-relative-lg{position:relative!important}.pos-absolute-lg{position:absolute!important}.pos-static-lg{position:static!important}.pos-fixed-lg{position:fixed!important}}@media screen and (min-width: 1200px){.pos-relative-xl{position:relative!important}.pos-absolute-xl{position:absolute!important}.pos-static-xl{position:static!important}.pos-fixed-xl{position:fixed!important}}@media screen and (min-width: 1452px){.pos-relative-xxl{position:relative!important}.pos-absolute-xxl{position:absolute!important}.pos-static-xxl{position:static!important}.pos-fixed-xxl{position:fixed!important}}@media screen and (min-width: 2000px){.pos-relative-xxxl{position:relative!important}.pos-absolute-xxxl{position:absolute!important}.pos-static-xxxl{position:static!important}.pos-fixed-xxxl{position:fixed!important}}.put-n{inset:0 auto auto 50%!important;transform:translate(-50%) translateY(-100%)}.put-nw{inset:0 auto auto 0!important;transform:translateY(-100%)}.put-ne{inset:0 0 auto auto!important;transform:translateY(-100%)}.put-wn{inset:0 auto auto 0!important;transform:translate(-100%)}.put-w{inset:50% auto auto 0!important;transform:translate(-100%) translateY(-50%)}.put-ws{inset:auto auto 0 0!important;transform:translate(-100%)}.put-en{inset:0 0 auto auto!important;transform:translate(100%)}.put-e{inset:50% 0 auto auto!important;transform:translate(100%) translateY(-50%)}.put-es{inset:auto 0 0 auto!important;transform:translate(100%)}.put-s{inset:100% auto auto 0!important}.put-sw{inset:100% auto auto 50%!important;transform:translate(-50%)}.put-se{inset:100% 0 auto auto!important}.put-left{left:0!important;right:auto!important}.put-right{left:auto!important;right:0!important}.pos-top-left{inset:0 auto auto 0!important}.pos-top-center{inset:0 auto auto 50%!important;transform:translate(-50%)}.pos-top-right{inset:0 0 auto auto!important}.pos-bottom-left{inset:auto auto 0 0!important}.pos-bottom-center{inset:auto auto 0 50%!important;transform:translate(-50%)}.pos-bottom-right{inset:auto 0 0 auto!important}.pos-left-center{inset:50% auto auto 0!important;transform:translateY(-50%)}.pos-right-center{inset:50% 0 auto auto;transform:translateY(-50%)}.pos-center{inset:50% auto auto 50%!important;transform:translate(-50%) translateY(-50%)}@media screen and (min-width: 0){.put-left-fs{left:0!important;right:auto!important}.put-right-fs{left:auto!important;right:0!important}.put-n-fs{inset:0 auto auto 50%!important;transform:translate(-50%) translateY(-100%)}.put-nw-fs{inset:0 auto auto 0!important;transform:translateY(-100%)}.put-ne-fs{inset:0 0 auto auto!important;transform:translateY(-100%)}.put-wn-fs{inset:0 auto auto 0!important;transform:translate(-100%)}.put-w-fs{inset:50% auto auto 0!important;transform:translate(-100%) translateY(-50%)}.put-ws-fs{inset:auto auto 0 0!important;transform:translate(-100%)}.put-en-fs{inset:0 0 auto auto!important;transform:translate(100%)}.put-e-fs{inset:50% 0 auto auto!important;transform:translate(100%) translateY(-50%)}.put-es-fs{inset:auto 0 0 auto!important;transform:translate(100%)}.put-s-fs{inset:100% auto auto 0!important}.put-sw-fs{inset:100% auto auto 50%!important;transform:translate(-50%)}.put-se-fs{inset:100% 0 auto auto!important}}@media screen and (min-width: 360px){.put-left-xs{left:0!important;right:auto!important}.put-right-xs{left:auto!important;right:0!important}.put-n-xs{inset:0 auto auto 50%!important;transform:translate(-50%) translateY(-100%)}.put-nw-xs{inset:0 auto auto 0!important;transform:translateY(-100%)}.put-ne-xs{inset:0 0 auto auto!important;transform:translateY(-100%)}.put-wn-xs{inset:0 auto auto 0!important;transform:translate(-100%)}.put-w-xs{inset:50% auto auto 0!important;transform:translate(-100%) translateY(-50%)}.put-ws-xs{inset:auto auto 0 0!important;transform:translate(-100%)}.put-en-xs{inset:0 0 auto auto!important;transform:translate(100%)}.put-e-xs{inset:50% 0 auto auto!important;transform:translate(100%) translateY(-50%)}.put-es-xs{inset:auto 0 0 auto!important;transform:translate(100%)}.put-s-xs{inset:100% auto auto 0!important}.put-sw-xs{inset:100% auto auto 50%!important;transform:translate(-50%)}.put-se-xs{inset:100% 0 auto auto!important}}@media screen and (min-width: 576px){.put-left-sm{left:0!important;right:auto!important}.put-right-sm{left:auto!important;right:0!important}.put-n-sm{inset:0 auto auto 50%!important;transform:translate(-50%) translateY(-100%)}.put-nw-sm{inset:0 auto auto 0!important;transform:translateY(-100%)}.put-ne-sm{inset:0 0 auto auto!important;transform:translateY(-100%)}.put-wn-sm{inset:0 auto auto 0!important;transform:translate(-100%)}.put-w-sm{inset:50% auto auto 0!important;transform:translate(-100%) translateY(-50%)}.put-ws-sm{inset:auto auto 0 0!important;transform:translate(-100%)}.put-en-sm{inset:0 0 auto auto!important;transform:translate(100%)}.put-e-sm{inset:50% 0 auto auto!important;transform:translate(100%) translateY(-50%)}.put-es-sm{inset:auto 0 0 auto!important;transform:translate(100%)}.put-s-sm{inset:100% auto auto 0!important}.put-sw-sm{inset:100% auto auto 50%!important;transform:translate(-50%)}.put-se-sm{inset:100% 0 auto auto!important}}@media screen and (min-width: 640px){.put-left-ld{left:0!important;right:auto!important}.put-right-ld{left:auto!important;right:0!important}.put-n-ld{inset:0 auto auto 50%!important;transform:translate(-50%) translateY(-100%)}.put-nw-ld{inset:0 auto auto 0!important;transform:translateY(-100%)}.put-ne-ld{inset:0 0 auto auto!important;transform:translateY(-100%)}.put-wn-ld{inset:0 auto auto 0!important;transform:translate(-100%)}.put-w-ld{inset:50% auto auto 0!important;transform:translate(-100%) translateY(-50%)}.put-ws-ld{inset:auto auto 0 0!important;transform:translate(-100%)}.put-en-ld{inset:0 0 auto auto!important;transform:translate(100%)}.put-e-ld{inset:50% 0 auto auto!important;transform:translate(100%) translateY(-50%)}.put-es-ld{inset:auto 0 0 auto!important;transform:translate(100%)}.put-s-ld{inset:100% auto auto 0!important}.put-sw-ld{inset:100% auto auto 50%!important;transform:translate(-50%)}.put-se-ld{inset:100% 0 auto auto!important}}@media screen and (min-width: 768px){.put-left-md{left:0!important;right:auto!important}.put-right-md{left:auto!important;right:0!important}.put-n-md{inset:0 auto auto 50%!important;transform:translate(-50%) translateY(-100%)}.put-nw-md{inset:0 auto auto 0!important;transform:translateY(-100%)}.put-ne-md{inset:0 0 auto auto!important;transform:translateY(-100%)}.put-wn-md{inset:0 auto auto 0!important;transform:translate(-100%)}.put-w-md{inset:50% auto auto 0!important;transform:translate(-100%) translateY(-50%)}.put-ws-md{inset:auto auto 0 0!important;transform:translate(-100%)}.put-en-md{inset:0 0 auto auto!important;transform:translate(100%)}.put-e-md{inset:50% 0 auto auto!important;transform:translate(100%) translateY(-50%)}.put-es-md{inset:auto 0 0 auto!important;transform:translate(100%)}.put-s-md{inset:100% auto auto 0!important}.put-sw-md{inset:100% auto auto 50%!important;transform:translate(-50%)}.put-se-md{inset:100% 0 auto auto!important}}@media screen and (min-width: 992px){.put-left-lg{left:0!important;right:auto!important}.put-right-lg{left:auto!important;right:0!important}.put-n-lg{inset:0 auto auto 50%!important;transform:translate(-50%) translateY(-100%)}.put-nw-lg{inset:0 auto auto 0!important;transform:translateY(-100%)}.put-ne-lg{inset:0 0 auto auto!important;transform:translateY(-100%)}.put-wn-lg{inset:0 auto auto 0!important;transform:translate(-100%)}.put-w-lg{inset:50% auto auto 0!important;transform:translate(-100%) translateY(-50%)}.put-ws-lg{inset:auto auto 0 0!important;transform:translate(-100%)}.put-en-lg{inset:0 0 auto auto!important;transform:translate(100%)}.put-e-lg{inset:50% 0 auto auto!important;transform:translate(100%) translateY(-50%)}.put-es-lg{inset:auto 0 0 auto!important;transform:translate(100%)}.put-s-lg{inset:100% auto auto 0!important}.put-sw-lg{inset:100% auto auto 50%!important;transform:translate(-50%)}.put-se-lg{inset:100% 0 auto auto!important}}@media screen and (min-width: 1200px){.put-left-xl{left:0!important;right:auto!important}.put-right-xl{left:auto!important;right:0!important}.put-n-xl{inset:0 auto auto 50%!important;transform:translate(-50%) translateY(-100%)}.put-nw-xl{inset:0 auto auto 0!important;transform:translateY(-100%)}.put-ne-xl{inset:0 0 auto auto!important;transform:translateY(-100%)}.put-wn-xl{inset:0 auto auto 0!important;transform:translate(-100%)}.put-w-xl{inset:50% auto auto 0!important;transform:translate(-100%) translateY(-50%)}.put-ws-xl{inset:auto auto 0 0!important;transform:translate(-100%)}.put-en-xl{inset:0 0 auto auto!important;transform:translate(100%)}.put-e-xl{inset:50% 0 auto auto!important;transform:translate(100%) translateY(-50%)}.put-es-xl{inset:auto 0 0 auto!important;transform:translate(100%)}.put-s-xl{inset:100% auto auto 0!important}.put-sw-xl{inset:100% auto auto 50%!important;transform:translate(-50%)}.put-se-xl{inset:100% 0 auto auto!important}}@media screen and (min-width: 1452px){.put-left-xxl{left:0!important;right:auto!important}.put-right-xxl{left:auto!important;right:0!important}.put-n-xxl{inset:0 auto auto 50%!important;transform:translate(-50%) translateY(-100%)}.put-nw-xxl{inset:0 auto auto 0!important;transform:translateY(-100%)}.put-ne-xxl{inset:0 0 auto auto!important;transform:translateY(-100%)}.put-wn-xxl{inset:0 auto auto 0!important;transform:translate(-100%)}.put-w-xxl{inset:50% auto auto 0!important;transform:translate(-100%) translateY(-50%)}.put-ws-xxl{inset:auto auto 0 0!important;transform:translate(-100%)}.put-en-xxl{inset:0 0 auto auto!important;transform:translate(100%)}.put-e-xxl{inset:50% 0 auto auto!important;transform:translate(100%) translateY(-50%)}.put-es-xxl{inset:auto 0 0 auto!important;transform:translate(100%)}.put-s-xxl{inset:100% auto auto 0!important}.put-sw-xxl{inset:100% auto auto 50%!important;transform:translate(-50%)}.put-se-xxl{inset:100% 0 auto auto!important}}@media screen and (min-width: 2000px){.put-left-xxxl{left:0!important;right:auto!important}.put-right-xxxl{left:auto!important;right:0!important}.put-n-xxxl{inset:0 auto auto 50%!important;transform:translate(-50%) translateY(-100%)}.put-nw-xxxl{inset:0 auto auto 0!important;transform:translateY(-100%)}.put-ne-xxxl{inset:0 0 auto auto!important;transform:translateY(-100%)}.put-wn-xxxl{inset:0 auto auto 0!important;transform:translate(-100%)}.put-w-xxxl{inset:50% auto auto 0!important;transform:translate(-100%) translateY(-50%)}.put-ws-xxxl{inset:auto auto 0 0!important;transform:translate(-100%)}.put-en-xxxl{inset:0 0 auto auto!important;transform:translate(100%)}.put-e-xxxl{inset:50% 0 auto auto!important;transform:translate(100%) translateY(-50%)}.put-es-xxxl{inset:auto 0 0 auto!important;transform:translate(100%)}.put-s-xxxl{inset:100% auto auto 0!important}.put-sw-xxxl{inset:100% auto auto 50%!important;transform:translate(-50%)}.put-se-xxxl{inset:100% 0 auto auto!important}}@media print{.d-none-print{display:none!important}.d-block-print{display:block!important}.d-inline-print{display:inline!important}.d-inline-block-print{display:inline-block!important}.d-table-print{display:table!important}.d-table-row-print{display:table-row!important}.d-table-cell-print{display:table-cell!important}.d-flex-print{display:flex!important}.d-inline-flex-print{display:inline-flex!important}.visible-print{visibility:visible!important}.no-visible-print{visibility:hidden!important}.overflow-print{overflow:auto!important}.no-overflow-print{overflow:hidden!important}.scroll-print{overflow:scroll!important}.scroll-x-print{overflow-x:auto!important}.scroll-y-print{overflow-y:auto!important}.no-scroll-print{overflow:hidden!important}.no-scroll-x-print{overflow-x:hidden!important}.no-scroll-y-print{overflow-y:hidden!important}.wrap-print{white-space:normal!important}.no-wrap-print{white-space:nowrap!important}}:root{--shadow-color: #d6d6d6}.dark-side{--shadow-color: #1b1c1f}.no-shadow{box-shadow:none!important}.no-shadow-text{text-shadow:none!important}.simple-shadow{box-shadow:4px 4px 10px 0 var(--shadow-color)}.drop-shadow{box-shadow:2px 2px 5px 0 var(--shadow-color)}.win-shadow{box-shadow:0 0 5px 0 var(--shadow-color)}.shadow-1{box-shadow:0 2px 10px #00000029,0 2px 5px #00000042}.shadow-2{box-shadow:0 6px 20px #00000030,0 8px 17px #0003}.shadow-3{box-shadow:0 17px 50px #00000030,0 12px 15px #0000003d}.shadow-4{box-shadow:0 25px 55px #00000036,0 16px 28px #00000038}.shadow-5{box-shadow:0 40px 77px #00000038,0 27px 24px #0003}.shadowed{box-shadow:2px 2px 5px #0006!important}.shadowed:hover,.shadowed:focus{box-shadow:2px 2px 5px #000c!important}.shadowed:active{box-shadow:none!important;transform:translate(1px,1px)}.w-auto{width:auto!important}.h-auto{height:auto!important}.w-fs{width:0!important}.w-xs{width:360px!important}.w-sm{width:576px!important}.w-ld{width:640px!important}.w-md{width:768px!important}.w-lg{width:992px!important}.w-xl{width:1200px!important}.w-xxl{width:1452px!important}.w-xxxl{width:2000px!important}.h-vh-10{height:10vh!important}.h-vw-10{height:10vw!important}.w-vh-10{width:10vh!important}.w-vw-10{width:10vw!important}.h-10{height:10%!important}.w-10{width:10%!important}.mh-10{max-height:10%!important}.mw-10{max-width:10%!important}.h-vh-20{height:20vh!important}.h-vw-20{height:20vw!important}.w-vh-20{width:20vh!important}.w-vw-20{width:20vw!important}.h-20{height:20%!important}.w-20{width:20%!important}.mh-20{max-height:20%!important}.mw-20{max-width:20%!important}.h-vh-25{height:25vh!important}.h-vw-25{height:25vw!important}.w-vh-25{width:25vh!important}.w-vw-25{width:25vw!important}.h-25{height:25%!important}.w-25{width:25%!important}.mh-25{max-height:25%!important}.mw-25{max-width:25%!important}.h-vh-33{height:33vh!important}.h-vw-33{height:33vw!important}.w-vh-33{width:33vh!important}.w-vw-33{width:33vw!important}.h-33{height:33%!important}.w-33{width:33%!important}.mh-33{max-height:33%!important}.mw-33{max-width:33%!important}.h-vh-50{height:50vh!important}.h-vw-50{height:50vw!important}.w-vh-50{width:50vh!important}.w-vw-50{width:50vw!important}.h-50{height:50%!important}.w-50{width:50%!important}.mh-50{max-height:50%!important}.mw-50{max-width:50%!important}.h-vh-66{height:66vh!important}.h-vw-66{height:66vw!important}.w-vh-66{width:66vh!important}.w-vw-66{width:66vw!important}.h-66{height:66%!important}.w-66{width:66%!important}.mh-66{max-height:66%!important}.mw-66{max-width:66%!important}.h-vh-75{height:75vh!important}.h-vw-75{height:75vw!important}.w-vh-75{width:75vh!important}.w-vw-75{width:75vw!important}.h-75{height:75%!important}.w-75{width:75%!important}.mh-75{max-height:75%!important}.mw-75{max-width:75%!important}.h-vh-80{height:80vh!important}.h-vw-80{height:80vw!important}.w-vh-80{width:80vh!important}.w-vw-80{width:80vw!important}.h-80{height:80%!important}.w-80{width:80%!important}.mh-80{max-height:80%!important}.mw-80{max-width:80%!important}.h-vh-90{height:90vh!important}.h-vw-90{height:90vw!important}.w-vh-90{width:90vh!important}.w-vw-90{width:90vw!important}.h-90{height:90%!important}.w-90{width:90%!important}.mh-90{max-height:90%!important}.mw-90{max-width:90%!important}.h-vh-100{height:100vh!important}.h-vw-100{height:100vw!important}.w-vh-100{width:100vh!important}.w-vw-100{width:100vw!important}.h-100{height:100%!important}.w-100{width:100%!important}.mh-100{max-height:100%!important}.mw-100{max-width:100%!important}@media screen and (min-width: 0){.w-auto-fs{width:auto!important}.h-auto-fs{height:auto!important}.h-vh-10-fs{height:10vh!important}.h-vw-10-fs{height:10vw!important}.w-vh-10-fs{width:10vh!important}.w-vw-10-fs{width:10vw!important}.h-10-fs{height:10%!important}.w-10-fs{width:10%!important}.mh-10-fs{max-height:10%!important}.mw-10-fs{max-width:10%!important}.h-vh-20-fs{height:20vh!important}.h-vw-20-fs{height:20vw!important}.w-vh-20-fs{width:20vh!important}.w-vw-20-fs{width:20vw!important}.h-20-fs{height:20%!important}.w-20-fs{width:20%!important}.mh-20-fs{max-height:20%!important}.mw-20-fs{max-width:20%!important}.h-vh-25-fs{height:25vh!important}.h-vw-25-fs{height:25vw!important}.w-vh-25-fs{width:25vh!important}.w-vw-25-fs{width:25vw!important}.h-25-fs{height:25%!important}.w-25-fs{width:25%!important}.mh-25-fs{max-height:25%!important}.mw-25-fs{max-width:25%!important}.h-vh-33-fs{height:33vh!important}.h-vw-33-fs{height:33vw!important}.w-vh-33-fs{width:33vh!important}.w-vw-33-fs{width:33vw!important}.h-33-fs{height:33%!important}.w-33-fs{width:33%!important}.mh-33-fs{max-height:33%!important}.mw-33-fs{max-width:33%!important}.h-vh-50-fs{height:50vh!important}.h-vw-50-fs{height:50vw!important}.w-vh-50-fs{width:50vh!important}.w-vw-50-fs{width:50vw!important}.h-50-fs{height:50%!important}.w-50-fs{width:50%!important}.mh-50-fs{max-height:50%!important}.mw-50-fs{max-width:50%!important}.h-vh-66-fs{height:66vh!important}.h-vw-66-fs{height:66vw!important}.w-vh-66-fs{width:66vh!important}.w-vw-66-fs{width:66vw!important}.h-66-fs{height:66%!important}.w-66-fs{width:66%!important}.mh-66-fs{max-height:66%!important}.mw-66-fs{max-width:66%!important}.h-vh-75-fs{height:75vh!important}.h-vw-75-fs{height:75vw!important}.w-vh-75-fs{width:75vh!important}.w-vw-75-fs{width:75vw!important}.h-75-fs{height:75%!important}.w-75-fs{width:75%!important}.mh-75-fs{max-height:75%!important}.mw-75-fs{max-width:75%!important}.h-vh-80-fs{height:80vh!important}.h-vw-80-fs{height:80vw!important}.w-vh-80-fs{width:80vh!important}.w-vw-80-fs{width:80vw!important}.h-80-fs{height:80%!important}.w-80-fs{width:80%!important}.mh-80-fs{max-height:80%!important}.mw-80-fs{max-width:80%!important}.h-vh-90-fs{height:90vh!important}.h-vw-90-fs{height:90vw!important}.w-vh-90-fs{width:90vh!important}.w-vw-90-fs{width:90vw!important}.h-90-fs{height:90%!important}.w-90-fs{width:90%!important}.mh-90-fs{max-height:90%!important}.mw-90-fs{max-width:90%!important}.h-vh-100-fs{height:100vh!important}.h-vw-100-fs{height:100vw!important}.w-vh-100-fs{width:100vh!important}.w-vw-100-fs{width:100vw!important}.h-100-fs{height:100%!important}.w-100-fs{width:100%!important}.mh-100-fs{max-height:100%!important}.mw-100-fs{max-width:100%!important}}@media screen and (min-width: 360px){.w-auto-xs{width:auto!important}.h-auto-xs{height:auto!important}.h-vh-10-xs{height:10vh!important}.h-vw-10-xs{height:10vw!important}.w-vh-10-xs{width:10vh!important}.w-vw-10-xs{width:10vw!important}.h-10-xs{height:10%!important}.w-10-xs{width:10%!important}.mh-10-xs{max-height:10%!important}.mw-10-xs{max-width:10%!important}.h-vh-20-xs{height:20vh!important}.h-vw-20-xs{height:20vw!important}.w-vh-20-xs{width:20vh!important}.w-vw-20-xs{width:20vw!important}.h-20-xs{height:20%!important}.w-20-xs{width:20%!important}.mh-20-xs{max-height:20%!important}.mw-20-xs{max-width:20%!important}.h-vh-25-xs{height:25vh!important}.h-vw-25-xs{height:25vw!important}.w-vh-25-xs{width:25vh!important}.w-vw-25-xs{width:25vw!important}.h-25-xs{height:25%!important}.w-25-xs{width:25%!important}.mh-25-xs{max-height:25%!important}.mw-25-xs{max-width:25%!important}.h-vh-33-xs{height:33vh!important}.h-vw-33-xs{height:33vw!important}.w-vh-33-xs{width:33vh!important}.w-vw-33-xs{width:33vw!important}.h-33-xs{height:33%!important}.w-33-xs{width:33%!important}.mh-33-xs{max-height:33%!important}.mw-33-xs{max-width:33%!important}.h-vh-50-xs{height:50vh!important}.h-vw-50-xs{height:50vw!important}.w-vh-50-xs{width:50vh!important}.w-vw-50-xs{width:50vw!important}.h-50-xs{height:50%!important}.w-50-xs{width:50%!important}.mh-50-xs{max-height:50%!important}.mw-50-xs{max-width:50%!important}.h-vh-66-xs{height:66vh!important}.h-vw-66-xs{height:66vw!important}.w-vh-66-xs{width:66vh!important}.w-vw-66-xs{width:66vw!important}.h-66-xs{height:66%!important}.w-66-xs{width:66%!important}.mh-66-xs{max-height:66%!important}.mw-66-xs{max-width:66%!important}.h-vh-75-xs{height:75vh!important}.h-vw-75-xs{height:75vw!important}.w-vh-75-xs{width:75vh!important}.w-vw-75-xs{width:75vw!important}.h-75-xs{height:75%!important}.w-75-xs{width:75%!important}.mh-75-xs{max-height:75%!important}.mw-75-xs{max-width:75%!important}.h-vh-80-xs{height:80vh!important}.h-vw-80-xs{height:80vw!important}.w-vh-80-xs{width:80vh!important}.w-vw-80-xs{width:80vw!important}.h-80-xs{height:80%!important}.w-80-xs{width:80%!important}.mh-80-xs{max-height:80%!important}.mw-80-xs{max-width:80%!important}.h-vh-90-xs{height:90vh!important}.h-vw-90-xs{height:90vw!important}.w-vh-90-xs{width:90vh!important}.w-vw-90-xs{width:90vw!important}.h-90-xs{height:90%!important}.w-90-xs{width:90%!important}.mh-90-xs{max-height:90%!important}.mw-90-xs{max-width:90%!important}.h-vh-100-xs{height:100vh!important}.h-vw-100-xs{height:100vw!important}.w-vh-100-xs{width:100vh!important}.w-vw-100-xs{width:100vw!important}.h-100-xs{height:100%!important}.w-100-xs{width:100%!important}.mh-100-xs{max-height:100%!important}.mw-100-xs{max-width:100%!important}}@media screen and (min-width: 576px){.w-auto-sm{width:auto!important}.h-auto-sm{height:auto!important}.h-vh-10-sm{height:10vh!important}.h-vw-10-sm{height:10vw!important}.w-vh-10-sm{width:10vh!important}.w-vw-10-sm{width:10vw!important}.h-10-sm{height:10%!important}.w-10-sm{width:10%!important}.mh-10-sm{max-height:10%!important}.mw-10-sm{max-width:10%!important}.h-vh-20-sm{height:20vh!important}.h-vw-20-sm{height:20vw!important}.w-vh-20-sm{width:20vh!important}.w-vw-20-sm{width:20vw!important}.h-20-sm{height:20%!important}.w-20-sm{width:20%!important}.mh-20-sm{max-height:20%!important}.mw-20-sm{max-width:20%!important}.h-vh-25-sm{height:25vh!important}.h-vw-25-sm{height:25vw!important}.w-vh-25-sm{width:25vh!important}.w-vw-25-sm{width:25vw!important}.h-25-sm{height:25%!important}.w-25-sm{width:25%!important}.mh-25-sm{max-height:25%!important}.mw-25-sm{max-width:25%!important}.h-vh-33-sm{height:33vh!important}.h-vw-33-sm{height:33vw!important}.w-vh-33-sm{width:33vh!important}.w-vw-33-sm{width:33vw!important}.h-33-sm{height:33%!important}.w-33-sm{width:33%!important}.mh-33-sm{max-height:33%!important}.mw-33-sm{max-width:33%!important}.h-vh-50-sm{height:50vh!important}.h-vw-50-sm{height:50vw!important}.w-vh-50-sm{width:50vh!important}.w-vw-50-sm{width:50vw!important}.h-50-sm{height:50%!important}.w-50-sm{width:50%!important}.mh-50-sm{max-height:50%!important}.mw-50-sm{max-width:50%!important}.h-vh-66-sm{height:66vh!important}.h-vw-66-sm{height:66vw!important}.w-vh-66-sm{width:66vh!important}.w-vw-66-sm{width:66vw!important}.h-66-sm{height:66%!important}.w-66-sm{width:66%!important}.mh-66-sm{max-height:66%!important}.mw-66-sm{max-width:66%!important}.h-vh-75-sm{height:75vh!important}.h-vw-75-sm{height:75vw!important}.w-vh-75-sm{width:75vh!important}.w-vw-75-sm{width:75vw!important}.h-75-sm{height:75%!important}.w-75-sm{width:75%!important}.mh-75-sm{max-height:75%!important}.mw-75-sm{max-width:75%!important}.h-vh-80-sm{height:80vh!important}.h-vw-80-sm{height:80vw!important}.w-vh-80-sm{width:80vh!important}.w-vw-80-sm{width:80vw!important}.h-80-sm{height:80%!important}.w-80-sm{width:80%!important}.mh-80-sm{max-height:80%!important}.mw-80-sm{max-width:80%!important}.h-vh-90-sm{height:90vh!important}.h-vw-90-sm{height:90vw!important}.w-vh-90-sm{width:90vh!important}.w-vw-90-sm{width:90vw!important}.h-90-sm{height:90%!important}.w-90-sm{width:90%!important}.mh-90-sm{max-height:90%!important}.mw-90-sm{max-width:90%!important}.h-vh-100-sm{height:100vh!important}.h-vw-100-sm{height:100vw!important}.w-vh-100-sm{width:100vh!important}.w-vw-100-sm{width:100vw!important}.h-100-sm{height:100%!important}.w-100-sm{width:100%!important}.mh-100-sm{max-height:100%!important}.mw-100-sm{max-width:100%!important}}@media screen and (min-width: 640px){.w-auto-ld{width:auto!important}.h-auto-ld{height:auto!important}.h-vh-10-ld{height:10vh!important}.h-vw-10-ld{height:10vw!important}.w-vh-10-ld{width:10vh!important}.w-vw-10-ld{width:10vw!important}.h-10-ld{height:10%!important}.w-10-ld{width:10%!important}.mh-10-ld{max-height:10%!important}.mw-10-ld{max-width:10%!important}.h-vh-20-ld{height:20vh!important}.h-vw-20-ld{height:20vw!important}.w-vh-20-ld{width:20vh!important}.w-vw-20-ld{width:20vw!important}.h-20-ld{height:20%!important}.w-20-ld{width:20%!important}.mh-20-ld{max-height:20%!important}.mw-20-ld{max-width:20%!important}.h-vh-25-ld{height:25vh!important}.h-vw-25-ld{height:25vw!important}.w-vh-25-ld{width:25vh!important}.w-vw-25-ld{width:25vw!important}.h-25-ld{height:25%!important}.w-25-ld{width:25%!important}.mh-25-ld{max-height:25%!important}.mw-25-ld{max-width:25%!important}.h-vh-33-ld{height:33vh!important}.h-vw-33-ld{height:33vw!important}.w-vh-33-ld{width:33vh!important}.w-vw-33-ld{width:33vw!important}.h-33-ld{height:33%!important}.w-33-ld{width:33%!important}.mh-33-ld{max-height:33%!important}.mw-33-ld{max-width:33%!important}.h-vh-50-ld{height:50vh!important}.h-vw-50-ld{height:50vw!important}.w-vh-50-ld{width:50vh!important}.w-vw-50-ld{width:50vw!important}.h-50-ld{height:50%!important}.w-50-ld{width:50%!important}.mh-50-ld{max-height:50%!important}.mw-50-ld{max-width:50%!important}.h-vh-66-ld{height:66vh!important}.h-vw-66-ld{height:66vw!important}.w-vh-66-ld{width:66vh!important}.w-vw-66-ld{width:66vw!important}.h-66-ld{height:66%!important}.w-66-ld{width:66%!important}.mh-66-ld{max-height:66%!important}.mw-66-ld{max-width:66%!important}.h-vh-75-ld{height:75vh!important}.h-vw-75-ld{height:75vw!important}.w-vh-75-ld{width:75vh!important}.w-vw-75-ld{width:75vw!important}.h-75-ld{height:75%!important}.w-75-ld{width:75%!important}.mh-75-ld{max-height:75%!important}.mw-75-ld{max-width:75%!important}.h-vh-80-ld{height:80vh!important}.h-vw-80-ld{height:80vw!important}.w-vh-80-ld{width:80vh!important}.w-vw-80-ld{width:80vw!important}.h-80-ld{height:80%!important}.w-80-ld{width:80%!important}.mh-80-ld{max-height:80%!important}.mw-80-ld{max-width:80%!important}.h-vh-90-ld{height:90vh!important}.h-vw-90-ld{height:90vw!important}.w-vh-90-ld{width:90vh!important}.w-vw-90-ld{width:90vw!important}.h-90-ld{height:90%!important}.w-90-ld{width:90%!important}.mh-90-ld{max-height:90%!important}.mw-90-ld{max-width:90%!important}.h-vh-100-ld{height:100vh!important}.h-vw-100-ld{height:100vw!important}.w-vh-100-ld{width:100vh!important}.w-vw-100-ld{width:100vw!important}.h-100-ld{height:100%!important}.w-100-ld{width:100%!important}.mh-100-ld{max-height:100%!important}.mw-100-ld{max-width:100%!important}}@media screen and (min-width: 768px){.w-auto-md{width:auto!important}.h-auto-md{height:auto!important}.h-vh-10-md{height:10vh!important}.h-vw-10-md{height:10vw!important}.w-vh-10-md{width:10vh!important}.w-vw-10-md{width:10vw!important}.h-10-md{height:10%!important}.w-10-md{width:10%!important}.mh-10-md{max-height:10%!important}.mw-10-md{max-width:10%!important}.h-vh-20-md{height:20vh!important}.h-vw-20-md{height:20vw!important}.w-vh-20-md{width:20vh!important}.w-vw-20-md{width:20vw!important}.h-20-md{height:20%!important}.w-20-md{width:20%!important}.mh-20-md{max-height:20%!important}.mw-20-md{max-width:20%!important}.h-vh-25-md{height:25vh!important}.h-vw-25-md{height:25vw!important}.w-vh-25-md{width:25vh!important}.w-vw-25-md{width:25vw!important}.h-25-md{height:25%!important}.w-25-md{width:25%!important}.mh-25-md{max-height:25%!important}.mw-25-md{max-width:25%!important}.h-vh-33-md{height:33vh!important}.h-vw-33-md{height:33vw!important}.w-vh-33-md{width:33vh!important}.w-vw-33-md{width:33vw!important}.h-33-md{height:33%!important}.w-33-md{width:33%!important}.mh-33-md{max-height:33%!important}.mw-33-md{max-width:33%!important}.h-vh-50-md{height:50vh!important}.h-vw-50-md{height:50vw!important}.w-vh-50-md{width:50vh!important}.w-vw-50-md{width:50vw!important}.h-50-md{height:50%!important}.w-50-md{width:50%!important}.mh-50-md{max-height:50%!important}.mw-50-md{max-width:50%!important}.h-vh-66-md{height:66vh!important}.h-vw-66-md{height:66vw!important}.w-vh-66-md{width:66vh!important}.w-vw-66-md{width:66vw!important}.h-66-md{height:66%!important}.w-66-md{width:66%!important}.mh-66-md{max-height:66%!important}.mw-66-md{max-width:66%!important}.h-vh-75-md{height:75vh!important}.h-vw-75-md{height:75vw!important}.w-vh-75-md{width:75vh!important}.w-vw-75-md{width:75vw!important}.h-75-md{height:75%!important}.w-75-md{width:75%!important}.mh-75-md{max-height:75%!important}.mw-75-md{max-width:75%!important}.h-vh-80-md{height:80vh!important}.h-vw-80-md{height:80vw!important}.w-vh-80-md{width:80vh!important}.w-vw-80-md{width:80vw!important}.h-80-md{height:80%!important}.w-80-md{width:80%!important}.mh-80-md{max-height:80%!important}.mw-80-md{max-width:80%!important}.h-vh-90-md{height:90vh!important}.h-vw-90-md{height:90vw!important}.w-vh-90-md{width:90vh!important}.w-vw-90-md{width:90vw!important}.h-90-md{height:90%!important}.w-90-md{width:90%!important}.mh-90-md{max-height:90%!important}.mw-90-md{max-width:90%!important}.h-vh-100-md{height:100vh!important}.h-vw-100-md{height:100vw!important}.w-vh-100-md{width:100vh!important}.w-vw-100-md{width:100vw!important}.h-100-md{height:100%!important}.w-100-md{width:100%!important}.mh-100-md{max-height:100%!important}.mw-100-md{max-width:100%!important}}@media screen and (min-width: 992px){.w-auto-lg{width:auto!important}.h-auto-lg{height:auto!important}.h-vh-10-lg{height:10vh!important}.h-vw-10-lg{height:10vw!important}.w-vh-10-lg{width:10vh!important}.w-vw-10-lg{width:10vw!important}.h-10-lg{height:10%!important}.w-10-lg{width:10%!important}.mh-10-lg{max-height:10%!important}.mw-10-lg{max-width:10%!important}.h-vh-20-lg{height:20vh!important}.h-vw-20-lg{height:20vw!important}.w-vh-20-lg{width:20vh!important}.w-vw-20-lg{width:20vw!important}.h-20-lg{height:20%!important}.w-20-lg{width:20%!important}.mh-20-lg{max-height:20%!important}.mw-20-lg{max-width:20%!important}.h-vh-25-lg{height:25vh!important}.h-vw-25-lg{height:25vw!important}.w-vh-25-lg{width:25vh!important}.w-vw-25-lg{width:25vw!important}.h-25-lg{height:25%!important}.w-25-lg{width:25%!important}.mh-25-lg{max-height:25%!important}.mw-25-lg{max-width:25%!important}.h-vh-33-lg{height:33vh!important}.h-vw-33-lg{height:33vw!important}.w-vh-33-lg{width:33vh!important}.w-vw-33-lg{width:33vw!important}.h-33-lg{height:33%!important}.w-33-lg{width:33%!important}.mh-33-lg{max-height:33%!important}.mw-33-lg{max-width:33%!important}.h-vh-50-lg{height:50vh!important}.h-vw-50-lg{height:50vw!important}.w-vh-50-lg{width:50vh!important}.w-vw-50-lg{width:50vw!important}.h-50-lg{height:50%!important}.w-50-lg{width:50%!important}.mh-50-lg{max-height:50%!important}.mw-50-lg{max-width:50%!important}.h-vh-66-lg{height:66vh!important}.h-vw-66-lg{height:66vw!important}.w-vh-66-lg{width:66vh!important}.w-vw-66-lg{width:66vw!important}.h-66-lg{height:66%!important}.w-66-lg{width:66%!important}.mh-66-lg{max-height:66%!important}.mw-66-lg{max-width:66%!important}.h-vh-75-lg{height:75vh!important}.h-vw-75-lg{height:75vw!important}.w-vh-75-lg{width:75vh!important}.w-vw-75-lg{width:75vw!important}.h-75-lg{height:75%!important}.w-75-lg{width:75%!important}.mh-75-lg{max-height:75%!important}.mw-75-lg{max-width:75%!important}.h-vh-80-lg{height:80vh!important}.h-vw-80-lg{height:80vw!important}.w-vh-80-lg{width:80vh!important}.w-vw-80-lg{width:80vw!important}.h-80-lg{height:80%!important}.w-80-lg{width:80%!important}.mh-80-lg{max-height:80%!important}.mw-80-lg{max-width:80%!important}.h-vh-90-lg{height:90vh!important}.h-vw-90-lg{height:90vw!important}.w-vh-90-lg{width:90vh!important}.w-vw-90-lg{width:90vw!important}.h-90-lg{height:90%!important}.w-90-lg{width:90%!important}.mh-90-lg{max-height:90%!important}.mw-90-lg{max-width:90%!important}.h-vh-100-lg{height:100vh!important}.h-vw-100-lg{height:100vw!important}.w-vh-100-lg{width:100vh!important}.w-vw-100-lg{width:100vw!important}.h-100-lg{height:100%!important}.w-100-lg{width:100%!important}.mh-100-lg{max-height:100%!important}.mw-100-lg{max-width:100%!important}}@media screen and (min-width: 1200px){.w-auto-xl{width:auto!important}.h-auto-xl{height:auto!important}.h-vh-10-xl{height:10vh!important}.h-vw-10-xl{height:10vw!important}.w-vh-10-xl{width:10vh!important}.w-vw-10-xl{width:10vw!important}.h-10-xl{height:10%!important}.w-10-xl{width:10%!important}.mh-10-xl{max-height:10%!important}.mw-10-xl{max-width:10%!important}.h-vh-20-xl{height:20vh!important}.h-vw-20-xl{height:20vw!important}.w-vh-20-xl{width:20vh!important}.w-vw-20-xl{width:20vw!important}.h-20-xl{height:20%!important}.w-20-xl{width:20%!important}.mh-20-xl{max-height:20%!important}.mw-20-xl{max-width:20%!important}.h-vh-25-xl{height:25vh!important}.h-vw-25-xl{height:25vw!important}.w-vh-25-xl{width:25vh!important}.w-vw-25-xl{width:25vw!important}.h-25-xl{height:25%!important}.w-25-xl{width:25%!important}.mh-25-xl{max-height:25%!important}.mw-25-xl{max-width:25%!important}.h-vh-33-xl{height:33vh!important}.h-vw-33-xl{height:33vw!important}.w-vh-33-xl{width:33vh!important}.w-vw-33-xl{width:33vw!important}.h-33-xl{height:33%!important}.w-33-xl{width:33%!important}.mh-33-xl{max-height:33%!important}.mw-33-xl{max-width:33%!important}.h-vh-50-xl{height:50vh!important}.h-vw-50-xl{height:50vw!important}.w-vh-50-xl{width:50vh!important}.w-vw-50-xl{width:50vw!important}.h-50-xl{height:50%!important}.w-50-xl{width:50%!important}.mh-50-xl{max-height:50%!important}.mw-50-xl{max-width:50%!important}.h-vh-66-xl{height:66vh!important}.h-vw-66-xl{height:66vw!important}.w-vh-66-xl{width:66vh!important}.w-vw-66-xl{width:66vw!important}.h-66-xl{height:66%!important}.w-66-xl{width:66%!important}.mh-66-xl{max-height:66%!important}.mw-66-xl{max-width:66%!important}.h-vh-75-xl{height:75vh!important}.h-vw-75-xl{height:75vw!important}.w-vh-75-xl{width:75vh!important}.w-vw-75-xl{width:75vw!important}.h-75-xl{height:75%!important}.w-75-xl{width:75%!important}.mh-75-xl{max-height:75%!important}.mw-75-xl{max-width:75%!important}.h-vh-80-xl{height:80vh!important}.h-vw-80-xl{height:80vw!important}.w-vh-80-xl{width:80vh!important}.w-vw-80-xl{width:80vw!important}.h-80-xl{height:80%!important}.w-80-xl{width:80%!important}.mh-80-xl{max-height:80%!important}.mw-80-xl{max-width:80%!important}.h-vh-90-xl{height:90vh!important}.h-vw-90-xl{height:90vw!important}.w-vh-90-xl{width:90vh!important}.w-vw-90-xl{width:90vw!important}.h-90-xl{height:90%!important}.w-90-xl{width:90%!important}.mh-90-xl{max-height:90%!important}.mw-90-xl{max-width:90%!important}.h-vh-100-xl{height:100vh!important}.h-vw-100-xl{height:100vw!important}.w-vh-100-xl{width:100vh!important}.w-vw-100-xl{width:100vw!important}.h-100-xl{height:100%!important}.w-100-xl{width:100%!important}.mh-100-xl{max-height:100%!important}.mw-100-xl{max-width:100%!important}}@media screen and (min-width: 1452px){.w-auto-xxl{width:auto!important}.h-auto-xxl{height:auto!important}.h-vh-10-xxl{height:10vh!important}.h-vw-10-xxl{height:10vw!important}.w-vh-10-xxl{width:10vh!important}.w-vw-10-xxl{width:10vw!important}.h-10-xxl{height:10%!important}.w-10-xxl{width:10%!important}.mh-10-xxl{max-height:10%!important}.mw-10-xxl{max-width:10%!important}.h-vh-20-xxl{height:20vh!important}.h-vw-20-xxl{height:20vw!important}.w-vh-20-xxl{width:20vh!important}.w-vw-20-xxl{width:20vw!important}.h-20-xxl{height:20%!important}.w-20-xxl{width:20%!important}.mh-20-xxl{max-height:20%!important}.mw-20-xxl{max-width:20%!important}.h-vh-25-xxl{height:25vh!important}.h-vw-25-xxl{height:25vw!important}.w-vh-25-xxl{width:25vh!important}.w-vw-25-xxl{width:25vw!important}.h-25-xxl{height:25%!important}.w-25-xxl{width:25%!important}.mh-25-xxl{max-height:25%!important}.mw-25-xxl{max-width:25%!important}.h-vh-33-xxl{height:33vh!important}.h-vw-33-xxl{height:33vw!important}.w-vh-33-xxl{width:33vh!important}.w-vw-33-xxl{width:33vw!important}.h-33-xxl{height:33%!important}.w-33-xxl{width:33%!important}.mh-33-xxl{max-height:33%!important}.mw-33-xxl{max-width:33%!important}.h-vh-50-xxl{height:50vh!important}.h-vw-50-xxl{height:50vw!important}.w-vh-50-xxl{width:50vh!important}.w-vw-50-xxl{width:50vw!important}.h-50-xxl{height:50%!important}.w-50-xxl{width:50%!important}.mh-50-xxl{max-height:50%!important}.mw-50-xxl{max-width:50%!important}.h-vh-66-xxl{height:66vh!important}.h-vw-66-xxl{height:66vw!important}.w-vh-66-xxl{width:66vh!important}.w-vw-66-xxl{width:66vw!important}.h-66-xxl{height:66%!important}.w-66-xxl{width:66%!important}.mh-66-xxl{max-height:66%!important}.mw-66-xxl{max-width:66%!important}.h-vh-75-xxl{height:75vh!important}.h-vw-75-xxl{height:75vw!important}.w-vh-75-xxl{width:75vh!important}.w-vw-75-xxl{width:75vw!important}.h-75-xxl{height:75%!important}.w-75-xxl{width:75%!important}.mh-75-xxl{max-height:75%!important}.mw-75-xxl{max-width:75%!important}.h-vh-80-xxl{height:80vh!important}.h-vw-80-xxl{height:80vw!important}.w-vh-80-xxl{width:80vh!important}.w-vw-80-xxl{width:80vw!important}.h-80-xxl{height:80%!important}.w-80-xxl{width:80%!important}.mh-80-xxl{max-height:80%!important}.mw-80-xxl{max-width:80%!important}.h-vh-90-xxl{height:90vh!important}.h-vw-90-xxl{height:90vw!important}.w-vh-90-xxl{width:90vh!important}.w-vw-90-xxl{width:90vw!important}.h-90-xxl{height:90%!important}.w-90-xxl{width:90%!important}.mh-90-xxl{max-height:90%!important}.mw-90-xxl{max-width:90%!important}.h-vh-100-xxl{height:100vh!important}.h-vw-100-xxl{height:100vw!important}.w-vh-100-xxl{width:100vh!important}.w-vw-100-xxl{width:100vw!important}.h-100-xxl{height:100%!important}.w-100-xxl{width:100%!important}.mh-100-xxl{max-height:100%!important}.mw-100-xxl{max-width:100%!important}}@media screen and (min-width: 2000px){.w-auto-xxxl{width:auto!important}.h-auto-xxxl{height:auto!important}.h-vh-10-xxxl{height:10vh!important}.h-vw-10-xxxl{height:10vw!important}.w-vh-10-xxxl{width:10vh!important}.w-vw-10-xxxl{width:10vw!important}.h-10-xxxl{height:10%!important}.w-10-xxxl{width:10%!important}.mh-10-xxxl{max-height:10%!important}.mw-10-xxxl{max-width:10%!important}.h-vh-20-xxxl{height:20vh!important}.h-vw-20-xxxl{height:20vw!important}.w-vh-20-xxxl{width:20vh!important}.w-vw-20-xxxl{width:20vw!important}.h-20-xxxl{height:20%!important}.w-20-xxxl{width:20%!important}.mh-20-xxxl{max-height:20%!important}.mw-20-xxxl{max-width:20%!important}.h-vh-25-xxxl{height:25vh!important}.h-vw-25-xxxl{height:25vw!important}.w-vh-25-xxxl{width:25vh!important}.w-vw-25-xxxl{width:25vw!important}.h-25-xxxl{height:25%!important}.w-25-xxxl{width:25%!important}.mh-25-xxxl{max-height:25%!important}.mw-25-xxxl{max-width:25%!important}.h-vh-33-xxxl{height:33vh!important}.h-vw-33-xxxl{height:33vw!important}.w-vh-33-xxxl{width:33vh!important}.w-vw-33-xxxl{width:33vw!important}.h-33-xxxl{height:33%!important}.w-33-xxxl{width:33%!important}.mh-33-xxxl{max-height:33%!important}.mw-33-xxxl{max-width:33%!important}.h-vh-50-xxxl{height:50vh!important}.h-vw-50-xxxl{height:50vw!important}.w-vh-50-xxxl{width:50vh!important}.w-vw-50-xxxl{width:50vw!important}.h-50-xxxl{height:50%!important}.w-50-xxxl{width:50%!important}.mh-50-xxxl{max-height:50%!important}.mw-50-xxxl{max-width:50%!important}.h-vh-66-xxxl{height:66vh!important}.h-vw-66-xxxl{height:66vw!important}.w-vh-66-xxxl{width:66vh!important}.w-vw-66-xxxl{width:66vw!important}.h-66-xxxl{height:66%!important}.w-66-xxxl{width:66%!important}.mh-66-xxxl{max-height:66%!important}.mw-66-xxxl{max-width:66%!important}.h-vh-75-xxxl{height:75vh!important}.h-vw-75-xxxl{height:75vw!important}.w-vh-75-xxxl{width:75vh!important}.w-vw-75-xxxl{width:75vw!important}.h-75-xxxl{height:75%!important}.w-75-xxxl{width:75%!important}.mh-75-xxxl{max-height:75%!important}.mw-75-xxxl{max-width:75%!important}.h-vh-80-xxxl{height:80vh!important}.h-vw-80-xxxl{height:80vw!important}.w-vh-80-xxxl{width:80vh!important}.w-vw-80-xxxl{width:80vw!important}.h-80-xxxl{height:80%!important}.w-80-xxxl{width:80%!important}.mh-80-xxxl{max-height:80%!important}.mw-80-xxxl{max-width:80%!important}.h-vh-90-xxxl{height:90vh!important}.h-vw-90-xxxl{height:90vw!important}.w-vh-90-xxxl{width:90vh!important}.w-vw-90-xxxl{width:90vw!important}.h-90-xxxl{height:90%!important}.w-90-xxxl{width:90%!important}.mh-90-xxxl{max-height:90%!important}.mw-90-xxxl{max-width:90%!important}.h-vh-100-xxxl{height:100vh!important}.h-vw-100-xxxl{height:100vw!important}.w-vh-100-xxxl{width:100vh!important}.w-vw-100-xxxl{width:100vw!important}.h-100-xxxl{height:100%!important}.w-100-xxxl{width:100%!important}.mh-100-xxxl{max-height:100%!important}.mw-100-xxxl{max-width:100%!important}}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-auto{margin-top:auto!important;margin-left:auto!important}.ml-auto{margin-left:auto!important}.mr-auto{margin-right:auto!important}.mt-auto{margin-top:auto!important}.mb-auto{margin-bottom:auto!important}.p-0{padding:0!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.m-0{margin:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.p-1{padding:4px!important}.pr-1{padding-right:4px!important}.pl-1{padding-left:4px!important}.pt-1{padding-top:4px!important}.pb-1{padding-bottom:4px!important}.px-1{padding-left:4px!important;padding-right:4px!important}.py-1{padding-top:4px!important;padding-bottom:4px!important}.m-1{margin:4px!important}.mr-1{margin-right:4px!important}.ml-1{margin-left:4px!important}.mt-1{margin-top:4px!important}.mb-1{margin-bottom:4px!important}.mx-1{margin-left:4px!important;margin-right:4px!important}.my-1{margin-top:4px!important;margin-bottom:4px!important}.mr-1-minus{margin-right:-4px!important}.ml-1-minus{margin-left:-4px!important}.mt-1-minus{margin-top:-4px!important}.mb-1-minus{margin-bottom:-4px!important}.p-2{padding:8px!important}.pr-2{padding-right:8px!important}.pl-2{padding-left:8px!important}.pt-2{padding-top:8px!important}.pb-2{padding-bottom:8px!important}.px-2{padding-left:8px!important;padding-right:8px!important}.py-2{padding-top:8px!important;padding-bottom:8px!important}.m-2{margin:8px!important}.mr-2{margin-right:8px!important}.ml-2{margin-left:8px!important}.mt-2{margin-top:8px!important}.mb-2{margin-bottom:8px!important}.mx-2{margin-left:8px!important;margin-right:8px!important}.my-2{margin-top:8px!important;margin-bottom:8px!important}.mr-2-minus{margin-right:-8px!important}.ml-2-minus{margin-left:-8px!important}.mt-2-minus{margin-top:-8px!important}.mb-2-minus{margin-bottom:-8px!important}.p-3{padding:12px!important}.pr-3{padding-right:12px!important}.pl-3{padding-left:12px!important}.pt-3{padding-top:12px!important}.pb-3{padding-bottom:12px!important}.px-3{padding-left:12px!important;padding-right:12px!important}.py-3{padding-top:12px!important;padding-bottom:12px!important}.m-3{margin:12px!important}.mr-3{margin-right:12px!important}.ml-3{margin-left:12px!important}.mt-3{margin-top:12px!important}.mb-3{margin-bottom:12px!important}.mx-3{margin-left:12px!important;margin-right:12px!important}.my-3{margin-top:12px!important;margin-bottom:12px!important}.mr-3-minus{margin-right:-12px!important}.ml-3-minus{margin-left:-12px!important}.mt-3-minus{margin-top:-12px!important}.mb-3-minus{margin-bottom:-12px!important}.p-4{padding:16px!important}.pr-4{padding-right:16px!important}.pl-4{padding-left:16px!important}.pt-4{padding-top:16px!important}.pb-4{padding-bottom:16px!important}.px-4{padding-left:16px!important;padding-right:16px!important}.py-4{padding-top:16px!important;padding-bottom:16px!important}.m-4{margin:16px!important}.mr-4{margin-right:16px!important}.ml-4{margin-left:16px!important}.mt-4{margin-top:16px!important}.mb-4{margin-bottom:16px!important}.mx-4{margin-left:16px!important;margin-right:16px!important}.my-4{margin-top:16px!important;margin-bottom:16px!important}.mr-4-minus{margin-right:-16px!important}.ml-4-minus{margin-left:-16px!important}.mt-4-minus{margin-top:-16px!important}.mb-4-minus{margin-bottom:-16px!important}.p-5{padding:20px!important}.pr-5{padding-right:20px!important}.pl-5{padding-left:20px!important}.pt-5{padding-top:20px!important}.pb-5{padding-bottom:20px!important}.px-5{padding-left:20px!important;padding-right:20px!important}.py-5{padding-top:20px!important;padding-bottom:20px!important}.m-5{margin:20px!important}.mr-5{margin-right:20px!important}.ml-5{margin-left:20px!important}.mt-5{margin-top:20px!important}.mb-5{margin-bottom:20px!important}.mx-5{margin-left:20px!important;margin-right:20px!important}.my-5{margin-top:20px!important;margin-bottom:20px!important}.mr-5-minus{margin-right:-20px!important}.ml-5-minus{margin-left:-20px!important}.mt-5-minus{margin-top:-20px!important}.mb-5-minus{margin-bottom:-20px!important}.p-6{padding:24px!important}.pr-6{padding-right:24px!important}.pl-6{padding-left:24px!important}.pt-6{padding-top:24px!important}.pb-6{padding-bottom:24px!important}.px-6{padding-left:24px!important;padding-right:24px!important}.py-6{padding-top:24px!important;padding-bottom:24px!important}.m-6{margin:24px!important}.mr-6{margin-right:24px!important}.ml-6{margin-left:24px!important}.mt-6{margin-top:24px!important}.mb-6{margin-bottom:24px!important}.mx-6{margin-left:24px!important;margin-right:24px!important}.my-6{margin-top:24px!important;margin-bottom:24px!important}.mr-6-minus{margin-right:-24px!important}.ml-6-minus{margin-left:-24px!important}.mt-6-minus{margin-top:-24px!important}.mb-6-minus{margin-bottom:-24px!important}.p-7{padding:28px!important}.pr-7{padding-right:28px!important}.pl-7{padding-left:28px!important}.pt-7{padding-top:28px!important}.pb-7{padding-bottom:28px!important}.px-7{padding-left:28px!important;padding-right:28px!important}.py-7{padding-top:28px!important;padding-bottom:28px!important}.m-7{margin:28px!important}.mr-7{margin-right:28px!important}.ml-7{margin-left:28px!important}.mt-7{margin-top:28px!important}.mb-7{margin-bottom:28px!important}.mx-7{margin-left:28px!important;margin-right:28px!important}.my-7{margin-top:28px!important;margin-bottom:28px!important}.mr-7-minus{margin-right:-28px!important}.ml-7-minus{margin-left:-28px!important}.mt-7-minus{margin-top:-28px!important}.mb-7-minus{margin-bottom:-28px!important}.p-8{padding:32px!important}.pr-8{padding-right:32px!important}.pl-8{padding-left:32px!important}.pt-8{padding-top:32px!important}.pb-8{padding-bottom:32px!important}.px-8{padding-left:32px!important;padding-right:32px!important}.py-8{padding-top:32px!important;padding-bottom:32px!important}.m-8{margin:32px!important}.mr-8{margin-right:32px!important}.ml-8{margin-left:32px!important}.mt-8{margin-top:32px!important}.mb-8{margin-bottom:32px!important}.mx-8{margin-left:32px!important;margin-right:32px!important}.my-8{margin-top:32px!important;margin-bottom:32px!important}.mr-8-minus{margin-right:-32px!important}.ml-8-minus{margin-left:-32px!important}.mt-8-minus{margin-top:-32px!important}.mb-8-minus{margin-bottom:-32px!important}.p-9{padding:36px!important}.pr-9{padding-right:36px!important}.pl-9{padding-left:36px!important}.pt-9{padding-top:36px!important}.pb-9{padding-bottom:36px!important}.px-9{padding-left:36px!important;padding-right:36px!important}.py-9{padding-top:36px!important;padding-bottom:36px!important}.m-9{margin:36px!important}.mr-9{margin-right:36px!important}.ml-9{margin-left:36px!important}.mt-9{margin-top:36px!important}.mb-9{margin-bottom:36px!important}.mx-9{margin-left:36px!important;margin-right:36px!important}.my-9{margin-top:36px!important;margin-bottom:36px!important}.mr-9-minus{margin-right:-36px!important}.ml-9-minus{margin-left:-36px!important}.mt-9-minus{margin-top:-36px!important}.mb-9-minus{margin-bottom:-36px!important}.p-10{padding:40px!important}.pr-10{padding-right:40px!important}.pl-10{padding-left:40px!important}.pt-10{padding-top:40px!important}.pb-10{padding-bottom:40px!important}.px-10{padding-left:40px!important;padding-right:40px!important}.py-10{padding-top:40px!important;padding-bottom:40px!important}.m-10{margin:40px!important}.mr-10{margin-right:40px!important}.ml-10{margin-left:40px!important}.mt-10{margin-top:40px!important}.mb-10{margin-bottom:40px!important}.mx-10{margin-left:40px!important;margin-right:40px!important}.my-10{margin-top:40px!important;margin-bottom:40px!important}.mr-10-minus{margin-right:-40px!important}.ml-10-minus{margin-left:-40px!important}.mt-10-minus{margin-top:-40px!important}.mb-10-minus{margin-bottom:-40px!important}.p-11{padding:44px!important}.pr-11{padding-right:44px!important}.pl-11{padding-left:44px!important}.pt-11{padding-top:44px!important}.pb-11{padding-bottom:44px!important}.px-11{padding-left:44px!important;padding-right:44px!important}.py-11{padding-top:44px!important;padding-bottom:44px!important}.m-11{margin:44px!important}.mr-11{margin-right:44px!important}.ml-11{margin-left:44px!important}.mt-11{margin-top:44px!important}.mb-11{margin-bottom:44px!important}.mx-11{margin-left:44px!important;margin-right:44px!important}.my-11{margin-top:44px!important;margin-bottom:44px!important}.mr-11-minus{margin-right:-44px!important}.ml-11-minus{margin-left:-44px!important}.mt-11-minus{margin-top:-44px!important}.mb-11-minus{margin-bottom:-44px!important}.p-12{padding:48px!important}.pr-12{padding-right:48px!important}.pl-12{padding-left:48px!important}.pt-12{padding-top:48px!important}.pb-12{padding-bottom:48px!important}.px-12{padding-left:48px!important;padding-right:48px!important}.py-12{padding-top:48px!important;padding-bottom:48px!important}.m-12{margin:48px!important}.mr-12{margin-right:48px!important}.ml-12{margin-left:48px!important}.mt-12{margin-top:48px!important}.mb-12{margin-bottom:48px!important}.mx-12{margin-left:48px!important;margin-right:48px!important}.my-12{margin-top:48px!important;margin-bottom:48px!important}.mr-12-minus{margin-right:-48px!important}.ml-12-minus{margin-left:-48px!important}.mt-12-minus{margin-top:-48px!important}.mb-12-minus{margin-bottom:-48px!important}.p-13{padding:52px!important}.pr-13{padding-right:52px!important}.pl-13{padding-left:52px!important}.pt-13{padding-top:52px!important}.pb-13{padding-bottom:52px!important}.px-13{padding-left:52px!important;padding-right:52px!important}.py-13{padding-top:52px!important;padding-bottom:52px!important}.m-13{margin:52px!important}.mr-13{margin-right:52px!important}.ml-13{margin-left:52px!important}.mt-13{margin-top:52px!important}.mb-13{margin-bottom:52px!important}.mx-13{margin-left:52px!important;margin-right:52px!important}.my-13{margin-top:52px!important;margin-bottom:52px!important}.mr-13-minus{margin-right:-52px!important}.ml-13-minus{margin-left:-52px!important}.mt-13-minus{margin-top:-52px!important}.mb-13-minus{margin-bottom:-52px!important}.p-14{padding:56px!important}.pr-14{padding-right:56px!important}.pl-14{padding-left:56px!important}.pt-14{padding-top:56px!important}.pb-14{padding-bottom:56px!important}.px-14{padding-left:56px!important;padding-right:56px!important}.py-14{padding-top:56px!important;padding-bottom:56px!important}.m-14{margin:56px!important}.mr-14{margin-right:56px!important}.ml-14{margin-left:56px!important}.mt-14{margin-top:56px!important}.mb-14{margin-bottom:56px!important}.mx-14{margin-left:56px!important;margin-right:56px!important}.my-14{margin-top:56px!important;margin-bottom:56px!important}.mr-14-minus{margin-right:-56px!important}.ml-14-minus{margin-left:-56px!important}.mt-14-minus{margin-top:-56px!important}.mb-14-minus{margin-bottom:-56px!important}.p-15{padding:60px!important}.pr-15{padding-right:60px!important}.pl-15{padding-left:60px!important}.pt-15{padding-top:60px!important}.pb-15{padding-bottom:60px!important}.px-15{padding-left:60px!important;padding-right:60px!important}.py-15{padding-top:60px!important;padding-bottom:60px!important}.m-15{margin:60px!important}.mr-15{margin-right:60px!important}.ml-15{margin-left:60px!important}.mt-15{margin-top:60px!important}.mb-15{margin-bottom:60px!important}.mx-15{margin-left:60px!important;margin-right:60px!important}.my-15{margin-top:60px!important;margin-bottom:60px!important}.mr-15-minus{margin-right:-60px!important}.ml-15-minus{margin-left:-60px!important}.mt-15-minus{margin-top:-60px!important}.mb-15-minus{margin-bottom:-60px!important}.p-16{padding:64px!important}.pr-16{padding-right:64px!important}.pl-16{padding-left:64px!important}.pt-16{padding-top:64px!important}.pb-16{padding-bottom:64px!important}.px-16{padding-left:64px!important;padding-right:64px!important}.py-16{padding-top:64px!important;padding-bottom:64px!important}.m-16{margin:64px!important}.mr-16{margin-right:64px!important}.ml-16{margin-left:64px!important}.mt-16{margin-top:64px!important}.mb-16{margin-bottom:64px!important}.mx-16{margin-left:64px!important;margin-right:64px!important}.my-16{margin-top:64px!important;margin-bottom:64px!important}.mr-16-minus{margin-right:-64px!important}.ml-16-minus{margin-left:-64px!important}.mt-16-minus{margin-top:-64px!important}.mb-16-minus{margin-bottom:-64px!important}.p-17{padding:68px!important}.pr-17{padding-right:68px!important}.pl-17{padding-left:68px!important}.pt-17{padding-top:68px!important}.pb-17{padding-bottom:68px!important}.px-17{padding-left:68px!important;padding-right:68px!important}.py-17{padding-top:68px!important;padding-bottom:68px!important}.m-17{margin:68px!important}.mr-17{margin-right:68px!important}.ml-17{margin-left:68px!important}.mt-17{margin-top:68px!important}.mb-17{margin-bottom:68px!important}.mx-17{margin-left:68px!important;margin-right:68px!important}.my-17{margin-top:68px!important;margin-bottom:68px!important}.mr-17-minus{margin-right:-68px!important}.ml-17-minus{margin-left:-68px!important}.mt-17-minus{margin-top:-68px!important}.mb-17-minus{margin-bottom:-68px!important}.p-18{padding:72px!important}.pr-18{padding-right:72px!important}.pl-18{padding-left:72px!important}.pt-18{padding-top:72px!important}.pb-18{padding-bottom:72px!important}.px-18{padding-left:72px!important;padding-right:72px!important}.py-18{padding-top:72px!important;padding-bottom:72px!important}.m-18{margin:72px!important}.mr-18{margin-right:72px!important}.ml-18{margin-left:72px!important}.mt-18{margin-top:72px!important}.mb-18{margin-bottom:72px!important}.mx-18{margin-left:72px!important;margin-right:72px!important}.my-18{margin-top:72px!important;margin-bottom:72px!important}.mr-18-minus{margin-right:-72px!important}.ml-18-minus{margin-left:-72px!important}.mt-18-minus{margin-top:-72px!important}.mb-18-minus{margin-bottom:-72px!important}.p-19{padding:76px!important}.pr-19{padding-right:76px!important}.pl-19{padding-left:76px!important}.pt-19{padding-top:76px!important}.pb-19{padding-bottom:76px!important}.px-19{padding-left:76px!important;padding-right:76px!important}.py-19{padding-top:76px!important;padding-bottom:76px!important}.m-19{margin:76px!important}.mr-19{margin-right:76px!important}.ml-19{margin-left:76px!important}.mt-19{margin-top:76px!important}.mb-19{margin-bottom:76px!important}.mx-19{margin-left:76px!important;margin-right:76px!important}.my-19{margin-top:76px!important;margin-bottom:76px!important}.mr-19-minus{margin-right:-76px!important}.ml-19-minus{margin-left:-76px!important}.mt-19-minus{margin-top:-76px!important}.mb-19-minus{margin-bottom:-76px!important}.p-20{padding:80px!important}.pr-20{padding-right:80px!important}.pl-20{padding-left:80px!important}.pt-20{padding-top:80px!important}.pb-20{padding-bottom:80px!important}.px-20{padding-left:80px!important;padding-right:80px!important}.py-20{padding-top:80px!important;padding-bottom:80px!important}.m-20{margin:80px!important}.mr-20{margin-right:80px!important}.ml-20{margin-left:80px!important}.mt-20{margin-top:80px!important}.mb-20{margin-bottom:80px!important}.mx-20{margin-left:80px!important;margin-right:80px!important}.my-20{margin-top:80px!important;margin-bottom:80px!important}.mr-20-minus{margin-right:-80px!important}.ml-20-minus{margin-left:-80px!important}.mt-20-minus{margin-top:-80px!important}.mb-20-minus{margin-bottom:-80px!important}@media screen and (min-width: 0){.mx-auto-fs{margin-left:auto!important;margin-right:auto!important}.ml-auto-fs{margin-left:auto!important}.mr-auto-fs{margin-right:auto!important}.mt-auto-fs{margin-top:auto!important}.mb-auto-fs{margin-bottom:auto!important}.p-0-fs{padding:0!important}.pr-0-fs{padding-right:0!important}.pl-0-fs{padding-left:0!important}.pt-0-fs{padding-top:0!important}.pb-0-fs{padding-bottom:0!important}.px-0-fs{padding-left:0!important;padding-right:0!important}.py-0-fs{padding-top:0!important;padding-bottom:0!important}.m-0-fs{margin:0!important}.mr-0-fs{margin-right:0!important}.ml-0-fs{margin-left:0!important}.mt-0-fs{margin-top:0!important}.mb-0-fs{margin-bottom:0!important}.mx-0-fs{margin-left:0!important;margin-right:0!important}.my-0-fs{margin-top:0!important;margin-bottom:0!important}.m-0-fs-minus{margin:0!important}.mr-0-fs-minus{margin-right:0!important}.ml-0-fs-minus{margin-left:0!important}.mt-0-fs-minus{margin-top:0!important}.mb-0-fs-minus{margin-bottom:0!important}.p-1-fs{padding:4px!important}.pr-1-fs{padding-right:4px!important}.pl-1-fs{padding-left:4px!important}.pt-1-fs{padding-top:4px!important}.pb-1-fs{padding-bottom:4px!important}.px-1-fs{padding-left:4px!important;padding-right:4px!important}.py-1-fs{padding-top:4px!important;padding-bottom:4px!important}.m-1-fs{margin:4px!important}.mr-1-fs{margin-right:4px!important}.ml-1-fs{margin-left:4px!important}.mt-1-fs{margin-top:4px!important}.mb-1-fs{margin-bottom:4px!important}.mx-1-fs{margin-left:4px!important;margin-right:4px!important}.my-1-fs{margin-top:4px!important;margin-bottom:4px!important}.m-1-fs-minus{margin:-4px!important}.mr-1-fs-minus{margin-right:-4px!important}.ml-1-fs-minus{margin-left:-4px!important}.mt-1-fs-minus{margin-top:-4px!important}.mb-1-fs-minus{margin-bottom:-4px!important}.p-2-fs{padding:8px!important}.pr-2-fs{padding-right:8px!important}.pl-2-fs{padding-left:8px!important}.pt-2-fs{padding-top:8px!important}.pb-2-fs{padding-bottom:8px!important}.px-2-fs{padding-left:8px!important;padding-right:8px!important}.py-2-fs{padding-top:8px!important;padding-bottom:8px!important}.m-2-fs{margin:8px!important}.mr-2-fs{margin-right:8px!important}.ml-2-fs{margin-left:8px!important}.mt-2-fs{margin-top:8px!important}.mb-2-fs{margin-bottom:8px!important}.mx-2-fs{margin-left:8px!important;margin-right:8px!important}.my-2-fs{margin-top:8px!important;margin-bottom:8px!important}.m-2-fs-minus{margin:-8px!important}.mr-2-fs-minus{margin-right:-8px!important}.ml-2-fs-minus{margin-left:-8px!important}.mt-2-fs-minus{margin-top:-8px!important}.mb-2-fs-minus{margin-bottom:-8px!important}.p-3-fs{padding:12px!important}.pr-3-fs{padding-right:12px!important}.pl-3-fs{padding-left:12px!important}.pt-3-fs{padding-top:12px!important}.pb-3-fs{padding-bottom:12px!important}.px-3-fs{padding-left:12px!important;padding-right:12px!important}.py-3-fs{padding-top:12px!important;padding-bottom:12px!important}.m-3-fs{margin:12px!important}.mr-3-fs{margin-right:12px!important}.ml-3-fs{margin-left:12px!important}.mt-3-fs{margin-top:12px!important}.mb-3-fs{margin-bottom:12px!important}.mx-3-fs{margin-left:12px!important;margin-right:12px!important}.my-3-fs{margin-top:12px!important;margin-bottom:12px!important}.m-3-fs-minus{margin:-12px!important}.mr-3-fs-minus{margin-right:-12px!important}.ml-3-fs-minus{margin-left:-12px!important}.mt-3-fs-minus{margin-top:-12px!important}.mb-3-fs-minus{margin-bottom:-12px!important}.p-4-fs{padding:16px!important}.pr-4-fs{padding-right:16px!important}.pl-4-fs{padding-left:16px!important}.pt-4-fs{padding-top:16px!important}.pb-4-fs{padding-bottom:16px!important}.px-4-fs{padding-left:16px!important;padding-right:16px!important}.py-4-fs{padding-top:16px!important;padding-bottom:16px!important}.m-4-fs{margin:16px!important}.mr-4-fs{margin-right:16px!important}.ml-4-fs{margin-left:16px!important}.mt-4-fs{margin-top:16px!important}.mb-4-fs{margin-bottom:16px!important}.mx-4-fs{margin-left:16px!important;margin-right:16px!important}.my-4-fs{margin-top:16px!important;margin-bottom:16px!important}.m-4-fs-minus{margin:-16px!important}.mr-4-fs-minus{margin-right:-16px!important}.ml-4-fs-minus{margin-left:-16px!important}.mt-4-fs-minus{margin-top:-16px!important}.mb-4-fs-minus{margin-bottom:-16px!important}.p-5-fs{padding:20px!important}.pr-5-fs{padding-right:20px!important}.pl-5-fs{padding-left:20px!important}.pt-5-fs{padding-top:20px!important}.pb-5-fs{padding-bottom:20px!important}.px-5-fs{padding-left:20px!important;padding-right:20px!important}.py-5-fs{padding-top:20px!important;padding-bottom:20px!important}.m-5-fs{margin:20px!important}.mr-5-fs{margin-right:20px!important}.ml-5-fs{margin-left:20px!important}.mt-5-fs{margin-top:20px!important}.mb-5-fs{margin-bottom:20px!important}.mx-5-fs{margin-left:20px!important;margin-right:20px!important}.my-5-fs{margin-top:20px!important;margin-bottom:20px!important}.m-5-fs-minus{margin:-20px!important}.mr-5-fs-minus{margin-right:-20px!important}.ml-5-fs-minus{margin-left:-20px!important}.mt-5-fs-minus{margin-top:-20px!important}.mb-5-fs-minus{margin-bottom:-20px!important}.p-6-fs{padding:24px!important}.pr-6-fs{padding-right:24px!important}.pl-6-fs{padding-left:24px!important}.pt-6-fs{padding-top:24px!important}.pb-6-fs{padding-bottom:24px!important}.px-6-fs{padding-left:24px!important;padding-right:24px!important}.py-6-fs{padding-top:24px!important;padding-bottom:24px!important}.m-6-fs{margin:24px!important}.mr-6-fs{margin-right:24px!important}.ml-6-fs{margin-left:24px!important}.mt-6-fs{margin-top:24px!important}.mb-6-fs{margin-bottom:24px!important}.mx-6-fs{margin-left:24px!important;margin-right:24px!important}.my-6-fs{margin-top:24px!important;margin-bottom:24px!important}.m-6-fs-minus{margin:-24px!important}.mr-6-fs-minus{margin-right:-24px!important}.ml-6-fs-minus{margin-left:-24px!important}.mt-6-fs-minus{margin-top:-24px!important}.mb-6-fs-minus{margin-bottom:-24px!important}.p-7-fs{padding:28px!important}.pr-7-fs{padding-right:28px!important}.pl-7-fs{padding-left:28px!important}.pt-7-fs{padding-top:28px!important}.pb-7-fs{padding-bottom:28px!important}.px-7-fs{padding-left:28px!important;padding-right:28px!important}.py-7-fs{padding-top:28px!important;padding-bottom:28px!important}.m-7-fs{margin:28px!important}.mr-7-fs{margin-right:28px!important}.ml-7-fs{margin-left:28px!important}.mt-7-fs{margin-top:28px!important}.mb-7-fs{margin-bottom:28px!important}.mx-7-fs{margin-left:28px!important;margin-right:28px!important}.my-7-fs{margin-top:28px!important;margin-bottom:28px!important}.m-7-fs-minus{margin:-28px!important}.mr-7-fs-minus{margin-right:-28px!important}.ml-7-fs-minus{margin-left:-28px!important}.mt-7-fs-minus{margin-top:-28px!important}.mb-7-fs-minus{margin-bottom:-28px!important}.p-8-fs{padding:32px!important}.pr-8-fs{padding-right:32px!important}.pl-8-fs{padding-left:32px!important}.pt-8-fs{padding-top:32px!important}.pb-8-fs{padding-bottom:32px!important}.px-8-fs{padding-left:32px!important;padding-right:32px!important}.py-8-fs{padding-top:32px!important;padding-bottom:32px!important}.m-8-fs{margin:32px!important}.mr-8-fs{margin-right:32px!important}.ml-8-fs{margin-left:32px!important}.mt-8-fs{margin-top:32px!important}.mb-8-fs{margin-bottom:32px!important}.mx-8-fs{margin-left:32px!important;margin-right:32px!important}.my-8-fs{margin-top:32px!important;margin-bottom:32px!important}.m-8-fs-minus{margin:-32px!important}.mr-8-fs-minus{margin-right:-32px!important}.ml-8-fs-minus{margin-left:-32px!important}.mt-8-fs-minus{margin-top:-32px!important}.mb-8-fs-minus{margin-bottom:-32px!important}.p-9-fs{padding:36px!important}.pr-9-fs{padding-right:36px!important}.pl-9-fs{padding-left:36px!important}.pt-9-fs{padding-top:36px!important}.pb-9-fs{padding-bottom:36px!important}.px-9-fs{padding-left:36px!important;padding-right:36px!important}.py-9-fs{padding-top:36px!important;padding-bottom:36px!important}.m-9-fs{margin:36px!important}.mr-9-fs{margin-right:36px!important}.ml-9-fs{margin-left:36px!important}.mt-9-fs{margin-top:36px!important}.mb-9-fs{margin-bottom:36px!important}.mx-9-fs{margin-left:36px!important;margin-right:36px!important}.my-9-fs{margin-top:36px!important;margin-bottom:36px!important}.m-9-fs-minus{margin:-36px!important}.mr-9-fs-minus{margin-right:-36px!important}.ml-9-fs-minus{margin-left:-36px!important}.mt-9-fs-minus{margin-top:-36px!important}.mb-9-fs-minus{margin-bottom:-36px!important}.p-10-fs{padding:40px!important}.pr-10-fs{padding-right:40px!important}.pl-10-fs{padding-left:40px!important}.pt-10-fs{padding-top:40px!important}.pb-10-fs{padding-bottom:40px!important}.px-10-fs{padding-left:40px!important;padding-right:40px!important}.py-10-fs{padding-top:40px!important;padding-bottom:40px!important}.m-10-fs{margin:40px!important}.mr-10-fs{margin-right:40px!important}.ml-10-fs{margin-left:40px!important}.mt-10-fs{margin-top:40px!important}.mb-10-fs{margin-bottom:40px!important}.mx-10-fs{margin-left:40px!important;margin-right:40px!important}.my-10-fs{margin-top:40px!important;margin-bottom:40px!important}.m-10-fs-minus{margin:-40px!important}.mr-10-fs-minus{margin-right:-40px!important}.ml-10-fs-minus{margin-left:-40px!important}.mt-10-fs-minus{margin-top:-40px!important}.mb-10-fs-minus{margin-bottom:-40px!important}.p-11-fs{padding:44px!important}.pr-11-fs{padding-right:44px!important}.pl-11-fs{padding-left:44px!important}.pt-11-fs{padding-top:44px!important}.pb-11-fs{padding-bottom:44px!important}.px-11-fs{padding-left:44px!important;padding-right:44px!important}.py-11-fs{padding-top:44px!important;padding-bottom:44px!important}.m-11-fs{margin:44px!important}.mr-11-fs{margin-right:44px!important}.ml-11-fs{margin-left:44px!important}.mt-11-fs{margin-top:44px!important}.mb-11-fs{margin-bottom:44px!important}.mx-11-fs{margin-left:44px!important;margin-right:44px!important}.my-11-fs{margin-top:44px!important;margin-bottom:44px!important}.m-11-fs-minus{margin:-44px!important}.mr-11-fs-minus{margin-right:-44px!important}.ml-11-fs-minus{margin-left:-44px!important}.mt-11-fs-minus{margin-top:-44px!important}.mb-11-fs-minus{margin-bottom:-44px!important}.p-12-fs{padding:48px!important}.pr-12-fs{padding-right:48px!important}.pl-12-fs{padding-left:48px!important}.pt-12-fs{padding-top:48px!important}.pb-12-fs{padding-bottom:48px!important}.px-12-fs{padding-left:48px!important;padding-right:48px!important}.py-12-fs{padding-top:48px!important;padding-bottom:48px!important}.m-12-fs{margin:48px!important}.mr-12-fs{margin-right:48px!important}.ml-12-fs{margin-left:48px!important}.mt-12-fs{margin-top:48px!important}.mb-12-fs{margin-bottom:48px!important}.mx-12-fs{margin-left:48px!important;margin-right:48px!important}.my-12-fs{margin-top:48px!important;margin-bottom:48px!important}.m-12-fs-minus{margin:-48px!important}.mr-12-fs-minus{margin-right:-48px!important}.ml-12-fs-minus{margin-left:-48px!important}.mt-12-fs-minus{margin-top:-48px!important}.mb-12-fs-minus{margin-bottom:-48px!important}.p-13-fs{padding:52px!important}.pr-13-fs{padding-right:52px!important}.pl-13-fs{padding-left:52px!important}.pt-13-fs{padding-top:52px!important}.pb-13-fs{padding-bottom:52px!important}.px-13-fs{padding-left:52px!important;padding-right:52px!important}.py-13-fs{padding-top:52px!important;padding-bottom:52px!important}.m-13-fs{margin:52px!important}.mr-13-fs{margin-right:52px!important}.ml-13-fs{margin-left:52px!important}.mt-13-fs{margin-top:52px!important}.mb-13-fs{margin-bottom:52px!important}.mx-13-fs{margin-left:52px!important;margin-right:52px!important}.my-13-fs{margin-top:52px!important;margin-bottom:52px!important}.m-13-fs-minus{margin:-52px!important}.mr-13-fs-minus{margin-right:-52px!important}.ml-13-fs-minus{margin-left:-52px!important}.mt-13-fs-minus{margin-top:-52px!important}.mb-13-fs-minus{margin-bottom:-52px!important}.p-14-fs{padding:56px!important}.pr-14-fs{padding-right:56px!important}.pl-14-fs{padding-left:56px!important}.pt-14-fs{padding-top:56px!important}.pb-14-fs{padding-bottom:56px!important}.px-14-fs{padding-left:56px!important;padding-right:56px!important}.py-14-fs{padding-top:56px!important;padding-bottom:56px!important}.m-14-fs{margin:56px!important}.mr-14-fs{margin-right:56px!important}.ml-14-fs{margin-left:56px!important}.mt-14-fs{margin-top:56px!important}.mb-14-fs{margin-bottom:56px!important}.mx-14-fs{margin-left:56px!important;margin-right:56px!important}.my-14-fs{margin-top:56px!important;margin-bottom:56px!important}.m-14-fs-minus{margin:-56px!important}.mr-14-fs-minus{margin-right:-56px!important}.ml-14-fs-minus{margin-left:-56px!important}.mt-14-fs-minus{margin-top:-56px!important}.mb-14-fs-minus{margin-bottom:-56px!important}.p-15-fs{padding:60px!important}.pr-15-fs{padding-right:60px!important}.pl-15-fs{padding-left:60px!important}.pt-15-fs{padding-top:60px!important}.pb-15-fs{padding-bottom:60px!important}.px-15-fs{padding-left:60px!important;padding-right:60px!important}.py-15-fs{padding-top:60px!important;padding-bottom:60px!important}.m-15-fs{margin:60px!important}.mr-15-fs{margin-right:60px!important}.ml-15-fs{margin-left:60px!important}.mt-15-fs{margin-top:60px!important}.mb-15-fs{margin-bottom:60px!important}.mx-15-fs{margin-left:60px!important;margin-right:60px!important}.my-15-fs{margin-top:60px!important;margin-bottom:60px!important}.m-15-fs-minus{margin:-60px!important}.mr-15-fs-minus{margin-right:-60px!important}.ml-15-fs-minus{margin-left:-60px!important}.mt-15-fs-minus{margin-top:-60px!important}.mb-15-fs-minus{margin-bottom:-60px!important}.p-16-fs{padding:64px!important}.pr-16-fs{padding-right:64px!important}.pl-16-fs{padding-left:64px!important}.pt-16-fs{padding-top:64px!important}.pb-16-fs{padding-bottom:64px!important}.px-16-fs{padding-left:64px!important;padding-right:64px!important}.py-16-fs{padding-top:64px!important;padding-bottom:64px!important}.m-16-fs{margin:64px!important}.mr-16-fs{margin-right:64px!important}.ml-16-fs{margin-left:64px!important}.mt-16-fs{margin-top:64px!important}.mb-16-fs{margin-bottom:64px!important}.mx-16-fs{margin-left:64px!important;margin-right:64px!important}.my-16-fs{margin-top:64px!important;margin-bottom:64px!important}.m-16-fs-minus{margin:-64px!important}.mr-16-fs-minus{margin-right:-64px!important}.ml-16-fs-minus{margin-left:-64px!important}.mt-16-fs-minus{margin-top:-64px!important}.mb-16-fs-minus{margin-bottom:-64px!important}.p-17-fs{padding:68px!important}.pr-17-fs{padding-right:68px!important}.pl-17-fs{padding-left:68px!important}.pt-17-fs{padding-top:68px!important}.pb-17-fs{padding-bottom:68px!important}.px-17-fs{padding-left:68px!important;padding-right:68px!important}.py-17-fs{padding-top:68px!important;padding-bottom:68px!important}.m-17-fs{margin:68px!important}.mr-17-fs{margin-right:68px!important}.ml-17-fs{margin-left:68px!important}.mt-17-fs{margin-top:68px!important}.mb-17-fs{margin-bottom:68px!important}.mx-17-fs{margin-left:68px!important;margin-right:68px!important}.my-17-fs{margin-top:68px!important;margin-bottom:68px!important}.m-17-fs-minus{margin:-68px!important}.mr-17-fs-minus{margin-right:-68px!important}.ml-17-fs-minus{margin-left:-68px!important}.mt-17-fs-minus{margin-top:-68px!important}.mb-17-fs-minus{margin-bottom:-68px!important}.p-18-fs{padding:72px!important}.pr-18-fs{padding-right:72px!important}.pl-18-fs{padding-left:72px!important}.pt-18-fs{padding-top:72px!important}.pb-18-fs{padding-bottom:72px!important}.px-18-fs{padding-left:72px!important;padding-right:72px!important}.py-18-fs{padding-top:72px!important;padding-bottom:72px!important}.m-18-fs{margin:72px!important}.mr-18-fs{margin-right:72px!important}.ml-18-fs{margin-left:72px!important}.mt-18-fs{margin-top:72px!important}.mb-18-fs{margin-bottom:72px!important}.mx-18-fs{margin-left:72px!important;margin-right:72px!important}.my-18-fs{margin-top:72px!important;margin-bottom:72px!important}.m-18-fs-minus{margin:-72px!important}.mr-18-fs-minus{margin-right:-72px!important}.ml-18-fs-minus{margin-left:-72px!important}.mt-18-fs-minus{margin-top:-72px!important}.mb-18-fs-minus{margin-bottom:-72px!important}.p-19-fs{padding:76px!important}.pr-19-fs{padding-right:76px!important}.pl-19-fs{padding-left:76px!important}.pt-19-fs{padding-top:76px!important}.pb-19-fs{padding-bottom:76px!important}.px-19-fs{padding-left:76px!important;padding-right:76px!important}.py-19-fs{padding-top:76px!important;padding-bottom:76px!important}.m-19-fs{margin:76px!important}.mr-19-fs{margin-right:76px!important}.ml-19-fs{margin-left:76px!important}.mt-19-fs{margin-top:76px!important}.mb-19-fs{margin-bottom:76px!important}.mx-19-fs{margin-left:76px!important;margin-right:76px!important}.my-19-fs{margin-top:76px!important;margin-bottom:76px!important}.m-19-fs-minus{margin:-76px!important}.mr-19-fs-minus{margin-right:-76px!important}.ml-19-fs-minus{margin-left:-76px!important}.mt-19-fs-minus{margin-top:-76px!important}.mb-19-fs-minus{margin-bottom:-76px!important}.p-20-fs{padding:80px!important}.pr-20-fs{padding-right:80px!important}.pl-20-fs{padding-left:80px!important}.pt-20-fs{padding-top:80px!important}.pb-20-fs{padding-bottom:80px!important}.px-20-fs{padding-left:80px!important;padding-right:80px!important}.py-20-fs{padding-top:80px!important;padding-bottom:80px!important}.m-20-fs{margin:80px!important}.mr-20-fs{margin-right:80px!important}.ml-20-fs{margin-left:80px!important}.mt-20-fs{margin-top:80px!important}.mb-20-fs{margin-bottom:80px!important}.mx-20-fs{margin-left:80px!important;margin-right:80px!important}.my-20-fs{margin-top:80px!important;margin-bottom:80px!important}.m-20-fs-minus{margin:-80px!important}.mr-20-fs-minus{margin-right:-80px!important}.ml-20-fs-minus{margin-left:-80px!important}.mt-20-fs-minus{margin-top:-80px!important}.mb-20-fs-minus{margin-bottom:-80px!important}}@media screen and (min-width: 360px){.mx-auto-xs{margin-left:auto!important;margin-right:auto!important}.ml-auto-xs{margin-left:auto!important}.mr-auto-xs{margin-right:auto!important}.mt-auto-xs{margin-top:auto!important}.mb-auto-xs{margin-bottom:auto!important}.p-0-xs{padding:0!important}.pr-0-xs{padding-right:0!important}.pl-0-xs{padding-left:0!important}.pt-0-xs{padding-top:0!important}.pb-0-xs{padding-bottom:0!important}.px-0-xs{padding-left:0!important;padding-right:0!important}.py-0-xs{padding-top:0!important;padding-bottom:0!important}.m-0-xs{margin:0!important}.mr-0-xs{margin-right:0!important}.ml-0-xs{margin-left:0!important}.mt-0-xs{margin-top:0!important}.mb-0-xs{margin-bottom:0!important}.mx-0-xs{margin-left:0!important;margin-right:0!important}.my-0-xs{margin-top:0!important;margin-bottom:0!important}.m-0-xs-minus{margin:0!important}.mr-0-xs-minus{margin-right:0!important}.ml-0-xs-minus{margin-left:0!important}.mt-0-xs-minus{margin-top:0!important}.mb-0-xs-minus{margin-bottom:0!important}.p-1-xs{padding:4px!important}.pr-1-xs{padding-right:4px!important}.pl-1-xs{padding-left:4px!important}.pt-1-xs{padding-top:4px!important}.pb-1-xs{padding-bottom:4px!important}.px-1-xs{padding-left:4px!important;padding-right:4px!important}.py-1-xs{padding-top:4px!important;padding-bottom:4px!important}.m-1-xs{margin:4px!important}.mr-1-xs{margin-right:4px!important}.ml-1-xs{margin-left:4px!important}.mt-1-xs{margin-top:4px!important}.mb-1-xs{margin-bottom:4px!important}.mx-1-xs{margin-left:4px!important;margin-right:4px!important}.my-1-xs{margin-top:4px!important;margin-bottom:4px!important}.m-1-xs-minus{margin:-4px!important}.mr-1-xs-minus{margin-right:-4px!important}.ml-1-xs-minus{margin-left:-4px!important}.mt-1-xs-minus{margin-top:-4px!important}.mb-1-xs-minus{margin-bottom:-4px!important}.p-2-xs{padding:8px!important}.pr-2-xs{padding-right:8px!important}.pl-2-xs{padding-left:8px!important}.pt-2-xs{padding-top:8px!important}.pb-2-xs{padding-bottom:8px!important}.px-2-xs{padding-left:8px!important;padding-right:8px!important}.py-2-xs{padding-top:8px!important;padding-bottom:8px!important}.m-2-xs{margin:8px!important}.mr-2-xs{margin-right:8px!important}.ml-2-xs{margin-left:8px!important}.mt-2-xs{margin-top:8px!important}.mb-2-xs{margin-bottom:8px!important}.mx-2-xs{margin-left:8px!important;margin-right:8px!important}.my-2-xs{margin-top:8px!important;margin-bottom:8px!important}.m-2-xs-minus{margin:-8px!important}.mr-2-xs-minus{margin-right:-8px!important}.ml-2-xs-minus{margin-left:-8px!important}.mt-2-xs-minus{margin-top:-8px!important}.mb-2-xs-minus{margin-bottom:-8px!important}.p-3-xs{padding:12px!important}.pr-3-xs{padding-right:12px!important}.pl-3-xs{padding-left:12px!important}.pt-3-xs{padding-top:12px!important}.pb-3-xs{padding-bottom:12px!important}.px-3-xs{padding-left:12px!important;padding-right:12px!important}.py-3-xs{padding-top:12px!important;padding-bottom:12px!important}.m-3-xs{margin:12px!important}.mr-3-xs{margin-right:12px!important}.ml-3-xs{margin-left:12px!important}.mt-3-xs{margin-top:12px!important}.mb-3-xs{margin-bottom:12px!important}.mx-3-xs{margin-left:12px!important;margin-right:12px!important}.my-3-xs{margin-top:12px!important;margin-bottom:12px!important}.m-3-xs-minus{margin:-12px!important}.mr-3-xs-minus{margin-right:-12px!important}.ml-3-xs-minus{margin-left:-12px!important}.mt-3-xs-minus{margin-top:-12px!important}.mb-3-xs-minus{margin-bottom:-12px!important}.p-4-xs{padding:16px!important}.pr-4-xs{padding-right:16px!important}.pl-4-xs{padding-left:16px!important}.pt-4-xs{padding-top:16px!important}.pb-4-xs{padding-bottom:16px!important}.px-4-xs{padding-left:16px!important;padding-right:16px!important}.py-4-xs{padding-top:16px!important;padding-bottom:16px!important}.m-4-xs{margin:16px!important}.mr-4-xs{margin-right:16px!important}.ml-4-xs{margin-left:16px!important}.mt-4-xs{margin-top:16px!important}.mb-4-xs{margin-bottom:16px!important}.mx-4-xs{margin-left:16px!important;margin-right:16px!important}.my-4-xs{margin-top:16px!important;margin-bottom:16px!important}.m-4-xs-minus{margin:-16px!important}.mr-4-xs-minus{margin-right:-16px!important}.ml-4-xs-minus{margin-left:-16px!important}.mt-4-xs-minus{margin-top:-16px!important}.mb-4-xs-minus{margin-bottom:-16px!important}.p-5-xs{padding:20px!important}.pr-5-xs{padding-right:20px!important}.pl-5-xs{padding-left:20px!important}.pt-5-xs{padding-top:20px!important}.pb-5-xs{padding-bottom:20px!important}.px-5-xs{padding-left:20px!important;padding-right:20px!important}.py-5-xs{padding-top:20px!important;padding-bottom:20px!important}.m-5-xs{margin:20px!important}.mr-5-xs{margin-right:20px!important}.ml-5-xs{margin-left:20px!important}.mt-5-xs{margin-top:20px!important}.mb-5-xs{margin-bottom:20px!important}.mx-5-xs{margin-left:20px!important;margin-right:20px!important}.my-5-xs{margin-top:20px!important;margin-bottom:20px!important}.m-5-xs-minus{margin:-20px!important}.mr-5-xs-minus{margin-right:-20px!important}.ml-5-xs-minus{margin-left:-20px!important}.mt-5-xs-minus{margin-top:-20px!important}.mb-5-xs-minus{margin-bottom:-20px!important}.p-6-xs{padding:24px!important}.pr-6-xs{padding-right:24px!important}.pl-6-xs{padding-left:24px!important}.pt-6-xs{padding-top:24px!important}.pb-6-xs{padding-bottom:24px!important}.px-6-xs{padding-left:24px!important;padding-right:24px!important}.py-6-xs{padding-top:24px!important;padding-bottom:24px!important}.m-6-xs{margin:24px!important}.mr-6-xs{margin-right:24px!important}.ml-6-xs{margin-left:24px!important}.mt-6-xs{margin-top:24px!important}.mb-6-xs{margin-bottom:24px!important}.mx-6-xs{margin-left:24px!important;margin-right:24px!important}.my-6-xs{margin-top:24px!important;margin-bottom:24px!important}.m-6-xs-minus{margin:-24px!important}.mr-6-xs-minus{margin-right:-24px!important}.ml-6-xs-minus{margin-left:-24px!important}.mt-6-xs-minus{margin-top:-24px!important}.mb-6-xs-minus{margin-bottom:-24px!important}.p-7-xs{padding:28px!important}.pr-7-xs{padding-right:28px!important}.pl-7-xs{padding-left:28px!important}.pt-7-xs{padding-top:28px!important}.pb-7-xs{padding-bottom:28px!important}.px-7-xs{padding-left:28px!important;padding-right:28px!important}.py-7-xs{padding-top:28px!important;padding-bottom:28px!important}.m-7-xs{margin:28px!important}.mr-7-xs{margin-right:28px!important}.ml-7-xs{margin-left:28px!important}.mt-7-xs{margin-top:28px!important}.mb-7-xs{margin-bottom:28px!important}.mx-7-xs{margin-left:28px!important;margin-right:28px!important}.my-7-xs{margin-top:28px!important;margin-bottom:28px!important}.m-7-xs-minus{margin:-28px!important}.mr-7-xs-minus{margin-right:-28px!important}.ml-7-xs-minus{margin-left:-28px!important}.mt-7-xs-minus{margin-top:-28px!important}.mb-7-xs-minus{margin-bottom:-28px!important}.p-8-xs{padding:32px!important}.pr-8-xs{padding-right:32px!important}.pl-8-xs{padding-left:32px!important}.pt-8-xs{padding-top:32px!important}.pb-8-xs{padding-bottom:32px!important}.px-8-xs{padding-left:32px!important;padding-right:32px!important}.py-8-xs{padding-top:32px!important;padding-bottom:32px!important}.m-8-xs{margin:32px!important}.mr-8-xs{margin-right:32px!important}.ml-8-xs{margin-left:32px!important}.mt-8-xs{margin-top:32px!important}.mb-8-xs{margin-bottom:32px!important}.mx-8-xs{margin-left:32px!important;margin-right:32px!important}.my-8-xs{margin-top:32px!important;margin-bottom:32px!important}.m-8-xs-minus{margin:-32px!important}.mr-8-xs-minus{margin-right:-32px!important}.ml-8-xs-minus{margin-left:-32px!important}.mt-8-xs-minus{margin-top:-32px!important}.mb-8-xs-minus{margin-bottom:-32px!important}.p-9-xs{padding:36px!important}.pr-9-xs{padding-right:36px!important}.pl-9-xs{padding-left:36px!important}.pt-9-xs{padding-top:36px!important}.pb-9-xs{padding-bottom:36px!important}.px-9-xs{padding-left:36px!important;padding-right:36px!important}.py-9-xs{padding-top:36px!important;padding-bottom:36px!important}.m-9-xs{margin:36px!important}.mr-9-xs{margin-right:36px!important}.ml-9-xs{margin-left:36px!important}.mt-9-xs{margin-top:36px!important}.mb-9-xs{margin-bottom:36px!important}.mx-9-xs{margin-left:36px!important;margin-right:36px!important}.my-9-xs{margin-top:36px!important;margin-bottom:36px!important}.m-9-xs-minus{margin:-36px!important}.mr-9-xs-minus{margin-right:-36px!important}.ml-9-xs-minus{margin-left:-36px!important}.mt-9-xs-minus{margin-top:-36px!important}.mb-9-xs-minus{margin-bottom:-36px!important}.p-10-xs{padding:40px!important}.pr-10-xs{padding-right:40px!important}.pl-10-xs{padding-left:40px!important}.pt-10-xs{padding-top:40px!important}.pb-10-xs{padding-bottom:40px!important}.px-10-xs{padding-left:40px!important;padding-right:40px!important}.py-10-xs{padding-top:40px!important;padding-bottom:40px!important}.m-10-xs{margin:40px!important}.mr-10-xs{margin-right:40px!important}.ml-10-xs{margin-left:40px!important}.mt-10-xs{margin-top:40px!important}.mb-10-xs{margin-bottom:40px!important}.mx-10-xs{margin-left:40px!important;margin-right:40px!important}.my-10-xs{margin-top:40px!important;margin-bottom:40px!important}.m-10-xs-minus{margin:-40px!important}.mr-10-xs-minus{margin-right:-40px!important}.ml-10-xs-minus{margin-left:-40px!important}.mt-10-xs-minus{margin-top:-40px!important}.mb-10-xs-minus{margin-bottom:-40px!important}.p-11-xs{padding:44px!important}.pr-11-xs{padding-right:44px!important}.pl-11-xs{padding-left:44px!important}.pt-11-xs{padding-top:44px!important}.pb-11-xs{padding-bottom:44px!important}.px-11-xs{padding-left:44px!important;padding-right:44px!important}.py-11-xs{padding-top:44px!important;padding-bottom:44px!important}.m-11-xs{margin:44px!important}.mr-11-xs{margin-right:44px!important}.ml-11-xs{margin-left:44px!important}.mt-11-xs{margin-top:44px!important}.mb-11-xs{margin-bottom:44px!important}.mx-11-xs{margin-left:44px!important;margin-right:44px!important}.my-11-xs{margin-top:44px!important;margin-bottom:44px!important}.m-11-xs-minus{margin:-44px!important}.mr-11-xs-minus{margin-right:-44px!important}.ml-11-xs-minus{margin-left:-44px!important}.mt-11-xs-minus{margin-top:-44px!important}.mb-11-xs-minus{margin-bottom:-44px!important}.p-12-xs{padding:48px!important}.pr-12-xs{padding-right:48px!important}.pl-12-xs{padding-left:48px!important}.pt-12-xs{padding-top:48px!important}.pb-12-xs{padding-bottom:48px!important}.px-12-xs{padding-left:48px!important;padding-right:48px!important}.py-12-xs{padding-top:48px!important;padding-bottom:48px!important}.m-12-xs{margin:48px!important}.mr-12-xs{margin-right:48px!important}.ml-12-xs{margin-left:48px!important}.mt-12-xs{margin-top:48px!important}.mb-12-xs{margin-bottom:48px!important}.mx-12-xs{margin-left:48px!important;margin-right:48px!important}.my-12-xs{margin-top:48px!important;margin-bottom:48px!important}.m-12-xs-minus{margin:-48px!important}.mr-12-xs-minus{margin-right:-48px!important}.ml-12-xs-minus{margin-left:-48px!important}.mt-12-xs-minus{margin-top:-48px!important}.mb-12-xs-minus{margin-bottom:-48px!important}.p-13-xs{padding:52px!important}.pr-13-xs{padding-right:52px!important}.pl-13-xs{padding-left:52px!important}.pt-13-xs{padding-top:52px!important}.pb-13-xs{padding-bottom:52px!important}.px-13-xs{padding-left:52px!important;padding-right:52px!important}.py-13-xs{padding-top:52px!important;padding-bottom:52px!important}.m-13-xs{margin:52px!important}.mr-13-xs{margin-right:52px!important}.ml-13-xs{margin-left:52px!important}.mt-13-xs{margin-top:52px!important}.mb-13-xs{margin-bottom:52px!important}.mx-13-xs{margin-left:52px!important;margin-right:52px!important}.my-13-xs{margin-top:52px!important;margin-bottom:52px!important}.m-13-xs-minus{margin:-52px!important}.mr-13-xs-minus{margin-right:-52px!important}.ml-13-xs-minus{margin-left:-52px!important}.mt-13-xs-minus{margin-top:-52px!important}.mb-13-xs-minus{margin-bottom:-52px!important}.p-14-xs{padding:56px!important}.pr-14-xs{padding-right:56px!important}.pl-14-xs{padding-left:56px!important}.pt-14-xs{padding-top:56px!important}.pb-14-xs{padding-bottom:56px!important}.px-14-xs{padding-left:56px!important;padding-right:56px!important}.py-14-xs{padding-top:56px!important;padding-bottom:56px!important}.m-14-xs{margin:56px!important}.mr-14-xs{margin-right:56px!important}.ml-14-xs{margin-left:56px!important}.mt-14-xs{margin-top:56px!important}.mb-14-xs{margin-bottom:56px!important}.mx-14-xs{margin-left:56px!important;margin-right:56px!important}.my-14-xs{margin-top:56px!important;margin-bottom:56px!important}.m-14-xs-minus{margin:-56px!important}.mr-14-xs-minus{margin-right:-56px!important}.ml-14-xs-minus{margin-left:-56px!important}.mt-14-xs-minus{margin-top:-56px!important}.mb-14-xs-minus{margin-bottom:-56px!important}.p-15-xs{padding:60px!important}.pr-15-xs{padding-right:60px!important}.pl-15-xs{padding-left:60px!important}.pt-15-xs{padding-top:60px!important}.pb-15-xs{padding-bottom:60px!important}.px-15-xs{padding-left:60px!important;padding-right:60px!important}.py-15-xs{padding-top:60px!important;padding-bottom:60px!important}.m-15-xs{margin:60px!important}.mr-15-xs{margin-right:60px!important}.ml-15-xs{margin-left:60px!important}.mt-15-xs{margin-top:60px!important}.mb-15-xs{margin-bottom:60px!important}.mx-15-xs{margin-left:60px!important;margin-right:60px!important}.my-15-xs{margin-top:60px!important;margin-bottom:60px!important}.m-15-xs-minus{margin:-60px!important}.mr-15-xs-minus{margin-right:-60px!important}.ml-15-xs-minus{margin-left:-60px!important}.mt-15-xs-minus{margin-top:-60px!important}.mb-15-xs-minus{margin-bottom:-60px!important}.p-16-xs{padding:64px!important}.pr-16-xs{padding-right:64px!important}.pl-16-xs{padding-left:64px!important}.pt-16-xs{padding-top:64px!important}.pb-16-xs{padding-bottom:64px!important}.px-16-xs{padding-left:64px!important;padding-right:64px!important}.py-16-xs{padding-top:64px!important;padding-bottom:64px!important}.m-16-xs{margin:64px!important}.mr-16-xs{margin-right:64px!important}.ml-16-xs{margin-left:64px!important}.mt-16-xs{margin-top:64px!important}.mb-16-xs{margin-bottom:64px!important}.mx-16-xs{margin-left:64px!important;margin-right:64px!important}.my-16-xs{margin-top:64px!important;margin-bottom:64px!important}.m-16-xs-minus{margin:-64px!important}.mr-16-xs-minus{margin-right:-64px!important}.ml-16-xs-minus{margin-left:-64px!important}.mt-16-xs-minus{margin-top:-64px!important}.mb-16-xs-minus{margin-bottom:-64px!important}.p-17-xs{padding:68px!important}.pr-17-xs{padding-right:68px!important}.pl-17-xs{padding-left:68px!important}.pt-17-xs{padding-top:68px!important}.pb-17-xs{padding-bottom:68px!important}.px-17-xs{padding-left:68px!important;padding-right:68px!important}.py-17-xs{padding-top:68px!important;padding-bottom:68px!important}.m-17-xs{margin:68px!important}.mr-17-xs{margin-right:68px!important}.ml-17-xs{margin-left:68px!important}.mt-17-xs{margin-top:68px!important}.mb-17-xs{margin-bottom:68px!important}.mx-17-xs{margin-left:68px!important;margin-right:68px!important}.my-17-xs{margin-top:68px!important;margin-bottom:68px!important}.m-17-xs-minus{margin:-68px!important}.mr-17-xs-minus{margin-right:-68px!important}.ml-17-xs-minus{margin-left:-68px!important}.mt-17-xs-minus{margin-top:-68px!important}.mb-17-xs-minus{margin-bottom:-68px!important}.p-18-xs{padding:72px!important}.pr-18-xs{padding-right:72px!important}.pl-18-xs{padding-left:72px!important}.pt-18-xs{padding-top:72px!important}.pb-18-xs{padding-bottom:72px!important}.px-18-xs{padding-left:72px!important;padding-right:72px!important}.py-18-xs{padding-top:72px!important;padding-bottom:72px!important}.m-18-xs{margin:72px!important}.mr-18-xs{margin-right:72px!important}.ml-18-xs{margin-left:72px!important}.mt-18-xs{margin-top:72px!important}.mb-18-xs{margin-bottom:72px!important}.mx-18-xs{margin-left:72px!important;margin-right:72px!important}.my-18-xs{margin-top:72px!important;margin-bottom:72px!important}.m-18-xs-minus{margin:-72px!important}.mr-18-xs-minus{margin-right:-72px!important}.ml-18-xs-minus{margin-left:-72px!important}.mt-18-xs-minus{margin-top:-72px!important}.mb-18-xs-minus{margin-bottom:-72px!important}.p-19-xs{padding:76px!important}.pr-19-xs{padding-right:76px!important}.pl-19-xs{padding-left:76px!important}.pt-19-xs{padding-top:76px!important}.pb-19-xs{padding-bottom:76px!important}.px-19-xs{padding-left:76px!important;padding-right:76px!important}.py-19-xs{padding-top:76px!important;padding-bottom:76px!important}.m-19-xs{margin:76px!important}.mr-19-xs{margin-right:76px!important}.ml-19-xs{margin-left:76px!important}.mt-19-xs{margin-top:76px!important}.mb-19-xs{margin-bottom:76px!important}.mx-19-xs{margin-left:76px!important;margin-right:76px!important}.my-19-xs{margin-top:76px!important;margin-bottom:76px!important}.m-19-xs-minus{margin:-76px!important}.mr-19-xs-minus{margin-right:-76px!important}.ml-19-xs-minus{margin-left:-76px!important}.mt-19-xs-minus{margin-top:-76px!important}.mb-19-xs-minus{margin-bottom:-76px!important}.p-20-xs{padding:80px!important}.pr-20-xs{padding-right:80px!important}.pl-20-xs{padding-left:80px!important}.pt-20-xs{padding-top:80px!important}.pb-20-xs{padding-bottom:80px!important}.px-20-xs{padding-left:80px!important;padding-right:80px!important}.py-20-xs{padding-top:80px!important;padding-bottom:80px!important}.m-20-xs{margin:80px!important}.mr-20-xs{margin-right:80px!important}.ml-20-xs{margin-left:80px!important}.mt-20-xs{margin-top:80px!important}.mb-20-xs{margin-bottom:80px!important}.mx-20-xs{margin-left:80px!important;margin-right:80px!important}.my-20-xs{margin-top:80px!important;margin-bottom:80px!important}.m-20-xs-minus{margin:-80px!important}.mr-20-xs-minus{margin-right:-80px!important}.ml-20-xs-minus{margin-left:-80px!important}.mt-20-xs-minus{margin-top:-80px!important}.mb-20-xs-minus{margin-bottom:-80px!important}}@media screen and (min-width: 576px){.mx-auto-sm{margin-left:auto!important;margin-right:auto!important}.ml-auto-sm{margin-left:auto!important}.mr-auto-sm{margin-right:auto!important}.mt-auto-sm{margin-top:auto!important}.mb-auto-sm{margin-bottom:auto!important}.p-0-sm{padding:0!important}.pr-0-sm{padding-right:0!important}.pl-0-sm{padding-left:0!important}.pt-0-sm{padding-top:0!important}.pb-0-sm{padding-bottom:0!important}.px-0-sm{padding-left:0!important;padding-right:0!important}.py-0-sm{padding-top:0!important;padding-bottom:0!important}.m-0-sm{margin:0!important}.mr-0-sm{margin-right:0!important}.ml-0-sm{margin-left:0!important}.mt-0-sm{margin-top:0!important}.mb-0-sm{margin-bottom:0!important}.mx-0-sm{margin-left:0!important;margin-right:0!important}.my-0-sm{margin-top:0!important;margin-bottom:0!important}.m-0-sm-minus{margin:0!important}.mr-0-sm-minus{margin-right:0!important}.ml-0-sm-minus{margin-left:0!important}.mt-0-sm-minus{margin-top:0!important}.mb-0-sm-minus{margin-bottom:0!important}.p-1-sm{padding:4px!important}.pr-1-sm{padding-right:4px!important}.pl-1-sm{padding-left:4px!important}.pt-1-sm{padding-top:4px!important}.pb-1-sm{padding-bottom:4px!important}.px-1-sm{padding-left:4px!important;padding-right:4px!important}.py-1-sm{padding-top:4px!important;padding-bottom:4px!important}.m-1-sm{margin:4px!important}.mr-1-sm{margin-right:4px!important}.ml-1-sm{margin-left:4px!important}.mt-1-sm{margin-top:4px!important}.mb-1-sm{margin-bottom:4px!important}.mx-1-sm{margin-left:4px!important;margin-right:4px!important}.my-1-sm{margin-top:4px!important;margin-bottom:4px!important}.m-1-sm-minus{margin:-4px!important}.mr-1-sm-minus{margin-right:-4px!important}.ml-1-sm-minus{margin-left:-4px!important}.mt-1-sm-minus{margin-top:-4px!important}.mb-1-sm-minus{margin-bottom:-4px!important}.p-2-sm{padding:8px!important}.pr-2-sm{padding-right:8px!important}.pl-2-sm{padding-left:8px!important}.pt-2-sm{padding-top:8px!important}.pb-2-sm{padding-bottom:8px!important}.px-2-sm{padding-left:8px!important;padding-right:8px!important}.py-2-sm{padding-top:8px!important;padding-bottom:8px!important}.m-2-sm{margin:8px!important}.mr-2-sm{margin-right:8px!important}.ml-2-sm{margin-left:8px!important}.mt-2-sm{margin-top:8px!important}.mb-2-sm{margin-bottom:8px!important}.mx-2-sm{margin-left:8px!important;margin-right:8px!important}.my-2-sm{margin-top:8px!important;margin-bottom:8px!important}.m-2-sm-minus{margin:-8px!important}.mr-2-sm-minus{margin-right:-8px!important}.ml-2-sm-minus{margin-left:-8px!important}.mt-2-sm-minus{margin-top:-8px!important}.mb-2-sm-minus{margin-bottom:-8px!important}.p-3-sm{padding:12px!important}.pr-3-sm{padding-right:12px!important}.pl-3-sm{padding-left:12px!important}.pt-3-sm{padding-top:12px!important}.pb-3-sm{padding-bottom:12px!important}.px-3-sm{padding-left:12px!important;padding-right:12px!important}.py-3-sm{padding-top:12px!important;padding-bottom:12px!important}.m-3-sm{margin:12px!important}.mr-3-sm{margin-right:12px!important}.ml-3-sm{margin-left:12px!important}.mt-3-sm{margin-top:12px!important}.mb-3-sm{margin-bottom:12px!important}.mx-3-sm{margin-left:12px!important;margin-right:12px!important}.my-3-sm{margin-top:12px!important;margin-bottom:12px!important}.m-3-sm-minus{margin:-12px!important}.mr-3-sm-minus{margin-right:-12px!important}.ml-3-sm-minus{margin-left:-12px!important}.mt-3-sm-minus{margin-top:-12px!important}.mb-3-sm-minus{margin-bottom:-12px!important}.p-4-sm{padding:16px!important}.pr-4-sm{padding-right:16px!important}.pl-4-sm{padding-left:16px!important}.pt-4-sm{padding-top:16px!important}.pb-4-sm{padding-bottom:16px!important}.px-4-sm{padding-left:16px!important;padding-right:16px!important}.py-4-sm{padding-top:16px!important;padding-bottom:16px!important}.m-4-sm{margin:16px!important}.mr-4-sm{margin-right:16px!important}.ml-4-sm{margin-left:16px!important}.mt-4-sm{margin-top:16px!important}.mb-4-sm{margin-bottom:16px!important}.mx-4-sm{margin-left:16px!important;margin-right:16px!important}.my-4-sm{margin-top:16px!important;margin-bottom:16px!important}.m-4-sm-minus{margin:-16px!important}.mr-4-sm-minus{margin-right:-16px!important}.ml-4-sm-minus{margin-left:-16px!important}.mt-4-sm-minus{margin-top:-16px!important}.mb-4-sm-minus{margin-bottom:-16px!important}.p-5-sm{padding:20px!important}.pr-5-sm{padding-right:20px!important}.pl-5-sm{padding-left:20px!important}.pt-5-sm{padding-top:20px!important}.pb-5-sm{padding-bottom:20px!important}.px-5-sm{padding-left:20px!important;padding-right:20px!important}.py-5-sm{padding-top:20px!important;padding-bottom:20px!important}.m-5-sm{margin:20px!important}.mr-5-sm{margin-right:20px!important}.ml-5-sm{margin-left:20px!important}.mt-5-sm{margin-top:20px!important}.mb-5-sm{margin-bottom:20px!important}.mx-5-sm{margin-left:20px!important;margin-right:20px!important}.my-5-sm{margin-top:20px!important;margin-bottom:20px!important}.m-5-sm-minus{margin:-20px!important}.mr-5-sm-minus{margin-right:-20px!important}.ml-5-sm-minus{margin-left:-20px!important}.mt-5-sm-minus{margin-top:-20px!important}.mb-5-sm-minus{margin-bottom:-20px!important}.p-6-sm{padding:24px!important}.pr-6-sm{padding-right:24px!important}.pl-6-sm{padding-left:24px!important}.pt-6-sm{padding-top:24px!important}.pb-6-sm{padding-bottom:24px!important}.px-6-sm{padding-left:24px!important;padding-right:24px!important}.py-6-sm{padding-top:24px!important;padding-bottom:24px!important}.m-6-sm{margin:24px!important}.mr-6-sm{margin-right:24px!important}.ml-6-sm{margin-left:24px!important}.mt-6-sm{margin-top:24px!important}.mb-6-sm{margin-bottom:24px!important}.mx-6-sm{margin-left:24px!important;margin-right:24px!important}.my-6-sm{margin-top:24px!important;margin-bottom:24px!important}.m-6-sm-minus{margin:-24px!important}.mr-6-sm-minus{margin-right:-24px!important}.ml-6-sm-minus{margin-left:-24px!important}.mt-6-sm-minus{margin-top:-24px!important}.mb-6-sm-minus{margin-bottom:-24px!important}.p-7-sm{padding:28px!important}.pr-7-sm{padding-right:28px!important}.pl-7-sm{padding-left:28px!important}.pt-7-sm{padding-top:28px!important}.pb-7-sm{padding-bottom:28px!important}.px-7-sm{padding-left:28px!important;padding-right:28px!important}.py-7-sm{padding-top:28px!important;padding-bottom:28px!important}.m-7-sm{margin:28px!important}.mr-7-sm{margin-right:28px!important}.ml-7-sm{margin-left:28px!important}.mt-7-sm{margin-top:28px!important}.mb-7-sm{margin-bottom:28px!important}.mx-7-sm{margin-left:28px!important;margin-right:28px!important}.my-7-sm{margin-top:28px!important;margin-bottom:28px!important}.m-7-sm-minus{margin:-28px!important}.mr-7-sm-minus{margin-right:-28px!important}.ml-7-sm-minus{margin-left:-28px!important}.mt-7-sm-minus{margin-top:-28px!important}.mb-7-sm-minus{margin-bottom:-28px!important}.p-8-sm{padding:32px!important}.pr-8-sm{padding-right:32px!important}.pl-8-sm{padding-left:32px!important}.pt-8-sm{padding-top:32px!important}.pb-8-sm{padding-bottom:32px!important}.px-8-sm{padding-left:32px!important;padding-right:32px!important}.py-8-sm{padding-top:32px!important;padding-bottom:32px!important}.m-8-sm{margin:32px!important}.mr-8-sm{margin-right:32px!important}.ml-8-sm{margin-left:32px!important}.mt-8-sm{margin-top:32px!important}.mb-8-sm{margin-bottom:32px!important}.mx-8-sm{margin-left:32px!important;margin-right:32px!important}.my-8-sm{margin-top:32px!important;margin-bottom:32px!important}.m-8-sm-minus{margin:-32px!important}.mr-8-sm-minus{margin-right:-32px!important}.ml-8-sm-minus{margin-left:-32px!important}.mt-8-sm-minus{margin-top:-32px!important}.mb-8-sm-minus{margin-bottom:-32px!important}.p-9-sm{padding:36px!important}.pr-9-sm{padding-right:36px!important}.pl-9-sm{padding-left:36px!important}.pt-9-sm{padding-top:36px!important}.pb-9-sm{padding-bottom:36px!important}.px-9-sm{padding-left:36px!important;padding-right:36px!important}.py-9-sm{padding-top:36px!important;padding-bottom:36px!important}.m-9-sm{margin:36px!important}.mr-9-sm{margin-right:36px!important}.ml-9-sm{margin-left:36px!important}.mt-9-sm{margin-top:36px!important}.mb-9-sm{margin-bottom:36px!important}.mx-9-sm{margin-left:36px!important;margin-right:36px!important}.my-9-sm{margin-top:36px!important;margin-bottom:36px!important}.m-9-sm-minus{margin:-36px!important}.mr-9-sm-minus{margin-right:-36px!important}.ml-9-sm-minus{margin-left:-36px!important}.mt-9-sm-minus{margin-top:-36px!important}.mb-9-sm-minus{margin-bottom:-36px!important}.p-10-sm{padding:40px!important}.pr-10-sm{padding-right:40px!important}.pl-10-sm{padding-left:40px!important}.pt-10-sm{padding-top:40px!important}.pb-10-sm{padding-bottom:40px!important}.px-10-sm{padding-left:40px!important;padding-right:40px!important}.py-10-sm{padding-top:40px!important;padding-bottom:40px!important}.m-10-sm{margin:40px!important}.mr-10-sm{margin-right:40px!important}.ml-10-sm{margin-left:40px!important}.mt-10-sm{margin-top:40px!important}.mb-10-sm{margin-bottom:40px!important}.mx-10-sm{margin-left:40px!important;margin-right:40px!important}.my-10-sm{margin-top:40px!important;margin-bottom:40px!important}.m-10-sm-minus{margin:-40px!important}.mr-10-sm-minus{margin-right:-40px!important}.ml-10-sm-minus{margin-left:-40px!important}.mt-10-sm-minus{margin-top:-40px!important}.mb-10-sm-minus{margin-bottom:-40px!important}.p-11-sm{padding:44px!important}.pr-11-sm{padding-right:44px!important}.pl-11-sm{padding-left:44px!important}.pt-11-sm{padding-top:44px!important}.pb-11-sm{padding-bottom:44px!important}.px-11-sm{padding-left:44px!important;padding-right:44px!important}.py-11-sm{padding-top:44px!important;padding-bottom:44px!important}.m-11-sm{margin:44px!important}.mr-11-sm{margin-right:44px!important}.ml-11-sm{margin-left:44px!important}.mt-11-sm{margin-top:44px!important}.mb-11-sm{margin-bottom:44px!important}.mx-11-sm{margin-left:44px!important;margin-right:44px!important}.my-11-sm{margin-top:44px!important;margin-bottom:44px!important}.m-11-sm-minus{margin:-44px!important}.mr-11-sm-minus{margin-right:-44px!important}.ml-11-sm-minus{margin-left:-44px!important}.mt-11-sm-minus{margin-top:-44px!important}.mb-11-sm-minus{margin-bottom:-44px!important}.p-12-sm{padding:48px!important}.pr-12-sm{padding-right:48px!important}.pl-12-sm{padding-left:48px!important}.pt-12-sm{padding-top:48px!important}.pb-12-sm{padding-bottom:48px!important}.px-12-sm{padding-left:48px!important;padding-right:48px!important}.py-12-sm{padding-top:48px!important;padding-bottom:48px!important}.m-12-sm{margin:48px!important}.mr-12-sm{margin-right:48px!important}.ml-12-sm{margin-left:48px!important}.mt-12-sm{margin-top:48px!important}.mb-12-sm{margin-bottom:48px!important}.mx-12-sm{margin-left:48px!important;margin-right:48px!important}.my-12-sm{margin-top:48px!important;margin-bottom:48px!important}.m-12-sm-minus{margin:-48px!important}.mr-12-sm-minus{margin-right:-48px!important}.ml-12-sm-minus{margin-left:-48px!important}.mt-12-sm-minus{margin-top:-48px!important}.mb-12-sm-minus{margin-bottom:-48px!important}.p-13-sm{padding:52px!important}.pr-13-sm{padding-right:52px!important}.pl-13-sm{padding-left:52px!important}.pt-13-sm{padding-top:52px!important}.pb-13-sm{padding-bottom:52px!important}.px-13-sm{padding-left:52px!important;padding-right:52px!important}.py-13-sm{padding-top:52px!important;padding-bottom:52px!important}.m-13-sm{margin:52px!important}.mr-13-sm{margin-right:52px!important}.ml-13-sm{margin-left:52px!important}.mt-13-sm{margin-top:52px!important}.mb-13-sm{margin-bottom:52px!important}.mx-13-sm{margin-left:52px!important;margin-right:52px!important}.my-13-sm{margin-top:52px!important;margin-bottom:52px!important}.m-13-sm-minus{margin:-52px!important}.mr-13-sm-minus{margin-right:-52px!important}.ml-13-sm-minus{margin-left:-52px!important}.mt-13-sm-minus{margin-top:-52px!important}.mb-13-sm-minus{margin-bottom:-52px!important}.p-14-sm{padding:56px!important}.pr-14-sm{padding-right:56px!important}.pl-14-sm{padding-left:56px!important}.pt-14-sm{padding-top:56px!important}.pb-14-sm{padding-bottom:56px!important}.px-14-sm{padding-left:56px!important;padding-right:56px!important}.py-14-sm{padding-top:56px!important;padding-bottom:56px!important}.m-14-sm{margin:56px!important}.mr-14-sm{margin-right:56px!important}.ml-14-sm{margin-left:56px!important}.mt-14-sm{margin-top:56px!important}.mb-14-sm{margin-bottom:56px!important}.mx-14-sm{margin-left:56px!important;margin-right:56px!important}.my-14-sm{margin-top:56px!important;margin-bottom:56px!important}.m-14-sm-minus{margin:-56px!important}.mr-14-sm-minus{margin-right:-56px!important}.ml-14-sm-minus{margin-left:-56px!important}.mt-14-sm-minus{margin-top:-56px!important}.mb-14-sm-minus{margin-bottom:-56px!important}.p-15-sm{padding:60px!important}.pr-15-sm{padding-right:60px!important}.pl-15-sm{padding-left:60px!important}.pt-15-sm{padding-top:60px!important}.pb-15-sm{padding-bottom:60px!important}.px-15-sm{padding-left:60px!important;padding-right:60px!important}.py-15-sm{padding-top:60px!important;padding-bottom:60px!important}.m-15-sm{margin:60px!important}.mr-15-sm{margin-right:60px!important}.ml-15-sm{margin-left:60px!important}.mt-15-sm{margin-top:60px!important}.mb-15-sm{margin-bottom:60px!important}.mx-15-sm{margin-left:60px!important;margin-right:60px!important}.my-15-sm{margin-top:60px!important;margin-bottom:60px!important}.m-15-sm-minus{margin:-60px!important}.mr-15-sm-minus{margin-right:-60px!important}.ml-15-sm-minus{margin-left:-60px!important}.mt-15-sm-minus{margin-top:-60px!important}.mb-15-sm-minus{margin-bottom:-60px!important}.p-16-sm{padding:64px!important}.pr-16-sm{padding-right:64px!important}.pl-16-sm{padding-left:64px!important}.pt-16-sm{padding-top:64px!important}.pb-16-sm{padding-bottom:64px!important}.px-16-sm{padding-left:64px!important;padding-right:64px!important}.py-16-sm{padding-top:64px!important;padding-bottom:64px!important}.m-16-sm{margin:64px!important}.mr-16-sm{margin-right:64px!important}.ml-16-sm{margin-left:64px!important}.mt-16-sm{margin-top:64px!important}.mb-16-sm{margin-bottom:64px!important}.mx-16-sm{margin-left:64px!important;margin-right:64px!important}.my-16-sm{margin-top:64px!important;margin-bottom:64px!important}.m-16-sm-minus{margin:-64px!important}.mr-16-sm-minus{margin-right:-64px!important}.ml-16-sm-minus{margin-left:-64px!important}.mt-16-sm-minus{margin-top:-64px!important}.mb-16-sm-minus{margin-bottom:-64px!important}.p-17-sm{padding:68px!important}.pr-17-sm{padding-right:68px!important}.pl-17-sm{padding-left:68px!important}.pt-17-sm{padding-top:68px!important}.pb-17-sm{padding-bottom:68px!important}.px-17-sm{padding-left:68px!important;padding-right:68px!important}.py-17-sm{padding-top:68px!important;padding-bottom:68px!important}.m-17-sm{margin:68px!important}.mr-17-sm{margin-right:68px!important}.ml-17-sm{margin-left:68px!important}.mt-17-sm{margin-top:68px!important}.mb-17-sm{margin-bottom:68px!important}.mx-17-sm{margin-left:68px!important;margin-right:68px!important}.my-17-sm{margin-top:68px!important;margin-bottom:68px!important}.m-17-sm-minus{margin:-68px!important}.mr-17-sm-minus{margin-right:-68px!important}.ml-17-sm-minus{margin-left:-68px!important}.mt-17-sm-minus{margin-top:-68px!important}.mb-17-sm-minus{margin-bottom:-68px!important}.p-18-sm{padding:72px!important}.pr-18-sm{padding-right:72px!important}.pl-18-sm{padding-left:72px!important}.pt-18-sm{padding-top:72px!important}.pb-18-sm{padding-bottom:72px!important}.px-18-sm{padding-left:72px!important;padding-right:72px!important}.py-18-sm{padding-top:72px!important;padding-bottom:72px!important}.m-18-sm{margin:72px!important}.mr-18-sm{margin-right:72px!important}.ml-18-sm{margin-left:72px!important}.mt-18-sm{margin-top:72px!important}.mb-18-sm{margin-bottom:72px!important}.mx-18-sm{margin-left:72px!important;margin-right:72px!important}.my-18-sm{margin-top:72px!important;margin-bottom:72px!important}.m-18-sm-minus{margin:-72px!important}.mr-18-sm-minus{margin-right:-72px!important}.ml-18-sm-minus{margin-left:-72px!important}.mt-18-sm-minus{margin-top:-72px!important}.mb-18-sm-minus{margin-bottom:-72px!important}.p-19-sm{padding:76px!important}.pr-19-sm{padding-right:76px!important}.pl-19-sm{padding-left:76px!important}.pt-19-sm{padding-top:76px!important}.pb-19-sm{padding-bottom:76px!important}.px-19-sm{padding-left:76px!important;padding-right:76px!important}.py-19-sm{padding-top:76px!important;padding-bottom:76px!important}.m-19-sm{margin:76px!important}.mr-19-sm{margin-right:76px!important}.ml-19-sm{margin-left:76px!important}.mt-19-sm{margin-top:76px!important}.mb-19-sm{margin-bottom:76px!important}.mx-19-sm{margin-left:76px!important;margin-right:76px!important}.my-19-sm{margin-top:76px!important;margin-bottom:76px!important}.m-19-sm-minus{margin:-76px!important}.mr-19-sm-minus{margin-right:-76px!important}.ml-19-sm-minus{margin-left:-76px!important}.mt-19-sm-minus{margin-top:-76px!important}.mb-19-sm-minus{margin-bottom:-76px!important}.p-20-sm{padding:80px!important}.pr-20-sm{padding-right:80px!important}.pl-20-sm{padding-left:80px!important}.pt-20-sm{padding-top:80px!important}.pb-20-sm{padding-bottom:80px!important}.px-20-sm{padding-left:80px!important;padding-right:80px!important}.py-20-sm{padding-top:80px!important;padding-bottom:80px!important}.m-20-sm{margin:80px!important}.mr-20-sm{margin-right:80px!important}.ml-20-sm{margin-left:80px!important}.mt-20-sm{margin-top:80px!important}.mb-20-sm{margin-bottom:80px!important}.mx-20-sm{margin-left:80px!important;margin-right:80px!important}.my-20-sm{margin-top:80px!important;margin-bottom:80px!important}.m-20-sm-minus{margin:-80px!important}.mr-20-sm-minus{margin-right:-80px!important}.ml-20-sm-minus{margin-left:-80px!important}.mt-20-sm-minus{margin-top:-80px!important}.mb-20-sm-minus{margin-bottom:-80px!important}}@media screen and (min-width: 640px){.mx-auto-ld{margin-left:auto!important;margin-right:auto!important}.ml-auto-ld{margin-left:auto!important}.mr-auto-ld{margin-right:auto!important}.mt-auto-ld{margin-top:auto!important}.mb-auto-ld{margin-bottom:auto!important}.p-0-ld{padding:0!important}.pr-0-ld{padding-right:0!important}.pl-0-ld{padding-left:0!important}.pt-0-ld{padding-top:0!important}.pb-0-ld{padding-bottom:0!important}.px-0-ld{padding-left:0!important;padding-right:0!important}.py-0-ld{padding-top:0!important;padding-bottom:0!important}.m-0-ld{margin:0!important}.mr-0-ld{margin-right:0!important}.ml-0-ld{margin-left:0!important}.mt-0-ld{margin-top:0!important}.mb-0-ld{margin-bottom:0!important}.mx-0-ld{margin-left:0!important;margin-right:0!important}.my-0-ld{margin-top:0!important;margin-bottom:0!important}.m-0-ld-minus{margin:0!important}.mr-0-ld-minus{margin-right:0!important}.ml-0-ld-minus{margin-left:0!important}.mt-0-ld-minus{margin-top:0!important}.mb-0-ld-minus{margin-bottom:0!important}.p-1-ld{padding:4px!important}.pr-1-ld{padding-right:4px!important}.pl-1-ld{padding-left:4px!important}.pt-1-ld{padding-top:4px!important}.pb-1-ld{padding-bottom:4px!important}.px-1-ld{padding-left:4px!important;padding-right:4px!important}.py-1-ld{padding-top:4px!important;padding-bottom:4px!important}.m-1-ld{margin:4px!important}.mr-1-ld{margin-right:4px!important}.ml-1-ld{margin-left:4px!important}.mt-1-ld{margin-top:4px!important}.mb-1-ld{margin-bottom:4px!important}.mx-1-ld{margin-left:4px!important;margin-right:4px!important}.my-1-ld{margin-top:4px!important;margin-bottom:4px!important}.m-1-ld-minus{margin:-4px!important}.mr-1-ld-minus{margin-right:-4px!important}.ml-1-ld-minus{margin-left:-4px!important}.mt-1-ld-minus{margin-top:-4px!important}.mb-1-ld-minus{margin-bottom:-4px!important}.p-2-ld{padding:8px!important}.pr-2-ld{padding-right:8px!important}.pl-2-ld{padding-left:8px!important}.pt-2-ld{padding-top:8px!important}.pb-2-ld{padding-bottom:8px!important}.px-2-ld{padding-left:8px!important;padding-right:8px!important}.py-2-ld{padding-top:8px!important;padding-bottom:8px!important}.m-2-ld{margin:8px!important}.mr-2-ld{margin-right:8px!important}.ml-2-ld{margin-left:8px!important}.mt-2-ld{margin-top:8px!important}.mb-2-ld{margin-bottom:8px!important}.mx-2-ld{margin-left:8px!important;margin-right:8px!important}.my-2-ld{margin-top:8px!important;margin-bottom:8px!important}.m-2-ld-minus{margin:-8px!important}.mr-2-ld-minus{margin-right:-8px!important}.ml-2-ld-minus{margin-left:-8px!important}.mt-2-ld-minus{margin-top:-8px!important}.mb-2-ld-minus{margin-bottom:-8px!important}.p-3-ld{padding:12px!important}.pr-3-ld{padding-right:12px!important}.pl-3-ld{padding-left:12px!important}.pt-3-ld{padding-top:12px!important}.pb-3-ld{padding-bottom:12px!important}.px-3-ld{padding-left:12px!important;padding-right:12px!important}.py-3-ld{padding-top:12px!important;padding-bottom:12px!important}.m-3-ld{margin:12px!important}.mr-3-ld{margin-right:12px!important}.ml-3-ld{margin-left:12px!important}.mt-3-ld{margin-top:12px!important}.mb-3-ld{margin-bottom:12px!important}.mx-3-ld{margin-left:12px!important;margin-right:12px!important}.my-3-ld{margin-top:12px!important;margin-bottom:12px!important}.m-3-ld-minus{margin:-12px!important}.mr-3-ld-minus{margin-right:-12px!important}.ml-3-ld-minus{margin-left:-12px!important}.mt-3-ld-minus{margin-top:-12px!important}.mb-3-ld-minus{margin-bottom:-12px!important}.p-4-ld{padding:16px!important}.pr-4-ld{padding-right:16px!important}.pl-4-ld{padding-left:16px!important}.pt-4-ld{padding-top:16px!important}.pb-4-ld{padding-bottom:16px!important}.px-4-ld{padding-left:16px!important;padding-right:16px!important}.py-4-ld{padding-top:16px!important;padding-bottom:16px!important}.m-4-ld{margin:16px!important}.mr-4-ld{margin-right:16px!important}.ml-4-ld{margin-left:16px!important}.mt-4-ld{margin-top:16px!important}.mb-4-ld{margin-bottom:16px!important}.mx-4-ld{margin-left:16px!important;margin-right:16px!important}.my-4-ld{margin-top:16px!important;margin-bottom:16px!important}.m-4-ld-minus{margin:-16px!important}.mr-4-ld-minus{margin-right:-16px!important}.ml-4-ld-minus{margin-left:-16px!important}.mt-4-ld-minus{margin-top:-16px!important}.mb-4-ld-minus{margin-bottom:-16px!important}.p-5-ld{padding:20px!important}.pr-5-ld{padding-right:20px!important}.pl-5-ld{padding-left:20px!important}.pt-5-ld{padding-top:20px!important}.pb-5-ld{padding-bottom:20px!important}.px-5-ld{padding-left:20px!important;padding-right:20px!important}.py-5-ld{padding-top:20px!important;padding-bottom:20px!important}.m-5-ld{margin:20px!important}.mr-5-ld{margin-right:20px!important}.ml-5-ld{margin-left:20px!important}.mt-5-ld{margin-top:20px!important}.mb-5-ld{margin-bottom:20px!important}.mx-5-ld{margin-left:20px!important;margin-right:20px!important}.my-5-ld{margin-top:20px!important;margin-bottom:20px!important}.m-5-ld-minus{margin:-20px!important}.mr-5-ld-minus{margin-right:-20px!important}.ml-5-ld-minus{margin-left:-20px!important}.mt-5-ld-minus{margin-top:-20px!important}.mb-5-ld-minus{margin-bottom:-20px!important}.p-6-ld{padding:24px!important}.pr-6-ld{padding-right:24px!important}.pl-6-ld{padding-left:24px!important}.pt-6-ld{padding-top:24px!important}.pb-6-ld{padding-bottom:24px!important}.px-6-ld{padding-left:24px!important;padding-right:24px!important}.py-6-ld{padding-top:24px!important;padding-bottom:24px!important}.m-6-ld{margin:24px!important}.mr-6-ld{margin-right:24px!important}.ml-6-ld{margin-left:24px!important}.mt-6-ld{margin-top:24px!important}.mb-6-ld{margin-bottom:24px!important}.mx-6-ld{margin-left:24px!important;margin-right:24px!important}.my-6-ld{margin-top:24px!important;margin-bottom:24px!important}.m-6-ld-minus{margin:-24px!important}.mr-6-ld-minus{margin-right:-24px!important}.ml-6-ld-minus{margin-left:-24px!important}.mt-6-ld-minus{margin-top:-24px!important}.mb-6-ld-minus{margin-bottom:-24px!important}.p-7-ld{padding:28px!important}.pr-7-ld{padding-right:28px!important}.pl-7-ld{padding-left:28px!important}.pt-7-ld{padding-top:28px!important}.pb-7-ld{padding-bottom:28px!important}.px-7-ld{padding-left:28px!important;padding-right:28px!important}.py-7-ld{padding-top:28px!important;padding-bottom:28px!important}.m-7-ld{margin:28px!important}.mr-7-ld{margin-right:28px!important}.ml-7-ld{margin-left:28px!important}.mt-7-ld{margin-top:28px!important}.mb-7-ld{margin-bottom:28px!important}.mx-7-ld{margin-left:28px!important;margin-right:28px!important}.my-7-ld{margin-top:28px!important;margin-bottom:28px!important}.m-7-ld-minus{margin:-28px!important}.mr-7-ld-minus{margin-right:-28px!important}.ml-7-ld-minus{margin-left:-28px!important}.mt-7-ld-minus{margin-top:-28px!important}.mb-7-ld-minus{margin-bottom:-28px!important}.p-8-ld{padding:32px!important}.pr-8-ld{padding-right:32px!important}.pl-8-ld{padding-left:32px!important}.pt-8-ld{padding-top:32px!important}.pb-8-ld{padding-bottom:32px!important}.px-8-ld{padding-left:32px!important;padding-right:32px!important}.py-8-ld{padding-top:32px!important;padding-bottom:32px!important}.m-8-ld{margin:32px!important}.mr-8-ld{margin-right:32px!important}.ml-8-ld{margin-left:32px!important}.mt-8-ld{margin-top:32px!important}.mb-8-ld{margin-bottom:32px!important}.mx-8-ld{margin-left:32px!important;margin-right:32px!important}.my-8-ld{margin-top:32px!important;margin-bottom:32px!important}.m-8-ld-minus{margin:-32px!important}.mr-8-ld-minus{margin-right:-32px!important}.ml-8-ld-minus{margin-left:-32px!important}.mt-8-ld-minus{margin-top:-32px!important}.mb-8-ld-minus{margin-bottom:-32px!important}.p-9-ld{padding:36px!important}.pr-9-ld{padding-right:36px!important}.pl-9-ld{padding-left:36px!important}.pt-9-ld{padding-top:36px!important}.pb-9-ld{padding-bottom:36px!important}.px-9-ld{padding-left:36px!important;padding-right:36px!important}.py-9-ld{padding-top:36px!important;padding-bottom:36px!important}.m-9-ld{margin:36px!important}.mr-9-ld{margin-right:36px!important}.ml-9-ld{margin-left:36px!important}.mt-9-ld{margin-top:36px!important}.mb-9-ld{margin-bottom:36px!important}.mx-9-ld{margin-left:36px!important;margin-right:36px!important}.my-9-ld{margin-top:36px!important;margin-bottom:36px!important}.m-9-ld-minus{margin:-36px!important}.mr-9-ld-minus{margin-right:-36px!important}.ml-9-ld-minus{margin-left:-36px!important}.mt-9-ld-minus{margin-top:-36px!important}.mb-9-ld-minus{margin-bottom:-36px!important}.p-10-ld{padding:40px!important}.pr-10-ld{padding-right:40px!important}.pl-10-ld{padding-left:40px!important}.pt-10-ld{padding-top:40px!important}.pb-10-ld{padding-bottom:40px!important}.px-10-ld{padding-left:40px!important;padding-right:40px!important}.py-10-ld{padding-top:40px!important;padding-bottom:40px!important}.m-10-ld{margin:40px!important}.mr-10-ld{margin-right:40px!important}.ml-10-ld{margin-left:40px!important}.mt-10-ld{margin-top:40px!important}.mb-10-ld{margin-bottom:40px!important}.mx-10-ld{margin-left:40px!important;margin-right:40px!important}.my-10-ld{margin-top:40px!important;margin-bottom:40px!important}.m-10-ld-minus{margin:-40px!important}.mr-10-ld-minus{margin-right:-40px!important}.ml-10-ld-minus{margin-left:-40px!important}.mt-10-ld-minus{margin-top:-40px!important}.mb-10-ld-minus{margin-bottom:-40px!important}.p-11-ld{padding:44px!important}.pr-11-ld{padding-right:44px!important}.pl-11-ld{padding-left:44px!important}.pt-11-ld{padding-top:44px!important}.pb-11-ld{padding-bottom:44px!important}.px-11-ld{padding-left:44px!important;padding-right:44px!important}.py-11-ld{padding-top:44px!important;padding-bottom:44px!important}.m-11-ld{margin:44px!important}.mr-11-ld{margin-right:44px!important}.ml-11-ld{margin-left:44px!important}.mt-11-ld{margin-top:44px!important}.mb-11-ld{margin-bottom:44px!important}.mx-11-ld{margin-left:44px!important;margin-right:44px!important}.my-11-ld{margin-top:44px!important;margin-bottom:44px!important}.m-11-ld-minus{margin:-44px!important}.mr-11-ld-minus{margin-right:-44px!important}.ml-11-ld-minus{margin-left:-44px!important}.mt-11-ld-minus{margin-top:-44px!important}.mb-11-ld-minus{margin-bottom:-44px!important}.p-12-ld{padding:48px!important}.pr-12-ld{padding-right:48px!important}.pl-12-ld{padding-left:48px!important}.pt-12-ld{padding-top:48px!important}.pb-12-ld{padding-bottom:48px!important}.px-12-ld{padding-left:48px!important;padding-right:48px!important}.py-12-ld{padding-top:48px!important;padding-bottom:48px!important}.m-12-ld{margin:48px!important}.mr-12-ld{margin-right:48px!important}.ml-12-ld{margin-left:48px!important}.mt-12-ld{margin-top:48px!important}.mb-12-ld{margin-bottom:48px!important}.mx-12-ld{margin-left:48px!important;margin-right:48px!important}.my-12-ld{margin-top:48px!important;margin-bottom:48px!important}.m-12-ld-minus{margin:-48px!important}.mr-12-ld-minus{margin-right:-48px!important}.ml-12-ld-minus{margin-left:-48px!important}.mt-12-ld-minus{margin-top:-48px!important}.mb-12-ld-minus{margin-bottom:-48px!important}.p-13-ld{padding:52px!important}.pr-13-ld{padding-right:52px!important}.pl-13-ld{padding-left:52px!important}.pt-13-ld{padding-top:52px!important}.pb-13-ld{padding-bottom:52px!important}.px-13-ld{padding-left:52px!important;padding-right:52px!important}.py-13-ld{padding-top:52px!important;padding-bottom:52px!important}.m-13-ld{margin:52px!important}.mr-13-ld{margin-right:52px!important}.ml-13-ld{margin-left:52px!important}.mt-13-ld{margin-top:52px!important}.mb-13-ld{margin-bottom:52px!important}.mx-13-ld{margin-left:52px!important;margin-right:52px!important}.my-13-ld{margin-top:52px!important;margin-bottom:52px!important}.m-13-ld-minus{margin:-52px!important}.mr-13-ld-minus{margin-right:-52px!important}.ml-13-ld-minus{margin-left:-52px!important}.mt-13-ld-minus{margin-top:-52px!important}.mb-13-ld-minus{margin-bottom:-52px!important}.p-14-ld{padding:56px!important}.pr-14-ld{padding-right:56px!important}.pl-14-ld{padding-left:56px!important}.pt-14-ld{padding-top:56px!important}.pb-14-ld{padding-bottom:56px!important}.px-14-ld{padding-left:56px!important;padding-right:56px!important}.py-14-ld{padding-top:56px!important;padding-bottom:56px!important}.m-14-ld{margin:56px!important}.mr-14-ld{margin-right:56px!important}.ml-14-ld{margin-left:56px!important}.mt-14-ld{margin-top:56px!important}.mb-14-ld{margin-bottom:56px!important}.mx-14-ld{margin-left:56px!important;margin-right:56px!important}.my-14-ld{margin-top:56px!important;margin-bottom:56px!important}.m-14-ld-minus{margin:-56px!important}.mr-14-ld-minus{margin-right:-56px!important}.ml-14-ld-minus{margin-left:-56px!important}.mt-14-ld-minus{margin-top:-56px!important}.mb-14-ld-minus{margin-bottom:-56px!important}.p-15-ld{padding:60px!important}.pr-15-ld{padding-right:60px!important}.pl-15-ld{padding-left:60px!important}.pt-15-ld{padding-top:60px!important}.pb-15-ld{padding-bottom:60px!important}.px-15-ld{padding-left:60px!important;padding-right:60px!important}.py-15-ld{padding-top:60px!important;padding-bottom:60px!important}.m-15-ld{margin:60px!important}.mr-15-ld{margin-right:60px!important}.ml-15-ld{margin-left:60px!important}.mt-15-ld{margin-top:60px!important}.mb-15-ld{margin-bottom:60px!important}.mx-15-ld{margin-left:60px!important;margin-right:60px!important}.my-15-ld{margin-top:60px!important;margin-bottom:60px!important}.m-15-ld-minus{margin:-60px!important}.mr-15-ld-minus{margin-right:-60px!important}.ml-15-ld-minus{margin-left:-60px!important}.mt-15-ld-minus{margin-top:-60px!important}.mb-15-ld-minus{margin-bottom:-60px!important}.p-16-ld{padding:64px!important}.pr-16-ld{padding-right:64px!important}.pl-16-ld{padding-left:64px!important}.pt-16-ld{padding-top:64px!important}.pb-16-ld{padding-bottom:64px!important}.px-16-ld{padding-left:64px!important;padding-right:64px!important}.py-16-ld{padding-top:64px!important;padding-bottom:64px!important}.m-16-ld{margin:64px!important}.mr-16-ld{margin-right:64px!important}.ml-16-ld{margin-left:64px!important}.mt-16-ld{margin-top:64px!important}.mb-16-ld{margin-bottom:64px!important}.mx-16-ld{margin-left:64px!important;margin-right:64px!important}.my-16-ld{margin-top:64px!important;margin-bottom:64px!important}.m-16-ld-minus{margin:-64px!important}.mr-16-ld-minus{margin-right:-64px!important}.ml-16-ld-minus{margin-left:-64px!important}.mt-16-ld-minus{margin-top:-64px!important}.mb-16-ld-minus{margin-bottom:-64px!important}.p-17-ld{padding:68px!important}.pr-17-ld{padding-right:68px!important}.pl-17-ld{padding-left:68px!important}.pt-17-ld{padding-top:68px!important}.pb-17-ld{padding-bottom:68px!important}.px-17-ld{padding-left:68px!important;padding-right:68px!important}.py-17-ld{padding-top:68px!important;padding-bottom:68px!important}.m-17-ld{margin:68px!important}.mr-17-ld{margin-right:68px!important}.ml-17-ld{margin-left:68px!important}.mt-17-ld{margin-top:68px!important}.mb-17-ld{margin-bottom:68px!important}.mx-17-ld{margin-left:68px!important;margin-right:68px!important}.my-17-ld{margin-top:68px!important;margin-bottom:68px!important}.m-17-ld-minus{margin:-68px!important}.mr-17-ld-minus{margin-right:-68px!important}.ml-17-ld-minus{margin-left:-68px!important}.mt-17-ld-minus{margin-top:-68px!important}.mb-17-ld-minus{margin-bottom:-68px!important}.p-18-ld{padding:72px!important}.pr-18-ld{padding-right:72px!important}.pl-18-ld{padding-left:72px!important}.pt-18-ld{padding-top:72px!important}.pb-18-ld{padding-bottom:72px!important}.px-18-ld{padding-left:72px!important;padding-right:72px!important}.py-18-ld{padding-top:72px!important;padding-bottom:72px!important}.m-18-ld{margin:72px!important}.mr-18-ld{margin-right:72px!important}.ml-18-ld{margin-left:72px!important}.mt-18-ld{margin-top:72px!important}.mb-18-ld{margin-bottom:72px!important}.mx-18-ld{margin-left:72px!important;margin-right:72px!important}.my-18-ld{margin-top:72px!important;margin-bottom:72px!important}.m-18-ld-minus{margin:-72px!important}.mr-18-ld-minus{margin-right:-72px!important}.ml-18-ld-minus{margin-left:-72px!important}.mt-18-ld-minus{margin-top:-72px!important}.mb-18-ld-minus{margin-bottom:-72px!important}.p-19-ld{padding:76px!important}.pr-19-ld{padding-right:76px!important}.pl-19-ld{padding-left:76px!important}.pt-19-ld{padding-top:76px!important}.pb-19-ld{padding-bottom:76px!important}.px-19-ld{padding-left:76px!important;padding-right:76px!important}.py-19-ld{padding-top:76px!important;padding-bottom:76px!important}.m-19-ld{margin:76px!important}.mr-19-ld{margin-right:76px!important}.ml-19-ld{margin-left:76px!important}.mt-19-ld{margin-top:76px!important}.mb-19-ld{margin-bottom:76px!important}.mx-19-ld{margin-left:76px!important;margin-right:76px!important}.my-19-ld{margin-top:76px!important;margin-bottom:76px!important}.m-19-ld-minus{margin:-76px!important}.mr-19-ld-minus{margin-right:-76px!important}.ml-19-ld-minus{margin-left:-76px!important}.mt-19-ld-minus{margin-top:-76px!important}.mb-19-ld-minus{margin-bottom:-76px!important}.p-20-ld{padding:80px!important}.pr-20-ld{padding-right:80px!important}.pl-20-ld{padding-left:80px!important}.pt-20-ld{padding-top:80px!important}.pb-20-ld{padding-bottom:80px!important}.px-20-ld{padding-left:80px!important;padding-right:80px!important}.py-20-ld{padding-top:80px!important;padding-bottom:80px!important}.m-20-ld{margin:80px!important}.mr-20-ld{margin-right:80px!important}.ml-20-ld{margin-left:80px!important}.mt-20-ld{margin-top:80px!important}.mb-20-ld{margin-bottom:80px!important}.mx-20-ld{margin-left:80px!important;margin-right:80px!important}.my-20-ld{margin-top:80px!important;margin-bottom:80px!important}.m-20-ld-minus{margin:-80px!important}.mr-20-ld-minus{margin-right:-80px!important}.ml-20-ld-minus{margin-left:-80px!important}.mt-20-ld-minus{margin-top:-80px!important}.mb-20-ld-minus{margin-bottom:-80px!important}}@media screen and (min-width: 768px){.mx-auto-md{margin-left:auto!important;margin-right:auto!important}.ml-auto-md{margin-left:auto!important}.mr-auto-md{margin-right:auto!important}.mt-auto-md{margin-top:auto!important}.mb-auto-md{margin-bottom:auto!important}.p-0-md{padding:0!important}.pr-0-md{padding-right:0!important}.pl-0-md{padding-left:0!important}.pt-0-md{padding-top:0!important}.pb-0-md{padding-bottom:0!important}.px-0-md{padding-left:0!important;padding-right:0!important}.py-0-md{padding-top:0!important;padding-bottom:0!important}.m-0-md{margin:0!important}.mr-0-md{margin-right:0!important}.ml-0-md{margin-left:0!important}.mt-0-md{margin-top:0!important}.mb-0-md{margin-bottom:0!important}.mx-0-md{margin-left:0!important;margin-right:0!important}.my-0-md{margin-top:0!important;margin-bottom:0!important}.m-0-md-minus{margin:0!important}.mr-0-md-minus{margin-right:0!important}.ml-0-md-minus{margin-left:0!important}.mt-0-md-minus{margin-top:0!important}.mb-0-md-minus{margin-bottom:0!important}.p-1-md{padding:4px!important}.pr-1-md{padding-right:4px!important}.pl-1-md{padding-left:4px!important}.pt-1-md{padding-top:4px!important}.pb-1-md{padding-bottom:4px!important}.px-1-md{padding-left:4px!important;padding-right:4px!important}.py-1-md{padding-top:4px!important;padding-bottom:4px!important}.m-1-md{margin:4px!important}.mr-1-md{margin-right:4px!important}.ml-1-md{margin-left:4px!important}.mt-1-md{margin-top:4px!important}.mb-1-md{margin-bottom:4px!important}.mx-1-md{margin-left:4px!important;margin-right:4px!important}.my-1-md{margin-top:4px!important;margin-bottom:4px!important}.m-1-md-minus{margin:-4px!important}.mr-1-md-minus{margin-right:-4px!important}.ml-1-md-minus{margin-left:-4px!important}.mt-1-md-minus{margin-top:-4px!important}.mb-1-md-minus{margin-bottom:-4px!important}.p-2-md{padding:8px!important}.pr-2-md{padding-right:8px!important}.pl-2-md{padding-left:8px!important}.pt-2-md{padding-top:8px!important}.pb-2-md{padding-bottom:8px!important}.px-2-md{padding-left:8px!important;padding-right:8px!important}.py-2-md{padding-top:8px!important;padding-bottom:8px!important}.m-2-md{margin:8px!important}.mr-2-md{margin-right:8px!important}.ml-2-md{margin-left:8px!important}.mt-2-md{margin-top:8px!important}.mb-2-md{margin-bottom:8px!important}.mx-2-md{margin-left:8px!important;margin-right:8px!important}.my-2-md{margin-top:8px!important;margin-bottom:8px!important}.m-2-md-minus{margin:-8px!important}.mr-2-md-minus{margin-right:-8px!important}.ml-2-md-minus{margin-left:-8px!important}.mt-2-md-minus{margin-top:-8px!important}.mb-2-md-minus{margin-bottom:-8px!important}.p-3-md{padding:12px!important}.pr-3-md{padding-right:12px!important}.pl-3-md{padding-left:12px!important}.pt-3-md{padding-top:12px!important}.pb-3-md{padding-bottom:12px!important}.px-3-md{padding-left:12px!important;padding-right:12px!important}.py-3-md{padding-top:12px!important;padding-bottom:12px!important}.m-3-md{margin:12px!important}.mr-3-md{margin-right:12px!important}.ml-3-md{margin-left:12px!important}.mt-3-md{margin-top:12px!important}.mb-3-md{margin-bottom:12px!important}.mx-3-md{margin-left:12px!important;margin-right:12px!important}.my-3-md{margin-top:12px!important;margin-bottom:12px!important}.m-3-md-minus{margin:-12px!important}.mr-3-md-minus{margin-right:-12px!important}.ml-3-md-minus{margin-left:-12px!important}.mt-3-md-minus{margin-top:-12px!important}.mb-3-md-minus{margin-bottom:-12px!important}.p-4-md{padding:16px!important}.pr-4-md{padding-right:16px!important}.pl-4-md{padding-left:16px!important}.pt-4-md{padding-top:16px!important}.pb-4-md{padding-bottom:16px!important}.px-4-md{padding-left:16px!important;padding-right:16px!important}.py-4-md{padding-top:16px!important;padding-bottom:16px!important}.m-4-md{margin:16px!important}.mr-4-md{margin-right:16px!important}.ml-4-md{margin-left:16px!important}.mt-4-md{margin-top:16px!important}.mb-4-md{margin-bottom:16px!important}.mx-4-md{margin-left:16px!important;margin-right:16px!important}.my-4-md{margin-top:16px!important;margin-bottom:16px!important}.m-4-md-minus{margin:-16px!important}.mr-4-md-minus{margin-right:-16px!important}.ml-4-md-minus{margin-left:-16px!important}.mt-4-md-minus{margin-top:-16px!important}.mb-4-md-minus{margin-bottom:-16px!important}.p-5-md{padding:20px!important}.pr-5-md{padding-right:20px!important}.pl-5-md{padding-left:20px!important}.pt-5-md{padding-top:20px!important}.pb-5-md{padding-bottom:20px!important}.px-5-md{padding-left:20px!important;padding-right:20px!important}.py-5-md{padding-top:20px!important;padding-bottom:20px!important}.m-5-md{margin:20px!important}.mr-5-md{margin-right:20px!important}.ml-5-md{margin-left:20px!important}.mt-5-md{margin-top:20px!important}.mb-5-md{margin-bottom:20px!important}.mx-5-md{margin-left:20px!important;margin-right:20px!important}.my-5-md{margin-top:20px!important;margin-bottom:20px!important}.m-5-md-minus{margin:-20px!important}.mr-5-md-minus{margin-right:-20px!important}.ml-5-md-minus{margin-left:-20px!important}.mt-5-md-minus{margin-top:-20px!important}.mb-5-md-minus{margin-bottom:-20px!important}.p-6-md{padding:24px!important}.pr-6-md{padding-right:24px!important}.pl-6-md{padding-left:24px!important}.pt-6-md{padding-top:24px!important}.pb-6-md{padding-bottom:24px!important}.px-6-md{padding-left:24px!important;padding-right:24px!important}.py-6-md{padding-top:24px!important;padding-bottom:24px!important}.m-6-md{margin:24px!important}.mr-6-md{margin-right:24px!important}.ml-6-md{margin-left:24px!important}.mt-6-md{margin-top:24px!important}.mb-6-md{margin-bottom:24px!important}.mx-6-md{margin-left:24px!important;margin-right:24px!important}.my-6-md{margin-top:24px!important;margin-bottom:24px!important}.m-6-md-minus{margin:-24px!important}.mr-6-md-minus{margin-right:-24px!important}.ml-6-md-minus{margin-left:-24px!important}.mt-6-md-minus{margin-top:-24px!important}.mb-6-md-minus{margin-bottom:-24px!important}.p-7-md{padding:28px!important}.pr-7-md{padding-right:28px!important}.pl-7-md{padding-left:28px!important}.pt-7-md{padding-top:28px!important}.pb-7-md{padding-bottom:28px!important}.px-7-md{padding-left:28px!important;padding-right:28px!important}.py-7-md{padding-top:28px!important;padding-bottom:28px!important}.m-7-md{margin:28px!important}.mr-7-md{margin-right:28px!important}.ml-7-md{margin-left:28px!important}.mt-7-md{margin-top:28px!important}.mb-7-md{margin-bottom:28px!important}.mx-7-md{margin-left:28px!important;margin-right:28px!important}.my-7-md{margin-top:28px!important;margin-bottom:28px!important}.m-7-md-minus{margin:-28px!important}.mr-7-md-minus{margin-right:-28px!important}.ml-7-md-minus{margin-left:-28px!important}.mt-7-md-minus{margin-top:-28px!important}.mb-7-md-minus{margin-bottom:-28px!important}.p-8-md{padding:32px!important}.pr-8-md{padding-right:32px!important}.pl-8-md{padding-left:32px!important}.pt-8-md{padding-top:32px!important}.pb-8-md{padding-bottom:32px!important}.px-8-md{padding-left:32px!important;padding-right:32px!important}.py-8-md{padding-top:32px!important;padding-bottom:32px!important}.m-8-md{margin:32px!important}.mr-8-md{margin-right:32px!important}.ml-8-md{margin-left:32px!important}.mt-8-md{margin-top:32px!important}.mb-8-md{margin-bottom:32px!important}.mx-8-md{margin-left:32px!important;margin-right:32px!important}.my-8-md{margin-top:32px!important;margin-bottom:32px!important}.m-8-md-minus{margin:-32px!important}.mr-8-md-minus{margin-right:-32px!important}.ml-8-md-minus{margin-left:-32px!important}.mt-8-md-minus{margin-top:-32px!important}.mb-8-md-minus{margin-bottom:-32px!important}.p-9-md{padding:36px!important}.pr-9-md{padding-right:36px!important}.pl-9-md{padding-left:36px!important}.pt-9-md{padding-top:36px!important}.pb-9-md{padding-bottom:36px!important}.px-9-md{padding-left:36px!important;padding-right:36px!important}.py-9-md{padding-top:36px!important;padding-bottom:36px!important}.m-9-md{margin:36px!important}.mr-9-md{margin-right:36px!important}.ml-9-md{margin-left:36px!important}.mt-9-md{margin-top:36px!important}.mb-9-md{margin-bottom:36px!important}.mx-9-md{margin-left:36px!important;margin-right:36px!important}.my-9-md{margin-top:36px!important;margin-bottom:36px!important}.m-9-md-minus{margin:-36px!important}.mr-9-md-minus{margin-right:-36px!important}.ml-9-md-minus{margin-left:-36px!important}.mt-9-md-minus{margin-top:-36px!important}.mb-9-md-minus{margin-bottom:-36px!important}.p-10-md{padding:40px!important}.pr-10-md{padding-right:40px!important}.pl-10-md{padding-left:40px!important}.pt-10-md{padding-top:40px!important}.pb-10-md{padding-bottom:40px!important}.px-10-md{padding-left:40px!important;padding-right:40px!important}.py-10-md{padding-top:40px!important;padding-bottom:40px!important}.m-10-md{margin:40px!important}.mr-10-md{margin-right:40px!important}.ml-10-md{margin-left:40px!important}.mt-10-md{margin-top:40px!important}.mb-10-md{margin-bottom:40px!important}.mx-10-md{margin-left:40px!important;margin-right:40px!important}.my-10-md{margin-top:40px!important;margin-bottom:40px!important}.m-10-md-minus{margin:-40px!important}.mr-10-md-minus{margin-right:-40px!important}.ml-10-md-minus{margin-left:-40px!important}.mt-10-md-minus{margin-top:-40px!important}.mb-10-md-minus{margin-bottom:-40px!important}.p-11-md{padding:44px!important}.pr-11-md{padding-right:44px!important}.pl-11-md{padding-left:44px!important}.pt-11-md{padding-top:44px!important}.pb-11-md{padding-bottom:44px!important}.px-11-md{padding-left:44px!important;padding-right:44px!important}.py-11-md{padding-top:44px!important;padding-bottom:44px!important}.m-11-md{margin:44px!important}.mr-11-md{margin-right:44px!important}.ml-11-md{margin-left:44px!important}.mt-11-md{margin-top:44px!important}.mb-11-md{margin-bottom:44px!important}.mx-11-md{margin-left:44px!important;margin-right:44px!important}.my-11-md{margin-top:44px!important;margin-bottom:44px!important}.m-11-md-minus{margin:-44px!important}.mr-11-md-minus{margin-right:-44px!important}.ml-11-md-minus{margin-left:-44px!important}.mt-11-md-minus{margin-top:-44px!important}.mb-11-md-minus{margin-bottom:-44px!important}.p-12-md{padding:48px!important}.pr-12-md{padding-right:48px!important}.pl-12-md{padding-left:48px!important}.pt-12-md{padding-top:48px!important}.pb-12-md{padding-bottom:48px!important}.px-12-md{padding-left:48px!important;padding-right:48px!important}.py-12-md{padding-top:48px!important;padding-bottom:48px!important}.m-12-md{margin:48px!important}.mr-12-md{margin-right:48px!important}.ml-12-md{margin-left:48px!important}.mt-12-md{margin-top:48px!important}.mb-12-md{margin-bottom:48px!important}.mx-12-md{margin-left:48px!important;margin-right:48px!important}.my-12-md{margin-top:48px!important;margin-bottom:48px!important}.m-12-md-minus{margin:-48px!important}.mr-12-md-minus{margin-right:-48px!important}.ml-12-md-minus{margin-left:-48px!important}.mt-12-md-minus{margin-top:-48px!important}.mb-12-md-minus{margin-bottom:-48px!important}.p-13-md{padding:52px!important}.pr-13-md{padding-right:52px!important}.pl-13-md{padding-left:52px!important}.pt-13-md{padding-top:52px!important}.pb-13-md{padding-bottom:52px!important}.px-13-md{padding-left:52px!important;padding-right:52px!important}.py-13-md{padding-top:52px!important;padding-bottom:52px!important}.m-13-md{margin:52px!important}.mr-13-md{margin-right:52px!important}.ml-13-md{margin-left:52px!important}.mt-13-md{margin-top:52px!important}.mb-13-md{margin-bottom:52px!important}.mx-13-md{margin-left:52px!important;margin-right:52px!important}.my-13-md{margin-top:52px!important;margin-bottom:52px!important}.m-13-md-minus{margin:-52px!important}.mr-13-md-minus{margin-right:-52px!important}.ml-13-md-minus{margin-left:-52px!important}.mt-13-md-minus{margin-top:-52px!important}.mb-13-md-minus{margin-bottom:-52px!important}.p-14-md{padding:56px!important}.pr-14-md{padding-right:56px!important}.pl-14-md{padding-left:56px!important}.pt-14-md{padding-top:56px!important}.pb-14-md{padding-bottom:56px!important}.px-14-md{padding-left:56px!important;padding-right:56px!important}.py-14-md{padding-top:56px!important;padding-bottom:56px!important}.m-14-md{margin:56px!important}.mr-14-md{margin-right:56px!important}.ml-14-md{margin-left:56px!important}.mt-14-md{margin-top:56px!important}.mb-14-md{margin-bottom:56px!important}.mx-14-md{margin-left:56px!important;margin-right:56px!important}.my-14-md{margin-top:56px!important;margin-bottom:56px!important}.m-14-md-minus{margin:-56px!important}.mr-14-md-minus{margin-right:-56px!important}.ml-14-md-minus{margin-left:-56px!important}.mt-14-md-minus{margin-top:-56px!important}.mb-14-md-minus{margin-bottom:-56px!important}.p-15-md{padding:60px!important}.pr-15-md{padding-right:60px!important}.pl-15-md{padding-left:60px!important}.pt-15-md{padding-top:60px!important}.pb-15-md{padding-bottom:60px!important}.px-15-md{padding-left:60px!important;padding-right:60px!important}.py-15-md{padding-top:60px!important;padding-bottom:60px!important}.m-15-md{margin:60px!important}.mr-15-md{margin-right:60px!important}.ml-15-md{margin-left:60px!important}.mt-15-md{margin-top:60px!important}.mb-15-md{margin-bottom:60px!important}.mx-15-md{margin-left:60px!important;margin-right:60px!important}.my-15-md{margin-top:60px!important;margin-bottom:60px!important}.m-15-md-minus{margin:-60px!important}.mr-15-md-minus{margin-right:-60px!important}.ml-15-md-minus{margin-left:-60px!important}.mt-15-md-minus{margin-top:-60px!important}.mb-15-md-minus{margin-bottom:-60px!important}.p-16-md{padding:64px!important}.pr-16-md{padding-right:64px!important}.pl-16-md{padding-left:64px!important}.pt-16-md{padding-top:64px!important}.pb-16-md{padding-bottom:64px!important}.px-16-md{padding-left:64px!important;padding-right:64px!important}.py-16-md{padding-top:64px!important;padding-bottom:64px!important}.m-16-md{margin:64px!important}.mr-16-md{margin-right:64px!important}.ml-16-md{margin-left:64px!important}.mt-16-md{margin-top:64px!important}.mb-16-md{margin-bottom:64px!important}.mx-16-md{margin-left:64px!important;margin-right:64px!important}.my-16-md{margin-top:64px!important;margin-bottom:64px!important}.m-16-md-minus{margin:-64px!important}.mr-16-md-minus{margin-right:-64px!important}.ml-16-md-minus{margin-left:-64px!important}.mt-16-md-minus{margin-top:-64px!important}.mb-16-md-minus{margin-bottom:-64px!important}.p-17-md{padding:68px!important}.pr-17-md{padding-right:68px!important}.pl-17-md{padding-left:68px!important}.pt-17-md{padding-top:68px!important}.pb-17-md{padding-bottom:68px!important}.px-17-md{padding-left:68px!important;padding-right:68px!important}.py-17-md{padding-top:68px!important;padding-bottom:68px!important}.m-17-md{margin:68px!important}.mr-17-md{margin-right:68px!important}.ml-17-md{margin-left:68px!important}.mt-17-md{margin-top:68px!important}.mb-17-md{margin-bottom:68px!important}.mx-17-md{margin-left:68px!important;margin-right:68px!important}.my-17-md{margin-top:68px!important;margin-bottom:68px!important}.m-17-md-minus{margin:-68px!important}.mr-17-md-minus{margin-right:-68px!important}.ml-17-md-minus{margin-left:-68px!important}.mt-17-md-minus{margin-top:-68px!important}.mb-17-md-minus{margin-bottom:-68px!important}.p-18-md{padding:72px!important}.pr-18-md{padding-right:72px!important}.pl-18-md{padding-left:72px!important}.pt-18-md{padding-top:72px!important}.pb-18-md{padding-bottom:72px!important}.px-18-md{padding-left:72px!important;padding-right:72px!important}.py-18-md{padding-top:72px!important;padding-bottom:72px!important}.m-18-md{margin:72px!important}.mr-18-md{margin-right:72px!important}.ml-18-md{margin-left:72px!important}.mt-18-md{margin-top:72px!important}.mb-18-md{margin-bottom:72px!important}.mx-18-md{margin-left:72px!important;margin-right:72px!important}.my-18-md{margin-top:72px!important;margin-bottom:72px!important}.m-18-md-minus{margin:-72px!important}.mr-18-md-minus{margin-right:-72px!important}.ml-18-md-minus{margin-left:-72px!important}.mt-18-md-minus{margin-top:-72px!important}.mb-18-md-minus{margin-bottom:-72px!important}.p-19-md{padding:76px!important}.pr-19-md{padding-right:76px!important}.pl-19-md{padding-left:76px!important}.pt-19-md{padding-top:76px!important}.pb-19-md{padding-bottom:76px!important}.px-19-md{padding-left:76px!important;padding-right:76px!important}.py-19-md{padding-top:76px!important;padding-bottom:76px!important}.m-19-md{margin:76px!important}.mr-19-md{margin-right:76px!important}.ml-19-md{margin-left:76px!important}.mt-19-md{margin-top:76px!important}.mb-19-md{margin-bottom:76px!important}.mx-19-md{margin-left:76px!important;margin-right:76px!important}.my-19-md{margin-top:76px!important;margin-bottom:76px!important}.m-19-md-minus{margin:-76px!important}.mr-19-md-minus{margin-right:-76px!important}.ml-19-md-minus{margin-left:-76px!important}.mt-19-md-minus{margin-top:-76px!important}.mb-19-md-minus{margin-bottom:-76px!important}.p-20-md{padding:80px!important}.pr-20-md{padding-right:80px!important}.pl-20-md{padding-left:80px!important}.pt-20-md{padding-top:80px!important}.pb-20-md{padding-bottom:80px!important}.px-20-md{padding-left:80px!important;padding-right:80px!important}.py-20-md{padding-top:80px!important;padding-bottom:80px!important}.m-20-md{margin:80px!important}.mr-20-md{margin-right:80px!important}.ml-20-md{margin-left:80px!important}.mt-20-md{margin-top:80px!important}.mb-20-md{margin-bottom:80px!important}.mx-20-md{margin-left:80px!important;margin-right:80px!important}.my-20-md{margin-top:80px!important;margin-bottom:80px!important}.m-20-md-minus{margin:-80px!important}.mr-20-md-minus{margin-right:-80px!important}.ml-20-md-minus{margin-left:-80px!important}.mt-20-md-minus{margin-top:-80px!important}.mb-20-md-minus{margin-bottom:-80px!important}}@media screen and (min-width: 992px){.mx-auto-lg{margin-left:auto!important;margin-right:auto!important}.ml-auto-lg{margin-left:auto!important}.mr-auto-lg{margin-right:auto!important}.mt-auto-lg{margin-top:auto!important}.mb-auto-lg{margin-bottom:auto!important}.p-0-lg{padding:0!important}.pr-0-lg{padding-right:0!important}.pl-0-lg{padding-left:0!important}.pt-0-lg{padding-top:0!important}.pb-0-lg{padding-bottom:0!important}.px-0-lg{padding-left:0!important;padding-right:0!important}.py-0-lg{padding-top:0!important;padding-bottom:0!important}.m-0-lg{margin:0!important}.mr-0-lg{margin-right:0!important}.ml-0-lg{margin-left:0!important}.mt-0-lg{margin-top:0!important}.mb-0-lg{margin-bottom:0!important}.mx-0-lg{margin-left:0!important;margin-right:0!important}.my-0-lg{margin-top:0!important;margin-bottom:0!important}.m-0-lg-minus{margin:0!important}.mr-0-lg-minus{margin-right:0!important}.ml-0-lg-minus{margin-left:0!important}.mt-0-lg-minus{margin-top:0!important}.mb-0-lg-minus{margin-bottom:0!important}.p-1-lg{padding:4px!important}.pr-1-lg{padding-right:4px!important}.pl-1-lg{padding-left:4px!important}.pt-1-lg{padding-top:4px!important}.pb-1-lg{padding-bottom:4px!important}.px-1-lg{padding-left:4px!important;padding-right:4px!important}.py-1-lg{padding-top:4px!important;padding-bottom:4px!important}.m-1-lg{margin:4px!important}.mr-1-lg{margin-right:4px!important}.ml-1-lg{margin-left:4px!important}.mt-1-lg{margin-top:4px!important}.mb-1-lg{margin-bottom:4px!important}.mx-1-lg{margin-left:4px!important;margin-right:4px!important}.my-1-lg{margin-top:4px!important;margin-bottom:4px!important}.m-1-lg-minus{margin:-4px!important}.mr-1-lg-minus{margin-right:-4px!important}.ml-1-lg-minus{margin-left:-4px!important}.mt-1-lg-minus{margin-top:-4px!important}.mb-1-lg-minus{margin-bottom:-4px!important}.p-2-lg{padding:8px!important}.pr-2-lg{padding-right:8px!important}.pl-2-lg{padding-left:8px!important}.pt-2-lg{padding-top:8px!important}.pb-2-lg{padding-bottom:8px!important}.px-2-lg{padding-left:8px!important;padding-right:8px!important}.py-2-lg{padding-top:8px!important;padding-bottom:8px!important}.m-2-lg{margin:8px!important}.mr-2-lg{margin-right:8px!important}.ml-2-lg{margin-left:8px!important}.mt-2-lg{margin-top:8px!important}.mb-2-lg{margin-bottom:8px!important}.mx-2-lg{margin-left:8px!important;margin-right:8px!important}.my-2-lg{margin-top:8px!important;margin-bottom:8px!important}.m-2-lg-minus{margin:-8px!important}.mr-2-lg-minus{margin-right:-8px!important}.ml-2-lg-minus{margin-left:-8px!important}.mt-2-lg-minus{margin-top:-8px!important}.mb-2-lg-minus{margin-bottom:-8px!important}.p-3-lg{padding:12px!important}.pr-3-lg{padding-right:12px!important}.pl-3-lg{padding-left:12px!important}.pt-3-lg{padding-top:12px!important}.pb-3-lg{padding-bottom:12px!important}.px-3-lg{padding-left:12px!important;padding-right:12px!important}.py-3-lg{padding-top:12px!important;padding-bottom:12px!important}.m-3-lg{margin:12px!important}.mr-3-lg{margin-right:12px!important}.ml-3-lg{margin-left:12px!important}.mt-3-lg{margin-top:12px!important}.mb-3-lg{margin-bottom:12px!important}.mx-3-lg{margin-left:12px!important;margin-right:12px!important}.my-3-lg{margin-top:12px!important;margin-bottom:12px!important}.m-3-lg-minus{margin:-12px!important}.mr-3-lg-minus{margin-right:-12px!important}.ml-3-lg-minus{margin-left:-12px!important}.mt-3-lg-minus{margin-top:-12px!important}.mb-3-lg-minus{margin-bottom:-12px!important}.p-4-lg{padding:16px!important}.pr-4-lg{padding-right:16px!important}.pl-4-lg{padding-left:16px!important}.pt-4-lg{padding-top:16px!important}.pb-4-lg{padding-bottom:16px!important}.px-4-lg{padding-left:16px!important;padding-right:16px!important}.py-4-lg{padding-top:16px!important;padding-bottom:16px!important}.m-4-lg{margin:16px!important}.mr-4-lg{margin-right:16px!important}.ml-4-lg{margin-left:16px!important}.mt-4-lg{margin-top:16px!important}.mb-4-lg{margin-bottom:16px!important}.mx-4-lg{margin-left:16px!important;margin-right:16px!important}.my-4-lg{margin-top:16px!important;margin-bottom:16px!important}.m-4-lg-minus{margin:-16px!important}.mr-4-lg-minus{margin-right:-16px!important}.ml-4-lg-minus{margin-left:-16px!important}.mt-4-lg-minus{margin-top:-16px!important}.mb-4-lg-minus{margin-bottom:-16px!important}.p-5-lg{padding:20px!important}.pr-5-lg{padding-right:20px!important}.pl-5-lg{padding-left:20px!important}.pt-5-lg{padding-top:20px!important}.pb-5-lg{padding-bottom:20px!important}.px-5-lg{padding-left:20px!important;padding-right:20px!important}.py-5-lg{padding-top:20px!important;padding-bottom:20px!important}.m-5-lg{margin:20px!important}.mr-5-lg{margin-right:20px!important}.ml-5-lg{margin-left:20px!important}.mt-5-lg{margin-top:20px!important}.mb-5-lg{margin-bottom:20px!important}.mx-5-lg{margin-left:20px!important;margin-right:20px!important}.my-5-lg{margin-top:20px!important;margin-bottom:20px!important}.m-5-lg-minus{margin:-20px!important}.mr-5-lg-minus{margin-right:-20px!important}.ml-5-lg-minus{margin-left:-20px!important}.mt-5-lg-minus{margin-top:-20px!important}.mb-5-lg-minus{margin-bottom:-20px!important}.p-6-lg{padding:24px!important}.pr-6-lg{padding-right:24px!important}.pl-6-lg{padding-left:24px!important}.pt-6-lg{padding-top:24px!important}.pb-6-lg{padding-bottom:24px!important}.px-6-lg{padding-left:24px!important;padding-right:24px!important}.py-6-lg{padding-top:24px!important;padding-bottom:24px!important}.m-6-lg{margin:24px!important}.mr-6-lg{margin-right:24px!important}.ml-6-lg{margin-left:24px!important}.mt-6-lg{margin-top:24px!important}.mb-6-lg{margin-bottom:24px!important}.mx-6-lg{margin-left:24px!important;margin-right:24px!important}.my-6-lg{margin-top:24px!important;margin-bottom:24px!important}.m-6-lg-minus{margin:-24px!important}.mr-6-lg-minus{margin-right:-24px!important}.ml-6-lg-minus{margin-left:-24px!important}.mt-6-lg-minus{margin-top:-24px!important}.mb-6-lg-minus{margin-bottom:-24px!important}.p-7-lg{padding:28px!important}.pr-7-lg{padding-right:28px!important}.pl-7-lg{padding-left:28px!important}.pt-7-lg{padding-top:28px!important}.pb-7-lg{padding-bottom:28px!important}.px-7-lg{padding-left:28px!important;padding-right:28px!important}.py-7-lg{padding-top:28px!important;padding-bottom:28px!important}.m-7-lg{margin:28px!important}.mr-7-lg{margin-right:28px!important}.ml-7-lg{margin-left:28px!important}.mt-7-lg{margin-top:28px!important}.mb-7-lg{margin-bottom:28px!important}.mx-7-lg{margin-left:28px!important;margin-right:28px!important}.my-7-lg{margin-top:28px!important;margin-bottom:28px!important}.m-7-lg-minus{margin:-28px!important}.mr-7-lg-minus{margin-right:-28px!important}.ml-7-lg-minus{margin-left:-28px!important}.mt-7-lg-minus{margin-top:-28px!important}.mb-7-lg-minus{margin-bottom:-28px!important}.p-8-lg{padding:32px!important}.pr-8-lg{padding-right:32px!important}.pl-8-lg{padding-left:32px!important}.pt-8-lg{padding-top:32px!important}.pb-8-lg{padding-bottom:32px!important}.px-8-lg{padding-left:32px!important;padding-right:32px!important}.py-8-lg{padding-top:32px!important;padding-bottom:32px!important}.m-8-lg{margin:32px!important}.mr-8-lg{margin-right:32px!important}.ml-8-lg{margin-left:32px!important}.mt-8-lg{margin-top:32px!important}.mb-8-lg{margin-bottom:32px!important}.mx-8-lg{margin-left:32px!important;margin-right:32px!important}.my-8-lg{margin-top:32px!important;margin-bottom:32px!important}.m-8-lg-minus{margin:-32px!important}.mr-8-lg-minus{margin-right:-32px!important}.ml-8-lg-minus{margin-left:-32px!important}.mt-8-lg-minus{margin-top:-32px!important}.mb-8-lg-minus{margin-bottom:-32px!important}.p-9-lg{padding:36px!important}.pr-9-lg{padding-right:36px!important}.pl-9-lg{padding-left:36px!important}.pt-9-lg{padding-top:36px!important}.pb-9-lg{padding-bottom:36px!important}.px-9-lg{padding-left:36px!important;padding-right:36px!important}.py-9-lg{padding-top:36px!important;padding-bottom:36px!important}.m-9-lg{margin:36px!important}.mr-9-lg{margin-right:36px!important}.ml-9-lg{margin-left:36px!important}.mt-9-lg{margin-top:36px!important}.mb-9-lg{margin-bottom:36px!important}.mx-9-lg{margin-left:36px!important;margin-right:36px!important}.my-9-lg{margin-top:36px!important;margin-bottom:36px!important}.m-9-lg-minus{margin:-36px!important}.mr-9-lg-minus{margin-right:-36px!important}.ml-9-lg-minus{margin-left:-36px!important}.mt-9-lg-minus{margin-top:-36px!important}.mb-9-lg-minus{margin-bottom:-36px!important}.p-10-lg{padding:40px!important}.pr-10-lg{padding-right:40px!important}.pl-10-lg{padding-left:40px!important}.pt-10-lg{padding-top:40px!important}.pb-10-lg{padding-bottom:40px!important}.px-10-lg{padding-left:40px!important;padding-right:40px!important}.py-10-lg{padding-top:40px!important;padding-bottom:40px!important}.m-10-lg{margin:40px!important}.mr-10-lg{margin-right:40px!important}.ml-10-lg{margin-left:40px!important}.mt-10-lg{margin-top:40px!important}.mb-10-lg{margin-bottom:40px!important}.mx-10-lg{margin-left:40px!important;margin-right:40px!important}.my-10-lg{margin-top:40px!important;margin-bottom:40px!important}.m-10-lg-minus{margin:-40px!important}.mr-10-lg-minus{margin-right:-40px!important}.ml-10-lg-minus{margin-left:-40px!important}.mt-10-lg-minus{margin-top:-40px!important}.mb-10-lg-minus{margin-bottom:-40px!important}.p-11-lg{padding:44px!important}.pr-11-lg{padding-right:44px!important}.pl-11-lg{padding-left:44px!important}.pt-11-lg{padding-top:44px!important}.pb-11-lg{padding-bottom:44px!important}.px-11-lg{padding-left:44px!important;padding-right:44px!important}.py-11-lg{padding-top:44px!important;padding-bottom:44px!important}.m-11-lg{margin:44px!important}.mr-11-lg{margin-right:44px!important}.ml-11-lg{margin-left:44px!important}.mt-11-lg{margin-top:44px!important}.mb-11-lg{margin-bottom:44px!important}.mx-11-lg{margin-left:44px!important;margin-right:44px!important}.my-11-lg{margin-top:44px!important;margin-bottom:44px!important}.m-11-lg-minus{margin:-44px!important}.mr-11-lg-minus{margin-right:-44px!important}.ml-11-lg-minus{margin-left:-44px!important}.mt-11-lg-minus{margin-top:-44px!important}.mb-11-lg-minus{margin-bottom:-44px!important}.p-12-lg{padding:48px!important}.pr-12-lg{padding-right:48px!important}.pl-12-lg{padding-left:48px!important}.pt-12-lg{padding-top:48px!important}.pb-12-lg{padding-bottom:48px!important}.px-12-lg{padding-left:48px!important;padding-right:48px!important}.py-12-lg{padding-top:48px!important;padding-bottom:48px!important}.m-12-lg{margin:48px!important}.mr-12-lg{margin-right:48px!important}.ml-12-lg{margin-left:48px!important}.mt-12-lg{margin-top:48px!important}.mb-12-lg{margin-bottom:48px!important}.mx-12-lg{margin-left:48px!important;margin-right:48px!important}.my-12-lg{margin-top:48px!important;margin-bottom:48px!important}.m-12-lg-minus{margin:-48px!important}.mr-12-lg-minus{margin-right:-48px!important}.ml-12-lg-minus{margin-left:-48px!important}.mt-12-lg-minus{margin-top:-48px!important}.mb-12-lg-minus{margin-bottom:-48px!important}.p-13-lg{padding:52px!important}.pr-13-lg{padding-right:52px!important}.pl-13-lg{padding-left:52px!important}.pt-13-lg{padding-top:52px!important}.pb-13-lg{padding-bottom:52px!important}.px-13-lg{padding-left:52px!important;padding-right:52px!important}.py-13-lg{padding-top:52px!important;padding-bottom:52px!important}.m-13-lg{margin:52px!important}.mr-13-lg{margin-right:52px!important}.ml-13-lg{margin-left:52px!important}.mt-13-lg{margin-top:52px!important}.mb-13-lg{margin-bottom:52px!important}.mx-13-lg{margin-left:52px!important;margin-right:52px!important}.my-13-lg{margin-top:52px!important;margin-bottom:52px!important}.m-13-lg-minus{margin:-52px!important}.mr-13-lg-minus{margin-right:-52px!important}.ml-13-lg-minus{margin-left:-52px!important}.mt-13-lg-minus{margin-top:-52px!important}.mb-13-lg-minus{margin-bottom:-52px!important}.p-14-lg{padding:56px!important}.pr-14-lg{padding-right:56px!important}.pl-14-lg{padding-left:56px!important}.pt-14-lg{padding-top:56px!important}.pb-14-lg{padding-bottom:56px!important}.px-14-lg{padding-left:56px!important;padding-right:56px!important}.py-14-lg{padding-top:56px!important;padding-bottom:56px!important}.m-14-lg{margin:56px!important}.mr-14-lg{margin-right:56px!important}.ml-14-lg{margin-left:56px!important}.mt-14-lg{margin-top:56px!important}.mb-14-lg{margin-bottom:56px!important}.mx-14-lg{margin-left:56px!important;margin-right:56px!important}.my-14-lg{margin-top:56px!important;margin-bottom:56px!important}.m-14-lg-minus{margin:-56px!important}.mr-14-lg-minus{margin-right:-56px!important}.ml-14-lg-minus{margin-left:-56px!important}.mt-14-lg-minus{margin-top:-56px!important}.mb-14-lg-minus{margin-bottom:-56px!important}.p-15-lg{padding:60px!important}.pr-15-lg{padding-right:60px!important}.pl-15-lg{padding-left:60px!important}.pt-15-lg{padding-top:60px!important}.pb-15-lg{padding-bottom:60px!important}.px-15-lg{padding-left:60px!important;padding-right:60px!important}.py-15-lg{padding-top:60px!important;padding-bottom:60px!important}.m-15-lg{margin:60px!important}.mr-15-lg{margin-right:60px!important}.ml-15-lg{margin-left:60px!important}.mt-15-lg{margin-top:60px!important}.mb-15-lg{margin-bottom:60px!important}.mx-15-lg{margin-left:60px!important;margin-right:60px!important}.my-15-lg{margin-top:60px!important;margin-bottom:60px!important}.m-15-lg-minus{margin:-60px!important}.mr-15-lg-minus{margin-right:-60px!important}.ml-15-lg-minus{margin-left:-60px!important}.mt-15-lg-minus{margin-top:-60px!important}.mb-15-lg-minus{margin-bottom:-60px!important}.p-16-lg{padding:64px!important}.pr-16-lg{padding-right:64px!important}.pl-16-lg{padding-left:64px!important}.pt-16-lg{padding-top:64px!important}.pb-16-lg{padding-bottom:64px!important}.px-16-lg{padding-left:64px!important;padding-right:64px!important}.py-16-lg{padding-top:64px!important;padding-bottom:64px!important}.m-16-lg{margin:64px!important}.mr-16-lg{margin-right:64px!important}.ml-16-lg{margin-left:64px!important}.mt-16-lg{margin-top:64px!important}.mb-16-lg{margin-bottom:64px!important}.mx-16-lg{margin-left:64px!important;margin-right:64px!important}.my-16-lg{margin-top:64px!important;margin-bottom:64px!important}.m-16-lg-minus{margin:-64px!important}.mr-16-lg-minus{margin-right:-64px!important}.ml-16-lg-minus{margin-left:-64px!important}.mt-16-lg-minus{margin-top:-64px!important}.mb-16-lg-minus{margin-bottom:-64px!important}.p-17-lg{padding:68px!important}.pr-17-lg{padding-right:68px!important}.pl-17-lg{padding-left:68px!important}.pt-17-lg{padding-top:68px!important}.pb-17-lg{padding-bottom:68px!important}.px-17-lg{padding-left:68px!important;padding-right:68px!important}.py-17-lg{padding-top:68px!important;padding-bottom:68px!important}.m-17-lg{margin:68px!important}.mr-17-lg{margin-right:68px!important}.ml-17-lg{margin-left:68px!important}.mt-17-lg{margin-top:68px!important}.mb-17-lg{margin-bottom:68px!important}.mx-17-lg{margin-left:68px!important;margin-right:68px!important}.my-17-lg{margin-top:68px!important;margin-bottom:68px!important}.m-17-lg-minus{margin:-68px!important}.mr-17-lg-minus{margin-right:-68px!important}.ml-17-lg-minus{margin-left:-68px!important}.mt-17-lg-minus{margin-top:-68px!important}.mb-17-lg-minus{margin-bottom:-68px!important}.p-18-lg{padding:72px!important}.pr-18-lg{padding-right:72px!important}.pl-18-lg{padding-left:72px!important}.pt-18-lg{padding-top:72px!important}.pb-18-lg{padding-bottom:72px!important}.px-18-lg{padding-left:72px!important;padding-right:72px!important}.py-18-lg{padding-top:72px!important;padding-bottom:72px!important}.m-18-lg{margin:72px!important}.mr-18-lg{margin-right:72px!important}.ml-18-lg{margin-left:72px!important}.mt-18-lg{margin-top:72px!important}.mb-18-lg{margin-bottom:72px!important}.mx-18-lg{margin-left:72px!important;margin-right:72px!important}.my-18-lg{margin-top:72px!important;margin-bottom:72px!important}.m-18-lg-minus{margin:-72px!important}.mr-18-lg-minus{margin-right:-72px!important}.ml-18-lg-minus{margin-left:-72px!important}.mt-18-lg-minus{margin-top:-72px!important}.mb-18-lg-minus{margin-bottom:-72px!important}.p-19-lg{padding:76px!important}.pr-19-lg{padding-right:76px!important}.pl-19-lg{padding-left:76px!important}.pt-19-lg{padding-top:76px!important}.pb-19-lg{padding-bottom:76px!important}.px-19-lg{padding-left:76px!important;padding-right:76px!important}.py-19-lg{padding-top:76px!important;padding-bottom:76px!important}.m-19-lg{margin:76px!important}.mr-19-lg{margin-right:76px!important}.ml-19-lg{margin-left:76px!important}.mt-19-lg{margin-top:76px!important}.mb-19-lg{margin-bottom:76px!important}.mx-19-lg{margin-left:76px!important;margin-right:76px!important}.my-19-lg{margin-top:76px!important;margin-bottom:76px!important}.m-19-lg-minus{margin:-76px!important}.mr-19-lg-minus{margin-right:-76px!important}.ml-19-lg-minus{margin-left:-76px!important}.mt-19-lg-minus{margin-top:-76px!important}.mb-19-lg-minus{margin-bottom:-76px!important}.p-20-lg{padding:80px!important}.pr-20-lg{padding-right:80px!important}.pl-20-lg{padding-left:80px!important}.pt-20-lg{padding-top:80px!important}.pb-20-lg{padding-bottom:80px!important}.px-20-lg{padding-left:80px!important;padding-right:80px!important}.py-20-lg{padding-top:80px!important;padding-bottom:80px!important}.m-20-lg{margin:80px!important}.mr-20-lg{margin-right:80px!important}.ml-20-lg{margin-left:80px!important}.mt-20-lg{margin-top:80px!important}.mb-20-lg{margin-bottom:80px!important}.mx-20-lg{margin-left:80px!important;margin-right:80px!important}.my-20-lg{margin-top:80px!important;margin-bottom:80px!important}.m-20-lg-minus{margin:-80px!important}.mr-20-lg-minus{margin-right:-80px!important}.ml-20-lg-minus{margin-left:-80px!important}.mt-20-lg-minus{margin-top:-80px!important}.mb-20-lg-minus{margin-bottom:-80px!important}}@media screen and (min-width: 1200px){.mx-auto-xl{margin-left:auto!important;margin-right:auto!important}.ml-auto-xl{margin-left:auto!important}.mr-auto-xl{margin-right:auto!important}.mt-auto-xl{margin-top:auto!important}.mb-auto-xl{margin-bottom:auto!important}.p-0-xl{padding:0!important}.pr-0-xl{padding-right:0!important}.pl-0-xl{padding-left:0!important}.pt-0-xl{padding-top:0!important}.pb-0-xl{padding-bottom:0!important}.px-0-xl{padding-left:0!important;padding-right:0!important}.py-0-xl{padding-top:0!important;padding-bottom:0!important}.m-0-xl{margin:0!important}.mr-0-xl{margin-right:0!important}.ml-0-xl{margin-left:0!important}.mt-0-xl{margin-top:0!important}.mb-0-xl{margin-bottom:0!important}.mx-0-xl{margin-left:0!important;margin-right:0!important}.my-0-xl{margin-top:0!important;margin-bottom:0!important}.m-0-xl-minus{margin:0!important}.mr-0-xl-minus{margin-right:0!important}.ml-0-xl-minus{margin-left:0!important}.mt-0-xl-minus{margin-top:0!important}.mb-0-xl-minus{margin-bottom:0!important}.p-1-xl{padding:4px!important}.pr-1-xl{padding-right:4px!important}.pl-1-xl{padding-left:4px!important}.pt-1-xl{padding-top:4px!important}.pb-1-xl{padding-bottom:4px!important}.px-1-xl{padding-left:4px!important;padding-right:4px!important}.py-1-xl{padding-top:4px!important;padding-bottom:4px!important}.m-1-xl{margin:4px!important}.mr-1-xl{margin-right:4px!important}.ml-1-xl{margin-left:4px!important}.mt-1-xl{margin-top:4px!important}.mb-1-xl{margin-bottom:4px!important}.mx-1-xl{margin-left:4px!important;margin-right:4px!important}.my-1-xl{margin-top:4px!important;margin-bottom:4px!important}.m-1-xl-minus{margin:-4px!important}.mr-1-xl-minus{margin-right:-4px!important}.ml-1-xl-minus{margin-left:-4px!important}.mt-1-xl-minus{margin-top:-4px!important}.mb-1-xl-minus{margin-bottom:-4px!important}.p-2-xl{padding:8px!important}.pr-2-xl{padding-right:8px!important}.pl-2-xl{padding-left:8px!important}.pt-2-xl{padding-top:8px!important}.pb-2-xl{padding-bottom:8px!important}.px-2-xl{padding-left:8px!important;padding-right:8px!important}.py-2-xl{padding-top:8px!important;padding-bottom:8px!important}.m-2-xl{margin:8px!important}.mr-2-xl{margin-right:8px!important}.ml-2-xl{margin-left:8px!important}.mt-2-xl{margin-top:8px!important}.mb-2-xl{margin-bottom:8px!important}.mx-2-xl{margin-left:8px!important;margin-right:8px!important}.my-2-xl{margin-top:8px!important;margin-bottom:8px!important}.m-2-xl-minus{margin:-8px!important}.mr-2-xl-minus{margin-right:-8px!important}.ml-2-xl-minus{margin-left:-8px!important}.mt-2-xl-minus{margin-top:-8px!important}.mb-2-xl-minus{margin-bottom:-8px!important}.p-3-xl{padding:12px!important}.pr-3-xl{padding-right:12px!important}.pl-3-xl{padding-left:12px!important}.pt-3-xl{padding-top:12px!important}.pb-3-xl{padding-bottom:12px!important}.px-3-xl{padding-left:12px!important;padding-right:12px!important}.py-3-xl{padding-top:12px!important;padding-bottom:12px!important}.m-3-xl{margin:12px!important}.mr-3-xl{margin-right:12px!important}.ml-3-xl{margin-left:12px!important}.mt-3-xl{margin-top:12px!important}.mb-3-xl{margin-bottom:12px!important}.mx-3-xl{margin-left:12px!important;margin-right:12px!important}.my-3-xl{margin-top:12px!important;margin-bottom:12px!important}.m-3-xl-minus{margin:-12px!important}.mr-3-xl-minus{margin-right:-12px!important}.ml-3-xl-minus{margin-left:-12px!important}.mt-3-xl-minus{margin-top:-12px!important}.mb-3-xl-minus{margin-bottom:-12px!important}.p-4-xl{padding:16px!important}.pr-4-xl{padding-right:16px!important}.pl-4-xl{padding-left:16px!important}.pt-4-xl{padding-top:16px!important}.pb-4-xl{padding-bottom:16px!important}.px-4-xl{padding-left:16px!important;padding-right:16px!important}.py-4-xl{padding-top:16px!important;padding-bottom:16px!important}.m-4-xl{margin:16px!important}.mr-4-xl{margin-right:16px!important}.ml-4-xl{margin-left:16px!important}.mt-4-xl{margin-top:16px!important}.mb-4-xl{margin-bottom:16px!important}.mx-4-xl{margin-left:16px!important;margin-right:16px!important}.my-4-xl{margin-top:16px!important;margin-bottom:16px!important}.m-4-xl-minus{margin:-16px!important}.mr-4-xl-minus{margin-right:-16px!important}.ml-4-xl-minus{margin-left:-16px!important}.mt-4-xl-minus{margin-top:-16px!important}.mb-4-xl-minus{margin-bottom:-16px!important}.p-5-xl{padding:20px!important}.pr-5-xl{padding-right:20px!important}.pl-5-xl{padding-left:20px!important}.pt-5-xl{padding-top:20px!important}.pb-5-xl{padding-bottom:20px!important}.px-5-xl{padding-left:20px!important;padding-right:20px!important}.py-5-xl{padding-top:20px!important;padding-bottom:20px!important}.m-5-xl{margin:20px!important}.mr-5-xl{margin-right:20px!important}.ml-5-xl{margin-left:20px!important}.mt-5-xl{margin-top:20px!important}.mb-5-xl{margin-bottom:20px!important}.mx-5-xl{margin-left:20px!important;margin-right:20px!important}.my-5-xl{margin-top:20px!important;margin-bottom:20px!important}.m-5-xl-minus{margin:-20px!important}.mr-5-xl-minus{margin-right:-20px!important}.ml-5-xl-minus{margin-left:-20px!important}.mt-5-xl-minus{margin-top:-20px!important}.mb-5-xl-minus{margin-bottom:-20px!important}.p-6-xl{padding:24px!important}.pr-6-xl{padding-right:24px!important}.pl-6-xl{padding-left:24px!important}.pt-6-xl{padding-top:24px!important}.pb-6-xl{padding-bottom:24px!important}.px-6-xl{padding-left:24px!important;padding-right:24px!important}.py-6-xl{padding-top:24px!important;padding-bottom:24px!important}.m-6-xl{margin:24px!important}.mr-6-xl{margin-right:24px!important}.ml-6-xl{margin-left:24px!important}.mt-6-xl{margin-top:24px!important}.mb-6-xl{margin-bottom:24px!important}.mx-6-xl{margin-left:24px!important;margin-right:24px!important}.my-6-xl{margin-top:24px!important;margin-bottom:24px!important}.m-6-xl-minus{margin:-24px!important}.mr-6-xl-minus{margin-right:-24px!important}.ml-6-xl-minus{margin-left:-24px!important}.mt-6-xl-minus{margin-top:-24px!important}.mb-6-xl-minus{margin-bottom:-24px!important}.p-7-xl{padding:28px!important}.pr-7-xl{padding-right:28px!important}.pl-7-xl{padding-left:28px!important}.pt-7-xl{padding-top:28px!important}.pb-7-xl{padding-bottom:28px!important}.px-7-xl{padding-left:28px!important;padding-right:28px!important}.py-7-xl{padding-top:28px!important;padding-bottom:28px!important}.m-7-xl{margin:28px!important}.mr-7-xl{margin-right:28px!important}.ml-7-xl{margin-left:28px!important}.mt-7-xl{margin-top:28px!important}.mb-7-xl{margin-bottom:28px!important}.mx-7-xl{margin-left:28px!important;margin-right:28px!important}.my-7-xl{margin-top:28px!important;margin-bottom:28px!important}.m-7-xl-minus{margin:-28px!important}.mr-7-xl-minus{margin-right:-28px!important}.ml-7-xl-minus{margin-left:-28px!important}.mt-7-xl-minus{margin-top:-28px!important}.mb-7-xl-minus{margin-bottom:-28px!important}.p-8-xl{padding:32px!important}.pr-8-xl{padding-right:32px!important}.pl-8-xl{padding-left:32px!important}.pt-8-xl{padding-top:32px!important}.pb-8-xl{padding-bottom:32px!important}.px-8-xl{padding-left:32px!important;padding-right:32px!important}.py-8-xl{padding-top:32px!important;padding-bottom:32px!important}.m-8-xl{margin:32px!important}.mr-8-xl{margin-right:32px!important}.ml-8-xl{margin-left:32px!important}.mt-8-xl{margin-top:32px!important}.mb-8-xl{margin-bottom:32px!important}.mx-8-xl{margin-left:32px!important;margin-right:32px!important}.my-8-xl{margin-top:32px!important;margin-bottom:32px!important}.m-8-xl-minus{margin:-32px!important}.mr-8-xl-minus{margin-right:-32px!important}.ml-8-xl-minus{margin-left:-32px!important}.mt-8-xl-minus{margin-top:-32px!important}.mb-8-xl-minus{margin-bottom:-32px!important}.p-9-xl{padding:36px!important}.pr-9-xl{padding-right:36px!important}.pl-9-xl{padding-left:36px!important}.pt-9-xl{padding-top:36px!important}.pb-9-xl{padding-bottom:36px!important}.px-9-xl{padding-left:36px!important;padding-right:36px!important}.py-9-xl{padding-top:36px!important;padding-bottom:36px!important}.m-9-xl{margin:36px!important}.mr-9-xl{margin-right:36px!important}.ml-9-xl{margin-left:36px!important}.mt-9-xl{margin-top:36px!important}.mb-9-xl{margin-bottom:36px!important}.mx-9-xl{margin-left:36px!important;margin-right:36px!important}.my-9-xl{margin-top:36px!important;margin-bottom:36px!important}.m-9-xl-minus{margin:-36px!important}.mr-9-xl-minus{margin-right:-36px!important}.ml-9-xl-minus{margin-left:-36px!important}.mt-9-xl-minus{margin-top:-36px!important}.mb-9-xl-minus{margin-bottom:-36px!important}.p-10-xl{padding:40px!important}.pr-10-xl{padding-right:40px!important}.pl-10-xl{padding-left:40px!important}.pt-10-xl{padding-top:40px!important}.pb-10-xl{padding-bottom:40px!important}.px-10-xl{padding-left:40px!important;padding-right:40px!important}.py-10-xl{padding-top:40px!important;padding-bottom:40px!important}.m-10-xl{margin:40px!important}.mr-10-xl{margin-right:40px!important}.ml-10-xl{margin-left:40px!important}.mt-10-xl{margin-top:40px!important}.mb-10-xl{margin-bottom:40px!important}.mx-10-xl{margin-left:40px!important;margin-right:40px!important}.my-10-xl{margin-top:40px!important;margin-bottom:40px!important}.m-10-xl-minus{margin:-40px!important}.mr-10-xl-minus{margin-right:-40px!important}.ml-10-xl-minus{margin-left:-40px!important}.mt-10-xl-minus{margin-top:-40px!important}.mb-10-xl-minus{margin-bottom:-40px!important}.p-11-xl{padding:44px!important}.pr-11-xl{padding-right:44px!important}.pl-11-xl{padding-left:44px!important}.pt-11-xl{padding-top:44px!important}.pb-11-xl{padding-bottom:44px!important}.px-11-xl{padding-left:44px!important;padding-right:44px!important}.py-11-xl{padding-top:44px!important;padding-bottom:44px!important}.m-11-xl{margin:44px!important}.mr-11-xl{margin-right:44px!important}.ml-11-xl{margin-left:44px!important}.mt-11-xl{margin-top:44px!important}.mb-11-xl{margin-bottom:44px!important}.mx-11-xl{margin-left:44px!important;margin-right:44px!important}.my-11-xl{margin-top:44px!important;margin-bottom:44px!important}.m-11-xl-minus{margin:-44px!important}.mr-11-xl-minus{margin-right:-44px!important}.ml-11-xl-minus{margin-left:-44px!important}.mt-11-xl-minus{margin-top:-44px!important}.mb-11-xl-minus{margin-bottom:-44px!important}.p-12-xl{padding:48px!important}.pr-12-xl{padding-right:48px!important}.pl-12-xl{padding-left:48px!important}.pt-12-xl{padding-top:48px!important}.pb-12-xl{padding-bottom:48px!important}.px-12-xl{padding-left:48px!important;padding-right:48px!important}.py-12-xl{padding-top:48px!important;padding-bottom:48px!important}.m-12-xl{margin:48px!important}.mr-12-xl{margin-right:48px!important}.ml-12-xl{margin-left:48px!important}.mt-12-xl{margin-top:48px!important}.mb-12-xl{margin-bottom:48px!important}.mx-12-xl{margin-left:48px!important;margin-right:48px!important}.my-12-xl{margin-top:48px!important;margin-bottom:48px!important}.m-12-xl-minus{margin:-48px!important}.mr-12-xl-minus{margin-right:-48px!important}.ml-12-xl-minus{margin-left:-48px!important}.mt-12-xl-minus{margin-top:-48px!important}.mb-12-xl-minus{margin-bottom:-48px!important}.p-13-xl{padding:52px!important}.pr-13-xl{padding-right:52px!important}.pl-13-xl{padding-left:52px!important}.pt-13-xl{padding-top:52px!important}.pb-13-xl{padding-bottom:52px!important}.px-13-xl{padding-left:52px!important;padding-right:52px!important}.py-13-xl{padding-top:52px!important;padding-bottom:52px!important}.m-13-xl{margin:52px!important}.mr-13-xl{margin-right:52px!important}.ml-13-xl{margin-left:52px!important}.mt-13-xl{margin-top:52px!important}.mb-13-xl{margin-bottom:52px!important}.mx-13-xl{margin-left:52px!important;margin-right:52px!important}.my-13-xl{margin-top:52px!important;margin-bottom:52px!important}.m-13-xl-minus{margin:-52px!important}.mr-13-xl-minus{margin-right:-52px!important}.ml-13-xl-minus{margin-left:-52px!important}.mt-13-xl-minus{margin-top:-52px!important}.mb-13-xl-minus{margin-bottom:-52px!important}.p-14-xl{padding:56px!important}.pr-14-xl{padding-right:56px!important}.pl-14-xl{padding-left:56px!important}.pt-14-xl{padding-top:56px!important}.pb-14-xl{padding-bottom:56px!important}.px-14-xl{padding-left:56px!important;padding-right:56px!important}.py-14-xl{padding-top:56px!important;padding-bottom:56px!important}.m-14-xl{margin:56px!important}.mr-14-xl{margin-right:56px!important}.ml-14-xl{margin-left:56px!important}.mt-14-xl{margin-top:56px!important}.mb-14-xl{margin-bottom:56px!important}.mx-14-xl{margin-left:56px!important;margin-right:56px!important}.my-14-xl{margin-top:56px!important;margin-bottom:56px!important}.m-14-xl-minus{margin:-56px!important}.mr-14-xl-minus{margin-right:-56px!important}.ml-14-xl-minus{margin-left:-56px!important}.mt-14-xl-minus{margin-top:-56px!important}.mb-14-xl-minus{margin-bottom:-56px!important}.p-15-xl{padding:60px!important}.pr-15-xl{padding-right:60px!important}.pl-15-xl{padding-left:60px!important}.pt-15-xl{padding-top:60px!important}.pb-15-xl{padding-bottom:60px!important}.px-15-xl{padding-left:60px!important;padding-right:60px!important}.py-15-xl{padding-top:60px!important;padding-bottom:60px!important}.m-15-xl{margin:60px!important}.mr-15-xl{margin-right:60px!important}.ml-15-xl{margin-left:60px!important}.mt-15-xl{margin-top:60px!important}.mb-15-xl{margin-bottom:60px!important}.mx-15-xl{margin-left:60px!important;margin-right:60px!important}.my-15-xl{margin-top:60px!important;margin-bottom:60px!important}.m-15-xl-minus{margin:-60px!important}.mr-15-xl-minus{margin-right:-60px!important}.ml-15-xl-minus{margin-left:-60px!important}.mt-15-xl-minus{margin-top:-60px!important}.mb-15-xl-minus{margin-bottom:-60px!important}.p-16-xl{padding:64px!important}.pr-16-xl{padding-right:64px!important}.pl-16-xl{padding-left:64px!important}.pt-16-xl{padding-top:64px!important}.pb-16-xl{padding-bottom:64px!important}.px-16-xl{padding-left:64px!important;padding-right:64px!important}.py-16-xl{padding-top:64px!important;padding-bottom:64px!important}.m-16-xl{margin:64px!important}.mr-16-xl{margin-right:64px!important}.ml-16-xl{margin-left:64px!important}.mt-16-xl{margin-top:64px!important}.mb-16-xl{margin-bottom:64px!important}.mx-16-xl{margin-left:64px!important;margin-right:64px!important}.my-16-xl{margin-top:64px!important;margin-bottom:64px!important}.m-16-xl-minus{margin:-64px!important}.mr-16-xl-minus{margin-right:-64px!important}.ml-16-xl-minus{margin-left:-64px!important}.mt-16-xl-minus{margin-top:-64px!important}.mb-16-xl-minus{margin-bottom:-64px!important}.p-17-xl{padding:68px!important}.pr-17-xl{padding-right:68px!important}.pl-17-xl{padding-left:68px!important}.pt-17-xl{padding-top:68px!important}.pb-17-xl{padding-bottom:68px!important}.px-17-xl{padding-left:68px!important;padding-right:68px!important}.py-17-xl{padding-top:68px!important;padding-bottom:68px!important}.m-17-xl{margin:68px!important}.mr-17-xl{margin-right:68px!important}.ml-17-xl{margin-left:68px!important}.mt-17-xl{margin-top:68px!important}.mb-17-xl{margin-bottom:68px!important}.mx-17-xl{margin-left:68px!important;margin-right:68px!important}.my-17-xl{margin-top:68px!important;margin-bottom:68px!important}.m-17-xl-minus{margin:-68px!important}.mr-17-xl-minus{margin-right:-68px!important}.ml-17-xl-minus{margin-left:-68px!important}.mt-17-xl-minus{margin-top:-68px!important}.mb-17-xl-minus{margin-bottom:-68px!important}.p-18-xl{padding:72px!important}.pr-18-xl{padding-right:72px!important}.pl-18-xl{padding-left:72px!important}.pt-18-xl{padding-top:72px!important}.pb-18-xl{padding-bottom:72px!important}.px-18-xl{padding-left:72px!important;padding-right:72px!important}.py-18-xl{padding-top:72px!important;padding-bottom:72px!important}.m-18-xl{margin:72px!important}.mr-18-xl{margin-right:72px!important}.ml-18-xl{margin-left:72px!important}.mt-18-xl{margin-top:72px!important}.mb-18-xl{margin-bottom:72px!important}.mx-18-xl{margin-left:72px!important;margin-right:72px!important}.my-18-xl{margin-top:72px!important;margin-bottom:72px!important}.m-18-xl-minus{margin:-72px!important}.mr-18-xl-minus{margin-right:-72px!important}.ml-18-xl-minus{margin-left:-72px!important}.mt-18-xl-minus{margin-top:-72px!important}.mb-18-xl-minus{margin-bottom:-72px!important}.p-19-xl{padding:76px!important}.pr-19-xl{padding-right:76px!important}.pl-19-xl{padding-left:76px!important}.pt-19-xl{padding-top:76px!important}.pb-19-xl{padding-bottom:76px!important}.px-19-xl{padding-left:76px!important;padding-right:76px!important}.py-19-xl{padding-top:76px!important;padding-bottom:76px!important}.m-19-xl{margin:76px!important}.mr-19-xl{margin-right:76px!important}.ml-19-xl{margin-left:76px!important}.mt-19-xl{margin-top:76px!important}.mb-19-xl{margin-bottom:76px!important}.mx-19-xl{margin-left:76px!important;margin-right:76px!important}.my-19-xl{margin-top:76px!important;margin-bottom:76px!important}.m-19-xl-minus{margin:-76px!important}.mr-19-xl-minus{margin-right:-76px!important}.ml-19-xl-minus{margin-left:-76px!important}.mt-19-xl-minus{margin-top:-76px!important}.mb-19-xl-minus{margin-bottom:-76px!important}.p-20-xl{padding:80px!important}.pr-20-xl{padding-right:80px!important}.pl-20-xl{padding-left:80px!important}.pt-20-xl{padding-top:80px!important}.pb-20-xl{padding-bottom:80px!important}.px-20-xl{padding-left:80px!important;padding-right:80px!important}.py-20-xl{padding-top:80px!important;padding-bottom:80px!important}.m-20-xl{margin:80px!important}.mr-20-xl{margin-right:80px!important}.ml-20-xl{margin-left:80px!important}.mt-20-xl{margin-top:80px!important}.mb-20-xl{margin-bottom:80px!important}.mx-20-xl{margin-left:80px!important;margin-right:80px!important}.my-20-xl{margin-top:80px!important;margin-bottom:80px!important}.m-20-xl-minus{margin:-80px!important}.mr-20-xl-minus{margin-right:-80px!important}.ml-20-xl-minus{margin-left:-80px!important}.mt-20-xl-minus{margin-top:-80px!important}.mb-20-xl-minus{margin-bottom:-80px!important}}@media screen and (min-width: 1452px){.mx-auto-xxl{margin-left:auto!important;margin-right:auto!important}.ml-auto-xxl{margin-left:auto!important}.mr-auto-xxl{margin-right:auto!important}.mt-auto-xxl{margin-top:auto!important}.mb-auto-xxl{margin-bottom:auto!important}.p-0-xxl{padding:0!important}.pr-0-xxl{padding-right:0!important}.pl-0-xxl{padding-left:0!important}.pt-0-xxl{padding-top:0!important}.pb-0-xxl{padding-bottom:0!important}.px-0-xxl{padding-left:0!important;padding-right:0!important}.py-0-xxl{padding-top:0!important;padding-bottom:0!important}.m-0-xxl{margin:0!important}.mr-0-xxl{margin-right:0!important}.ml-0-xxl{margin-left:0!important}.mt-0-xxl{margin-top:0!important}.mb-0-xxl{margin-bottom:0!important}.mx-0-xxl{margin-left:0!important;margin-right:0!important}.my-0-xxl{margin-top:0!important;margin-bottom:0!important}.m-0-xxl-minus{margin:0!important}.mr-0-xxl-minus{margin-right:0!important}.ml-0-xxl-minus{margin-left:0!important}.mt-0-xxl-minus{margin-top:0!important}.mb-0-xxl-minus{margin-bottom:0!important}.p-1-xxl{padding:4px!important}.pr-1-xxl{padding-right:4px!important}.pl-1-xxl{padding-left:4px!important}.pt-1-xxl{padding-top:4px!important}.pb-1-xxl{padding-bottom:4px!important}.px-1-xxl{padding-left:4px!important;padding-right:4px!important}.py-1-xxl{padding-top:4px!important;padding-bottom:4px!important}.m-1-xxl{margin:4px!important}.mr-1-xxl{margin-right:4px!important}.ml-1-xxl{margin-left:4px!important}.mt-1-xxl{margin-top:4px!important}.mb-1-xxl{margin-bottom:4px!important}.mx-1-xxl{margin-left:4px!important;margin-right:4px!important}.my-1-xxl{margin-top:4px!important;margin-bottom:4px!important}.m-1-xxl-minus{margin:-4px!important}.mr-1-xxl-minus{margin-right:-4px!important}.ml-1-xxl-minus{margin-left:-4px!important}.mt-1-xxl-minus{margin-top:-4px!important}.mb-1-xxl-minus{margin-bottom:-4px!important}.p-2-xxl{padding:8px!important}.pr-2-xxl{padding-right:8px!important}.pl-2-xxl{padding-left:8px!important}.pt-2-xxl{padding-top:8px!important}.pb-2-xxl{padding-bottom:8px!important}.px-2-xxl{padding-left:8px!important;padding-right:8px!important}.py-2-xxl{padding-top:8px!important;padding-bottom:8px!important}.m-2-xxl{margin:8px!important}.mr-2-xxl{margin-right:8px!important}.ml-2-xxl{margin-left:8px!important}.mt-2-xxl{margin-top:8px!important}.mb-2-xxl{margin-bottom:8px!important}.mx-2-xxl{margin-left:8px!important;margin-right:8px!important}.my-2-xxl{margin-top:8px!important;margin-bottom:8px!important}.m-2-xxl-minus{margin:-8px!important}.mr-2-xxl-minus{margin-right:-8px!important}.ml-2-xxl-minus{margin-left:-8px!important}.mt-2-xxl-minus{margin-top:-8px!important}.mb-2-xxl-minus{margin-bottom:-8px!important}.p-3-xxl{padding:12px!important}.pr-3-xxl{padding-right:12px!important}.pl-3-xxl{padding-left:12px!important}.pt-3-xxl{padding-top:12px!important}.pb-3-xxl{padding-bottom:12px!important}.px-3-xxl{padding-left:12px!important;padding-right:12px!important}.py-3-xxl{padding-top:12px!important;padding-bottom:12px!important}.m-3-xxl{margin:12px!important}.mr-3-xxl{margin-right:12px!important}.ml-3-xxl{margin-left:12px!important}.mt-3-xxl{margin-top:12px!important}.mb-3-xxl{margin-bottom:12px!important}.mx-3-xxl{margin-left:12px!important;margin-right:12px!important}.my-3-xxl{margin-top:12px!important;margin-bottom:12px!important}.m-3-xxl-minus{margin:-12px!important}.mr-3-xxl-minus{margin-right:-12px!important}.ml-3-xxl-minus{margin-left:-12px!important}.mt-3-xxl-minus{margin-top:-12px!important}.mb-3-xxl-minus{margin-bottom:-12px!important}.p-4-xxl{padding:16px!important}.pr-4-xxl{padding-right:16px!important}.pl-4-xxl{padding-left:16px!important}.pt-4-xxl{padding-top:16px!important}.pb-4-xxl{padding-bottom:16px!important}.px-4-xxl{padding-left:16px!important;padding-right:16px!important}.py-4-xxl{padding-top:16px!important;padding-bottom:16px!important}.m-4-xxl{margin:16px!important}.mr-4-xxl{margin-right:16px!important}.ml-4-xxl{margin-left:16px!important}.mt-4-xxl{margin-top:16px!important}.mb-4-xxl{margin-bottom:16px!important}.mx-4-xxl{margin-left:16px!important;margin-right:16px!important}.my-4-xxl{margin-top:16px!important;margin-bottom:16px!important}.m-4-xxl-minus{margin:-16px!important}.mr-4-xxl-minus{margin-right:-16px!important}.ml-4-xxl-minus{margin-left:-16px!important}.mt-4-xxl-minus{margin-top:-16px!important}.mb-4-xxl-minus{margin-bottom:-16px!important}.p-5-xxl{padding:20px!important}.pr-5-xxl{padding-right:20px!important}.pl-5-xxl{padding-left:20px!important}.pt-5-xxl{padding-top:20px!important}.pb-5-xxl{padding-bottom:20px!important}.px-5-xxl{padding-left:20px!important;padding-right:20px!important}.py-5-xxl{padding-top:20px!important;padding-bottom:20px!important}.m-5-xxl{margin:20px!important}.mr-5-xxl{margin-right:20px!important}.ml-5-xxl{margin-left:20px!important}.mt-5-xxl{margin-top:20px!important}.mb-5-xxl{margin-bottom:20px!important}.mx-5-xxl{margin-left:20px!important;margin-right:20px!important}.my-5-xxl{margin-top:20px!important;margin-bottom:20px!important}.m-5-xxl-minus{margin:-20px!important}.mr-5-xxl-minus{margin-right:-20px!important}.ml-5-xxl-minus{margin-left:-20px!important}.mt-5-xxl-minus{margin-top:-20px!important}.mb-5-xxl-minus{margin-bottom:-20px!important}.p-6-xxl{padding:24px!important}.pr-6-xxl{padding-right:24px!important}.pl-6-xxl{padding-left:24px!important}.pt-6-xxl{padding-top:24px!important}.pb-6-xxl{padding-bottom:24px!important}.px-6-xxl{padding-left:24px!important;padding-right:24px!important}.py-6-xxl{padding-top:24px!important;padding-bottom:24px!important}.m-6-xxl{margin:24px!important}.mr-6-xxl{margin-right:24px!important}.ml-6-xxl{margin-left:24px!important}.mt-6-xxl{margin-top:24px!important}.mb-6-xxl{margin-bottom:24px!important}.mx-6-xxl{margin-left:24px!important;margin-right:24px!important}.my-6-xxl{margin-top:24px!important;margin-bottom:24px!important}.m-6-xxl-minus{margin:-24px!important}.mr-6-xxl-minus{margin-right:-24px!important}.ml-6-xxl-minus{margin-left:-24px!important}.mt-6-xxl-minus{margin-top:-24px!important}.mb-6-xxl-minus{margin-bottom:-24px!important}.p-7-xxl{padding:28px!important}.pr-7-xxl{padding-right:28px!important}.pl-7-xxl{padding-left:28px!important}.pt-7-xxl{padding-top:28px!important}.pb-7-xxl{padding-bottom:28px!important}.px-7-xxl{padding-left:28px!important;padding-right:28px!important}.py-7-xxl{padding-top:28px!important;padding-bottom:28px!important}.m-7-xxl{margin:28px!important}.mr-7-xxl{margin-right:28px!important}.ml-7-xxl{margin-left:28px!important}.mt-7-xxl{margin-top:28px!important}.mb-7-xxl{margin-bottom:28px!important}.mx-7-xxl{margin-left:28px!important;margin-right:28px!important}.my-7-xxl{margin-top:28px!important;margin-bottom:28px!important}.m-7-xxl-minus{margin:-28px!important}.mr-7-xxl-minus{margin-right:-28px!important}.ml-7-xxl-minus{margin-left:-28px!important}.mt-7-xxl-minus{margin-top:-28px!important}.mb-7-xxl-minus{margin-bottom:-28px!important}.p-8-xxl{padding:32px!important}.pr-8-xxl{padding-right:32px!important}.pl-8-xxl{padding-left:32px!important}.pt-8-xxl{padding-top:32px!important}.pb-8-xxl{padding-bottom:32px!important}.px-8-xxl{padding-left:32px!important;padding-right:32px!important}.py-8-xxl{padding-top:32px!important;padding-bottom:32px!important}.m-8-xxl{margin:32px!important}.mr-8-xxl{margin-right:32px!important}.ml-8-xxl{margin-left:32px!important}.mt-8-xxl{margin-top:32px!important}.mb-8-xxl{margin-bottom:32px!important}.mx-8-xxl{margin-left:32px!important;margin-right:32px!important}.my-8-xxl{margin-top:32px!important;margin-bottom:32px!important}.m-8-xxl-minus{margin:-32px!important}.mr-8-xxl-minus{margin-right:-32px!important}.ml-8-xxl-minus{margin-left:-32px!important}.mt-8-xxl-minus{margin-top:-32px!important}.mb-8-xxl-minus{margin-bottom:-32px!important}.p-9-xxl{padding:36px!important}.pr-9-xxl{padding-right:36px!important}.pl-9-xxl{padding-left:36px!important}.pt-9-xxl{padding-top:36px!important}.pb-9-xxl{padding-bottom:36px!important}.px-9-xxl{padding-left:36px!important;padding-right:36px!important}.py-9-xxl{padding-top:36px!important;padding-bottom:36px!important}.m-9-xxl{margin:36px!important}.mr-9-xxl{margin-right:36px!important}.ml-9-xxl{margin-left:36px!important}.mt-9-xxl{margin-top:36px!important}.mb-9-xxl{margin-bottom:36px!important}.mx-9-xxl{margin-left:36px!important;margin-right:36px!important}.my-9-xxl{margin-top:36px!important;margin-bottom:36px!important}.m-9-xxl-minus{margin:-36px!important}.mr-9-xxl-minus{margin-right:-36px!important}.ml-9-xxl-minus{margin-left:-36px!important}.mt-9-xxl-minus{margin-top:-36px!important}.mb-9-xxl-minus{margin-bottom:-36px!important}.p-10-xxl{padding:40px!important}.pr-10-xxl{padding-right:40px!important}.pl-10-xxl{padding-left:40px!important}.pt-10-xxl{padding-top:40px!important}.pb-10-xxl{padding-bottom:40px!important}.px-10-xxl{padding-left:40px!important;padding-right:40px!important}.py-10-xxl{padding-top:40px!important;padding-bottom:40px!important}.m-10-xxl{margin:40px!important}.mr-10-xxl{margin-right:40px!important}.ml-10-xxl{margin-left:40px!important}.mt-10-xxl{margin-top:40px!important}.mb-10-xxl{margin-bottom:40px!important}.mx-10-xxl{margin-left:40px!important;margin-right:40px!important}.my-10-xxl{margin-top:40px!important;margin-bottom:40px!important}.m-10-xxl-minus{margin:-40px!important}.mr-10-xxl-minus{margin-right:-40px!important}.ml-10-xxl-minus{margin-left:-40px!important}.mt-10-xxl-minus{margin-top:-40px!important}.mb-10-xxl-minus{margin-bottom:-40px!important}.p-11-xxl{padding:44px!important}.pr-11-xxl{padding-right:44px!important}.pl-11-xxl{padding-left:44px!important}.pt-11-xxl{padding-top:44px!important}.pb-11-xxl{padding-bottom:44px!important}.px-11-xxl{padding-left:44px!important;padding-right:44px!important}.py-11-xxl{padding-top:44px!important;padding-bottom:44px!important}.m-11-xxl{margin:44px!important}.mr-11-xxl{margin-right:44px!important}.ml-11-xxl{margin-left:44px!important}.mt-11-xxl{margin-top:44px!important}.mb-11-xxl{margin-bottom:44px!important}.mx-11-xxl{margin-left:44px!important;margin-right:44px!important}.my-11-xxl{margin-top:44px!important;margin-bottom:44px!important}.m-11-xxl-minus{margin:-44px!important}.mr-11-xxl-minus{margin-right:-44px!important}.ml-11-xxl-minus{margin-left:-44px!important}.mt-11-xxl-minus{margin-top:-44px!important}.mb-11-xxl-minus{margin-bottom:-44px!important}.p-12-xxl{padding:48px!important}.pr-12-xxl{padding-right:48px!important}.pl-12-xxl{padding-left:48px!important}.pt-12-xxl{padding-top:48px!important}.pb-12-xxl{padding-bottom:48px!important}.px-12-xxl{padding-left:48px!important;padding-right:48px!important}.py-12-xxl{padding-top:48px!important;padding-bottom:48px!important}.m-12-xxl{margin:48px!important}.mr-12-xxl{margin-right:48px!important}.ml-12-xxl{margin-left:48px!important}.mt-12-xxl{margin-top:48px!important}.mb-12-xxl{margin-bottom:48px!important}.mx-12-xxl{margin-left:48px!important;margin-right:48px!important}.my-12-xxl{margin-top:48px!important;margin-bottom:48px!important}.m-12-xxl-minus{margin:-48px!important}.mr-12-xxl-minus{margin-right:-48px!important}.ml-12-xxl-minus{margin-left:-48px!important}.mt-12-xxl-minus{margin-top:-48px!important}.mb-12-xxl-minus{margin-bottom:-48px!important}.p-13-xxl{padding:52px!important}.pr-13-xxl{padding-right:52px!important}.pl-13-xxl{padding-left:52px!important}.pt-13-xxl{padding-top:52px!important}.pb-13-xxl{padding-bottom:52px!important}.px-13-xxl{padding-left:52px!important;padding-right:52px!important}.py-13-xxl{padding-top:52px!important;padding-bottom:52px!important}.m-13-xxl{margin:52px!important}.mr-13-xxl{margin-right:52px!important}.ml-13-xxl{margin-left:52px!important}.mt-13-xxl{margin-top:52px!important}.mb-13-xxl{margin-bottom:52px!important}.mx-13-xxl{margin-left:52px!important;margin-right:52px!important}.my-13-xxl{margin-top:52px!important;margin-bottom:52px!important}.m-13-xxl-minus{margin:-52px!important}.mr-13-xxl-minus{margin-right:-52px!important}.ml-13-xxl-minus{margin-left:-52px!important}.mt-13-xxl-minus{margin-top:-52px!important}.mb-13-xxl-minus{margin-bottom:-52px!important}.p-14-xxl{padding:56px!important}.pr-14-xxl{padding-right:56px!important}.pl-14-xxl{padding-left:56px!important}.pt-14-xxl{padding-top:56px!important}.pb-14-xxl{padding-bottom:56px!important}.px-14-xxl{padding-left:56px!important;padding-right:56px!important}.py-14-xxl{padding-top:56px!important;padding-bottom:56px!important}.m-14-xxl{margin:56px!important}.mr-14-xxl{margin-right:56px!important}.ml-14-xxl{margin-left:56px!important}.mt-14-xxl{margin-top:56px!important}.mb-14-xxl{margin-bottom:56px!important}.mx-14-xxl{margin-left:56px!important;margin-right:56px!important}.my-14-xxl{margin-top:56px!important;margin-bottom:56px!important}.m-14-xxl-minus{margin:-56px!important}.mr-14-xxl-minus{margin-right:-56px!important}.ml-14-xxl-minus{margin-left:-56px!important}.mt-14-xxl-minus{margin-top:-56px!important}.mb-14-xxl-minus{margin-bottom:-56px!important}.p-15-xxl{padding:60px!important}.pr-15-xxl{padding-right:60px!important}.pl-15-xxl{padding-left:60px!important}.pt-15-xxl{padding-top:60px!important}.pb-15-xxl{padding-bottom:60px!important}.px-15-xxl{padding-left:60px!important;padding-right:60px!important}.py-15-xxl{padding-top:60px!important;padding-bottom:60px!important}.m-15-xxl{margin:60px!important}.mr-15-xxl{margin-right:60px!important}.ml-15-xxl{margin-left:60px!important}.mt-15-xxl{margin-top:60px!important}.mb-15-xxl{margin-bottom:60px!important}.mx-15-xxl{margin-left:60px!important;margin-right:60px!important}.my-15-xxl{margin-top:60px!important;margin-bottom:60px!important}.m-15-xxl-minus{margin:-60px!important}.mr-15-xxl-minus{margin-right:-60px!important}.ml-15-xxl-minus{margin-left:-60px!important}.mt-15-xxl-minus{margin-top:-60px!important}.mb-15-xxl-minus{margin-bottom:-60px!important}.p-16-xxl{padding:64px!important}.pr-16-xxl{padding-right:64px!important}.pl-16-xxl{padding-left:64px!important}.pt-16-xxl{padding-top:64px!important}.pb-16-xxl{padding-bottom:64px!important}.px-16-xxl{padding-left:64px!important;padding-right:64px!important}.py-16-xxl{padding-top:64px!important;padding-bottom:64px!important}.m-16-xxl{margin:64px!important}.mr-16-xxl{margin-right:64px!important}.ml-16-xxl{margin-left:64px!important}.mt-16-xxl{margin-top:64px!important}.mb-16-xxl{margin-bottom:64px!important}.mx-16-xxl{margin-left:64px!important;margin-right:64px!important}.my-16-xxl{margin-top:64px!important;margin-bottom:64px!important}.m-16-xxl-minus{margin:-64px!important}.mr-16-xxl-minus{margin-right:-64px!important}.ml-16-xxl-minus{margin-left:-64px!important}.mt-16-xxl-minus{margin-top:-64px!important}.mb-16-xxl-minus{margin-bottom:-64px!important}.p-17-xxl{padding:68px!important}.pr-17-xxl{padding-right:68px!important}.pl-17-xxl{padding-left:68px!important}.pt-17-xxl{padding-top:68px!important}.pb-17-xxl{padding-bottom:68px!important}.px-17-xxl{padding-left:68px!important;padding-right:68px!important}.py-17-xxl{padding-top:68px!important;padding-bottom:68px!important}.m-17-xxl{margin:68px!important}.mr-17-xxl{margin-right:68px!important}.ml-17-xxl{margin-left:68px!important}.mt-17-xxl{margin-top:68px!important}.mb-17-xxl{margin-bottom:68px!important}.mx-17-xxl{margin-left:68px!important;margin-right:68px!important}.my-17-xxl{margin-top:68px!important;margin-bottom:68px!important}.m-17-xxl-minus{margin:-68px!important}.mr-17-xxl-minus{margin-right:-68px!important}.ml-17-xxl-minus{margin-left:-68px!important}.mt-17-xxl-minus{margin-top:-68px!important}.mb-17-xxl-minus{margin-bottom:-68px!important}.p-18-xxl{padding:72px!important}.pr-18-xxl{padding-right:72px!important}.pl-18-xxl{padding-left:72px!important}.pt-18-xxl{padding-top:72px!important}.pb-18-xxl{padding-bottom:72px!important}.px-18-xxl{padding-left:72px!important;padding-right:72px!important}.py-18-xxl{padding-top:72px!important;padding-bottom:72px!important}.m-18-xxl{margin:72px!important}.mr-18-xxl{margin-right:72px!important}.ml-18-xxl{margin-left:72px!important}.mt-18-xxl{margin-top:72px!important}.mb-18-xxl{margin-bottom:72px!important}.mx-18-xxl{margin-left:72px!important;margin-right:72px!important}.my-18-xxl{margin-top:72px!important;margin-bottom:72px!important}.m-18-xxl-minus{margin:-72px!important}.mr-18-xxl-minus{margin-right:-72px!important}.ml-18-xxl-minus{margin-left:-72px!important}.mt-18-xxl-minus{margin-top:-72px!important}.mb-18-xxl-minus{margin-bottom:-72px!important}.p-19-xxl{padding:76px!important}.pr-19-xxl{padding-right:76px!important}.pl-19-xxl{padding-left:76px!important}.pt-19-xxl{padding-top:76px!important}.pb-19-xxl{padding-bottom:76px!important}.px-19-xxl{padding-left:76px!important;padding-right:76px!important}.py-19-xxl{padding-top:76px!important;padding-bottom:76px!important}.m-19-xxl{margin:76px!important}.mr-19-xxl{margin-right:76px!important}.ml-19-xxl{margin-left:76px!important}.mt-19-xxl{margin-top:76px!important}.mb-19-xxl{margin-bottom:76px!important}.mx-19-xxl{margin-left:76px!important;margin-right:76px!important}.my-19-xxl{margin-top:76px!important;margin-bottom:76px!important}.m-19-xxl-minus{margin:-76px!important}.mr-19-xxl-minus{margin-right:-76px!important}.ml-19-xxl-minus{margin-left:-76px!important}.mt-19-xxl-minus{margin-top:-76px!important}.mb-19-xxl-minus{margin-bottom:-76px!important}.p-20-xxl{padding:80px!important}.pr-20-xxl{padding-right:80px!important}.pl-20-xxl{padding-left:80px!important}.pt-20-xxl{padding-top:80px!important}.pb-20-xxl{padding-bottom:80px!important}.px-20-xxl{padding-left:80px!important;padding-right:80px!important}.py-20-xxl{padding-top:80px!important;padding-bottom:80px!important}.m-20-xxl{margin:80px!important}.mr-20-xxl{margin-right:80px!important}.ml-20-xxl{margin-left:80px!important}.mt-20-xxl{margin-top:80px!important}.mb-20-xxl{margin-bottom:80px!important}.mx-20-xxl{margin-left:80px!important;margin-right:80px!important}.my-20-xxl{margin-top:80px!important;margin-bottom:80px!important}.m-20-xxl-minus{margin:-80px!important}.mr-20-xxl-minus{margin-right:-80px!important}.ml-20-xxl-minus{margin-left:-80px!important}.mt-20-xxl-minus{margin-top:-80px!important}.mb-20-xxl-minus{margin-bottom:-80px!important}}@media screen and (min-width: 2000px){.mx-auto-xxxl{margin-left:auto!important;margin-right:auto!important}.ml-auto-xxxl{margin-left:auto!important}.mr-auto-xxxl{margin-right:auto!important}.mt-auto-xxxl{margin-top:auto!important}.mb-auto-xxxl{margin-bottom:auto!important}.p-0-xxxl{padding:0!important}.pr-0-xxxl{padding-right:0!important}.pl-0-xxxl{padding-left:0!important}.pt-0-xxxl{padding-top:0!important}.pb-0-xxxl{padding-bottom:0!important}.px-0-xxxl{padding-left:0!important;padding-right:0!important}.py-0-xxxl{padding-top:0!important;padding-bottom:0!important}.m-0-xxxl{margin:0!important}.mr-0-xxxl{margin-right:0!important}.ml-0-xxxl{margin-left:0!important}.mt-0-xxxl{margin-top:0!important}.mb-0-xxxl{margin-bottom:0!important}.mx-0-xxxl{margin-left:0!important;margin-right:0!important}.my-0-xxxl{margin-top:0!important;margin-bottom:0!important}.m-0-xxxl-minus{margin:0!important}.mr-0-xxxl-minus{margin-right:0!important}.ml-0-xxxl-minus{margin-left:0!important}.mt-0-xxxl-minus{margin-top:0!important}.mb-0-xxxl-minus{margin-bottom:0!important}.p-1-xxxl{padding:4px!important}.pr-1-xxxl{padding-right:4px!important}.pl-1-xxxl{padding-left:4px!important}.pt-1-xxxl{padding-top:4px!important}.pb-1-xxxl{padding-bottom:4px!important}.px-1-xxxl{padding-left:4px!important;padding-right:4px!important}.py-1-xxxl{padding-top:4px!important;padding-bottom:4px!important}.m-1-xxxl{margin:4px!important}.mr-1-xxxl{margin-right:4px!important}.ml-1-xxxl{margin-left:4px!important}.mt-1-xxxl{margin-top:4px!important}.mb-1-xxxl{margin-bottom:4px!important}.mx-1-xxxl{margin-left:4px!important;margin-right:4px!important}.my-1-xxxl{margin-top:4px!important;margin-bottom:4px!important}.m-1-xxxl-minus{margin:-4px!important}.mr-1-xxxl-minus{margin-right:-4px!important}.ml-1-xxxl-minus{margin-left:-4px!important}.mt-1-xxxl-minus{margin-top:-4px!important}.mb-1-xxxl-minus{margin-bottom:-4px!important}.p-2-xxxl{padding:8px!important}.pr-2-xxxl{padding-right:8px!important}.pl-2-xxxl{padding-left:8px!important}.pt-2-xxxl{padding-top:8px!important}.pb-2-xxxl{padding-bottom:8px!important}.px-2-xxxl{padding-left:8px!important;padding-right:8px!important}.py-2-xxxl{padding-top:8px!important;padding-bottom:8px!important}.m-2-xxxl{margin:8px!important}.mr-2-xxxl{margin-right:8px!important}.ml-2-xxxl{margin-left:8px!important}.mt-2-xxxl{margin-top:8px!important}.mb-2-xxxl{margin-bottom:8px!important}.mx-2-xxxl{margin-left:8px!important;margin-right:8px!important}.my-2-xxxl{margin-top:8px!important;margin-bottom:8px!important}.m-2-xxxl-minus{margin:-8px!important}.mr-2-xxxl-minus{margin-right:-8px!important}.ml-2-xxxl-minus{margin-left:-8px!important}.mt-2-xxxl-minus{margin-top:-8px!important}.mb-2-xxxl-minus{margin-bottom:-8px!important}.p-3-xxxl{padding:12px!important}.pr-3-xxxl{padding-right:12px!important}.pl-3-xxxl{padding-left:12px!important}.pt-3-xxxl{padding-top:12px!important}.pb-3-xxxl{padding-bottom:12px!important}.px-3-xxxl{padding-left:12px!important;padding-right:12px!important}.py-3-xxxl{padding-top:12px!important;padding-bottom:12px!important}.m-3-xxxl{margin:12px!important}.mr-3-xxxl{margin-right:12px!important}.ml-3-xxxl{margin-left:12px!important}.mt-3-xxxl{margin-top:12px!important}.mb-3-xxxl{margin-bottom:12px!important}.mx-3-xxxl{margin-left:12px!important;margin-right:12px!important}.my-3-xxxl{margin-top:12px!important;margin-bottom:12px!important}.m-3-xxxl-minus{margin:-12px!important}.mr-3-xxxl-minus{margin-right:-12px!important}.ml-3-xxxl-minus{margin-left:-12px!important}.mt-3-xxxl-minus{margin-top:-12px!important}.mb-3-xxxl-minus{margin-bottom:-12px!important}.p-4-xxxl{padding:16px!important}.pr-4-xxxl{padding-right:16px!important}.pl-4-xxxl{padding-left:16px!important}.pt-4-xxxl{padding-top:16px!important}.pb-4-xxxl{padding-bottom:16px!important}.px-4-xxxl{padding-left:16px!important;padding-right:16px!important}.py-4-xxxl{padding-top:16px!important;padding-bottom:16px!important}.m-4-xxxl{margin:16px!important}.mr-4-xxxl{margin-right:16px!important}.ml-4-xxxl{margin-left:16px!important}.mt-4-xxxl{margin-top:16px!important}.mb-4-xxxl{margin-bottom:16px!important}.mx-4-xxxl{margin-left:16px!important;margin-right:16px!important}.my-4-xxxl{margin-top:16px!important;margin-bottom:16px!important}.m-4-xxxl-minus{margin:-16px!important}.mr-4-xxxl-minus{margin-right:-16px!important}.ml-4-xxxl-minus{margin-left:-16px!important}.mt-4-xxxl-minus{margin-top:-16px!important}.mb-4-xxxl-minus{margin-bottom:-16px!important}.p-5-xxxl{padding:20px!important}.pr-5-xxxl{padding-right:20px!important}.pl-5-xxxl{padding-left:20px!important}.pt-5-xxxl{padding-top:20px!important}.pb-5-xxxl{padding-bottom:20px!important}.px-5-xxxl{padding-left:20px!important;padding-right:20px!important}.py-5-xxxl{padding-top:20px!important;padding-bottom:20px!important}.m-5-xxxl{margin:20px!important}.mr-5-xxxl{margin-right:20px!important}.ml-5-xxxl{margin-left:20px!important}.mt-5-xxxl{margin-top:20px!important}.mb-5-xxxl{margin-bottom:20px!important}.mx-5-xxxl{margin-left:20px!important;margin-right:20px!important}.my-5-xxxl{margin-top:20px!important;margin-bottom:20px!important}.m-5-xxxl-minus{margin:-20px!important}.mr-5-xxxl-minus{margin-right:-20px!important}.ml-5-xxxl-minus{margin-left:-20px!important}.mt-5-xxxl-minus{margin-top:-20px!important}.mb-5-xxxl-minus{margin-bottom:-20px!important}.p-6-xxxl{padding:24px!important}.pr-6-xxxl{padding-right:24px!important}.pl-6-xxxl{padding-left:24px!important}.pt-6-xxxl{padding-top:24px!important}.pb-6-xxxl{padding-bottom:24px!important}.px-6-xxxl{padding-left:24px!important;padding-right:24px!important}.py-6-xxxl{padding-top:24px!important;padding-bottom:24px!important}.m-6-xxxl{margin:24px!important}.mr-6-xxxl{margin-right:24px!important}.ml-6-xxxl{margin-left:24px!important}.mt-6-xxxl{margin-top:24px!important}.mb-6-xxxl{margin-bottom:24px!important}.mx-6-xxxl{margin-left:24px!important;margin-right:24px!important}.my-6-xxxl{margin-top:24px!important;margin-bottom:24px!important}.m-6-xxxl-minus{margin:-24px!important}.mr-6-xxxl-minus{margin-right:-24px!important}.ml-6-xxxl-minus{margin-left:-24px!important}.mt-6-xxxl-minus{margin-top:-24px!important}.mb-6-xxxl-minus{margin-bottom:-24px!important}.p-7-xxxl{padding:28px!important}.pr-7-xxxl{padding-right:28px!important}.pl-7-xxxl{padding-left:28px!important}.pt-7-xxxl{padding-top:28px!important}.pb-7-xxxl{padding-bottom:28px!important}.px-7-xxxl{padding-left:28px!important;padding-right:28px!important}.py-7-xxxl{padding-top:28px!important;padding-bottom:28px!important}.m-7-xxxl{margin:28px!important}.mr-7-xxxl{margin-right:28px!important}.ml-7-xxxl{margin-left:28px!important}.mt-7-xxxl{margin-top:28px!important}.mb-7-xxxl{margin-bottom:28px!important}.mx-7-xxxl{margin-left:28px!important;margin-right:28px!important}.my-7-xxxl{margin-top:28px!important;margin-bottom:28px!important}.m-7-xxxl-minus{margin:-28px!important}.mr-7-xxxl-minus{margin-right:-28px!important}.ml-7-xxxl-minus{margin-left:-28px!important}.mt-7-xxxl-minus{margin-top:-28px!important}.mb-7-xxxl-minus{margin-bottom:-28px!important}.p-8-xxxl{padding:32px!important}.pr-8-xxxl{padding-right:32px!important}.pl-8-xxxl{padding-left:32px!important}.pt-8-xxxl{padding-top:32px!important}.pb-8-xxxl{padding-bottom:32px!important}.px-8-xxxl{padding-left:32px!important;padding-right:32px!important}.py-8-xxxl{padding-top:32px!important;padding-bottom:32px!important}.m-8-xxxl{margin:32px!important}.mr-8-xxxl{margin-right:32px!important}.ml-8-xxxl{margin-left:32px!important}.mt-8-xxxl{margin-top:32px!important}.mb-8-xxxl{margin-bottom:32px!important}.mx-8-xxxl{margin-left:32px!important;margin-right:32px!important}.my-8-xxxl{margin-top:32px!important;margin-bottom:32px!important}.m-8-xxxl-minus{margin:-32px!important}.mr-8-xxxl-minus{margin-right:-32px!important}.ml-8-xxxl-minus{margin-left:-32px!important}.mt-8-xxxl-minus{margin-top:-32px!important}.mb-8-xxxl-minus{margin-bottom:-32px!important}.p-9-xxxl{padding:36px!important}.pr-9-xxxl{padding-right:36px!important}.pl-9-xxxl{padding-left:36px!important}.pt-9-xxxl{padding-top:36px!important}.pb-9-xxxl{padding-bottom:36px!important}.px-9-xxxl{padding-left:36px!important;padding-right:36px!important}.py-9-xxxl{padding-top:36px!important;padding-bottom:36px!important}.m-9-xxxl{margin:36px!important}.mr-9-xxxl{margin-right:36px!important}.ml-9-xxxl{margin-left:36px!important}.mt-9-xxxl{margin-top:36px!important}.mb-9-xxxl{margin-bottom:36px!important}.mx-9-xxxl{margin-left:36px!important;margin-right:36px!important}.my-9-xxxl{margin-top:36px!important;margin-bottom:36px!important}.m-9-xxxl-minus{margin:-36px!important}.mr-9-xxxl-minus{margin-right:-36px!important}.ml-9-xxxl-minus{margin-left:-36px!important}.mt-9-xxxl-minus{margin-top:-36px!important}.mb-9-xxxl-minus{margin-bottom:-36px!important}.p-10-xxxl{padding:40px!important}.pr-10-xxxl{padding-right:40px!important}.pl-10-xxxl{padding-left:40px!important}.pt-10-xxxl{padding-top:40px!important}.pb-10-xxxl{padding-bottom:40px!important}.px-10-xxxl{padding-left:40px!important;padding-right:40px!important}.py-10-xxxl{padding-top:40px!important;padding-bottom:40px!important}.m-10-xxxl{margin:40px!important}.mr-10-xxxl{margin-right:40px!important}.ml-10-xxxl{margin-left:40px!important}.mt-10-xxxl{margin-top:40px!important}.mb-10-xxxl{margin-bottom:40px!important}.mx-10-xxxl{margin-left:40px!important;margin-right:40px!important}.my-10-xxxl{margin-top:40px!important;margin-bottom:40px!important}.m-10-xxxl-minus{margin:-40px!important}.mr-10-xxxl-minus{margin-right:-40px!important}.ml-10-xxxl-minus{margin-left:-40px!important}.mt-10-xxxl-minus{margin-top:-40px!important}.mb-10-xxxl-minus{margin-bottom:-40px!important}.p-11-xxxl{padding:44px!important}.pr-11-xxxl{padding-right:44px!important}.pl-11-xxxl{padding-left:44px!important}.pt-11-xxxl{padding-top:44px!important}.pb-11-xxxl{padding-bottom:44px!important}.px-11-xxxl{padding-left:44px!important;padding-right:44px!important}.py-11-xxxl{padding-top:44px!important;padding-bottom:44px!important}.m-11-xxxl{margin:44px!important}.mr-11-xxxl{margin-right:44px!important}.ml-11-xxxl{margin-left:44px!important}.mt-11-xxxl{margin-top:44px!important}.mb-11-xxxl{margin-bottom:44px!important}.mx-11-xxxl{margin-left:44px!important;margin-right:44px!important}.my-11-xxxl{margin-top:44px!important;margin-bottom:44px!important}.m-11-xxxl-minus{margin:-44px!important}.mr-11-xxxl-minus{margin-right:-44px!important}.ml-11-xxxl-minus{margin-left:-44px!important}.mt-11-xxxl-minus{margin-top:-44px!important}.mb-11-xxxl-minus{margin-bottom:-44px!important}.p-12-xxxl{padding:48px!important}.pr-12-xxxl{padding-right:48px!important}.pl-12-xxxl{padding-left:48px!important}.pt-12-xxxl{padding-top:48px!important}.pb-12-xxxl{padding-bottom:48px!important}.px-12-xxxl{padding-left:48px!important;padding-right:48px!important}.py-12-xxxl{padding-top:48px!important;padding-bottom:48px!important}.m-12-xxxl{margin:48px!important}.mr-12-xxxl{margin-right:48px!important}.ml-12-xxxl{margin-left:48px!important}.mt-12-xxxl{margin-top:48px!important}.mb-12-xxxl{margin-bottom:48px!important}.mx-12-xxxl{margin-left:48px!important;margin-right:48px!important}.my-12-xxxl{margin-top:48px!important;margin-bottom:48px!important}.m-12-xxxl-minus{margin:-48px!important}.mr-12-xxxl-minus{margin-right:-48px!important}.ml-12-xxxl-minus{margin-left:-48px!important}.mt-12-xxxl-minus{margin-top:-48px!important}.mb-12-xxxl-minus{margin-bottom:-48px!important}.p-13-xxxl{padding:52px!important}.pr-13-xxxl{padding-right:52px!important}.pl-13-xxxl{padding-left:52px!important}.pt-13-xxxl{padding-top:52px!important}.pb-13-xxxl{padding-bottom:52px!important}.px-13-xxxl{padding-left:52px!important;padding-right:52px!important}.py-13-xxxl{padding-top:52px!important;padding-bottom:52px!important}.m-13-xxxl{margin:52px!important}.mr-13-xxxl{margin-right:52px!important}.ml-13-xxxl{margin-left:52px!important}.mt-13-xxxl{margin-top:52px!important}.mb-13-xxxl{margin-bottom:52px!important}.mx-13-xxxl{margin-left:52px!important;margin-right:52px!important}.my-13-xxxl{margin-top:52px!important;margin-bottom:52px!important}.m-13-xxxl-minus{margin:-52px!important}.mr-13-xxxl-minus{margin-right:-52px!important}.ml-13-xxxl-minus{margin-left:-52px!important}.mt-13-xxxl-minus{margin-top:-52px!important}.mb-13-xxxl-minus{margin-bottom:-52px!important}.p-14-xxxl{padding:56px!important}.pr-14-xxxl{padding-right:56px!important}.pl-14-xxxl{padding-left:56px!important}.pt-14-xxxl{padding-top:56px!important}.pb-14-xxxl{padding-bottom:56px!important}.px-14-xxxl{padding-left:56px!important;padding-right:56px!important}.py-14-xxxl{padding-top:56px!important;padding-bottom:56px!important}.m-14-xxxl{margin:56px!important}.mr-14-xxxl{margin-right:56px!important}.ml-14-xxxl{margin-left:56px!important}.mt-14-xxxl{margin-top:56px!important}.mb-14-xxxl{margin-bottom:56px!important}.mx-14-xxxl{margin-left:56px!important;margin-right:56px!important}.my-14-xxxl{margin-top:56px!important;margin-bottom:56px!important}.m-14-xxxl-minus{margin:-56px!important}.mr-14-xxxl-minus{margin-right:-56px!important}.ml-14-xxxl-minus{margin-left:-56px!important}.mt-14-xxxl-minus{margin-top:-56px!important}.mb-14-xxxl-minus{margin-bottom:-56px!important}.p-15-xxxl{padding:60px!important}.pr-15-xxxl{padding-right:60px!important}.pl-15-xxxl{padding-left:60px!important}.pt-15-xxxl{padding-top:60px!important}.pb-15-xxxl{padding-bottom:60px!important}.px-15-xxxl{padding-left:60px!important;padding-right:60px!important}.py-15-xxxl{padding-top:60px!important;padding-bottom:60px!important}.m-15-xxxl{margin:60px!important}.mr-15-xxxl{margin-right:60px!important}.ml-15-xxxl{margin-left:60px!important}.mt-15-xxxl{margin-top:60px!important}.mb-15-xxxl{margin-bottom:60px!important}.mx-15-xxxl{margin-left:60px!important;margin-right:60px!important}.my-15-xxxl{margin-top:60px!important;margin-bottom:60px!important}.m-15-xxxl-minus{margin:-60px!important}.mr-15-xxxl-minus{margin-right:-60px!important}.ml-15-xxxl-minus{margin-left:-60px!important}.mt-15-xxxl-minus{margin-top:-60px!important}.mb-15-xxxl-minus{margin-bottom:-60px!important}.p-16-xxxl{padding:64px!important}.pr-16-xxxl{padding-right:64px!important}.pl-16-xxxl{padding-left:64px!important}.pt-16-xxxl{padding-top:64px!important}.pb-16-xxxl{padding-bottom:64px!important}.px-16-xxxl{padding-left:64px!important;padding-right:64px!important}.py-16-xxxl{padding-top:64px!important;padding-bottom:64px!important}.m-16-xxxl{margin:64px!important}.mr-16-xxxl{margin-right:64px!important}.ml-16-xxxl{margin-left:64px!important}.mt-16-xxxl{margin-top:64px!important}.mb-16-xxxl{margin-bottom:64px!important}.mx-16-xxxl{margin-left:64px!important;margin-right:64px!important}.my-16-xxxl{margin-top:64px!important;margin-bottom:64px!important}.m-16-xxxl-minus{margin:-64px!important}.mr-16-xxxl-minus{margin-right:-64px!important}.ml-16-xxxl-minus{margin-left:-64px!important}.mt-16-xxxl-minus{margin-top:-64px!important}.mb-16-xxxl-minus{margin-bottom:-64px!important}.p-17-xxxl{padding:68px!important}.pr-17-xxxl{padding-right:68px!important}.pl-17-xxxl{padding-left:68px!important}.pt-17-xxxl{padding-top:68px!important}.pb-17-xxxl{padding-bottom:68px!important}.px-17-xxxl{padding-left:68px!important;padding-right:68px!important}.py-17-xxxl{padding-top:68px!important;padding-bottom:68px!important}.m-17-xxxl{margin:68px!important}.mr-17-xxxl{margin-right:68px!important}.ml-17-xxxl{margin-left:68px!important}.mt-17-xxxl{margin-top:68px!important}.mb-17-xxxl{margin-bottom:68px!important}.mx-17-xxxl{margin-left:68px!important;margin-right:68px!important}.my-17-xxxl{margin-top:68px!important;margin-bottom:68px!important}.m-17-xxxl-minus{margin:-68px!important}.mr-17-xxxl-minus{margin-right:-68px!important}.ml-17-xxxl-minus{margin-left:-68px!important}.mt-17-xxxl-minus{margin-top:-68px!important}.mb-17-xxxl-minus{margin-bottom:-68px!important}.p-18-xxxl{padding:72px!important}.pr-18-xxxl{padding-right:72px!important}.pl-18-xxxl{padding-left:72px!important}.pt-18-xxxl{padding-top:72px!important}.pb-18-xxxl{padding-bottom:72px!important}.px-18-xxxl{padding-left:72px!important;padding-right:72px!important}.py-18-xxxl{padding-top:72px!important;padding-bottom:72px!important}.m-18-xxxl{margin:72px!important}.mr-18-xxxl{margin-right:72px!important}.ml-18-xxxl{margin-left:72px!important}.mt-18-xxxl{margin-top:72px!important}.mb-18-xxxl{margin-bottom:72px!important}.mx-18-xxxl{margin-left:72px!important;margin-right:72px!important}.my-18-xxxl{margin-top:72px!important;margin-bottom:72px!important}.m-18-xxxl-minus{margin:-72px!important}.mr-18-xxxl-minus{margin-right:-72px!important}.ml-18-xxxl-minus{margin-left:-72px!important}.mt-18-xxxl-minus{margin-top:-72px!important}.mb-18-xxxl-minus{margin-bottom:-72px!important}.p-19-xxxl{padding:76px!important}.pr-19-xxxl{padding-right:76px!important}.pl-19-xxxl{padding-left:76px!important}.pt-19-xxxl{padding-top:76px!important}.pb-19-xxxl{padding-bottom:76px!important}.px-19-xxxl{padding-left:76px!important;padding-right:76px!important}.py-19-xxxl{padding-top:76px!important;padding-bottom:76px!important}.m-19-xxxl{margin:76px!important}.mr-19-xxxl{margin-right:76px!important}.ml-19-xxxl{margin-left:76px!important}.mt-19-xxxl{margin-top:76px!important}.mb-19-xxxl{margin-bottom:76px!important}.mx-19-xxxl{margin-left:76px!important;margin-right:76px!important}.my-19-xxxl{margin-top:76px!important;margin-bottom:76px!important}.m-19-xxxl-minus{margin:-76px!important}.mr-19-xxxl-minus{margin-right:-76px!important}.ml-19-xxxl-minus{margin-left:-76px!important}.mt-19-xxxl-minus{margin-top:-76px!important}.mb-19-xxxl-minus{margin-bottom:-76px!important}.p-20-xxxl{padding:80px!important}.pr-20-xxxl{padding-right:80px!important}.pl-20-xxxl{padding-left:80px!important}.pt-20-xxxl{padding-top:80px!important}.pb-20-xxxl{padding-bottom:80px!important}.px-20-xxxl{padding-left:80px!important;padding-right:80px!important}.py-20-xxxl{padding-top:80px!important;padding-bottom:80px!important}.m-20-xxxl{margin:80px!important}.mr-20-xxxl{margin-right:80px!important}.ml-20-xxxl{margin-left:80px!important}.mt-20-xxxl{margin-top:80px!important}.mb-20-xxxl{margin-bottom:80px!important}.mx-20-xxxl{margin-left:80px!important;margin-right:80px!important}.my-20-xxxl{margin-top:80px!important;margin-bottom:80px!important}.m-20-xxxl-minus{margin:-80px!important}.mr-20-xxxl-minus{margin-right:-80px!important}.ml-20-xxxl-minus{margin-left:-80px!important}.mt-20-xxxl-minus{margin-top:-80px!important}.mb-20-xxxl-minus{margin-bottom:-80px!important}}:root{--mark-background: #a6d2ff;--mark-color: #191919;--code-background: #f8f8f8;--code-color: #191919;--kbd-background: #004D6FFF;--kbd-color: #ffffff}.dark-side{--mark-background: #c0c0c0;--mark-color: #000000;--code-background: #26282e;--code-color: #ffffff;--kbd-background: #004D6FFF;--kbd-color: #ffffff}.text-ultralight{font-weight:100!important}.text-light{font-weight:200!important}.text-normal{font-weight:400!important}.text-medium{font-weight:500!important}.text-bold{font-weight:700!important}.display4{font-size:112px;font-weight:200}.display3{font-size:56px;font-weight:400}.display2{font-size:48px;font-weight:400}.display1{font-size:36px;font-weight:400}.display1,.display2,.display3,.display4{margin-top:20px;margin-bottom:20px;line-height:1}.leader,.h1,h1{font-weight:100;font-size:48px}.sub-leader,.h2,h2{font-weight:400;font-size:38px}.header,.h3,h3{font-weight:500;font-size:30px}.sub-header,.h4,h4{font-weight:500;font-size:24px}.alt-header,.h5,h5{font-weight:500;font-size:20px}.sub-alt-header,.h6,h6{font-weight:500;font-size:16px}.text-small{font-weight:400;font-size:12px}.text-secondary{font-weight:400;font-size:14px}.text-leader{font-size:24px;font-weight:300;line-height:1.2}.text-leader2{font-size:20px;font-weight:300;line-height:1.2}.text-muted{color:var(--body-color-secondary)}.leader,.h1,h1,.sub-leader,.h2,h2,.header,.h3,h3,.sub-header,.h4,h4,.alt-header,.h5,h5,.sub-alt-header,.h6,h6{color:inherit;margin:1rem 0;line-height:1.1}.leader>small,.h1>small,h1>small,.sub-leader>small,.h2>small,h2>small,.header>small,.h3>small,h3>small,.sub-header>small,.h4>small,h4>small,.alt-header>small,.h5>small,h5>small,.sub-alt-header>small,.h6>small,h6>small,.leader>.small,.h1>.small,h1>.small,.sub-leader>.small,.h2>.small,h2>.small,.header>.small,.h3>.small,h3>.small,.sub-header>.small,.h4>.small,h4>.small,.alt-header>.small,.h5>.small,h5>.small,.sub-alt-header>.small,.h6>.small,h6>.small{font-weight:400;font-size:.7em;line-height:1;color:var(--body-color-secondary)}.leader:nth-child(1),.h1:nth-child(1),h1:nth-child(1),.sub-leader:nth-child(1),.h2:nth-child(1),h2:nth-child(1),.header:nth-child(1),.h3:nth-child(1),h3:nth-child(1),.sub-header:nth-child(1),.h4:nth-child(1),h4:nth-child(1),.alt-header:nth-child(1),.h5:nth-child(1),h5:nth-child(1),.sub-alt-header:nth-child(1),.h6:nth-child(1),h6:nth-child(1){margin-top:0}.text-upper{text-transform:uppercase!important}.text-lower{text-transform:lowercase!important}.text-cap{text-transform:capitalize!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-just{text-align:justify!important}.text-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.text-italic{font-style:italic!important}.text-oblique{font-style:oblique!important}.text-overline{text-decoration:overline!important}.text-linethrough{text-decoration:line-through!important}.text-underline{text-decoration:underline!important}.text-underover{text-decoration:underline overline!important}.va-top{vertical-align:top!important}.va-bottom{vertical-align:bottom!important}.va-baseline{vertical-align:baseline!important}.va-middle{vertical-align:middle!important}.va-sub{vertical-align:sub!important}.va-super{vertical-align:super!important}.va-text-top{vertical-align:text-top!important}.va-text-bottom{vertical-align:text-bottom!important}abbr{text-decoration:none;border-bottom:1px var(--border-color) dotted;cursor:help;display:inline}address{font-weight:400;margin-bottom:1rem;font-style:normal}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:monospace,monospace;font-size:16px}pre{margin:0;overflow:auto}code{white-space:nowrap}pre code{white-space:inherit}a{position:relative;color:var(--link-color);text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects;box-shadow:none}a:hover{color:var(--link-color-hover);text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none;outline:0}.no-decor{text-decoration:none!important}mark{padding:.1875rem;background-color:var(--mark-background);color:var(--mark-color)}del{color:var(--body-color-secondary);text-decoration:line-through}*+p{margin-top:1rem}dl,ul,ol{margin:1rem;list-style-position:inside}dl dl,ul dl,ol dl,dl ul,ul ul,ol ul,dl ol,ul ol,ol ol{margin-bottom:0;margin-top:0;padding-left:1.5rem}ul,menu,dir{display:block;list-style-type:disc}ol{list-style-type:decimal}ul ul{list-style:circle}ul ul ul{list-style:square}ol{list-style-type:upper-roman}ol ol{list-style-type:decimal}ol ol ol{list-style-type:lower-alpha}dl dt,dl dd{line-height:1.25rem}dl dt{font-weight:700}dl dd{margin-left:.9375rem}dl.horizontal dt{float:left;width:10rem;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}dl.horizontal dd{margin-left:11.25rem}.indent:first-letter{margin-left:2.5rem}.indent-letter:first-letter{font-weight:700;float:left;padding:0;line-height:2.5rem;font-size:3rem;margin-right:.5rem;margin-left:-.125rem;margin-top:.125rem}blockquote{margin-bottom:1rem;padding:0 0 0 .625rem;border-left:.25rem var(--border-color) solid}blockquote small{color:var(--body-color-secondary)}blockquote small:before{content:"\2014\a0"}blockquote.right-side{border:0;border-right:4px var(--border-color) solid;padding-right:.625rem;text-align:right}blockquote.right-side small:before{content:""}blockquote.right-side small:after{content:" \a0\2014"}hr{border:0;height:2px;background-color:var(--border-color)}hr.thin{height:1px}hr.fat{height:3px}.tally,code,kbd{display:inline-block;padding:0 6px;font-size:90%;color:var(--code-color);background-color:var(--code-background);border-radius:4px;vertical-align:middle}a .tally,a code,a kbd{text-decoration:underline;cursor:pointer}kbd{background-color:var(--kbd-background);color:var(--kbd-color)}.tally{line-height:16px}pre code{background-color:inherit;height:auto}.reduce-1{font-size:.9em!important}.reduce-2{font-size:.8em!important}.reduce-3{font-size:.7em!important}.reduce-4{font-size:.6em!important}.reduce-5{font-size:.5em!important}.reduce-6{font-size:.4em!important}.reduce-7{font-size:.3em!important}.reduce-8{font-size:.2em!important}.reduce-9{font-size:.1em!important}.enlarge{font-size:1em!important}.enlarge-1{font-size:1.1em!important}.enlarge-2{font-size:1.2em!important}.enlarge-3{font-size:1.3em!important}.enlarge-4{font-size:1.4em!important}.enlarge-5{font-size:1.5em!important}.enlarge-6{font-size:1.6em!important}.enlarge-7{font-size:1.7em!important}.enlarge-8{font-size:1.8em!important}.enlarge-9{font-size:1.9em!important}.enlarge-2x{font-size:2em!important}.enlarge-3x{font-size:3em!important}.enlarge-4x{font-size:4em!important}.align-size{font-size:1em!important}.text-underline{text-decoration:underline}@media screen and (min-width: 0){.text-upper-fs{text-transform:uppercase!important}.text-lower-fs{text-transform:lowercase!important}.text-cap-fs{text-transform:capitalize!important}.text-left-fs{text-align:left!important}.text-right-fs{text-align:right!important}.text-center-fs{text-align:center!important}.text-just-fs{text-align:justify!important}.va-top-fs{vertical-align:top!important}.va-bottom-fs{vertical-align:bottom!important}.va-baseline-fs{vertical-align:baseline!important}.va-middle-fs{vertical-align:middle!important}.va-sub-fs{vertical-align:sub!important}.va-super-fs{vertical-align:super!important}.va-text-top-fs{vertical-align:text-top!important}.va-text-bottom-fs{vertical-align:text-bottom!important}.reduce-1-fs{font-size:.9em!important}.reduce-2-fs{font-size:.8em!important}.reduce-3-fs{font-size:.7em!important}.reduce-4-fs{font-size:.6em!important}.reduce-5-fs{font-size:.5em!important}.reduce-6-fs{font-size:.4em!important}.reduce-7-fs{font-size:.3em!important}.reduce-8-fs{font-size:.2em!important}.reduce-9-fs{font-size:.1em!important}.enlarge-fs{font-size:1em!important}.enlarge-1-fs{font-size:1.1em!important}.enlarge-2-fs{font-size:1.2em!important}.enlarge-3-fs{font-size:1.3em!important}.enlarge-4-fs{font-size:1.4em!important}.enlarge-5-fs{font-size:1.5em!important}.enlarge-6-fs{font-size:1.6em!important}.enlarge-7-fs{font-size:1.7em!important}.enlarge-8-fs{font-size:1.8em!important}.enlarge-9-fs{font-size:1.9em!important}.enlarge-2x-fs{font-size:2em!important}.enlarge-3x-fs{font-size:3em!important}.enlarge-4x-fs{font-size:4em!important}}@media screen and (min-width: 360px){.text-upper-xs{text-transform:uppercase!important}.text-lower-xs{text-transform:lowercase!important}.text-cap-xs{text-transform:capitalize!important}.text-left-xs{text-align:left!important}.text-right-xs{text-align:right!important}.text-center-xs{text-align:center!important}.text-just-xs{text-align:justify!important}.va-top-xs{vertical-align:top!important}.va-bottom-xs{vertical-align:bottom!important}.va-baseline-xs{vertical-align:baseline!important}.va-middle-xs{vertical-align:middle!important}.va-sub-xs{vertical-align:sub!important}.va-super-xs{vertical-align:super!important}.va-text-top-xs{vertical-align:text-top!important}.va-text-bottom-xs{vertical-align:text-bottom!important}.reduce-1-xs{font-size:.9em!important}.reduce-2-xs{font-size:.8em!important}.reduce-3-xs{font-size:.7em!important}.reduce-4-xs{font-size:.6em!important}.reduce-5-xs{font-size:.5em!important}.reduce-6-xs{font-size:.4em!important}.reduce-7-xs{font-size:.3em!important}.reduce-8-xs{font-size:.2em!important}.reduce-9-xs{font-size:.1em!important}.enlarge-xs{font-size:1em!important}.enlarge-1-xs{font-size:1.1em!important}.enlarge-2-xs{font-size:1.2em!important}.enlarge-3-xs{font-size:1.3em!important}.enlarge-4-xs{font-size:1.4em!important}.enlarge-5-xs{font-size:1.5em!important}.enlarge-6-xs{font-size:1.6em!important}.enlarge-7-xs{font-size:1.7em!important}.enlarge-8-xs{font-size:1.8em!important}.enlarge-9-xs{font-size:1.9em!important}.enlarge-2x-xs{font-size:2em!important}.enlarge-3x-xs{font-size:3em!important}.enlarge-4x-xs{font-size:4em!important}}@media screen and (min-width: 576px){.text-upper-sm{text-transform:uppercase!important}.text-lower-sm{text-transform:lowercase!important}.text-cap-sm{text-transform:capitalize!important}.text-left-sm{text-align:left!important}.text-right-sm{text-align:right!important}.text-center-sm{text-align:center!important}.text-just-sm{text-align:justify!important}.va-top-sm{vertical-align:top!important}.va-bottom-sm{vertical-align:bottom!important}.va-baseline-sm{vertical-align:baseline!important}.va-middle-sm{vertical-align:middle!important}.va-sub-sm{vertical-align:sub!important}.va-super-sm{vertical-align:super!important}.va-text-top-sm{vertical-align:text-top!important}.va-text-bottom-sm{vertical-align:text-bottom!important}.reduce-1-sm{font-size:.9em!important}.reduce-2-sm{font-size:.8em!important}.reduce-3-sm{font-size:.7em!important}.reduce-4-sm{font-size:.6em!important}.reduce-5-sm{font-size:.5em!important}.reduce-6-sm{font-size:.4em!important}.reduce-7-sm{font-size:.3em!important}.reduce-8-sm{font-size:.2em!important}.reduce-9-sm{font-size:.1em!important}.enlarge-sm{font-size:1em!important}.enlarge-1-sm{font-size:1.1em!important}.enlarge-2-sm{font-size:1.2em!important}.enlarge-3-sm{font-size:1.3em!important}.enlarge-4-sm{font-size:1.4em!important}.enlarge-5-sm{font-size:1.5em!important}.enlarge-6-sm{font-size:1.6em!important}.enlarge-7-sm{font-size:1.7em!important}.enlarge-8-sm{font-size:1.8em!important}.enlarge-9-sm{font-size:1.9em!important}.enlarge-2x-sm{font-size:2em!important}.enlarge-3x-sm{font-size:3em!important}.enlarge-4x-sm{font-size:4em!important}}@media screen and (min-width: 640px){.text-upper-ld{text-transform:uppercase!important}.text-lower-ld{text-transform:lowercase!important}.text-cap-ld{text-transform:capitalize!important}.text-left-ld{text-align:left!important}.text-right-ld{text-align:right!important}.text-center-ld{text-align:center!important}.text-just-ld{text-align:justify!important}.va-top-ld{vertical-align:top!important}.va-bottom-ld{vertical-align:bottom!important}.va-baseline-ld{vertical-align:baseline!important}.va-middle-ld{vertical-align:middle!important}.va-sub-ld{vertical-align:sub!important}.va-super-ld{vertical-align:super!important}.va-text-top-ld{vertical-align:text-top!important}.va-text-bottom-ld{vertical-align:text-bottom!important}.reduce-1-ld{font-size:.9em!important}.reduce-2-ld{font-size:.8em!important}.reduce-3-ld{font-size:.7em!important}.reduce-4-ld{font-size:.6em!important}.reduce-5-ld{font-size:.5em!important}.reduce-6-ld{font-size:.4em!important}.reduce-7-ld{font-size:.3em!important}.reduce-8-ld{font-size:.2em!important}.reduce-9-ld{font-size:.1em!important}.enlarge-ld{font-size:1em!important}.enlarge-1-ld{font-size:1.1em!important}.enlarge-2-ld{font-size:1.2em!important}.enlarge-3-ld{font-size:1.3em!important}.enlarge-4-ld{font-size:1.4em!important}.enlarge-5-ld{font-size:1.5em!important}.enlarge-6-ld{font-size:1.6em!important}.enlarge-7-ld{font-size:1.7em!important}.enlarge-8-ld{font-size:1.8em!important}.enlarge-9-ld{font-size:1.9em!important}.enlarge-2x-ld{font-size:2em!important}.enlarge-3x-ld{font-size:3em!important}.enlarge-4x-ld{font-size:4em!important}}@media screen and (min-width: 768px){.text-upper-md{text-transform:uppercase!important}.text-lower-md{text-transform:lowercase!important}.text-cap-md{text-transform:capitalize!important}.text-left-md{text-align:left!important}.text-right-md{text-align:right!important}.text-center-md{text-align:center!important}.text-just-md{text-align:justify!important}.va-top-md{vertical-align:top!important}.va-bottom-md{vertical-align:bottom!important}.va-baseline-md{vertical-align:baseline!important}.va-middle-md{vertical-align:middle!important}.va-sub-md{vertical-align:sub!important}.va-super-md{vertical-align:super!important}.va-text-top-md{vertical-align:text-top!important}.va-text-bottom-md{vertical-align:text-bottom!important}.reduce-1-md{font-size:.9em!important}.reduce-2-md{font-size:.8em!important}.reduce-3-md{font-size:.7em!important}.reduce-4-md{font-size:.6em!important}.reduce-5-md{font-size:.5em!important}.reduce-6-md{font-size:.4em!important}.reduce-7-md{font-size:.3em!important}.reduce-8-md{font-size:.2em!important}.reduce-9-md{font-size:.1em!important}.enlarge-md{font-size:1em!important}.enlarge-1-md{font-size:1.1em!important}.enlarge-2-md{font-size:1.2em!important}.enlarge-3-md{font-size:1.3em!important}.enlarge-4-md{font-size:1.4em!important}.enlarge-5-md{font-size:1.5em!important}.enlarge-6-md{font-size:1.6em!important}.enlarge-7-md{font-size:1.7em!important}.enlarge-8-md{font-size:1.8em!important}.enlarge-9-md{font-size:1.9em!important}.enlarge-2x-md{font-size:2em!important}.enlarge-3x-md{font-size:3em!important}.enlarge-4x-md{font-size:4em!important}}@media screen and (min-width: 992px){.text-upper-lg{text-transform:uppercase!important}.text-lower-lg{text-transform:lowercase!important}.text-cap-lg{text-transform:capitalize!important}.text-left-lg{text-align:left!important}.text-right-lg{text-align:right!important}.text-center-lg{text-align:center!important}.text-just-lg{text-align:justify!important}.va-top-lg{vertical-align:top!important}.va-bottom-lg{vertical-align:bottom!important}.va-baseline-lg{vertical-align:baseline!important}.va-middle-lg{vertical-align:middle!important}.va-sub-lg{vertical-align:sub!important}.va-super-lg{vertical-align:super!important}.va-text-top-lg{vertical-align:text-top!important}.va-text-bottom-lg{vertical-align:text-bottom!important}.reduce-1-lg{font-size:.9em!important}.reduce-2-lg{font-size:.8em!important}.reduce-3-lg{font-size:.7em!important}.reduce-4-lg{font-size:.6em!important}.reduce-5-lg{font-size:.5em!important}.reduce-6-lg{font-size:.4em!important}.reduce-7-lg{font-size:.3em!important}.reduce-8-lg{font-size:.2em!important}.reduce-9-lg{font-size:.1em!important}.enlarge-lg{font-size:1em!important}.enlarge-1-lg{font-size:1.1em!important}.enlarge-2-lg{font-size:1.2em!important}.enlarge-3-lg{font-size:1.3em!important}.enlarge-4-lg{font-size:1.4em!important}.enlarge-5-lg{font-size:1.5em!important}.enlarge-6-lg{font-size:1.6em!important}.enlarge-7-lg{font-size:1.7em!important}.enlarge-8-lg{font-size:1.8em!important}.enlarge-9-lg{font-size:1.9em!important}.enlarge-2x-lg{font-size:2em!important}.enlarge-3x-lg{font-size:3em!important}.enlarge-4x-lg{font-size:4em!important}}@media screen and (min-width: 1200px){.text-upper-xl{text-transform:uppercase!important}.text-lower-xl{text-transform:lowercase!important}.text-cap-xl{text-transform:capitalize!important}.text-left-xl{text-align:left!important}.text-right-xl{text-align:right!important}.text-center-xl{text-align:center!important}.text-just-xl{text-align:justify!important}.va-top-xl{vertical-align:top!important}.va-bottom-xl{vertical-align:bottom!important}.va-baseline-xl{vertical-align:baseline!important}.va-middle-xl{vertical-align:middle!important}.va-sub-xl{vertical-align:sub!important}.va-super-xl{vertical-align:super!important}.va-text-top-xl{vertical-align:text-top!important}.va-text-bottom-xl{vertical-align:text-bottom!important}.reduce-1-xl{font-size:.9em!important}.reduce-2-xl{font-size:.8em!important}.reduce-3-xl{font-size:.7em!important}.reduce-4-xl{font-size:.6em!important}.reduce-5-xl{font-size:.5em!important}.reduce-6-xl{font-size:.4em!important}.reduce-7-xl{font-size:.3em!important}.reduce-8-xl{font-size:.2em!important}.reduce-9-xl{font-size:.1em!important}.enlarge-xl{font-size:1em!important}.enlarge-1-xl{font-size:1.1em!important}.enlarge-2-xl{font-size:1.2em!important}.enlarge-3-xl{font-size:1.3em!important}.enlarge-4-xl{font-size:1.4em!important}.enlarge-5-xl{font-size:1.5em!important}.enlarge-6-xl{font-size:1.6em!important}.enlarge-7-xl{font-size:1.7em!important}.enlarge-8-xl{font-size:1.8em!important}.enlarge-9-xl{font-size:1.9em!important}.enlarge-2x-xl{font-size:2em!important}.enlarge-3x-xl{font-size:3em!important}.enlarge-4x-xl{font-size:4em!important}}@media screen and (min-width: 1452px){.text-upper-xxl{text-transform:uppercase!important}.text-lower-xxl{text-transform:lowercase!important}.text-cap-xxl{text-transform:capitalize!important}.text-left-xxl{text-align:left!important}.text-right-xxl{text-align:right!important}.text-center-xxl{text-align:center!important}.text-just-xxl{text-align:justify!important}.va-top-xxl{vertical-align:top!important}.va-bottom-xxl{vertical-align:bottom!important}.va-baseline-xxl{vertical-align:baseline!important}.va-middle-xxl{vertical-align:middle!important}.va-sub-xxl{vertical-align:sub!important}.va-super-xxl{vertical-align:super!important}.va-text-top-xxl{vertical-align:text-top!important}.va-text-bottom-xxl{vertical-align:text-bottom!important}.reduce-1-xxl{font-size:.9em!important}.reduce-2-xxl{font-size:.8em!important}.reduce-3-xxl{font-size:.7em!important}.reduce-4-xxl{font-size:.6em!important}.reduce-5-xxl{font-size:.5em!important}.reduce-6-xxl{font-size:.4em!important}.reduce-7-xxl{font-size:.3em!important}.reduce-8-xxl{font-size:.2em!important}.reduce-9-xxl{font-size:.1em!important}.enlarge-xxl{font-size:1em!important}.enlarge-1-xxl{font-size:1.1em!important}.enlarge-2-xxl{font-size:1.2em!important}.enlarge-3-xxl{font-size:1.3em!important}.enlarge-4-xxl{font-size:1.4em!important}.enlarge-5-xxl{font-size:1.5em!important}.enlarge-6-xxl{font-size:1.6em!important}.enlarge-7-xxl{font-size:1.7em!important}.enlarge-8-xxl{font-size:1.8em!important}.enlarge-9-xxl{font-size:1.9em!important}.enlarge-2x-xxl{font-size:2em!important}.enlarge-3x-xxl{font-size:3em!important}.enlarge-4x-xxl{font-size:4em!important}}@media screen and (min-width: 2000px){.text-upper-xxxl{text-transform:uppercase!important}.text-lower-xxxl{text-transform:lowercase!important}.text-cap-xxxl{text-transform:capitalize!important}.text-left-xxxl{text-align:left!important}.text-right-xxxl{text-align:right!important}.text-center-xxxl{text-align:center!important}.text-just-xxxl{text-align:justify!important}.va-top-xxxl{vertical-align:top!important}.va-bottom-xxxl{vertical-align:bottom!important}.va-baseline-xxxl{vertical-align:baseline!important}.va-middle-xxxl{vertical-align:middle!important}.va-sub-xxxl{vertical-align:sub!important}.va-super-xxxl{vertical-align:super!important}.va-text-top-xxxl{vertical-align:text-top!important}.va-text-bottom-xxxl{vertical-align:text-bottom!important}.reduce-1-xxxl{font-size:.9em!important}.reduce-2-xxxl{font-size:.8em!important}.reduce-3-xxxl{font-size:.7em!important}.reduce-4-xxxl{font-size:.6em!important}.reduce-5-xxxl{font-size:.5em!important}.reduce-6-xxxl{font-size:.4em!important}.reduce-7-xxxl{font-size:.3em!important}.reduce-8-xxxl{font-size:.2em!important}.reduce-9-xxxl{font-size:.1em!important}.enlarge-xxxl{font-size:1em!important}.enlarge-1-xxxl{font-size:1.1em!important}.enlarge-2-xxxl{font-size:1.2em!important}.enlarge-3-xxxl{font-size:1.3em!important}.enlarge-4-xxxl{font-size:1.4em!important}.enlarge-5-xxxl{font-size:1.5em!important}.enlarge-6-xxxl{font-size:1.6em!important}.enlarge-7-xxxl{font-size:1.7em!important}.enlarge-8-xxxl{font-size:1.8em!important}.enlarge-9-xxxl{font-size:1.9em!important}.enlarge-2x-xxxl{font-size:2em!important}.enlarge-3x-xxxl{font-size:3em!important}.enlarge-4x-xxxl{font-size:4em!important}}.wrap-long{word-break:break-word;word-wrap:break-word;overflow-wrap:break-word}.error{text-decoration:underline wavy red}:root{--selected-color: #1FB1F8FF}.transition{transition:all .3s linear}.inherit-colors{background-color:inherit!important;color:inherit!important}.inherit-background{background-color:inherit!important}.inherit-color{color:inherit!important}.clear:after,.clear-fix:after,.clearfix:after{display:block;clear:both;content:""}.overflow{overflow:auto!important}.no-overflow{overflow:hidden!important}.scroll{overflow:scroll!important}.scroll-x{overflow-x:auto!important}.scroll-y{overflow-y:auto!important}.no-scroll{overflow:hidden!important}.no-scroll-x{overflow-x:hidden!important}.no-scroll-y{overflow-y:hidden!important}.wrap{white-space:normal!important}.no-wrap{white-space:nowrap!important}.no-user-select{user-select:none!important}.no-appearance{appearance:none!important}.collapse{overflow:hidden;max-height:0;transition:max-height .3s ease}.expand{max-height:1000px!important;transition:max-height .3s ease!important;transition-duration:.5s!important;overflow:visible!important}.selected{box-shadow:0 0 0 4px var(--selected-color)!important}.selected:after{position:absolute;display:block;border-top:28px solid var(--selected-color);border-left:28px solid transparent;right:-1px;content:"";top:-1px;z-index:100}.selected:before{position:absolute;display:block;content:"";background-color:transparent;border-color:#fff!important;border-left:2px solid;border-bottom:2px solid;height:.325rem;width:.5rem;right:.25rem;top:.25rem;z-index:102;transform:rotate(-45deg)}.disabled,.-disabled{pointer-events:none!important}.stop-pointer{pointer-events:none;user-select:none}@media screen and (min-width: 0){.overflow-fs{overflow:auto!important}.no-overflow-fs{overflow:hidden!important}.scroll-fs{overflow:scroll!important}.scroll-x-fs{overflow-x:auto!important}.scroll-y-fs{overflow-y:auto!important}.no-scroll-fs{overflow:hidden!important}.no-scroll-x-fs{overflow-x:hidden!important}.no-scroll-y-fs{overflow-y:hidden!important}.wrap-fs{white-space:normal!important}.no-wrap-fs{white-space:nowrap!important}.collapse-fs{overflow:hidden;max-height:0;transition:max-height .3s ease}.expand-fs{max-height:1000px!important;transition:max-height .3s ease!important;transition-duration:.5s!important;overflow:visible!important}}@media screen and (min-width: 360px){.overflow-xs{overflow:auto!important}.no-overflow-xs{overflow:hidden!important}.scroll-xs{overflow:scroll!important}.scroll-x-xs{overflow-x:auto!important}.scroll-y-xs{overflow-y:auto!important}.no-scroll-xs{overflow:hidden!important}.no-scroll-x-xs{overflow-x:hidden!important}.no-scroll-y-xs{overflow-y:hidden!important}.wrap-xs{white-space:normal!important}.no-wrap-xs{white-space:nowrap!important}.collapse-xs{overflow:hidden;max-height:0;transition:max-height .3s ease}.expand-xs{max-height:1000px!important;transition:max-height .3s ease!important;transition-duration:.5s!important;overflow:visible!important}}@media screen and (min-width: 576px){.overflow-sm{overflow:auto!important}.no-overflow-sm{overflow:hidden!important}.scroll-sm{overflow:scroll!important}.scroll-x-sm{overflow-x:auto!important}.scroll-y-sm{overflow-y:auto!important}.no-scroll-sm{overflow:hidden!important}.no-scroll-x-sm{overflow-x:hidden!important}.no-scroll-y-sm{overflow-y:hidden!important}.wrap-sm{white-space:normal!important}.no-wrap-sm{white-space:nowrap!important}.collapse-sm{overflow:hidden;max-height:0;transition:max-height .3s ease}.expand-sm{max-height:1000px!important;transition:max-height .3s ease!important;transition-duration:.5s!important;overflow:visible!important}}@media screen and (min-width: 640px){.overflow-ld{overflow:auto!important}.no-overflow-ld{overflow:hidden!important}.scroll-ld{overflow:scroll!important}.scroll-x-ld{overflow-x:auto!important}.scroll-y-ld{overflow-y:auto!important}.no-scroll-ld{overflow:hidden!important}.no-scroll-x-ld{overflow-x:hidden!important}.no-scroll-y-ld{overflow-y:hidden!important}.wrap-ld{white-space:normal!important}.no-wrap-ld{white-space:nowrap!important}.collapse-ld{overflow:hidden;max-height:0;transition:max-height .3s ease}.expand-ld{max-height:1000px!important;transition:max-height .3s ease!important;transition-duration:.5s!important;overflow:visible!important}}@media screen and (min-width: 768px){.overflow-md{overflow:auto!important}.no-overflow-md{overflow:hidden!important}.scroll-md{overflow:scroll!important}.scroll-x-md{overflow-x:auto!important}.scroll-y-md{overflow-y:auto!important}.no-scroll-md{overflow:hidden!important}.no-scroll-x-md{overflow-x:hidden!important}.no-scroll-y-md{overflow-y:hidden!important}.wrap-md{white-space:normal!important}.no-wrap-md{white-space:nowrap!important}.collapse-md{overflow:hidden;max-height:0;transition:max-height .3s ease}.expand-md{max-height:1000px!important;transition:max-height .3s ease!important;transition-duration:.5s!important;overflow:visible!important}}@media screen and (min-width: 992px){.overflow-lg{overflow:auto!important}.no-overflow-lg{overflow:hidden!important}.scroll-lg{overflow:scroll!important}.scroll-x-lg{overflow-x:auto!important}.scroll-y-lg{overflow-y:auto!important}.no-scroll-lg{overflow:hidden!important}.no-scroll-x-lg{overflow-x:hidden!important}.no-scroll-y-lg{overflow-y:hidden!important}.wrap-lg{white-space:normal!important}.no-wrap-lg{white-space:nowrap!important}.collapse-lg{overflow:hidden;max-height:0;transition:max-height .3s ease}.expand-lg{max-height:1000px!important;transition:max-height .3s ease!important;transition-duration:.5s!important;overflow:visible!important}}@media screen and (min-width: 1200px){.overflow-xl{overflow:auto!important}.no-overflow-xl{overflow:hidden!important}.scroll-xl{overflow:scroll!important}.scroll-x-xl{overflow-x:auto!important}.scroll-y-xl{overflow-y:auto!important}.no-scroll-xl{overflow:hidden!important}.no-scroll-x-xl{overflow-x:hidden!important}.no-scroll-y-xl{overflow-y:hidden!important}.wrap-xl{white-space:normal!important}.no-wrap-xl{white-space:nowrap!important}.collapse-xl{overflow:hidden;max-height:0;transition:max-height .3s ease}.expand-xl{max-height:1000px!important;transition:max-height .3s ease!important;transition-duration:.5s!important;overflow:visible!important}}@media screen and (min-width: 1452px){.overflow-xxl{overflow:auto!important}.no-overflow-xxl{overflow:hidden!important}.scroll-xxl{overflow:scroll!important}.scroll-x-xxl{overflow-x:auto!important}.scroll-y-xxl{overflow-y:auto!important}.no-scroll-xxl{overflow:hidden!important}.no-scroll-x-xxl{overflow-x:hidden!important}.no-scroll-y-xxl{overflow-y:hidden!important}.wrap-xxl{white-space:normal!important}.no-wrap-xxl{white-space:nowrap!important}.collapse-xxl{overflow:hidden;max-height:0;transition:max-height .3s ease}.expand-xxl{max-height:1000px!important;transition:max-height .3s ease!important;transition-duration:.5s!important;overflow:visible!important}}@media screen and (min-width: 2000px){.overflow-xxxl{overflow:auto!important}.no-overflow-xxxl{overflow:hidden!important}.scroll-xxxl{overflow:scroll!important}.scroll-x-xxxl{overflow-x:auto!important}.scroll-y-xxxl{overflow-y:auto!important}.no-scroll-xxxl{overflow:hidden!important}.no-scroll-x-xxxl{overflow-x:hidden!important}.no-scroll-y-xxxl{overflow-y:hidden!important}.wrap-xxxl{white-space:normal!important}.no-wrap-xxxl{white-space:nowrap!important}.collapse-xxxl{overflow:hidden;max-height:0;transition:max-height .3s ease}.expand-xxxl{max-height:1000px!important;transition:max-height .3s ease!important;transition-duration:.5s!important;overflow:visible!important}}:root{--z-index-selected: 100;--z-index-absolute: 500;--z-index-dropdown: 1000;--z-index-sticy: 1020;--z-index-fixed: 1030;--z-index-modal-backdrop: 1040;--z-index-modal: 1050;--z-index-popover: 1060;--z-index-tooltip: 1070;--z-index-top: 1080;--z-index-notify: 1085;--z-index-charms: 1090;--z-index-overlay: 2000;--z-index-fullscreen: 2147483647}.z-absolute{z-index:500!important}.z-dropdown{z-index:1000!important}.z-sticky{z-index:1020!important}.z-fixed{z-index:1030!important}.z-modal-backdrop{z-index:1040!important}.z-modal{z-index:1050!important}.z-popover{z-index:1060!important}.z-tooltip{z-index:1070!important}.z-top{z-index:1080!important}.z-notify{z-index:1085!important}.z-charms{z-index:1090!important}.z-overlay{z-index:2000!important}.z-fullscreen{z-index:2147483647!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}.z-4{z-index:4!important}.z-5{z-index:5!important}.z-6{z-index:6!important}.z-7{z-index:7!important}.z-8{z-index:8!important}.z-9{z-index:9!important}.z-10{z-index:10!important}:root{--accordion-heading-background: #f8f8f8;--accordion-heading-color: #191919}.dark-side{--accordion-heading-background: #2b2d30;--accordion-heading-color: #dfe1e5}.accordion{list-style:none inside;margin:0;padding:0;position:relative;display:flex;flex-direction:column;width:100%}.accordion>.frame{display:block;margin:1px 0}.accordion>.frame>.heading{display:block;position:relative;padding:8px 16px;background-color:var(--accordion-heading-background);color:var(--accordion-heading-color);cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.accordion>.frame>.content{display:block}.accordion.marker-on .heading{padding-left:40px}.accordion.marker-on .heading:before{line-height:1;display:block;content:"\203a";position:absolute;left:0;top:0;font-size:32px;width:34px;height:34px;text-align:center;transform:rotate(0);transition:transform .3s;transform-origin:50% 50%}.accordion.marker-on .frame.active>.heading:before{transform:rotate(90deg);transition:transform .3s}.accordion.marker-on[dir=rtl] .heading{padding-left:1rem;padding-right:32px}.accordion.marker-on[dir=rtl] .heading:before{left:auto;right:0}.accordion.marker-on[dir=rtl] .frame.active>.heading:before{transform:rotate(-90deg);transition:transform .3s}.accordion.material .heading:before{display:none}.accordion.material>.frame>.heading{padding:16px 42px 16px 16px;font-size:16px;background-color:var(--accordion-heading-background);color:var(--accordion-heading-color)}.accordion.material>.frame>.heading:after{display:block;content:"\203a";position:absolute;right:16px;top:8px;font-size:32px;width:40px;height:40px;text-align:center;line-height:1;transform:rotate(0);transition:transform .3s;transform-origin:50% 50%}.accordion.material .frame+.frame{border-top:1px var(--border-color) solid}.accordion.material>.frame>.content{padding:16px;font-size:14px}.accordion.material>.frame.active .heading:after{transform:rotate(90deg);transition:transform .3s}.accordion.rtl.material>.frame>.heading,.accordion[dir=rtl].material>.frame>.heading{padding:16px 16px 16px 42px}.accordion.rtl.material>.frame>.heading:after,.accordion[dir=rtl].material>.frame>.heading:after{left:16px;right:auto;top:8px;transform:rotate(180deg)}.accordion.rtl.material>.frame.active .heading:after,.accordion[dir=rtl].material>.frame.active .heading:after{transform:rotate(270deg)}.action-button{padding:0;border-radius:50%;width:56px;height:56px;line-height:56px;text-align:center;display:inline-block;font-weight:400;white-space:nowrap;vertical-align:middle;user-select:none;border:1px solid transparent;font-size:.875rem;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:none;position:relative;box-shadow:0 2px 10px #00000029,0 2px 5px #00000042}.action-button .icon{width:20px;height:20px;line-height:20px;font-size:20px;display:inline-block;text-align:center;margin-top:18px}.action-button .icon>*{width:100%;max-height:100%;display:inline-block}.action-button.second{width:40px;height:40px;line-height:40px;box-shadow:0 2px 10px #00000029,0 2px 5px #00000042}.action-button.second .icon{width:16px;height:16px;line-height:16px;font-size:16px;margin-top:0}.action-button.prime{box-shadow:0 6px 20px #00000030,0 8px 17px #0003}.action-button:active{box-shadow:0 17px 50px #00000030,0 12px 15px #0000003d}.multi-action{display:inline-block;vertical-align:middle;position:relative;width:56px;height:56px}.multi-action .action-button{position:absolute;z-index:2;margin:0!important}.multi-action .actions{position:absolute;list-style:none inside none;margin:0;padding:0;width:auto;float:left;background-color:transparent;top:8px;left:8px;z-index:1;width:40px;height:40px;border-radius:50%}.multi-action .actions li{position:absolute;display:block;width:40px;height:40px;border-radius:50%;box-shadow:0 2px 10px #00000029,0 2px 5px #00000042;margin:0;background:#989898;color:#fff;transform:scale(.2);line-height:40px;font-size:20px;transition:all .3s;cursor:pointer}.multi-action .actions li a{background:inherit;color:inherit;display:block;width:40px;height:40px;border-radius:50%;line-height:40px;text-align:center;text-decoration:none}.multi-action .actions li:active{box-shadow:0 6px 20px #00000030,0 8px 17px #0003}.multi-action .actions.drop-right,.multi-action .actions.drop-left,.multi-action .actions.drop-down,.multi-action .actions.drop-up{top:8px!important;left:8px!important}.multi-action .action-button.active~.actions li{transition:all .3s;transform:scale(1)}.multi-action .action-button.active~.actions li:nth-child(1){margin-top:-56px}.multi-action .action-button.active~.actions li:nth-child(2){margin-top:-104px}.multi-action .action-button.active~.actions li:nth-child(3){margin-top:-152px}.multi-action .action-button.active~.actions li:nth-child(4){margin-top:-200px}.multi-action .action-button.active~.actions li:nth-child(5){margin-top:-248px}.multi-action .action-button.active~.actions li:nth-child(6){margin-top:-296px}.multi-action .action-button.active~.actions li:nth-child(7){margin-top:-344px}.multi-action .action-button.active~.actions li:nth-child(8){margin-top:-392px}.multi-action .action-button.active~.actions li:nth-child(9){margin-top:-440px}.multi-action .action-button.active~.actions li:nth-child(10){margin-top:-488px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(1),.multi-action .action-button.active~.actions.drop-down li:nth-child(1){margin-top:56px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(2),.multi-action .action-button.active~.actions.drop-down li:nth-child(2){margin-top:104px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(3),.multi-action .action-button.active~.actions.drop-down li:nth-child(3){margin-top:152px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(4),.multi-action .action-button.active~.actions.drop-down li:nth-child(4){margin-top:200px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(5),.multi-action .action-button.active~.actions.drop-down li:nth-child(5){margin-top:248px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(6),.multi-action .action-button.active~.actions.drop-down li:nth-child(6){margin-top:296px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(7),.multi-action .action-button.active~.actions.drop-down li:nth-child(7){margin-top:344px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(8),.multi-action .action-button.active~.actions.drop-down li:nth-child(8){margin-top:392px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(9),.multi-action .action-button.active~.actions.drop-down li:nth-child(9){margin-top:440px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(10),.multi-action .action-button.active~.actions.drop-down li:nth-child(10){margin-top:488px}.multi-action .action-button.active~.actions.drop-right li{margin-top:0}.multi-action .action-button.active~.actions.drop-right li:nth-child(1){margin-left:56px}.multi-action .action-button.active~.actions.drop-right li:nth-child(2){margin-left:104px}.multi-action .action-button.active~.actions.drop-right li:nth-child(3){margin-left:152px}.multi-action .action-button.active~.actions.drop-right li:nth-child(4){margin-left:200px}.multi-action .action-button.active~.actions.drop-right li:nth-child(5){margin-left:248px}.multi-action .action-button.active~.actions.drop-right li:nth-child(6){margin-left:296px}.multi-action .action-button.active~.actions.drop-right li:nth-child(7){margin-left:344px}.multi-action .action-button.active~.actions.drop-right li:nth-child(8){margin-left:392px}.multi-action .action-button.active~.actions.drop-right li:nth-child(9){margin-left:440px}.multi-action .action-button.active~.actions.drop-right li:nth-child(10){margin-left:488px}.multi-action .action-button.active~.actions.drop-left li{margin-top:0}.multi-action .action-button.active~.actions.drop-left li:nth-child(1){margin-left:-56px}.multi-action .action-button.active~.actions.drop-left li:nth-child(2){margin-left:-104px}.multi-action .action-button.active~.actions.drop-left li:nth-child(3){margin-left:-152px}.multi-action .action-button.active~.actions.drop-left li:nth-child(4){margin-left:-200px}.multi-action .action-button.active~.actions.drop-left li:nth-child(5){margin-left:-248px}.multi-action .action-button.active~.actions.drop-left li:nth-child(6){margin-left:-296px}.multi-action .action-button.active~.actions.drop-left li:nth-child(7){margin-left:-344px}.multi-action .action-button.active~.actions.drop-left li:nth-child(8){margin-left:-392px}.multi-action .action-button.active~.actions.drop-left li:nth-child(9){margin-left:-440px}.multi-action .action-button.active~.actions.drop-left li:nth-child(10){margin-left:-488px}.multi-action .action-button .icon{transition:all .3s}.multi-action .action-button.active.rotate .icon{transform:rotate(45deg)}.multi-action .action-button.active.rotate-minus .icon{transform:rotate(-45deg)}.action-button.floating-action-top,.multi-action.floating-action-top{z-index:1080;top:90px;left:16px;position:fixed}.action-button.floating-action-bottom,.multi-action.floating-action-bottom{z-index:1080;bottom:20px;right:20px;position:fixed}:root{--button-background: #ebebeb;--button-background-hover: #dadada;--button-color: #191919;--button-border-color: #ebebeb;--button-border-radius: 0}.dark-side{--button-background: #2b2d30;--button-background-hover: #333439;--button-color: #f3fcff;--button-border-color: #4e5157}.button,.flat-button{display:inline-flex;align-items:center;justify-content:center;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;padding:0 .75rem;font-size:.875rem;height:36px;transition:all .15s ease-in-out;background-color:var(--button-background);color:var(--button-color);border:1px solid var(--button-border-color);cursor:pointer;outline:none;position:relative;overflow:visible;border-radius:var(--button-border-radius)}.button *+*,.flat-button *+*{margin-left:8px}.button.disabled,.flat-button.disabled,.button:disabled,.flat-button:disabled{pointer-events:none;opacity:.65}.button img,.flat-button img{height:1rem}.button:active,.button.focus,.button:focus{text-decoration:none}.button:hover{background-color:var(--button-background-hover)}.button.link{background-color:transparent}.button.link:hover{background-color:transparent;text-decoration:underline}.button.link.focus,.button.link:focus{box-shadow:none}.button.mini{font-size:.625rem;padding:0 .5rem;height:20px;line-height:20px}.button.mini img{height:.625rem}.button.small{font-size:.75rem;padding:0 .6rem;height:26px;line-height:26px}.button.small img{height:.75rem}.button.large{font-size:1.375rem;padding:0 1rem;height:53px;line-height:53px}.button.large img{height:1.375rem}.button.square,.button.cycle{width:2.25rem;height:2.25rem;padding-left:0!important;padding-right:0!important;flex-shrink:0!important;flex-grow:0!important}.button.square.mini,.button.cycle.mini{width:1.25rem;height:1.25rem}.button.square.small,.button.cycle.small{width:1.625rem;height:1.625rem}.button.square.large,.button.cycle.large{width:3.3125rem;height:3.3125rem}.button.cycle{border-radius:50%}.button.square.dropdown-toggle:before,.button.cycle.dropdown-toggle:before{display:none}.button.dropdown-toggle.no-marker{padding-right:.75rem!important}.button.outline{background:transparent none;border-width:1px;border-color:var(--button-border-color)}a.button,a.flat-button{appearance:none;color:var(--button-color);box-shadow:none;text-decoration:none}input[type=button],input[type=submit],input[type=reset]{display:inline-flex;align-items:center;justify-content:center;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;padding:0 .75rem;font-size:.875rem;height:36px;transition:all .15s ease-in-out;background-color:var(--button-background);color:var(--button-color);border:1px solid var(--button-border-color);cursor:pointer;outline:none;position:relative;overflow:visible;border-radius:var(--button-border-radius)}input[type=button] *+*,input[type=submit] *+*,input[type=reset] *+*{margin-left:8px}input[type=button].disabled,input[type=submit].disabled,input[type=reset].disabled,input[type=button]:disabled,input[type=submit]:disabled,input[type=reset]:disabled{pointer-events:none;opacity:.65}input[type=button] img,input[type=submit] img,input[type=reset] img{height:1rem}input[type=button]:active,input[type=submit]:active,input[type=reset]:active,input[type=button].focus,input[type=submit].focus,input[type=reset].focus,input[type=button]:focus,input[type=submit]:focus,input[type=reset]:focus{text-decoration:none}input[type=button]:hover,input[type=submit]:hover,input[type=reset]:hover{background-color:var(--button-background-hover)}input[type=button].link,input[type=submit].link,input[type=reset].link{background-color:transparent}input[type=button].link:hover,input[type=submit].link:hover,input[type=reset].link:hover{background-color:transparent;text-decoration:underline}input[type=button].link.focus,input[type=submit].link.focus,input[type=reset].link.focus,input[type=button].link:focus,input[type=submit].link:focus,input[type=reset].link:focus{box-shadow:none}input[type=button].mini,input[type=submit].mini,input[type=reset].mini{font-size:.625rem;padding:0 .5rem;height:20px;line-height:20px}input[type=button].mini img,input[type=submit].mini img,input[type=reset].mini img{height:.625rem}input[type=button].small,input[type=submit].small,input[type=reset].small{font-size:.75rem;padding:0 .6rem;height:26px;line-height:26px}input[type=button].small img,input[type=submit].small img,input[type=reset].small img{height:.75rem}input[type=button].large,input[type=submit].large,input[type=reset].large{font-size:1.375rem;padding:0 1rem;height:53px;line-height:53px}input[type=button].large img,input[type=submit].large img,input[type=reset].large img{height:1.375rem}input[type=button].square,input[type=submit].square,input[type=reset].square,input[type=button].cycle,input[type=submit].cycle,input[type=reset].cycle{width:2.25rem;height:2.25rem;padding-left:0!important;padding-right:0!important;flex-shrink:0!important;flex-grow:0!important}input[type=button].square.mini,input[type=submit].square.mini,input[type=reset].square.mini,input[type=button].cycle.mini,input[type=submit].cycle.mini,input[type=reset].cycle.mini{width:1.25rem;height:1.25rem}input[type=button].square.small,input[type=submit].square.small,input[type=reset].square.small,input[type=button].cycle.small,input[type=submit].cycle.small,input[type=reset].cycle.small{width:1.625rem;height:1.625rem}input[type=button].square.large,input[type=submit].square.large,input[type=reset].square.large,input[type=button].cycle.large,input[type=submit].cycle.large,input[type=reset].cycle.large{width:3.3125rem;height:3.3125rem}input[type=button].cycle,input[type=submit].cycle,input[type=reset].cycle{border-radius:50%}input[type=button].square.dropdown-toggle:before,input[type=submit].square.dropdown-toggle:before,input[type=reset].square.dropdown-toggle:before,input[type=button].cycle.dropdown-toggle:before,input[type=submit].cycle.dropdown-toggle:before,input[type=reset].cycle.dropdown-toggle:before{display:none}input[type=button].dropdown-toggle.no-marker,input[type=submit].dropdown-toggle.no-marker,input[type=reset].dropdown-toggle.no-marker{padding-right:.75rem!important}input[type=button].outline,input[type=submit].outline,input[type=reset].outline{background:transparent none;border-width:1px;border-color:var(--button-border-color)}input[type=button] .load-marker,input[type=submit] .load-marker,input[type=reset] .load-marker{transform:scale(0);opacity:0;transition:all .3s ease-in-out}input[type=button] .load-caption,input[type=submit] .load-caption,input[type=reset] .load-caption{margin-left:-16px;transition:all .3s ease-in-out}input[type=button].loading .load-marker,input[type=submit].loading .load-marker,input[type=reset].loading .load-marker{transform:scale(1);opacity:1;animation:spin-loader 1.5s linear infinite}input[type=button].loading .load-caption,input[type=submit].loading .load-caption,input[type=reset].loading .load-caption{margin-left:.5rem}.button .load-marker{transform:scale(0);opacity:0;transition:all .3s ease-in-out}.button .load-caption{margin-left:-16px;transition:all .3s ease-in-out}.button.loading .load-marker{transform:scale(1);opacity:1;animation:spin-loader 1.5s linear infinite}.button.loading .load-caption{margin-left:.5rem}.button.flat,.flat-button{min-width:64px;background-color:transparent;border-color:transparent}.button.flat:hover,.flat-button:hover{background-color:var(--button-background);border-color:var(--button-background)}@keyframes spin-loader{0%{transform:rotate(0)}to{transform:rotate(359deg)}}:root{--color-dark: #1d1d1d;--color-light: #f8f8f8;--color-gray: #bebebe;--color-grayBlue: #607d8b;--color-grayWhite: #f5f5f5;--color-grayMouse: #455a64;--color-lime: #a4c400;--color-green: #60a917;--color-emerald: #008a00;--color-blue: #00AFF0;--color-teal: #00aba9;--color-cyan: #1fb1f8;--color-cobalt: #0050ef;--color-indigo: #6a00ff;--color-violet: #aa00ff;--color-pink: #dc4fad;--color-magenta: #d80073;--color-crimson: #a20025;--color-red: #CE352C;--color-orange: #fa6800;--color-amber: #f0a30a;--color-yellow: #fff000;--color-brown: #825a2c;--color-olive: #6d8764;--color-steel: #647687;--color-mauve: #76608a;--color-taupe: #87794e;--color-dark-lime: #647800;--color-dark-green: #3a660e;--color-dark-emerald: #003d00;--color-dark-blue: #0077a3;--color-dark-teal: #005e5d;--color-dark-cyan: #0686c4;--color-dark-cobalt: #0036a3;--color-dark-indigo: #4a00b3;--color-dark-violet: #7700b3;--color-dark-pink: #ba2588;--color-dark-magenta: #8c004a;--color-dark-crimson: #560014;--color-dark-red: #8f251f;--color-dark-orange: #ae4800;--color-dark-amber: #a77107;--color-dark-yellow: #b3a800;--color-dark-brown: #493219;--color-dark-olive: #4a5b43;--color-dark-steel: #43505b;--color-dark-mauve: #4f415d;--color-dark-taupe: #574e32;--color-light-lime: #d8ff12;--color-light-green: #86e22a;--color-light-emerald: #00d600;--color-light-blue: #3ecbff;--color-light-teal: #00f7f5;--color-light-cyan: #69cbfa;--color-light-cobalt: #3d7eff;--color-light-indigo: #974dff;--color-light-violet: #c44dff;--color-light-pink: #e98fcb;--color-light-magenta: #ff2599;--color-light-crimson: #ef0036;--color-light-red: #df6e68;--color-light-orange: #ff9447;--color-light-amber: #f8bf4f;--color-light-yellow: #fff44d;--color-light-brown: #bb823f;--color-light-olive: #95ab8d;--color-light-steel: #8d9cab;--color-light-mauve: #9c89ad;--color-light-taupe: #aea073;--color-hover-default: rgba(29, 29, 29, .1);--color-success: green;--color-alert: #c10000;--color-warning: orange;--color-info: #468cff}.bg-transparent{background-color:transparent!important}.bg-default{background-color:var(--default-background)!important}.bg-hover:hover{background-color:#1d1d1d1a!important}.bg-hover2:hover{background-color:#1d1d1d80!important}.bg-hover-light:hover{background-color:#ffffff03!important}.bg-hover-light1:hover{background-color:#ffffff1a!important}.bg-hover-light2:hover{background-color:#fff3!important}.bg-hover-light3:hover{background-color:#ffffff4d!important}.bg-facebook{background-color:#4267b2!important}.bg-twitter{background-color:#1da1f2!important}.bg-github{background-color:#24292e!important}.bg-bootstrap{background-color:#563d7c!important}.bg-gitlab{background-color:#e65328!important}.bg-amazon{background-color:#232f3e!important}.bg-black,.bg-black-active:active,.bg-black-hover:hover{background-color:#000!important}.bg-black-focus:focus{background-color:#000!important}.bg-white,.bg-white-active:active,.bg-white-hover:hover{background-color:#fff!important}.bg-white-focus:focus{background-color:#fff!important}.bg-dark,.bg-dark-active:active,.bg-dark-hover:hover{background-color:#1d1d1d!important}.bg-dark-focus:focus{background-color:#1d1d1d!important}.bg-light,.bg-light-active:active,.bg-light-hover:hover{background-color:#f8f8f8!important}.bg-light-focus:focus{background-color:#f8f8f8!important}.bg-grayBlue,.bg-grayBlue-active:active,.bg-grayBlue-hover:hover{background-color:#607d8b!important}.bg-grayBlue-focus:focus{background-color:#607d8b!important}.bg-grayWhite,.bg-grayWhite-active:active,.bg-grayWhite-hover:hover{background-color:#f5f5f5!important}.bg-grayWhite-focus:focus{background-color:#f5f5f5!important}.bg-grayMouse,.bg-grayMouse-active:active,.bg-grayMouse-hover:hover{background-color:#455a64!important}.bg-grayMouse-focus:focus{background-color:#455a64!important}.bg-brandColor1,.bg-brandColor1-active:active,.bg-brandColor1-hover:hover{background-color:#2ac4f4!important}.bg-brandColor1-focus:focus{background-color:#2ac4f4!important}.bg-brandColor2,.bg-brandColor2-active:active,.bg-brandColor2-hover:hover{background-color:#004d6f!important}.bg-brandColor2-focus:focus{background-color:#004d6f!important}.bg-lime,.bg-lime-active:active,.bg-lime-hover:hover{background-color:#a4c400!important}.bg-lime-focus:focus{background-color:#a4c400!important}.bg-green,.bg-green-active:active,.bg-green-hover:hover{background-color:#60a917!important}.bg-green-focus:focus{background-color:#60a917!important}.bg-emerald,.bg-emerald-active:active,.bg-emerald-hover:hover{background-color:#008a00!important}.bg-emerald-focus:focus{background-color:#008a00!important}.bg-blue,.bg-blue-active:active,.bg-blue-hover:hover{background-color:#00aff0!important}.bg-blue-focus:focus{background-color:#00aff0!important}.bg-teal,.bg-teal-active:active,.bg-teal-hover:hover{background-color:#00aba9!important}.bg-teal-focus:focus{background-color:#00aba9!important}.bg-cyan,.bg-cyan-active:active,.bg-cyan-hover:hover{background-color:#1fb1f8!important}.bg-cyan-focus:focus{background-color:#1fb1f8!important}.bg-cobalt,.bg-cobalt-active:active,.bg-cobalt-hover:hover{background-color:#0050ef!important}.bg-cobalt-focus:focus{background-color:#0050ef!important}.bg-indigo,.bg-indigo-active:active,.bg-indigo-hover:hover{background-color:#6a00ff!important}.bg-indigo-focus:focus{background-color:#6a00ff!important}.bg-violet,.bg-violet-active:active,.bg-violet-hover:hover{background-color:#a0f!important}.bg-violet-focus:focus{background-color:#a0f!important}.bg-pink,.bg-pink-active:active,.bg-pink-hover:hover{background-color:#dc4fad!important}.bg-pink-focus:focus{background-color:#dc4fad!important}.bg-magenta,.bg-magenta-active:active,.bg-magenta-hover:hover{background-color:#d80073!important}.bg-magenta-focus:focus{background-color:#d80073!important}.bg-crimson,.bg-crimson-active:active,.bg-crimson-hover:hover{background-color:#a20025!important}.bg-crimson-focus:focus{background-color:#a20025!important}.bg-red,.bg-red-active:active,.bg-red-hover:hover{background-color:#ce352c!important}.bg-red-focus:focus{background-color:#ce352c!important}.bg-orange,.bg-orange-active:active,.bg-orange-hover:hover{background-color:#fa6800!important}.bg-orange-focus:focus{background-color:#fa6800!important}.bg-amber,.bg-amber-active:active,.bg-amber-hover:hover{background-color:#f0a30a!important}.bg-amber-focus:focus{background-color:#f0a30a!important}.bg-yellow,.bg-yellow-active:active,.bg-yellow-hover:hover{background-color:#fff000!important}.bg-yellow-focus:focus{background-color:#fff000!important}.bg-brown,.bg-brown-active:active,.bg-brown-hover:hover{background-color:#825a2c!important}.bg-brown-focus:focus{background-color:#825a2c!important}.bg-olive,.bg-olive-active:active,.bg-olive-hover:hover{background-color:#6d8764!important}.bg-olive-focus:focus{background-color:#6d8764!important}.bg-steel,.bg-steel-active:active,.bg-steel-hover:hover{background-color:#647687!important}.bg-steel-focus:focus{background-color:#647687!important}.bg-mauve,.bg-mauve-active:active,.bg-mauve-hover:hover{background-color:#76608a!important}.bg-mauve-focus:focus{background-color:#76608a!important}.bg-taupe,.bg-taupe-active:active,.bg-taupe-hover:hover{background-color:#87794e!important}.bg-taupe-focus:focus{background-color:#87794e!important}.bg-gray,.bg-gray-active:active,.bg-gray-hover:hover{background-color:#bebebe!important}.bg-gray-focus:focus{background-color:#bebebe!important}.bg-lightLime,.bg-lightLime-active:active,.bg-lightLime-hover:hover{background-color:#d8ff12!important}.bg-lightLime-focus:focus{background-color:#d8ff12!important}.bg-lightGreen,.bg-lightGreen-active:active,.bg-lightGreen-hover:hover{background-color:#86e22a!important}.bg-lightGreen-focus:focus{background-color:#86e22a!important}.bg-lightEmerald,.bg-lightEmerald-active:active,.bg-lightEmerald-hover:hover{background-color:#00d600!important}.bg-lightEmerald-focus:focus{background-color:#00d600!important}.bg-lightBlue,.bg-lightBlue-active:active,.bg-lightBlue-hover:hover{background-color:#3ecbff!important}.bg-lightBlue-focus:focus{background-color:#3ecbff!important}.bg-lightTeal,.bg-lightTeal-active:active,.bg-lightTeal-hover:hover{background-color:#00f7f5!important}.bg-lightTeal-focus:focus{background-color:#00f7f5!important}.bg-lightCyan,.bg-lightCyan-active:active,.bg-lightCyan-hover:hover{background-color:#69cbfa!important}.bg-lightCyan-focus:focus{background-color:#69cbfa!important}.bg-lightCobalt,.bg-lightCobalt-active:active,.bg-lightCobalt-hover:hover{background-color:#3d7eff!important}.bg-lightCobalt-focus:focus{background-color:#3d7eff!important}.bg-lightIndigo,.bg-lightIndigo-active:active,.bg-lightIndigo-hover:hover{background-color:#974dff!important}.bg-lightIndigo-focus:focus{background-color:#974dff!important}.bg-lightViolet,.bg-lightViolet-active:active,.bg-lightViolet-hover:hover{background-color:#c44dff!important}.bg-lightViolet-focus:focus{background-color:#c44dff!important}.bg-lightPink,.bg-lightPink-active:active,.bg-lightPink-hover:hover{background-color:#e98fcb!important}.bg-lightPink-focus:focus{background-color:#e98fcb!important}.bg-lightMagenta,.bg-lightMagenta-active:active,.bg-lightMagenta-hover:hover{background-color:#ff2599!important}.bg-lightMagenta-focus:focus{background-color:#ff2599!important}.bg-lightCrimson,.bg-lightCrimson-active:active,.bg-lightCrimson-hover:hover{background-color:#ef0036!important}.bg-lightCrimson-focus:focus{background-color:#ef0036!important}.bg-lightRed,.bg-lightRed-active:active,.bg-lightRed-hover:hover{background-color:#df6e68!important}.bg-lightRed-focus:focus{background-color:#df6e68!important}.bg-lightOrange,.bg-lightOrange-active:active,.bg-lightOrange-hover:hover{background-color:#ff9447!important}.bg-lightOrange-focus:focus{background-color:#ff9447!important}.bg-lightAmber,.bg-lightAmber-active:active,.bg-lightAmber-hover:hover{background-color:#f8bf4f!important}.bg-lightAmber-focus:focus{background-color:#f8bf4f!important}.bg-lightYellow,.bg-lightYellow-active:active,.bg-lightYellow-hover:hover{background-color:#fff44d!important}.bg-lightYellow-focus:focus{background-color:#fff44d!important}.bg-lightBrown,.bg-lightBrown-active:active,.bg-lightBrown-hover:hover{background-color:#bb823f!important}.bg-lightBrown-focus:focus{background-color:#bb823f!important}.bg-lightOlive,.bg-lightOlive-active:active,.bg-lightOlive-hover:hover{background-color:#95ab8d!important}.bg-lightOlive-focus:focus{background-color:#95ab8d!important}.bg-lightSteel,.bg-lightSteel-active:active,.bg-lightSteel-hover:hover{background-color:#8d9cab!important}.bg-lightSteel-focus:focus{background-color:#8d9cab!important}.bg-lightMauve,.bg-lightMauve-active:active,.bg-lightMauve-hover:hover{background-color:#9c89ad!important}.bg-lightMauve-focus:focus{background-color:#9c89ad!important}.bg-lightTaupe,.bg-lightTaupe-active:active,.bg-lightTaupe-hover:hover{background-color:#aea073!important}.bg-lightTaupe-focus:focus{background-color:#aea073!important}.bg-lightGray,.bg-lightGray-active:active,.bg-lightGray-hover:hover{background-color:#e4e4e4!important}.bg-lightGray-focus:focus{background-color:#e4e4e4!important}.bg-lightGrayBlue,.bg-lightGrayBlue-active:active,.bg-lightGrayBlue-hover:hover{background-color:#8aa2ae!important}.bg-lightGrayBlue-focus:focus{background-color:#8aa2ae!important}.bg-darkLime,.bg-darkLime-active:active,.bg-darkLime-hover:hover{background-color:#647800!important}.bg-darkLime-focus:focus{background-color:#647800!important}.bg-darkGreen,.bg-darkGreen-active:active,.bg-darkGreen-hover:hover{background-color:#3a660e!important}.bg-darkGreen-focus:focus{background-color:#3a660e!important}.bg-darkEmerald,.bg-darkEmerald-active:active,.bg-darkEmerald-hover:hover{background-color:#003d00!important}.bg-darkEmerald-focus:focus{background-color:#003d00!important}.bg-darkBlue,.bg-darkBlue-active:active,.bg-darkBlue-hover:hover{background-color:#0077a3!important}.bg-darkBlue-focus:focus{background-color:#0077a3!important}.bg-darkTeal,.bg-darkTeal-active:active,.bg-darkTeal-hover:hover{background-color:#005e5d!important}.bg-darkTeal-focus:focus{background-color:#005e5d!important}.bg-darkCyan,.bg-darkCyan-active:active,.bg-darkCyan-hover:hover{background-color:#0686c4!important}.bg-darkCyan-focus:focus{background-color:#0686c4!important}.bg-darkCobalt,.bg-darkCobalt-active:active,.bg-darkCobalt-hover:hover{background-color:#0036a3!important}.bg-darkCobalt-focus:focus{background-color:#0036a3!important}.bg-darkIndigo,.bg-darkIndigo-active:active,.bg-darkIndigo-hover:hover{background-color:#4a00b3!important}.bg-darkIndigo-focus:focus{background-color:#4a00b3!important}.bg-darkViolet,.bg-darkViolet-active:active,.bg-darkViolet-hover:hover{background-color:#7700b3!important}.bg-darkViolet-focus:focus{background-color:#7700b3!important}.bg-darkPink,.bg-darkPink-active:active,.bg-darkPink-hover:hover{background-color:#ba2588!important}.bg-darkPink-focus:focus{background-color:#ba2588!important}.bg-darkMagenta,.bg-darkMagenta-active:active,.bg-darkMagenta-hover:hover{background-color:#8c004a!important}.bg-darkMagenta-focus:focus{background-color:#8c004a!important}.bg-darkCrimson,.bg-darkCrimson-active:active,.bg-darkCrimson-hover:hover{background-color:#560014!important}.bg-darkCrimson-focus:focus{background-color:#560014!important}.bg-darkRed,.bg-darkRed-active:active,.bg-darkRed-hover:hover{background-color:#8f251f!important}.bg-darkRed-focus:focus{background-color:#8f251f!important}.bg-darkOrange,.bg-darkOrange-active:active,.bg-darkOrange-hover:hover{background-color:#ae4800!important}.bg-darkOrange-focus:focus{background-color:#ae4800!important}.bg-darkAmber,.bg-darkAmber-active:active,.bg-darkAmber-hover:hover{background-color:#a77107!important}.bg-darkAmber-focus:focus{background-color:#a77107!important}.bg-darkYellow,.bg-darkYellow-active:active,.bg-darkYellow-hover:hover{background-color:#b3a800!important}.bg-darkYellow-focus:focus{background-color:#b3a800!important}.bg-darkBrown,.bg-darkBrown-active:active,.bg-darkBrown-hover:hover{background-color:#493219!important}.bg-darkBrown-focus:focus{background-color:#493219!important}.bg-darkOlive,.bg-darkOlive-active:active,.bg-darkOlive-hover:hover{background-color:#4a5b43!important}.bg-darkOlive-focus:focus{background-color:#4a5b43!important}.bg-darkSteel,.bg-darkSteel-active:active,.bg-darkSteel-hover:hover{background-color:#43505b!important}.bg-darkSteel-focus:focus{background-color:#43505b!important}.bg-darkMauve,.bg-darkMauve-active:active,.bg-darkMauve-hover:hover{background-color:#4f415d!important}.bg-darkMauve-focus:focus{background-color:#4f415d!important}.bg-darkTaupe,.bg-darkTaupe-active:active,.bg-darkTaupe-hover:hover{background-color:#574e32!important}.bg-darkTaupe-focus:focus{background-color:#574e32!important}.bg-darkGray,.bg-darkGray-active:active,.bg-darkGray-hover:hover{background-color:#989898!important}.bg-darkGray-focus:focus{background-color:#989898!important}.bg-darkGrayBlue,.bg-darkGrayBlue-active:active,.bg-darkGrayBlue-hover:hover{background-color:#41545e!important}.bg-darkGrayBlue-focus:focus{background-color:#41545e!important}.bd-default{border-color:var(--border-color)!important}.bd-transparent{border-color:transparent!important}.bd-black,.bd-black-active:active,.bd-black-hover:hover{border-color:#000!important}.bd-black-focus:focus{border-color:#000!important}.tg-black:before{border-color:#000!important}.bd-white,.bd-white-active:active,.bd-white-hover:hover{border-color:#fff!important}.bd-white-focus:focus{border-color:#fff!important}.tg-white:before{border-color:#fff!important}.bd-dark,.bd-dark-active:active,.bd-dark-hover:hover{border-color:#1d1d1d!important}.bd-dark-focus:focus{border-color:#1d1d1d!important}.tg-dark:before{border-color:#1d1d1d!important}.bd-light,.bd-light-active:active,.bd-light-hover:hover{border-color:#f8f8f8!important}.bd-light-focus:focus{border-color:#f8f8f8!important}.tg-light:before{border-color:#f8f8f8!important}.bd-grayBlue,.bd-grayBlue-active:active,.bd-grayBlue-hover:hover{border-color:#607d8b!important}.bd-grayBlue-focus:focus{border-color:#607d8b!important}.tg-grayBlue:before{border-color:#607d8b!important}.bd-grayWhite,.bd-grayWhite-active:active,.bd-grayWhite-hover:hover{border-color:#f5f5f5!important}.bd-grayWhite-focus:focus{border-color:#f5f5f5!important}.tg-grayWhite:before{border-color:#f5f5f5!important}.bd-grayMouse,.bd-grayMouse-active:active,.bd-grayMouse-hover:hover{border-color:#455a64!important}.bd-grayMouse-focus:focus{border-color:#455a64!important}.tg-grayMouse:before{border-color:#455a64!important}.bd-brandColor1,.bd-brandColor1-active:active,.bd-brandColor1-hover:hover{border-color:#2ac4f4!important}.bd-brandColor1-focus:focus{border-color:#2ac4f4!important}.tg-brandColor1:before{border-color:#2ac4f4!important}.bd-brandColor2,.bd-brandColor2-active:active,.bd-brandColor2-hover:hover{border-color:#004d6f!important}.bd-brandColor2-focus:focus{border-color:#004d6f!important}.tg-brandColor2:before{border-color:#004d6f!important}.bd-lime,.bd-lime-active:active,.bd-lime-hover:hover{border-color:#a4c400!important}.bd-lime-focus:focus{border-color:#a4c400!important}.tg-lime:before{border-color:#a4c400!important}.bd-green,.bd-green-active:active,.bd-green-hover:hover{border-color:#60a917!important}.bd-green-focus:focus{border-color:#60a917!important}.tg-green:before{border-color:#60a917!important}.bd-emerald,.bd-emerald-active:active,.bd-emerald-hover:hover{border-color:#008a00!important}.bd-emerald-focus:focus{border-color:#008a00!important}.tg-emerald:before{border-color:#008a00!important}.bd-blue,.bd-blue-active:active,.bd-blue-hover:hover{border-color:#00aff0!important}.bd-blue-focus:focus{border-color:#00aff0!important}.tg-blue:before{border-color:#00aff0!important}.bd-teal,.bd-teal-active:active,.bd-teal-hover:hover{border-color:#00aba9!important}.bd-teal-focus:focus{border-color:#00aba9!important}.tg-teal:before{border-color:#00aba9!important}.bd-cyan,.bd-cyan-active:active,.bd-cyan-hover:hover{border-color:#1fb1f8!important}.bd-cyan-focus:focus{border-color:#1fb1f8!important}.tg-cyan:before{border-color:#1fb1f8!important}.bd-cobalt,.bd-cobalt-active:active,.bd-cobalt-hover:hover{border-color:#0050ef!important}.bd-cobalt-focus:focus{border-color:#0050ef!important}.tg-cobalt:before{border-color:#0050ef!important}.bd-indigo,.bd-indigo-active:active,.bd-indigo-hover:hover{border-color:#6a00ff!important}.bd-indigo-focus:focus{border-color:#6a00ff!important}.tg-indigo:before{border-color:#6a00ff!important}.bd-violet,.bd-violet-active:active,.bd-violet-hover:hover{border-color:#a0f!important}.bd-violet-focus:focus{border-color:#a0f!important}.tg-violet:before{border-color:#a0f!important}.bd-pink,.bd-pink-active:active,.bd-pink-hover:hover{border-color:#dc4fad!important}.bd-pink-focus:focus{border-color:#dc4fad!important}.tg-pink:before{border-color:#dc4fad!important}.bd-magenta,.bd-magenta-active:active,.bd-magenta-hover:hover{border-color:#d80073!important}.bd-magenta-focus:focus{border-color:#d80073!important}.tg-magenta:before{border-color:#d80073!important}.bd-crimson,.bd-crimson-active:active,.bd-crimson-hover:hover{border-color:#a20025!important}.bd-crimson-focus:focus{border-color:#a20025!important}.tg-crimson:before{border-color:#a20025!important}.bd-red,.bd-red-active:active,.bd-red-hover:hover{border-color:#ce352c!important}.bd-red-focus:focus{border-color:#ce352c!important}.tg-red:before{border-color:#ce352c!important}.bd-orange,.bd-orange-active:active,.bd-orange-hover:hover{border-color:#fa6800!important}.bd-orange-focus:focus{border-color:#fa6800!important}.tg-orange:before{border-color:#fa6800!important}.bd-amber,.bd-amber-active:active,.bd-amber-hover:hover{border-color:#f0a30a!important}.bd-amber-focus:focus{border-color:#f0a30a!important}.tg-amber:before{border-color:#f0a30a!important}.bd-yellow,.bd-yellow-active:active,.bd-yellow-hover:hover{border-color:#fff000!important}.bd-yellow-focus:focus{border-color:#fff000!important}.tg-yellow:before{border-color:#fff000!important}.bd-brown,.bd-brown-active:active,.bd-brown-hover:hover{border-color:#825a2c!important}.bd-brown-focus:focus{border-color:#825a2c!important}.tg-brown:before{border-color:#825a2c!important}.bd-olive,.bd-olive-active:active,.bd-olive-hover:hover{border-color:#6d8764!important}.bd-olive-focus:focus{border-color:#6d8764!important}.tg-olive:before{border-color:#6d8764!important}.bd-steel,.bd-steel-active:active,.bd-steel-hover:hover{border-color:#647687!important}.bd-steel-focus:focus{border-color:#647687!important}.tg-steel:before{border-color:#647687!important}.bd-mauve,.bd-mauve-active:active,.bd-mauve-hover:hover{border-color:#76608a!important}.bd-mauve-focus:focus{border-color:#76608a!important}.tg-mauve:before{border-color:#76608a!important}.bd-taupe,.bd-taupe-active:active,.bd-taupe-hover:hover{border-color:#87794e!important}.bd-taupe-focus:focus{border-color:#87794e!important}.tg-taupe:before{border-color:#87794e!important}.bd-gray,.bd-gray-active:active,.bd-gray-hover:hover{border-color:#bebebe!important}.bd-gray-focus:focus{border-color:#bebebe!important}.tg-gray:before{border-color:#bebebe!important}.bd-lightLime,.bd-lightLime-active:active,.bd-lightLime-hover:hover{border-color:#d8ff12!important}.bd-lightLime-focus:focus{border-color:#d8ff12!important}.tg-lightLime:before{border-color:#d8ff12!important}.bd-lightGreen,.bd-lightGreen-active:active,.bd-lightGreen-hover:hover{border-color:#86e22a!important}.bd-lightGreen-focus:focus{border-color:#86e22a!important}.tg-lightGreen:before{border-color:#86e22a!important}.bd-lightEmerald,.bd-lightEmerald-active:active,.bd-lightEmerald-hover:hover{border-color:#00d600!important}.bd-lightEmerald-focus:focus{border-color:#00d600!important}.tg-lightEmerald:before{border-color:#00d600!important}.bd-lightBlue,.bd-lightBlue-active:active,.bd-lightBlue-hover:hover{border-color:#3ecbff!important}.bd-lightBlue-focus:focus{border-color:#3ecbff!important}.tg-lightBlue:before{border-color:#3ecbff!important}.bd-lightTeal,.bd-lightTeal-active:active,.bd-lightTeal-hover:hover{border-color:#00f7f5!important}.bd-lightTeal-focus:focus{border-color:#00f7f5!important}.tg-lightTeal:before{border-color:#00f7f5!important}.bd-lightCyan,.bd-lightCyan-active:active,.bd-lightCyan-hover:hover{border-color:#69cbfa!important}.bd-lightCyan-focus:focus{border-color:#69cbfa!important}.tg-lightCyan:before{border-color:#69cbfa!important}.bd-lightCobalt,.bd-lightCobalt-active:active,.bd-lightCobalt-hover:hover{border-color:#3d7eff!important}.bd-lightCobalt-focus:focus{border-color:#3d7eff!important}.tg-lightCobalt:before{border-color:#3d7eff!important}.bd-lightIndigo,.bd-lightIndigo-active:active,.bd-lightIndigo-hover:hover{border-color:#974dff!important}.bd-lightIndigo-focus:focus{border-color:#974dff!important}.tg-lightIndigo:before{border-color:#974dff!important}.bd-lightViolet,.bd-lightViolet-active:active,.bd-lightViolet-hover:hover{border-color:#c44dff!important}.bd-lightViolet-focus:focus{border-color:#c44dff!important}.tg-lightViolet:before{border-color:#c44dff!important}.bd-lightPink,.bd-lightPink-active:active,.bd-lightPink-hover:hover{border-color:#e98fcb!important}.bd-lightPink-focus:focus{border-color:#e98fcb!important}.tg-lightPink:before{border-color:#e98fcb!important}.bd-lightMagenta,.bd-lightMagenta-active:active,.bd-lightMagenta-hover:hover{border-color:#ff2599!important}.bd-lightMagenta-focus:focus{border-color:#ff2599!important}.tg-lightMagenta:before{border-color:#ff2599!important}.bd-lightCrimson,.bd-lightCrimson-active:active,.bd-lightCrimson-hover:hover{border-color:#ef0036!important}.bd-lightCrimson-focus:focus{border-color:#ef0036!important}.tg-lightCrimson:before{border-color:#ef0036!important}.bd-lightRed,.bd-lightRed-active:active,.bd-lightRed-hover:hover{border-color:#df6e68!important}.bd-lightRed-focus:focus{border-color:#df6e68!important}.tg-lightRed:before{border-color:#df6e68!important}.bd-lightOrange,.bd-lightOrange-active:active,.bd-lightOrange-hover:hover{border-color:#ff9447!important}.bd-lightOrange-focus:focus{border-color:#ff9447!important}.tg-lightOrange:before{border-color:#ff9447!important}.bd-lightAmber,.bd-lightAmber-active:active,.bd-lightAmber-hover:hover{border-color:#f8bf4f!important}.bd-lightAmber-focus:focus{border-color:#f8bf4f!important}.tg-lightAmber:before{border-color:#f8bf4f!important}.bd-lightYellow,.bd-lightYellow-active:active,.bd-lightYellow-hover:hover{border-color:#fff44d!important}.bd-lightYellow-focus:focus{border-color:#fff44d!important}.tg-lightYellow:before{border-color:#fff44d!important}.bd-lightBrown,.bd-lightBrown-active:active,.bd-lightBrown-hover:hover{border-color:#bb823f!important}.bd-lightBrown-focus:focus{border-color:#bb823f!important}.tg-lightBrown:before{border-color:#bb823f!important}.bd-lightOlive,.bd-lightOlive-active:active,.bd-lightOlive-hover:hover{border-color:#95ab8d!important}.bd-lightOlive-focus:focus{border-color:#95ab8d!important}.tg-lightOlive:before{border-color:#95ab8d!important}.bd-lightSteel,.bd-lightSteel-active:active,.bd-lightSteel-hover:hover{border-color:#8d9cab!important}.bd-lightSteel-focus:focus{border-color:#8d9cab!important}.tg-lightSteel:before{border-color:#8d9cab!important}.bd-lightMauve,.bd-lightMauve-active:active,.bd-lightMauve-hover:hover{border-color:#9c89ad!important}.bd-lightMauve-focus:focus{border-color:#9c89ad!important}.tg-lightMauve:before{border-color:#9c89ad!important}.bd-lightTaupe,.bd-lightTaupe-active:active,.bd-lightTaupe-hover:hover{border-color:#aea073!important}.bd-lightTaupe-focus:focus{border-color:#aea073!important}.tg-lightTaupe:before{border-color:#aea073!important}.bd-lightGray,.bd-lightGray-active:active,.bd-lightGray-hover:hover{border-color:#e4e4e4!important}.bd-lightGray-focus:focus{border-color:#e4e4e4!important}.tg-lightGray:before{border-color:#e4e4e4!important}.bd-lightGrayBlue,.bd-lightGrayBlue-active:active,.bd-lightGrayBlue-hover:hover{border-color:#8aa2ae!important}.bd-lightGrayBlue-focus:focus{border-color:#8aa2ae!important}.tg-lightGrayBlue:before{border-color:#8aa2ae!important}.bd-darkLime,.bd-darkLime-active:active,.bd-darkLime-hover:hover{border-color:#647800!important}.bd-darkLime-focus:focus{border-color:#647800!important}.tg-darkLime:before{border-color:#647800!important}.bd-darkGreen,.bd-darkGreen-active:active,.bd-darkGreen-hover:hover{border-color:#3a660e!important}.bd-darkGreen-focus:focus{border-color:#3a660e!important}.tg-darkGreen:before{border-color:#3a660e!important}.bd-darkEmerald,.bd-darkEmerald-active:active,.bd-darkEmerald-hover:hover{border-color:#003d00!important}.bd-darkEmerald-focus:focus{border-color:#003d00!important}.tg-darkEmerald:before{border-color:#003d00!important}.bd-darkBlue,.bd-darkBlue-active:active,.bd-darkBlue-hover:hover{border-color:#0077a3!important}.bd-darkBlue-focus:focus{border-color:#0077a3!important}.tg-darkBlue:before{border-color:#0077a3!important}.bd-darkTeal,.bd-darkTeal-active:active,.bd-darkTeal-hover:hover{border-color:#005e5d!important}.bd-darkTeal-focus:focus{border-color:#005e5d!important}.tg-darkTeal:before{border-color:#005e5d!important}.bd-darkCyan,.bd-darkCyan-active:active,.bd-darkCyan-hover:hover{border-color:#0686c4!important}.bd-darkCyan-focus:focus{border-color:#0686c4!important}.tg-darkCyan:before{border-color:#0686c4!important}.bd-darkCobalt,.bd-darkCobalt-active:active,.bd-darkCobalt-hover:hover{border-color:#0036a3!important}.bd-darkCobalt-focus:focus{border-color:#0036a3!important}.tg-darkCobalt:before{border-color:#0036a3!important}.bd-darkIndigo,.bd-darkIndigo-active:active,.bd-darkIndigo-hover:hover{border-color:#4a00b3!important}.bd-darkIndigo-focus:focus{border-color:#4a00b3!important}.tg-darkIndigo:before{border-color:#4a00b3!important}.bd-darkViolet,.bd-darkViolet-active:active,.bd-darkViolet-hover:hover{border-color:#7700b3!important}.bd-darkViolet-focus:focus{border-color:#7700b3!important}.tg-darkViolet:before{border-color:#7700b3!important}.bd-darkPink,.bd-darkPink-active:active,.bd-darkPink-hover:hover{border-color:#ba2588!important}.bd-darkPink-focus:focus{border-color:#ba2588!important}.tg-darkPink:before{border-color:#ba2588!important}.bd-darkMagenta,.bd-darkMagenta-active:active,.bd-darkMagenta-hover:hover{border-color:#8c004a!important}.bd-darkMagenta-focus:focus{border-color:#8c004a!important}.tg-darkMagenta:before{border-color:#8c004a!important}.bd-darkCrimson,.bd-darkCrimson-active:active,.bd-darkCrimson-hover:hover{border-color:#560014!important}.bd-darkCrimson-focus:focus{border-color:#560014!important}.tg-darkCrimson:before{border-color:#560014!important}.bd-darkRed,.bd-darkRed-active:active,.bd-darkRed-hover:hover{border-color:#8f251f!important}.bd-darkRed-focus:focus{border-color:#8f251f!important}.tg-darkRed:before{border-color:#8f251f!important}.bd-darkOrange,.bd-darkOrange-active:active,.bd-darkOrange-hover:hover{border-color:#ae4800!important}.bd-darkOrange-focus:focus{border-color:#ae4800!important}.tg-darkOrange:before{border-color:#ae4800!important}.bd-darkAmber,.bd-darkAmber-active:active,.bd-darkAmber-hover:hover{border-color:#a77107!important}.bd-darkAmber-focus:focus{border-color:#a77107!important}.tg-darkAmber:before{border-color:#a77107!important}.bd-darkYellow,.bd-darkYellow-active:active,.bd-darkYellow-hover:hover{border-color:#b3a800!important}.bd-darkYellow-focus:focus{border-color:#b3a800!important}.tg-darkYellow:before{border-color:#b3a800!important}.bd-darkBrown,.bd-darkBrown-active:active,.bd-darkBrown-hover:hover{border-color:#493219!important}.bd-darkBrown-focus:focus{border-color:#493219!important}.tg-darkBrown:before{border-color:#493219!important}.bd-darkOlive,.bd-darkOlive-active:active,.bd-darkOlive-hover:hover{border-color:#4a5b43!important}.bd-darkOlive-focus:focus{border-color:#4a5b43!important}.tg-darkOlive:before{border-color:#4a5b43!important}.bd-darkSteel,.bd-darkSteel-active:active,.bd-darkSteel-hover:hover{border-color:#43505b!important}.bd-darkSteel-focus:focus{border-color:#43505b!important}.tg-darkSteel:before{border-color:#43505b!important}.bd-darkMauve,.bd-darkMauve-active:active,.bd-darkMauve-hover:hover{border-color:#4f415d!important}.bd-darkMauve-focus:focus{border-color:#4f415d!important}.tg-darkMauve:before{border-color:#4f415d!important}.bd-darkTaupe,.bd-darkTaupe-active:active,.bd-darkTaupe-hover:hover{border-color:#574e32!important}.bd-darkTaupe-focus:focus{border-color:#574e32!important}.tg-darkTaupe:before{border-color:#574e32!important}.bd-darkGray,.bd-darkGray-active:active,.bd-darkGray-hover:hover{border-color:#989898!important}.bd-darkGray-focus:focus{border-color:#989898!important}.tg-darkGray:before{border-color:#989898!important}.bd-darkGrayBlue,.bd-darkGrayBlue-active:active,.bd-darkGrayBlue-hover:hover{border-color:#41545e!important}.bd-darkGrayBlue-focus:focus{border-color:#41545e!important}.tg-darkGrayBlue:before{border-color:#41545e!important}.fc-black,.fc-black-active:active,.fc-black-hover:hover{fill:#000!important}.fc-black-focus:focus{fill:#000!important}.fc-white,.fc-white-active:active,.fc-white-hover:hover{fill:#fff!important}.fc-white-focus:focus{fill:#fff!important}.fc-dark,.fc-dark-active:active,.fc-dark-hover:hover{fill:#1d1d1d!important}.fc-dark-focus:focus{fill:#1d1d1d!important}.fc-light,.fc-light-active:active,.fc-light-hover:hover{fill:#f8f8f8!important}.fc-light-focus:focus{fill:#f8f8f8!important}.fc-grayBlue,.fc-grayBlue-active:active,.fc-grayBlue-hover:hover{fill:#607d8b!important}.fc-grayBlue-focus:focus{fill:#607d8b!important}.fc-grayWhite,.fc-grayWhite-active:active,.fc-grayWhite-hover:hover{fill:#f5f5f5!important}.fc-grayWhite-focus:focus{fill:#f5f5f5!important}.fc-grayMouse,.fc-grayMouse-active:active,.fc-grayMouse-hover:hover{fill:#455a64!important}.fc-grayMouse-focus:focus{fill:#455a64!important}.fc-brandColor1,.fc-brandColor1-active:active,.fc-brandColor1-hover:hover{fill:#2ac4f4!important}.fc-brandColor1-focus:focus{fill:#2ac4f4!important}.fc-brandColor2,.fc-brandColor2-active:active,.fc-brandColor2-hover:hover{fill:#004d6f!important}.fc-brandColor2-focus:focus{fill:#004d6f!important}.fc-lime,.fc-lime-active:active,.fc-lime-hover:hover{fill:#a4c400!important}.fc-lime-focus:focus{fill:#a4c400!important}.fc-green,.fc-green-active:active,.fc-green-hover:hover{fill:#60a917!important}.fc-green-focus:focus{fill:#60a917!important}.fc-emerald,.fc-emerald-active:active,.fc-emerald-hover:hover{fill:#008a00!important}.fc-emerald-focus:focus{fill:#008a00!important}.fc-blue,.fc-blue-active:active,.fc-blue-hover:hover{fill:#00aff0!important}.fc-blue-focus:focus{fill:#00aff0!important}.fc-teal,.fc-teal-active:active,.fc-teal-hover:hover{fill:#00aba9!important}.fc-teal-focus:focus{fill:#00aba9!important}.fc-cyan,.fc-cyan-active:active,.fc-cyan-hover:hover{fill:#1fb1f8!important}.fc-cyan-focus:focus{fill:#1fb1f8!important}.fc-cobalt,.fc-cobalt-active:active,.fc-cobalt-hover:hover{fill:#0050ef!important}.fc-cobalt-focus:focus{fill:#0050ef!important}.fc-indigo,.fc-indigo-active:active,.fc-indigo-hover:hover{fill:#6a00ff!important}.fc-indigo-focus:focus{fill:#6a00ff!important}.fc-violet,.fc-violet-active:active,.fc-violet-hover:hover{fill:#a0f!important}.fc-violet-focus:focus{fill:#a0f!important}.fc-pink,.fc-pink-active:active,.fc-pink-hover:hover{fill:#dc4fad!important}.fc-pink-focus:focus{fill:#dc4fad!important}.fc-magenta,.fc-magenta-active:active,.fc-magenta-hover:hover{fill:#d80073!important}.fc-magenta-focus:focus{fill:#d80073!important}.fc-crimson,.fc-crimson-active:active,.fc-crimson-hover:hover{fill:#a20025!important}.fc-crimson-focus:focus{fill:#a20025!important}.fc-red,.fc-red-active:active,.fc-red-hover:hover{fill:#ce352c!important}.fc-red-focus:focus{fill:#ce352c!important}.fc-orange,.fc-orange-active:active,.fc-orange-hover:hover{fill:#fa6800!important}.fc-orange-focus:focus{fill:#fa6800!important}.fc-amber,.fc-amber-active:active,.fc-amber-hover:hover{fill:#f0a30a!important}.fc-amber-focus:focus{fill:#f0a30a!important}.fc-yellow,.fc-yellow-active:active,.fc-yellow-hover:hover{fill:#fff000!important}.fc-yellow-focus:focus{fill:#fff000!important}.fc-brown,.fc-brown-active:active,.fc-brown-hover:hover{fill:#825a2c!important}.fc-brown-focus:focus{fill:#825a2c!important}.fc-olive,.fc-olive-active:active,.fc-olive-hover:hover{fill:#6d8764!important}.fc-olive-focus:focus{fill:#6d8764!important}.fc-steel,.fc-steel-active:active,.fc-steel-hover:hover{fill:#647687!important}.fc-steel-focus:focus{fill:#647687!important}.fc-mauve,.fc-mauve-active:active,.fc-mauve-hover:hover{fill:#76608a!important}.fc-mauve-focus:focus{fill:#76608a!important}.fc-taupe,.fc-taupe-active:active,.fc-taupe-hover:hover{fill:#87794e!important}.fc-taupe-focus:focus{fill:#87794e!important}.fc-gray,.fc-gray-active:active,.fc-gray-hover:hover{fill:#bebebe!important}.fc-gray-focus:focus{fill:#bebebe!important}.fc-lightLime,.fc-lightLime-active:active,.fc-lightLime-hover:hover{fill:#d8ff12!important}.fc-lightLime-focus:focus{fill:#d8ff12!important}.fc-lightGreen,.fc-lightGreen-active:active,.fc-lightGreen-hover:hover{fill:#86e22a!important}.fc-lightGreen-focus:focus{fill:#86e22a!important}.fc-lightEmerald,.fc-lightEmerald-active:active,.fc-lightEmerald-hover:hover{fill:#00d600!important}.fc-lightEmerald-focus:focus{fill:#00d600!important}.fc-lightBlue,.fc-lightBlue-active:active,.fc-lightBlue-hover:hover{fill:#3ecbff!important}.fc-lightBlue-focus:focus{fill:#3ecbff!important}.fc-lightTeal,.fc-lightTeal-active:active,.fc-lightTeal-hover:hover{fill:#00f7f5!important}.fc-lightTeal-focus:focus{fill:#00f7f5!important}.fc-lightCyan,.fc-lightCyan-active:active,.fc-lightCyan-hover:hover{fill:#69cbfa!important}.fc-lightCyan-focus:focus{fill:#69cbfa!important}.fc-lightCobalt,.fc-lightCobalt-active:active,.fc-lightCobalt-hover:hover{fill:#3d7eff!important}.fc-lightCobalt-focus:focus{fill:#3d7eff!important}.fc-lightIndigo,.fc-lightIndigo-active:active,.fc-lightIndigo-hover:hover{fill:#974dff!important}.fc-lightIndigo-focus:focus{fill:#974dff!important}.fc-lightViolet,.fc-lightViolet-active:active,.fc-lightViolet-hover:hover{fill:#c44dff!important}.fc-lightViolet-focus:focus{fill:#c44dff!important}.fc-lightPink,.fc-lightPink-active:active,.fc-lightPink-hover:hover{fill:#e98fcb!important}.fc-lightPink-focus:focus{fill:#e98fcb!important}.fc-lightMagenta,.fc-lightMagenta-active:active,.fc-lightMagenta-hover:hover{fill:#ff2599!important}.fc-lightMagenta-focus:focus{fill:#ff2599!important}.fc-lightCrimson,.fc-lightCrimson-active:active,.fc-lightCrimson-hover:hover{fill:#ef0036!important}.fc-lightCrimson-focus:focus{fill:#ef0036!important}.fc-lightRed,.fc-lightRed-active:active,.fc-lightRed-hover:hover{fill:#df6e68!important}.fc-lightRed-focus:focus{fill:#df6e68!important}.fc-lightOrange,.fc-lightOrange-active:active,.fc-lightOrange-hover:hover{fill:#ff9447!important}.fc-lightOrange-focus:focus{fill:#ff9447!important}.fc-lightAmber,.fc-lightAmber-active:active,.fc-lightAmber-hover:hover{fill:#f8bf4f!important}.fc-lightAmber-focus:focus{fill:#f8bf4f!important}.fc-lightYellow,.fc-lightYellow-active:active,.fc-lightYellow-hover:hover{fill:#fff44d!important}.fc-lightYellow-focus:focus{fill:#fff44d!important}.fc-lightBrown,.fc-lightBrown-active:active,.fc-lightBrown-hover:hover{fill:#bb823f!important}.fc-lightBrown-focus:focus{fill:#bb823f!important}.fc-lightOlive,.fc-lightOlive-active:active,.fc-lightOlive-hover:hover{fill:#95ab8d!important}.fc-lightOlive-focus:focus{fill:#95ab8d!important}.fc-lightSteel,.fc-lightSteel-active:active,.fc-lightSteel-hover:hover{fill:#8d9cab!important}.fc-lightSteel-focus:focus{fill:#8d9cab!important}.fc-lightMauve,.fc-lightMauve-active:active,.fc-lightMauve-hover:hover{fill:#9c89ad!important}.fc-lightMauve-focus:focus{fill:#9c89ad!important}.fc-lightTaupe,.fc-lightTaupe-active:active,.fc-lightTaupe-hover:hover{fill:#aea073!important}.fc-lightTaupe-focus:focus{fill:#aea073!important}.fc-lightGray,.fc-lightGray-active:active,.fc-lightGray-hover:hover{fill:#e4e4e4!important}.fc-lightGray-focus:focus{fill:#e4e4e4!important}.fc-lightGrayBlue,.fc-lightGrayBlue-active:active,.fc-lightGrayBlue-hover:hover{fill:#8aa2ae!important}.fc-lightGrayBlue-focus:focus{fill:#8aa2ae!important}.fc-darkLime,.fc-darkLime-active:active,.fc-darkLime-hover:hover{fill:#647800!important}.fc-darkLime-focus:focus{fill:#647800!important}.fc-darkGreen,.fc-darkGreen-active:active,.fc-darkGreen-hover:hover{fill:#3a660e!important}.fc-darkGreen-focus:focus{fill:#3a660e!important}.fc-darkEmerald,.fc-darkEmerald-active:active,.fc-darkEmerald-hover:hover{fill:#003d00!important}.fc-darkEmerald-focus:focus{fill:#003d00!important}.fc-darkBlue,.fc-darkBlue-active:active,.fc-darkBlue-hover:hover{fill:#0077a3!important}.fc-darkBlue-focus:focus{fill:#0077a3!important}.fc-darkTeal,.fc-darkTeal-active:active,.fc-darkTeal-hover:hover{fill:#005e5d!important}.fc-darkTeal-focus:focus{fill:#005e5d!important}.fc-darkCyan,.fc-darkCyan-active:active,.fc-darkCyan-hover:hover{fill:#0686c4!important}.fc-darkCyan-focus:focus{fill:#0686c4!important}.fc-darkCobalt,.fc-darkCobalt-active:active,.fc-darkCobalt-hover:hover{fill:#0036a3!important}.fc-darkCobalt-focus:focus{fill:#0036a3!important}.fc-darkIndigo,.fc-darkIndigo-active:active,.fc-darkIndigo-hover:hover{fill:#4a00b3!important}.fc-darkIndigo-focus:focus{fill:#4a00b3!important}.fc-darkViolet,.fc-darkViolet-active:active,.fc-darkViolet-hover:hover{fill:#7700b3!important}.fc-darkViolet-focus:focus{fill:#7700b3!important}.fc-darkPink,.fc-darkPink-active:active,.fc-darkPink-hover:hover{fill:#ba2588!important}.fc-darkPink-focus:focus{fill:#ba2588!important}.fc-darkMagenta,.fc-darkMagenta-active:active,.fc-darkMagenta-hover:hover{fill:#8c004a!important}.fc-darkMagenta-focus:focus{fill:#8c004a!important}.fc-darkCrimson,.fc-darkCrimson-active:active,.fc-darkCrimson-hover:hover{fill:#560014!important}.fc-darkCrimson-focus:focus{fill:#560014!important}.fc-darkRed,.fc-darkRed-active:active,.fc-darkRed-hover:hover{fill:#8f251f!important}.fc-darkRed-focus:focus{fill:#8f251f!important}.fc-darkOrange,.fc-darkOrange-active:active,.fc-darkOrange-hover:hover{fill:#ae4800!important}.fc-darkOrange-focus:focus{fill:#ae4800!important}.fc-darkAmber,.fc-darkAmber-active:active,.fc-darkAmber-hover:hover{fill:#a77107!important}.fc-darkAmber-focus:focus{fill:#a77107!important}.fc-darkYellow,.fc-darkYellow-active:active,.fc-darkYellow-hover:hover{fill:#b3a800!important}.fc-darkYellow-focus:focus{fill:#b3a800!important}.fc-darkBrown,.fc-darkBrown-active:active,.fc-darkBrown-hover:hover{fill:#493219!important}.fc-darkBrown-focus:focus{fill:#493219!important}.fc-darkOlive,.fc-darkOlive-active:active,.fc-darkOlive-hover:hover{fill:#4a5b43!important}.fc-darkOlive-focus:focus{fill:#4a5b43!important}.fc-darkSteel,.fc-darkSteel-active:active,.fc-darkSteel-hover:hover{fill:#43505b!important}.fc-darkSteel-focus:focus{fill:#43505b!important}.fc-darkMauve,.fc-darkMauve-active:active,.fc-darkMauve-hover:hover{fill:#4f415d!important}.fc-darkMauve-focus:focus{fill:#4f415d!important}.fc-darkTaupe,.fc-darkTaupe-active:active,.fc-darkTaupe-hover:hover{fill:#574e32!important}.fc-darkTaupe-focus:focus{fill:#574e32!important}.fc-darkGray,.fc-darkGray-active:active,.fc-darkGray-hover:hover{fill:#989898!important}.fc-darkGray-focus:focus{fill:#989898!important}.fc-darkGrayBlue,.fc-darkGrayBlue-active:active,.fc-darkGrayBlue-hover:hover{fill:#41545e!important}.fc-darkGrayBlue-focus:focus{fill:#41545e!important}.fg-default{color:var(--default-color)!important}.fg-black,.fg-black-active:active,.fg-black-hover:hover{color:#000!important}.fg-black-focus:focus{color:#000!important}.fg-white,.fg-white-active:active,.fg-white-hover:hover{color:#fff!important}.fg-white-focus:focus{color:#fff!important}.fg-dark,.fg-dark-active:active,.fg-dark-hover:hover{color:#1d1d1d!important}.fg-dark-focus:focus{color:#1d1d1d!important}.fg-light,.fg-light-active:active,.fg-light-hover:hover{color:#f8f8f8!important}.fg-light-focus:focus{color:#f8f8f8!important}.fg-grayBlue,.fg-grayBlue-active:active,.fg-grayBlue-hover:hover{color:#607d8b!important}.fg-grayBlue-focus:focus{color:#607d8b!important}.fg-grayWhite,.fg-grayWhite-active:active,.fg-grayWhite-hover:hover{color:#f5f5f5!important}.fg-grayWhite-focus:focus{color:#f5f5f5!important}.fg-grayMouse,.fg-grayMouse-active:active,.fg-grayMouse-hover:hover{color:#455a64!important}.fg-grayMouse-focus:focus{color:#455a64!important}.fg-brandColor1,.fg-brandColor1-active:active,.fg-brandColor1-hover:hover{color:#2ac4f4!important}.fg-brandColor1-focus:focus{color:#2ac4f4!important}.fg-brandColor2,.fg-brandColor2-active:active,.fg-brandColor2-hover:hover{color:#004d6f!important}.fg-brandColor2-focus:focus{color:#004d6f!important}.fg-lime,.fg-lime-active:active,.fg-lime-hover:hover{color:#a4c400!important}.fg-lime-focus:focus{color:#a4c400!important}.fg-green,.fg-green-active:active,.fg-green-hover:hover{color:#60a917!important}.fg-green-focus:focus{color:#60a917!important}.fg-emerald,.fg-emerald-active:active,.fg-emerald-hover:hover{color:#008a00!important}.fg-emerald-focus:focus{color:#008a00!important}.fg-blue,.fg-blue-active:active,.fg-blue-hover:hover{color:#00aff0!important}.fg-blue-focus:focus{color:#00aff0!important}.fg-teal,.fg-teal-active:active,.fg-teal-hover:hover{color:#00aba9!important}.fg-teal-focus:focus{color:#00aba9!important}.fg-cyan,.fg-cyan-active:active,.fg-cyan-hover:hover{color:#1fb1f8!important}.fg-cyan-focus:focus{color:#1fb1f8!important}.fg-cobalt,.fg-cobalt-active:active,.fg-cobalt-hover:hover{color:#0050ef!important}.fg-cobalt-focus:focus{color:#0050ef!important}.fg-indigo,.fg-indigo-active:active,.fg-indigo-hover:hover{color:#6a00ff!important}.fg-indigo-focus:focus{color:#6a00ff!important}.fg-violet,.fg-violet-active:active,.fg-violet-hover:hover{color:#a0f!important}.fg-violet-focus:focus{color:#a0f!important}.fg-pink,.fg-pink-active:active,.fg-pink-hover:hover{color:#dc4fad!important}.fg-pink-focus:focus{color:#dc4fad!important}.fg-magenta,.fg-magenta-active:active,.fg-magenta-hover:hover{color:#d80073!important}.fg-magenta-focus:focus{color:#d80073!important}.fg-crimson,.fg-crimson-active:active,.fg-crimson-hover:hover{color:#a20025!important}.fg-crimson-focus:focus{color:#a20025!important}.fg-red,.fg-red-active:active,.fg-red-hover:hover{color:#ce352c!important}.fg-red-focus:focus{color:#ce352c!important}.fg-orange,.fg-orange-active:active,.fg-orange-hover:hover{color:#fa6800!important}.fg-orange-focus:focus{color:#fa6800!important}.fg-amber,.fg-amber-active:active,.fg-amber-hover:hover{color:#f0a30a!important}.fg-amber-focus:focus{color:#f0a30a!important}.fg-yellow,.fg-yellow-active:active,.fg-yellow-hover:hover{color:#fff000!important}.fg-yellow-focus:focus{color:#fff000!important}.fg-brown,.fg-brown-active:active,.fg-brown-hover:hover{color:#825a2c!important}.fg-brown-focus:focus{color:#825a2c!important}.fg-olive,.fg-olive-active:active,.fg-olive-hover:hover{color:#6d8764!important}.fg-olive-focus:focus{color:#6d8764!important}.fg-steel,.fg-steel-active:active,.fg-steel-hover:hover{color:#647687!important}.fg-steel-focus:focus{color:#647687!important}.fg-mauve,.fg-mauve-active:active,.fg-mauve-hover:hover{color:#76608a!important}.fg-mauve-focus:focus{color:#76608a!important}.fg-taupe,.fg-taupe-active:active,.fg-taupe-hover:hover{color:#87794e!important}.fg-taupe-focus:focus{color:#87794e!important}.fg-gray,.fg-gray-active:active,.fg-gray-hover:hover{color:#bebebe!important}.fg-gray-focus:focus{color:#bebebe!important}.fg-lightLime,.fg-lightLime-active:active,.fg-lightLime-hover:hover{color:#d8ff12!important}.fg-lightLime-focus:focus{color:#d8ff12!important}.fg-lightGreen,.fg-lightGreen-active:active,.fg-lightGreen-hover:hover{color:#86e22a!important}.fg-lightGreen-focus:focus{color:#86e22a!important}.fg-lightEmerald,.fg-lightEmerald-active:active,.fg-lightEmerald-hover:hover{color:#00d600!important}.fg-lightEmerald-focus:focus{color:#00d600!important}.fg-lightBlue,.fg-lightBlue-active:active,.fg-lightBlue-hover:hover{color:#3ecbff!important}.fg-lightBlue-focus:focus{color:#3ecbff!important}.fg-lightTeal,.fg-lightTeal-active:active,.fg-lightTeal-hover:hover{color:#00f7f5!important}.fg-lightTeal-focus:focus{color:#00f7f5!important}.fg-lightCyan,.fg-lightCyan-active:active,.fg-lightCyan-hover:hover{color:#69cbfa!important}.fg-lightCyan-focus:focus{color:#69cbfa!important}.fg-lightCobalt,.fg-lightCobalt-active:active,.fg-lightCobalt-hover:hover{color:#3d7eff!important}.fg-lightCobalt-focus:focus{color:#3d7eff!important}.fg-lightIndigo,.fg-lightIndigo-active:active,.fg-lightIndigo-hover:hover{color:#974dff!important}.fg-lightIndigo-focus:focus{color:#974dff!important}.fg-lightViolet,.fg-lightViolet-active:active,.fg-lightViolet-hover:hover{color:#c44dff!important}.fg-lightViolet-focus:focus{color:#c44dff!important}.fg-lightPink,.fg-lightPink-active:active,.fg-lightPink-hover:hover{color:#e98fcb!important}.fg-lightPink-focus:focus{color:#e98fcb!important}.fg-lightMagenta,.fg-lightMagenta-active:active,.fg-lightMagenta-hover:hover{color:#ff2599!important}.fg-lightMagenta-focus:focus{color:#ff2599!important}.fg-lightCrimson,.fg-lightCrimson-active:active,.fg-lightCrimson-hover:hover{color:#ef0036!important}.fg-lightCrimson-focus:focus{color:#ef0036!important}.fg-lightRed,.fg-lightRed-active:active,.fg-lightRed-hover:hover{color:#df6e68!important}.fg-lightRed-focus:focus{color:#df6e68!important}.fg-lightOrange,.fg-lightOrange-active:active,.fg-lightOrange-hover:hover{color:#ff9447!important}.fg-lightOrange-focus:focus{color:#ff9447!important}.fg-lightAmber,.fg-lightAmber-active:active,.fg-lightAmber-hover:hover{color:#f8bf4f!important}.fg-lightAmber-focus:focus{color:#f8bf4f!important}.fg-lightYellow,.fg-lightYellow-active:active,.fg-lightYellow-hover:hover{color:#fff44d!important}.fg-lightYellow-focus:focus{color:#fff44d!important}.fg-lightBrown,.fg-lightBrown-active:active,.fg-lightBrown-hover:hover{color:#bb823f!important}.fg-lightBrown-focus:focus{color:#bb823f!important}.fg-lightOlive,.fg-lightOlive-active:active,.fg-lightOlive-hover:hover{color:#95ab8d!important}.fg-lightOlive-focus:focus{color:#95ab8d!important}.fg-lightSteel,.fg-lightSteel-active:active,.fg-lightSteel-hover:hover{color:#8d9cab!important}.fg-lightSteel-focus:focus{color:#8d9cab!important}.fg-lightMauve,.fg-lightMauve-active:active,.fg-lightMauve-hover:hover{color:#9c89ad!important}.fg-lightMauve-focus:focus{color:#9c89ad!important}.fg-lightTaupe,.fg-lightTaupe-active:active,.fg-lightTaupe-hover:hover{color:#aea073!important}.fg-lightTaupe-focus:focus{color:#aea073!important}.fg-lightGray,.fg-lightGray-active:active,.fg-lightGray-hover:hover{color:#e4e4e4!important}.fg-lightGray-focus:focus{color:#e4e4e4!important}.fg-lightGrayBlue,.fg-lightGrayBlue-active:active,.fg-lightGrayBlue-hover:hover{color:#8aa2ae!important}.fg-lightGrayBlue-focus:focus{color:#8aa2ae!important}.fg-darkLime,.fg-darkLime-active:active,.fg-darkLime-hover:hover{color:#647800!important}.fg-darkLime-focus:focus{color:#647800!important}.fg-darkGreen,.fg-darkGreen-active:active,.fg-darkGreen-hover:hover{color:#3a660e!important}.fg-darkGreen-focus:focus{color:#3a660e!important}.fg-darkEmerald,.fg-darkEmerald-active:active,.fg-darkEmerald-hover:hover{color:#003d00!important}.fg-darkEmerald-focus:focus{color:#003d00!important}.fg-darkBlue,.fg-darkBlue-active:active,.fg-darkBlue-hover:hover{color:#0077a3!important}.fg-darkBlue-focus:focus{color:#0077a3!important}.fg-darkTeal,.fg-darkTeal-active:active,.fg-darkTeal-hover:hover{color:#005e5d!important}.fg-darkTeal-focus:focus{color:#005e5d!important}.fg-darkCyan,.fg-darkCyan-active:active,.fg-darkCyan-hover:hover{color:#0686c4!important}.fg-darkCyan-focus:focus{color:#0686c4!important}.fg-darkCobalt,.fg-darkCobalt-active:active,.fg-darkCobalt-hover:hover{color:#0036a3!important}.fg-darkCobalt-focus:focus{color:#0036a3!important}.fg-darkIndigo,.fg-darkIndigo-active:active,.fg-darkIndigo-hover:hover{color:#4a00b3!important}.fg-darkIndigo-focus:focus{color:#4a00b3!important}.fg-darkViolet,.fg-darkViolet-active:active,.fg-darkViolet-hover:hover{color:#7700b3!important}.fg-darkViolet-focus:focus{color:#7700b3!important}.fg-darkPink,.fg-darkPink-active:active,.fg-darkPink-hover:hover{color:#ba2588!important}.fg-darkPink-focus:focus{color:#ba2588!important}.fg-darkMagenta,.fg-darkMagenta-active:active,.fg-darkMagenta-hover:hover{color:#8c004a!important}.fg-darkMagenta-focus:focus{color:#8c004a!important}.fg-darkCrimson,.fg-darkCrimson-active:active,.fg-darkCrimson-hover:hover{color:#560014!important}.fg-darkCrimson-focus:focus{color:#560014!important}.fg-darkRed,.fg-darkRed-active:active,.fg-darkRed-hover:hover{color:#8f251f!important}.fg-darkRed-focus:focus{color:#8f251f!important}.fg-darkOrange,.fg-darkOrange-active:active,.fg-darkOrange-hover:hover{color:#ae4800!important}.fg-darkOrange-focus:focus{color:#ae4800!important}.fg-darkAmber,.fg-darkAmber-active:active,.fg-darkAmber-hover:hover{color:#a77107!important}.fg-darkAmber-focus:focus{color:#a77107!important}.fg-darkYellow,.fg-darkYellow-active:active,.fg-darkYellow-hover:hover{color:#b3a800!important}.fg-darkYellow-focus:focus{color:#b3a800!important}.fg-darkBrown,.fg-darkBrown-active:active,.fg-darkBrown-hover:hover{color:#493219!important}.fg-darkBrown-focus:focus{color:#493219!important}.fg-darkOlive,.fg-darkOlive-active:active,.fg-darkOlive-hover:hover{color:#4a5b43!important}.fg-darkOlive-focus:focus{color:#4a5b43!important}.fg-darkSteel,.fg-darkSteel-active:active,.fg-darkSteel-hover:hover{color:#43505b!important}.fg-darkSteel-focus:focus{color:#43505b!important}.fg-darkMauve,.fg-darkMauve-active:active,.fg-darkMauve-hover:hover{color:#4f415d!important}.fg-darkMauve-focus:focus{color:#4f415d!important}.fg-darkTaupe,.fg-darkTaupe-active:active,.fg-darkTaupe-hover:hover{color:#574e32!important}.fg-darkTaupe-focus:focus{color:#574e32!important}.fg-darkGray,.fg-darkGray-active:active,.fg-darkGray-hover:hover{color:#989898!important}.fg-darkGray-focus:focus{color:#989898!important}.fg-darkGrayBlue,.fg-darkGrayBlue-active:active,.fg-darkGrayBlue-hover:hover{color:#41545e!important}.fg-darkGrayBlue-focus:focus{color:#41545e!important}.op-default{background-color:#1fb1f880!important}.op-black{background-color:#00000080!important}.op-black-hi{background-color:#0003!important}.op-black-low{background-color:#000c!important}.op-white{background-color:#ffffff80!important}.op-white-hi{background-color:#fff3!important}.op-white-low{background-color:#fffc!important}.op-dark{background-color:#1d1d1d80!important}.op-dark-hi{background-color:#1d1d1d33!important}.op-dark-low{background-color:#1d1d1dcc!important}.op-light{background-color:#f8f8f880!important}.op-light-hi{background-color:#f8f8f833!important}.op-light-low{background-color:#f8f8f8cc!important}.op-grayBlue{background-color:#607d8b80!important}.op-grayBlue-hi{background-color:#607d8b33!important}.op-grayBlue-low{background-color:#607d8bcc!important}.op-grayWhite{background-color:#f5f5f580!important}.op-grayWhite-hi{background-color:#f5f5f533!important}.op-grayWhite-low{background-color:#f5f5f5cc!important}.op-grayMouse{background-color:#455a6480!important}.op-grayMouse-hi{background-color:#455a6433!important}.op-grayMouse-low{background-color:#455a64cc!important}.op-brandColor1{background-color:#2ac4f480!important}.op-brandColor1-hi{background-color:#2ac4f433!important}.op-brandColor1-low{background-color:#2ac4f4cc!important}.op-brandColor2{background-color:#004d6f80!important}.op-brandColor2-hi{background-color:#004d6f33!important}.op-brandColor2-low{background-color:#004d6fcc!important}.op-lime{background-color:#a4c40080!important}.op-lime-hi{background-color:#a4c40033!important}.op-lime-low{background-color:#a4c400cc!important}.op-green{background-color:#60a91780!important}.op-green-hi{background-color:#60a91733!important}.op-green-low{background-color:#60a917cc!important}.op-emerald{background-color:#008a0080!important}.op-emerald-hi{background-color:#008a0033!important}.op-emerald-low{background-color:#008a00cc!important}.op-blue{background-color:#00aff080!important}.op-blue-hi{background-color:#00aff033!important}.op-blue-low{background-color:#00aff0cc!important}.op-teal{background-color:#00aba980!important}.op-teal-hi{background-color:#00aba933!important}.op-teal-low{background-color:#00aba9cc!important}.op-cyan{background-color:#1fb1f880!important}.op-cyan-hi{background-color:#1fb1f833!important}.op-cyan-low{background-color:#1fb1f8cc!important}.op-cobalt{background-color:#0050ef80!important}.op-cobalt-hi{background-color:#0050ef33!important}.op-cobalt-low{background-color:#0050efcc!important}.op-indigo{background-color:#6a00ff80!important}.op-indigo-hi{background-color:#6a00ff33!important}.op-indigo-low{background-color:#6a00ffcc!important}.op-violet{background-color:#aa00ff80!important}.op-violet-hi{background-color:#a0f3!important}.op-violet-low{background-color:#a0fc!important}.op-pink{background-color:#dc4fad80!important}.op-pink-hi{background-color:#dc4fad33!important}.op-pink-low{background-color:#dc4fadcc!important}.op-magenta{background-color:#d8007380!important}.op-magenta-hi{background-color:#d8007333!important}.op-magenta-low{background-color:#d80073cc!important}.op-crimson{background-color:#a2002580!important}.op-crimson-hi{background-color:#a2002533!important}.op-crimson-low{background-color:#a20025cc!important}.op-red{background-color:#ce352c80!important}.op-red-hi{background-color:#ce352c33!important}.op-red-low{background-color:#ce352ccc!important}.op-orange{background-color:#fa680080!important}.op-orange-hi{background-color:#fa680033!important}.op-orange-low{background-color:#fa6800cc!important}.op-amber{background-color:#f0a30a80!important}.op-amber-hi{background-color:#f0a30a33!important}.op-amber-low{background-color:#f0a30acc!important}.op-yellow{background-color:#fff00080!important}.op-yellow-hi{background-color:#fff00033!important}.op-yellow-low{background-color:#fff000cc!important}.op-brown{background-color:#825a2c80!important}.op-brown-hi{background-color:#825a2c33!important}.op-brown-low{background-color:#825a2ccc!important}.op-olive{background-color:#6d876480!important}.op-olive-hi{background-color:#6d876433!important}.op-olive-low{background-color:#6d8764cc!important}.op-steel{background-color:#64768780!important}.op-steel-hi{background-color:#64768733!important}.op-steel-low{background-color:#647687cc!important}.op-mauve{background-color:#76608a80!important}.op-mauve-hi{background-color:#76608a33!important}.op-mauve-low{background-color:#76608acc!important}.op-taupe{background-color:#87794e80!important}.op-taupe-hi{background-color:#87794e33!important}.op-taupe-low{background-color:#87794ecc!important}.op-gray{background-color:#bebebe80!important}.op-gray-hi{background-color:#bebebe33!important}.op-gray-low{background-color:#bebebecc!important}.op-lightLime{background-color:#d8ff1280!important}.op-lightLime-hi{background-color:#d8ff1233!important}.op-lightLime-low{background-color:#d8ff12cc!important}.op-lightGreen{background-color:#86e22a80!important}.op-lightGreen-hi{background-color:#86e22a33!important}.op-lightGreen-low{background-color:#86e22acc!important}.op-lightEmerald{background-color:#00d60080!important}.op-lightEmerald-hi{background-color:#00d60033!important}.op-lightEmerald-low{background-color:#00d600cc!important}.op-lightBlue{background-color:#3ecbff80!important}.op-lightBlue-hi{background-color:#3ecbff33!important}.op-lightBlue-low{background-color:#3ecbffcc!important}.op-lightTeal{background-color:#00f7f580!important}.op-lightTeal-hi{background-color:#00f7f533!important}.op-lightTeal-low{background-color:#00f7f5cc!important}.op-lightCyan{background-color:#69cbfa80!important}.op-lightCyan-hi{background-color:#69cbfa33!important}.op-lightCyan-low{background-color:#69cbfacc!important}.op-lightCobalt{background-color:#3d7eff80!important}.op-lightCobalt-hi{background-color:#3d7eff33!important}.op-lightCobalt-low{background-color:#3d7effcc!important}.op-lightIndigo{background-color:#974dff80!important}.op-lightIndigo-hi{background-color:#974dff33!important}.op-lightIndigo-low{background-color:#974dffcc!important}.op-lightViolet{background-color:#c44dff80!important}.op-lightViolet-hi{background-color:#c44dff33!important}.op-lightViolet-low{background-color:#c44dffcc!important}.op-lightPink{background-color:#e98fcb80!important}.op-lightPink-hi{background-color:#e98fcb33!important}.op-lightPink-low{background-color:#e98fcbcc!important}.op-lightMagenta{background-color:#ff259980!important}.op-lightMagenta-hi{background-color:#ff259933!important}.op-lightMagenta-low{background-color:#ff2599cc!important}.op-lightCrimson{background-color:#ef003680!important}.op-lightCrimson-hi{background-color:#ef003633!important}.op-lightCrimson-low{background-color:#ef0036cc!important}.op-lightRed{background-color:#df6e6880!important}.op-lightRed-hi{background-color:#df6e6833!important}.op-lightRed-low{background-color:#df6e68cc!important}.op-lightOrange{background-color:#ff944780!important}.op-lightOrange-hi{background-color:#ff944733!important}.op-lightOrange-low{background-color:#ff9447cc!important}.op-lightAmber{background-color:#f8bf4f80!important}.op-lightAmber-hi{background-color:#f8bf4f33!important}.op-lightAmber-low{background-color:#f8bf4fcc!important}.op-lightYellow{background-color:#fff44d80!important}.op-lightYellow-hi{background-color:#fff44d33!important}.op-lightYellow-low{background-color:#fff44dcc!important}.op-lightBrown{background-color:#bb823f80!important}.op-lightBrown-hi{background-color:#bb823f33!important}.op-lightBrown-low{background-color:#bb823fcc!important}.op-lightOlive{background-color:#95ab8d80!important}.op-lightOlive-hi{background-color:#95ab8d33!important}.op-lightOlive-low{background-color:#95ab8dcc!important}.op-lightSteel{background-color:#8d9cab80!important}.op-lightSteel-hi{background-color:#8d9cab33!important}.op-lightSteel-low{background-color:#8d9cabcc!important}.op-lightMauve{background-color:#9c89ad80!important}.op-lightMauve-hi{background-color:#9c89ad33!important}.op-lightMauve-low{background-color:#9c89adcc!important}.op-lightTaupe{background-color:#aea07380!important}.op-lightTaupe-hi{background-color:#aea07333!important}.op-lightTaupe-low{background-color:#aea073cc!important}.op-lightGray{background-color:#e4e4e480!important}.op-lightGray-hi{background-color:#e4e4e433!important}.op-lightGray-low{background-color:#e4e4e4cc!important}.op-lightGrayBlue{background-color:#8aa2ae80!important}.op-lightGrayBlue-hi{background-color:#8aa2ae33!important}.op-lightGrayBlue-low{background-color:#8aa2aecc!important}.op-darkLime{background-color:#64780080!important}.op-darkLime-hi{background-color:#64780033!important}.op-darkLime-low{background-color:#647800cc!important}.op-darkGreen{background-color:#3a660e80!important}.op-darkGreen-hi{background-color:#3a660e33!important}.op-darkGreen-low{background-color:#3a660ecc!important}.op-darkEmerald{background-color:#003d0080!important}.op-darkEmerald-hi{background-color:#003d0033!important}.op-darkEmerald-low{background-color:#003d00cc!important}.op-darkBlue{background-color:#0077a380!important}.op-darkBlue-hi{background-color:#0077a333!important}.op-darkBlue-low{background-color:#0077a3cc!important}.op-darkTeal{background-color:#005e5d80!important}.op-darkTeal-hi{background-color:#005e5d33!important}.op-darkTeal-low{background-color:#005e5dcc!important}.op-darkCyan{background-color:#0686c480!important}.op-darkCyan-hi{background-color:#0686c433!important}.op-darkCyan-low{background-color:#0686c4cc!important}.op-darkCobalt{background-color:#0036a380!important}.op-darkCobalt-hi{background-color:#0036a333!important}.op-darkCobalt-low{background-color:#0036a3cc!important}.op-darkIndigo{background-color:#4a00b380!important}.op-darkIndigo-hi{background-color:#4a00b333!important}.op-darkIndigo-low{background-color:#4a00b3cc!important}.op-darkViolet{background-color:#7700b380!important}.op-darkViolet-hi{background-color:#7700b333!important}.op-darkViolet-low{background-color:#7700b3cc!important}.op-darkPink{background-color:#ba258880!important}.op-darkPink-hi{background-color:#ba258833!important}.op-darkPink-low{background-color:#ba2588cc!important}.op-darkMagenta{background-color:#8c004a80!important}.op-darkMagenta-hi{background-color:#8c004a33!important}.op-darkMagenta-low{background-color:#8c004acc!important}.op-darkCrimson{background-color:#56001480!important}.op-darkCrimson-hi{background-color:#56001433!important}.op-darkCrimson-low{background-color:#560014cc!important}.op-darkRed{background-color:#8f251f80!important}.op-darkRed-hi{background-color:#8f251f33!important}.op-darkRed-low{background-color:#8f251fcc!important}.op-darkOrange{background-color:#ae480080!important}.op-darkOrange-hi{background-color:#ae480033!important}.op-darkOrange-low{background-color:#ae4800cc!important}.op-darkAmber{background-color:#a7710780!important}.op-darkAmber-hi{background-color:#a7710733!important}.op-darkAmber-low{background-color:#a77107cc!important}.op-darkYellow{background-color:#b3a80080!important}.op-darkYellow-hi{background-color:#b3a80033!important}.op-darkYellow-low{background-color:#b3a800cc!important}.op-darkBrown{background-color:#49321980!important}.op-darkBrown-hi{background-color:#49321933!important}.op-darkBrown-low{background-color:#493219cc!important}.op-darkOlive{background-color:#4a5b4380!important}.op-darkOlive-hi{background-color:#4a5b4333!important}.op-darkOlive-low{background-color:#4a5b43cc!important}.op-darkSteel{background-color:#43505b80!important}.op-darkSteel-hi{background-color:#43505b33!important}.op-darkSteel-low{background-color:#43505bcc!important}.op-darkMauve{background-color:#4f415d80!important}.op-darkMauve-hi{background-color:#4f415d33!important}.op-darkMauve-low{background-color:#4f415dcc!important}.op-darkTaupe{background-color:#574e3280!important}.op-darkTaupe-hi{background-color:#574e3233!important}.op-darkTaupe-low{background-color:#574e32cc!important}.op-darkGray{background-color:#98989880!important}.op-darkGray-hi{background-color:#98989833!important}.op-darkGray-low{background-color:#989898cc!important}.op-darkGrayBlue{background-color:#41545e80!important}.op-darkGrayBlue-hi{background-color:#41545e33!important}.op-darkGrayBlue-low{background-color:#41545ecc!important}.ol-black,.ol-black-active:active,.ol-black-hover:hover{outline-color:#000!important}.ol-black-focus:focus{outline-color:#000!important}.ol-white,.ol-white-active:active,.ol-white-hover:hover{outline-color:#fff!important}.ol-white-focus:focus{outline-color:#fff!important}.ol-dark,.ol-dark-active:active,.ol-dark-hover:hover{outline-color:#1d1d1d!important}.ol-dark-focus:focus{outline-color:#1d1d1d!important}.ol-light,.ol-light-active:active,.ol-light-hover:hover{outline-color:#f8f8f8!important}.ol-light-focus:focus{outline-color:#f8f8f8!important}.ol-grayBlue,.ol-grayBlue-active:active,.ol-grayBlue-hover:hover{outline-color:#607d8b!important}.ol-grayBlue-focus:focus{outline-color:#607d8b!important}.ol-grayWhite,.ol-grayWhite-active:active,.ol-grayWhite-hover:hover{outline-color:#f5f5f5!important}.ol-grayWhite-focus:focus{outline-color:#f5f5f5!important}.ol-grayMouse,.ol-grayMouse-active:active,.ol-grayMouse-hover:hover{outline-color:#455a64!important}.ol-grayMouse-focus:focus{outline-color:#455a64!important}.ol-brandColor1,.ol-brandColor1-active:active,.ol-brandColor1-hover:hover{outline-color:#2ac4f4!important}.ol-brandColor1-focus:focus{outline-color:#2ac4f4!important}.ol-brandColor2,.ol-brandColor2-active:active,.ol-brandColor2-hover:hover{outline-color:#004d6f!important}.ol-brandColor2-focus:focus{outline-color:#004d6f!important}.ol-lime,.ol-lime-active:active,.ol-lime-hover:hover{outline-color:#a4c400!important}.ol-lime-focus:focus{outline-color:#a4c400!important}.ol-green,.ol-green-active:active,.ol-green-hover:hover{outline-color:#60a917!important}.ol-green-focus:focus{outline-color:#60a917!important}.ol-emerald,.ol-emerald-active:active,.ol-emerald-hover:hover{outline-color:#008a00!important}.ol-emerald-focus:focus{outline-color:#008a00!important}.ol-blue,.ol-blue-active:active,.ol-blue-hover:hover{outline-color:#00aff0!important}.ol-blue-focus:focus{outline-color:#00aff0!important}.ol-teal,.ol-teal-active:active,.ol-teal-hover:hover{outline-color:#00aba9!important}.ol-teal-focus:focus{outline-color:#00aba9!important}.ol-cyan,.ol-cyan-active:active,.ol-cyan-hover:hover{outline-color:#1fb1f8!important}.ol-cyan-focus:focus{outline-color:#1fb1f8!important}.ol-cobalt,.ol-cobalt-active:active,.ol-cobalt-hover:hover{outline-color:#0050ef!important}.ol-cobalt-focus:focus{outline-color:#0050ef!important}.ol-indigo,.ol-indigo-active:active,.ol-indigo-hover:hover{outline-color:#6a00ff!important}.ol-indigo-focus:focus{outline-color:#6a00ff!important}.ol-violet,.ol-violet-active:active,.ol-violet-hover:hover{outline-color:#a0f!important}.ol-violet-focus:focus{outline-color:#a0f!important}.ol-pink,.ol-pink-active:active,.ol-pink-hover:hover{outline-color:#dc4fad!important}.ol-pink-focus:focus{outline-color:#dc4fad!important}.ol-magenta,.ol-magenta-active:active,.ol-magenta-hover:hover{outline-color:#d80073!important}.ol-magenta-focus:focus{outline-color:#d80073!important}.ol-crimson,.ol-crimson-active:active,.ol-crimson-hover:hover{outline-color:#a20025!important}.ol-crimson-focus:focus{outline-color:#a20025!important}.ol-red,.ol-red-active:active,.ol-red-hover:hover{outline-color:#ce352c!important}.ol-red-focus:focus{outline-color:#ce352c!important}.ol-orange,.ol-orange-active:active,.ol-orange-hover:hover{outline-color:#fa6800!important}.ol-orange-focus:focus{outline-color:#fa6800!important}.ol-amber,.ol-amber-active:active,.ol-amber-hover:hover{outline-color:#f0a30a!important}.ol-amber-focus:focus{outline-color:#f0a30a!important}.ol-yellow,.ol-yellow-active:active,.ol-yellow-hover:hover{outline-color:#fff000!important}.ol-yellow-focus:focus{outline-color:#fff000!important}.ol-brown,.ol-brown-active:active,.ol-brown-hover:hover{outline-color:#825a2c!important}.ol-brown-focus:focus{outline-color:#825a2c!important}.ol-olive,.ol-olive-active:active,.ol-olive-hover:hover{outline-color:#6d8764!important}.ol-olive-focus:focus{outline-color:#6d8764!important}.ol-steel,.ol-steel-active:active,.ol-steel-hover:hover{outline-color:#647687!important}.ol-steel-focus:focus{outline-color:#647687!important}.ol-mauve,.ol-mauve-active:active,.ol-mauve-hover:hover{outline-color:#76608a!important}.ol-mauve-focus:focus{outline-color:#76608a!important}.ol-taupe,.ol-taupe-active:active,.ol-taupe-hover:hover{outline-color:#87794e!important}.ol-taupe-focus:focus{outline-color:#87794e!important}.ol-gray,.ol-gray-active:active,.ol-gray-hover:hover{outline-color:#bebebe!important}.ol-gray-focus:focus{outline-color:#bebebe!important}.ol-lightLime,.ol-lightLime-active:active,.ol-lightLime-hover:hover{outline-color:#d8ff12!important}.ol-lightLime-focus:focus{outline-color:#d8ff12!important}.ol-lightGreen,.ol-lightGreen-active:active,.ol-lightGreen-hover:hover{outline-color:#86e22a!important}.ol-lightGreen-focus:focus{outline-color:#86e22a!important}.ol-lightEmerald,.ol-lightEmerald-active:active,.ol-lightEmerald-hover:hover{outline-color:#00d600!important}.ol-lightEmerald-focus:focus{outline-color:#00d600!important}.ol-lightBlue,.ol-lightBlue-active:active,.ol-lightBlue-hover:hover{outline-color:#3ecbff!important}.ol-lightBlue-focus:focus{outline-color:#3ecbff!important}.ol-lightTeal,.ol-lightTeal-active:active,.ol-lightTeal-hover:hover{outline-color:#00f7f5!important}.ol-lightTeal-focus:focus{outline-color:#00f7f5!important}.ol-lightCyan,.ol-lightCyan-active:active,.ol-lightCyan-hover:hover{outline-color:#69cbfa!important}.ol-lightCyan-focus:focus{outline-color:#69cbfa!important}.ol-lightCobalt,.ol-lightCobalt-active:active,.ol-lightCobalt-hover:hover{outline-color:#3d7eff!important}.ol-lightCobalt-focus:focus{outline-color:#3d7eff!important}.ol-lightIndigo,.ol-lightIndigo-active:active,.ol-lightIndigo-hover:hover{outline-color:#974dff!important}.ol-lightIndigo-focus:focus{outline-color:#974dff!important}.ol-lightViolet,.ol-lightViolet-active:active,.ol-lightViolet-hover:hover{outline-color:#c44dff!important}.ol-lightViolet-focus:focus{outline-color:#c44dff!important}.ol-lightPink,.ol-lightPink-active:active,.ol-lightPink-hover:hover{outline-color:#e98fcb!important}.ol-lightPink-focus:focus{outline-color:#e98fcb!important}.ol-lightMagenta,.ol-lightMagenta-active:active,.ol-lightMagenta-hover:hover{outline-color:#ff2599!important}.ol-lightMagenta-focus:focus{outline-color:#ff2599!important}.ol-lightCrimson,.ol-lightCrimson-active:active,.ol-lightCrimson-hover:hover{outline-color:#ef0036!important}.ol-lightCrimson-focus:focus{outline-color:#ef0036!important}.ol-lightRed,.ol-lightRed-active:active,.ol-lightRed-hover:hover{outline-color:#df6e68!important}.ol-lightRed-focus:focus{outline-color:#df6e68!important}.ol-lightOrange,.ol-lightOrange-active:active,.ol-lightOrange-hover:hover{outline-color:#ff9447!important}.ol-lightOrange-focus:focus{outline-color:#ff9447!important}.ol-lightAmber,.ol-lightAmber-active:active,.ol-lightAmber-hover:hover{outline-color:#f8bf4f!important}.ol-lightAmber-focus:focus{outline-color:#f8bf4f!important}.ol-lightYellow,.ol-lightYellow-active:active,.ol-lightYellow-hover:hover{outline-color:#fff44d!important}.ol-lightYellow-focus:focus{outline-color:#fff44d!important}.ol-lightBrown,.ol-lightBrown-active:active,.ol-lightBrown-hover:hover{outline-color:#bb823f!important}.ol-lightBrown-focus:focus{outline-color:#bb823f!important}.ol-lightOlive,.ol-lightOlive-active:active,.ol-lightOlive-hover:hover{outline-color:#95ab8d!important}.ol-lightOlive-focus:focus{outline-color:#95ab8d!important}.ol-lightSteel,.ol-lightSteel-active:active,.ol-lightSteel-hover:hover{outline-color:#8d9cab!important}.ol-lightSteel-focus:focus{outline-color:#8d9cab!important}.ol-lightMauve,.ol-lightMauve-active:active,.ol-lightMauve-hover:hover{outline-color:#9c89ad!important}.ol-lightMauve-focus:focus{outline-color:#9c89ad!important}.ol-lightTaupe,.ol-lightTaupe-active:active,.ol-lightTaupe-hover:hover{outline-color:#aea073!important}.ol-lightTaupe-focus:focus{outline-color:#aea073!important}.ol-lightGray,.ol-lightGray-active:active,.ol-lightGray-hover:hover{outline-color:#e4e4e4!important}.ol-lightGray-focus:focus{outline-color:#e4e4e4!important}.ol-lightGrayBlue,.ol-lightGrayBlue-active:active,.ol-lightGrayBlue-hover:hover{outline-color:#8aa2ae!important}.ol-lightGrayBlue-focus:focus{outline-color:#8aa2ae!important}.ol-darkLime,.ol-darkLime-active:active,.ol-darkLime-hover:hover{outline-color:#647800!important}.ol-darkLime-focus:focus{outline-color:#647800!important}.ol-darkGreen,.ol-darkGreen-active:active,.ol-darkGreen-hover:hover{outline-color:#3a660e!important}.ol-darkGreen-focus:focus{outline-color:#3a660e!important}.ol-darkEmerald,.ol-darkEmerald-active:active,.ol-darkEmerald-hover:hover{outline-color:#003d00!important}.ol-darkEmerald-focus:focus{outline-color:#003d00!important}.ol-darkBlue,.ol-darkBlue-active:active,.ol-darkBlue-hover:hover{outline-color:#0077a3!important}.ol-darkBlue-focus:focus{outline-color:#0077a3!important}.ol-darkTeal,.ol-darkTeal-active:active,.ol-darkTeal-hover:hover{outline-color:#005e5d!important}.ol-darkTeal-focus:focus{outline-color:#005e5d!important}.ol-darkCyan,.ol-darkCyan-active:active,.ol-darkCyan-hover:hover{outline-color:#0686c4!important}.ol-darkCyan-focus:focus{outline-color:#0686c4!important}.ol-darkCobalt,.ol-darkCobalt-active:active,.ol-darkCobalt-hover:hover{outline-color:#0036a3!important}.ol-darkCobalt-focus:focus{outline-color:#0036a3!important}.ol-darkIndigo,.ol-darkIndigo-active:active,.ol-darkIndigo-hover:hover{outline-color:#4a00b3!important}.ol-darkIndigo-focus:focus{outline-color:#4a00b3!important}.ol-darkViolet,.ol-darkViolet-active:active,.ol-darkViolet-hover:hover{outline-color:#7700b3!important}.ol-darkViolet-focus:focus{outline-color:#7700b3!important}.ol-darkPink,.ol-darkPink-active:active,.ol-darkPink-hover:hover{outline-color:#ba2588!important}.ol-darkPink-focus:focus{outline-color:#ba2588!important}.ol-darkMagenta,.ol-darkMagenta-active:active,.ol-darkMagenta-hover:hover{outline-color:#8c004a!important}.ol-darkMagenta-focus:focus{outline-color:#8c004a!important}.ol-darkCrimson,.ol-darkCrimson-active:active,.ol-darkCrimson-hover:hover{outline-color:#560014!important}.ol-darkCrimson-focus:focus{outline-color:#560014!important}.ol-darkRed,.ol-darkRed-active:active,.ol-darkRed-hover:hover{outline-color:#8f251f!important}.ol-darkRed-focus:focus{outline-color:#8f251f!important}.ol-darkOrange,.ol-darkOrange-active:active,.ol-darkOrange-hover:hover{outline-color:#ae4800!important}.ol-darkOrange-focus:focus{outline-color:#ae4800!important}.ol-darkAmber,.ol-darkAmber-active:active,.ol-darkAmber-hover:hover{outline-color:#a77107!important}.ol-darkAmber-focus:focus{outline-color:#a77107!important}.ol-darkYellow,.ol-darkYellow-active:active,.ol-darkYellow-hover:hover{outline-color:#b3a800!important}.ol-darkYellow-focus:focus{outline-color:#b3a800!important}.ol-darkBrown,.ol-darkBrown-active:active,.ol-darkBrown-hover:hover{outline-color:#493219!important}.ol-darkBrown-focus:focus{outline-color:#493219!important}.ol-darkOlive,.ol-darkOlive-active:active,.ol-darkOlive-hover:hover{outline-color:#4a5b43!important}.ol-darkOlive-focus:focus{outline-color:#4a5b43!important}.ol-darkSteel,.ol-darkSteel-active:active,.ol-darkSteel-hover:hover{outline-color:#43505b!important}.ol-darkSteel-focus:focus{outline-color:#43505b!important}.ol-darkMauve,.ol-darkMauve-active:active,.ol-darkMauve-hover:hover{outline-color:#4f415d!important}.ol-darkMauve-focus:focus{outline-color:#4f415d!important}.ol-darkTaupe,.ol-darkTaupe-active:active,.ol-darkTaupe-hover:hover{outline-color:#574e32!important}.ol-darkTaupe-focus:focus{outline-color:#574e32!important}.ol-darkGray,.ol-darkGray-active:active,.ol-darkGray-hover:hover{outline-color:#989898!important}.ol-darkGray-focus:focus{outline-color:#989898!important}.ol-darkGrayBlue,.ol-darkGrayBlue-active:active,.ol-darkGrayBlue-hover:hover{outline-color:#41545e!important}.ol-darkGrayBlue-focus:focus{outline-color:#41545e!important}.before-bg-black:before{background:#000!important}.before-fg-black:before{color:#000!important}.after-bg-black:after{background:#000!important}.after-fg-black:after{color:#000!important}.after-bd-black:after{border-color:#000!important}.after-ol-black:after{outline-color:#000!important}.before-bg-white:before{background:#fff!important}.before-fg-white:before{color:#fff!important}.after-bg-white:after{background:#fff!important}.after-fg-white:after{color:#fff!important}.after-bd-white:after{border-color:#fff!important}.after-ol-white:after{outline-color:#fff!important}.before-bg-dark:before{background:#1d1d1d!important}.before-fg-dark:before{color:#1d1d1d!important}.after-bg-dark:after{background:#1d1d1d!important}.after-fg-dark:after{color:#1d1d1d!important}.after-bd-dark:after{border-color:#1d1d1d!important}.after-ol-dark:after{outline-color:#1d1d1d!important}.before-bg-light:before{background:#f8f8f8!important}.before-fg-light:before{color:#f8f8f8!important}.after-bg-light:after{background:#f8f8f8!important}.after-fg-light:after{color:#f8f8f8!important}.after-bd-light:after{border-color:#f8f8f8!important}.after-ol-light:after{outline-color:#f8f8f8!important}.before-bg-grayBlue:before{background:#607d8b!important}.before-fg-grayBlue:before{color:#607d8b!important}.after-bg-grayBlue:after{background:#607d8b!important}.after-fg-grayBlue:after{color:#607d8b!important}.after-bd-grayBlue:after{border-color:#607d8b!important}.after-ol-grayBlue:after{outline-color:#607d8b!important}.before-bg-grayWhite:before{background:#f5f5f5!important}.before-fg-grayWhite:before{color:#f5f5f5!important}.after-bg-grayWhite:after{background:#f5f5f5!important}.after-fg-grayWhite:after{color:#f5f5f5!important}.after-bd-grayWhite:after{border-color:#f5f5f5!important}.after-ol-grayWhite:after{outline-color:#f5f5f5!important}.before-bg-grayMouse:before{background:#455a64!important}.before-fg-grayMouse:before{color:#455a64!important}.after-bg-grayMouse:after{background:#455a64!important}.after-fg-grayMouse:after{color:#455a64!important}.after-bd-grayMouse:after{border-color:#455a64!important}.after-ol-grayMouse:after{outline-color:#455a64!important}.before-bg-brandColor1:before{background:#2ac4f4!important}.before-fg-brandColor1:before{color:#2ac4f4!important}.after-bg-brandColor1:after{background:#2ac4f4!important}.after-fg-brandColor1:after{color:#2ac4f4!important}.after-bd-brandColor1:after{border-color:#2ac4f4!important}.after-ol-brandColor1:after{outline-color:#2ac4f4!important}.before-bg-brandColor2:before{background:#004d6f!important}.before-fg-brandColor2:before{color:#004d6f!important}.after-bg-brandColor2:after{background:#004d6f!important}.after-fg-brandColor2:after{color:#004d6f!important}.after-bd-brandColor2:after{border-color:#004d6f!important}.after-ol-brandColor2:after{outline-color:#004d6f!important}.before-bg-lime:before{background:#a4c400!important}.before-fg-lime:before{color:#a4c400!important}.after-bg-lime:after{background:#a4c400!important}.after-fg-lime:after{color:#a4c400!important}.after-bd-lime:after{border-color:#a4c400!important}.after-ol-lime:after{outline-color:#a4c400!important}.before-bg-green:before{background:#60a917!important}.before-fg-green:before{color:#60a917!important}.after-bg-green:after{background:#60a917!important}.after-fg-green:after{color:#60a917!important}.after-bd-green:after{border-color:#60a917!important}.after-ol-green:after{outline-color:#60a917!important}.before-bg-emerald:before{background:#008a00!important}.before-fg-emerald:before{color:#008a00!important}.after-bg-emerald:after{background:#008a00!important}.after-fg-emerald:after{color:#008a00!important}.after-bd-emerald:after{border-color:#008a00!important}.after-ol-emerald:after{outline-color:#008a00!important}.before-bg-blue:before{background:#00aff0!important}.before-fg-blue:before{color:#00aff0!important}.after-bg-blue:after{background:#00aff0!important}.after-fg-blue:after{color:#00aff0!important}.after-bd-blue:after{border-color:#00aff0!important}.after-ol-blue:after{outline-color:#00aff0!important}.before-bg-teal:before{background:#00aba9!important}.before-fg-teal:before{color:#00aba9!important}.after-bg-teal:after{background:#00aba9!important}.after-fg-teal:after{color:#00aba9!important}.after-bd-teal:after{border-color:#00aba9!important}.after-ol-teal:after{outline-color:#00aba9!important}.before-bg-cyan:before{background:#1fb1f8!important}.before-fg-cyan:before{color:#1fb1f8!important}.after-bg-cyan:after{background:#1fb1f8!important}.after-fg-cyan:after{color:#1fb1f8!important}.after-bd-cyan:after{border-color:#1fb1f8!important}.after-ol-cyan:after{outline-color:#1fb1f8!important}.before-bg-cobalt:before{background:#0050ef!important}.before-fg-cobalt:before{color:#0050ef!important}.after-bg-cobalt:after{background:#0050ef!important}.after-fg-cobalt:after{color:#0050ef!important}.after-bd-cobalt:after{border-color:#0050ef!important}.after-ol-cobalt:after{outline-color:#0050ef!important}.before-bg-indigo:before{background:#6a00ff!important}.before-fg-indigo:before{color:#6a00ff!important}.after-bg-indigo:after{background:#6a00ff!important}.after-fg-indigo:after{color:#6a00ff!important}.after-bd-indigo:after{border-color:#6a00ff!important}.after-ol-indigo:after{outline-color:#6a00ff!important}.before-bg-violet:before{background:#a0f!important}.before-fg-violet:before{color:#a0f!important}.after-bg-violet:after{background:#a0f!important}.after-fg-violet:after{color:#a0f!important}.after-bd-violet:after{border-color:#a0f!important}.after-ol-violet:after{outline-color:#a0f!important}.before-bg-pink:before{background:#dc4fad!important}.before-fg-pink:before{color:#dc4fad!important}.after-bg-pink:after{background:#dc4fad!important}.after-fg-pink:after{color:#dc4fad!important}.after-bd-pink:after{border-color:#dc4fad!important}.after-ol-pink:after{outline-color:#dc4fad!important}.before-bg-magenta:before{background:#d80073!important}.before-fg-magenta:before{color:#d80073!important}.after-bg-magenta:after{background:#d80073!important}.after-fg-magenta:after{color:#d80073!important}.after-bd-magenta:after{border-color:#d80073!important}.after-ol-magenta:after{outline-color:#d80073!important}.before-bg-crimson:before{background:#a20025!important}.before-fg-crimson:before{color:#a20025!important}.after-bg-crimson:after{background:#a20025!important}.after-fg-crimson:after{color:#a20025!important}.after-bd-crimson:after{border-color:#a20025!important}.after-ol-crimson:after{outline-color:#a20025!important}.before-bg-red:before{background:#ce352c!important}.before-fg-red:before{color:#ce352c!important}.after-bg-red:after{background:#ce352c!important}.after-fg-red:after{color:#ce352c!important}.after-bd-red:after{border-color:#ce352c!important}.after-ol-red:after{outline-color:#ce352c!important}.before-bg-orange:before{background:#fa6800!important}.before-fg-orange:before{color:#fa6800!important}.after-bg-orange:after{background:#fa6800!important}.after-fg-orange:after{color:#fa6800!important}.after-bd-orange:after{border-color:#fa6800!important}.after-ol-orange:after{outline-color:#fa6800!important}.before-bg-amber:before{background:#f0a30a!important}.before-fg-amber:before{color:#f0a30a!important}.after-bg-amber:after{background:#f0a30a!important}.after-fg-amber:after{color:#f0a30a!important}.after-bd-amber:after{border-color:#f0a30a!important}.after-ol-amber:after{outline-color:#f0a30a!important}.before-bg-yellow:before{background:#fff000!important}.before-fg-yellow:before{color:#fff000!important}.after-bg-yellow:after{background:#fff000!important}.after-fg-yellow:after{color:#fff000!important}.after-bd-yellow:after{border-color:#fff000!important}.after-ol-yellow:after{outline-color:#fff000!important}.before-bg-brown:before{background:#825a2c!important}.before-fg-brown:before{color:#825a2c!important}.after-bg-brown:after{background:#825a2c!important}.after-fg-brown:after{color:#825a2c!important}.after-bd-brown:after{border-color:#825a2c!important}.after-ol-brown:after{outline-color:#825a2c!important}.before-bg-olive:before{background:#6d8764!important}.before-fg-olive:before{color:#6d8764!important}.after-bg-olive:after{background:#6d8764!important}.after-fg-olive:after{color:#6d8764!important}.after-bd-olive:after{border-color:#6d8764!important}.after-ol-olive:after{outline-color:#6d8764!important}.before-bg-steel:before{background:#647687!important}.before-fg-steel:before{color:#647687!important}.after-bg-steel:after{background:#647687!important}.after-fg-steel:after{color:#647687!important}.after-bd-steel:after{border-color:#647687!important}.after-ol-steel:after{outline-color:#647687!important}.before-bg-mauve:before{background:#76608a!important}.before-fg-mauve:before{color:#76608a!important}.after-bg-mauve:after{background:#76608a!important}.after-fg-mauve:after{color:#76608a!important}.after-bd-mauve:after{border-color:#76608a!important}.after-ol-mauve:after{outline-color:#76608a!important}.before-bg-taupe:before{background:#87794e!important}.before-fg-taupe:before{color:#87794e!important}.after-bg-taupe:after{background:#87794e!important}.after-fg-taupe:after{color:#87794e!important}.after-bd-taupe:after{border-color:#87794e!important}.after-ol-taupe:after{outline-color:#87794e!important}.before-bg-gray:before{background:#bebebe!important}.before-fg-gray:before{color:#bebebe!important}.after-bg-gray:after{background:#bebebe!important}.after-fg-gray:after{color:#bebebe!important}.after-bd-gray:after{border-color:#bebebe!important}.after-ol-gray:after{outline-color:#bebebe!important}.before-bg-lightLime:before{background:#d8ff12!important}.before-fg-lightLime:before{color:#d8ff12!important}.after-bg-lightLime:after{background:#d8ff12!important}.after-fg-lightLime:after{color:#d8ff12!important}.after-bd-lightLime:after{border-color:#d8ff12!important}.after-ol-lightLime:after{outline-color:#d8ff12!important}.before-bg-lightGreen:before{background:#86e22a!important}.before-fg-lightGreen:before{color:#86e22a!important}.after-bg-lightGreen:after{background:#86e22a!important}.after-fg-lightGreen:after{color:#86e22a!important}.after-bd-lightGreen:after{border-color:#86e22a!important}.after-ol-lightGreen:after{outline-color:#86e22a!important}.before-bg-lightEmerald:before{background:#00d600!important}.before-fg-lightEmerald:before{color:#00d600!important}.after-bg-lightEmerald:after{background:#00d600!important}.after-fg-lightEmerald:after{color:#00d600!important}.after-bd-lightEmerald:after{border-color:#00d600!important}.after-ol-lightEmerald:after{outline-color:#00d600!important}.before-bg-lightBlue:before{background:#3ecbff!important}.before-fg-lightBlue:before{color:#3ecbff!important}.after-bg-lightBlue:after{background:#3ecbff!important}.after-fg-lightBlue:after{color:#3ecbff!important}.after-bd-lightBlue:after{border-color:#3ecbff!important}.after-ol-lightBlue:after{outline-color:#3ecbff!important}.before-bg-lightTeal:before{background:#00f7f5!important}.before-fg-lightTeal:before{color:#00f7f5!important}.after-bg-lightTeal:after{background:#00f7f5!important}.after-fg-lightTeal:after{color:#00f7f5!important}.after-bd-lightTeal:after{border-color:#00f7f5!important}.after-ol-lightTeal:after{outline-color:#00f7f5!important}.before-bg-lightCyan:before{background:#69cbfa!important}.before-fg-lightCyan:before{color:#69cbfa!important}.after-bg-lightCyan:after{background:#69cbfa!important}.after-fg-lightCyan:after{color:#69cbfa!important}.after-bd-lightCyan:after{border-color:#69cbfa!important}.after-ol-lightCyan:after{outline-color:#69cbfa!important}.before-bg-lightCobalt:before{background:#3d7eff!important}.before-fg-lightCobalt:before{color:#3d7eff!important}.after-bg-lightCobalt:after{background:#3d7eff!important}.after-fg-lightCobalt:after{color:#3d7eff!important}.after-bd-lightCobalt:after{border-color:#3d7eff!important}.after-ol-lightCobalt:after{outline-color:#3d7eff!important}.before-bg-lightIndigo:before{background:#974dff!important}.before-fg-lightIndigo:before{color:#974dff!important}.after-bg-lightIndigo:after{background:#974dff!important}.after-fg-lightIndigo:after{color:#974dff!important}.after-bd-lightIndigo:after{border-color:#974dff!important}.after-ol-lightIndigo:after{outline-color:#974dff!important}.before-bg-lightViolet:before{background:#c44dff!important}.before-fg-lightViolet:before{color:#c44dff!important}.after-bg-lightViolet:after{background:#c44dff!important}.after-fg-lightViolet:after{color:#c44dff!important}.after-bd-lightViolet:after{border-color:#c44dff!important}.after-ol-lightViolet:after{outline-color:#c44dff!important}.before-bg-lightPink:before{background:#e98fcb!important}.before-fg-lightPink:before{color:#e98fcb!important}.after-bg-lightPink:after{background:#e98fcb!important}.after-fg-lightPink:after{color:#e98fcb!important}.after-bd-lightPink:after{border-color:#e98fcb!important}.after-ol-lightPink:after{outline-color:#e98fcb!important}.before-bg-lightMagenta:before{background:#ff2599!important}.before-fg-lightMagenta:before{color:#ff2599!important}.after-bg-lightMagenta:after{background:#ff2599!important}.after-fg-lightMagenta:after{color:#ff2599!important}.after-bd-lightMagenta:after{border-color:#ff2599!important}.after-ol-lightMagenta:after{outline-color:#ff2599!important}.before-bg-lightCrimson:before{background:#ef0036!important}.before-fg-lightCrimson:before{color:#ef0036!important}.after-bg-lightCrimson:after{background:#ef0036!important}.after-fg-lightCrimson:after{color:#ef0036!important}.after-bd-lightCrimson:after{border-color:#ef0036!important}.after-ol-lightCrimson:after{outline-color:#ef0036!important}.before-bg-lightRed:before{background:#df6e68!important}.before-fg-lightRed:before{color:#df6e68!important}.after-bg-lightRed:after{background:#df6e68!important}.after-fg-lightRed:after{color:#df6e68!important}.after-bd-lightRed:after{border-color:#df6e68!important}.after-ol-lightRed:after{outline-color:#df6e68!important}.before-bg-lightOrange:before{background:#ff9447!important}.before-fg-lightOrange:before{color:#ff9447!important}.after-bg-lightOrange:after{background:#ff9447!important}.after-fg-lightOrange:after{color:#ff9447!important}.after-bd-lightOrange:after{border-color:#ff9447!important}.after-ol-lightOrange:after{outline-color:#ff9447!important}.before-bg-lightAmber:before{background:#f8bf4f!important}.before-fg-lightAmber:before{color:#f8bf4f!important}.after-bg-lightAmber:after{background:#f8bf4f!important}.after-fg-lightAmber:after{color:#f8bf4f!important}.after-bd-lightAmber:after{border-color:#f8bf4f!important}.after-ol-lightAmber:after{outline-color:#f8bf4f!important}.before-bg-lightYellow:before{background:#fff44d!important}.before-fg-lightYellow:before{color:#fff44d!important}.after-bg-lightYellow:after{background:#fff44d!important}.after-fg-lightYellow:after{color:#fff44d!important}.after-bd-lightYellow:after{border-color:#fff44d!important}.after-ol-lightYellow:after{outline-color:#fff44d!important}.before-bg-lightBrown:before{background:#bb823f!important}.before-fg-lightBrown:before{color:#bb823f!important}.after-bg-lightBrown:after{background:#bb823f!important}.after-fg-lightBrown:after{color:#bb823f!important}.after-bd-lightBrown:after{border-color:#bb823f!important}.after-ol-lightBrown:after{outline-color:#bb823f!important}.before-bg-lightOlive:before{background:#95ab8d!important}.before-fg-lightOlive:before{color:#95ab8d!important}.after-bg-lightOlive:after{background:#95ab8d!important}.after-fg-lightOlive:after{color:#95ab8d!important}.after-bd-lightOlive:after{border-color:#95ab8d!important}.after-ol-lightOlive:after{outline-color:#95ab8d!important}.before-bg-lightSteel:before{background:#8d9cab!important}.before-fg-lightSteel:before{color:#8d9cab!important}.after-bg-lightSteel:after{background:#8d9cab!important}.after-fg-lightSteel:after{color:#8d9cab!important}.after-bd-lightSteel:after{border-color:#8d9cab!important}.after-ol-lightSteel:after{outline-color:#8d9cab!important}.before-bg-lightMauve:before{background:#9c89ad!important}.before-fg-lightMauve:before{color:#9c89ad!important}.after-bg-lightMauve:after{background:#9c89ad!important}.after-fg-lightMauve:after{color:#9c89ad!important}.after-bd-lightMauve:after{border-color:#9c89ad!important}.after-ol-lightMauve:after{outline-color:#9c89ad!important}.before-bg-lightTaupe:before{background:#aea073!important}.before-fg-lightTaupe:before{color:#aea073!important}.after-bg-lightTaupe:after{background:#aea073!important}.after-fg-lightTaupe:after{color:#aea073!important}.after-bd-lightTaupe:after{border-color:#aea073!important}.after-ol-lightTaupe:after{outline-color:#aea073!important}.before-bg-lightGray:before{background:#e4e4e4!important}.before-fg-lightGray:before{color:#e4e4e4!important}.after-bg-lightGray:after{background:#e4e4e4!important}.after-fg-lightGray:after{color:#e4e4e4!important}.after-bd-lightGray:after{border-color:#e4e4e4!important}.after-ol-lightGray:after{outline-color:#e4e4e4!important}.before-bg-lightGrayBlue:before{background:#8aa2ae!important}.before-fg-lightGrayBlue:before{color:#8aa2ae!important}.after-bg-lightGrayBlue:after{background:#8aa2ae!important}.after-fg-lightGrayBlue:after{color:#8aa2ae!important}.after-bd-lightGrayBlue:after{border-color:#8aa2ae!important}.after-ol-lightGrayBlue:after{outline-color:#8aa2ae!important}.before-bg-darkLime:before{background:#647800!important}.before-fg-darkLime:before{color:#647800!important}.after-bg-darkLime:after{background:#647800!important}.after-fg-darkLime:after{color:#647800!important}.after-bd-darkLime:after{border-color:#647800!important}.after-ol-darkLime:after{outline-color:#647800!important}.before-bg-darkGreen:before{background:#3a660e!important}.before-fg-darkGreen:before{color:#3a660e!important}.after-bg-darkGreen:after{background:#3a660e!important}.after-fg-darkGreen:after{color:#3a660e!important}.after-bd-darkGreen:after{border-color:#3a660e!important}.after-ol-darkGreen:after{outline-color:#3a660e!important}.before-bg-darkEmerald:before{background:#003d00!important}.before-fg-darkEmerald:before{color:#003d00!important}.after-bg-darkEmerald:after{background:#003d00!important}.after-fg-darkEmerald:after{color:#003d00!important}.after-bd-darkEmerald:after{border-color:#003d00!important}.after-ol-darkEmerald:after{outline-color:#003d00!important}.before-bg-darkBlue:before{background:#0077a3!important}.before-fg-darkBlue:before{color:#0077a3!important}.after-bg-darkBlue:after{background:#0077a3!important}.after-fg-darkBlue:after{color:#0077a3!important}.after-bd-darkBlue:after{border-color:#0077a3!important}.after-ol-darkBlue:after{outline-color:#0077a3!important}.before-bg-darkTeal:before{background:#005e5d!important}.before-fg-darkTeal:before{color:#005e5d!important}.after-bg-darkTeal:after{background:#005e5d!important}.after-fg-darkTeal:after{color:#005e5d!important}.after-bd-darkTeal:after{border-color:#005e5d!important}.after-ol-darkTeal:after{outline-color:#005e5d!important}.before-bg-darkCyan:before{background:#0686c4!important}.before-fg-darkCyan:before{color:#0686c4!important}.after-bg-darkCyan:after{background:#0686c4!important}.after-fg-darkCyan:after{color:#0686c4!important}.after-bd-darkCyan:after{border-color:#0686c4!important}.after-ol-darkCyan:after{outline-color:#0686c4!important}.before-bg-darkCobalt:before{background:#0036a3!important}.before-fg-darkCobalt:before{color:#0036a3!important}.after-bg-darkCobalt:after{background:#0036a3!important}.after-fg-darkCobalt:after{color:#0036a3!important}.after-bd-darkCobalt:after{border-color:#0036a3!important}.after-ol-darkCobalt:after{outline-color:#0036a3!important}.before-bg-darkIndigo:before{background:#4a00b3!important}.before-fg-darkIndigo:before{color:#4a00b3!important}.after-bg-darkIndigo:after{background:#4a00b3!important}.after-fg-darkIndigo:after{color:#4a00b3!important}.after-bd-darkIndigo:after{border-color:#4a00b3!important}.after-ol-darkIndigo:after{outline-color:#4a00b3!important}.before-bg-darkViolet:before{background:#7700b3!important}.before-fg-darkViolet:before{color:#7700b3!important}.after-bg-darkViolet:after{background:#7700b3!important}.after-fg-darkViolet:after{color:#7700b3!important}.after-bd-darkViolet:after{border-color:#7700b3!important}.after-ol-darkViolet:after{outline-color:#7700b3!important}.before-bg-darkPink:before{background:#ba2588!important}.before-fg-darkPink:before{color:#ba2588!important}.after-bg-darkPink:after{background:#ba2588!important}.after-fg-darkPink:after{color:#ba2588!important}.after-bd-darkPink:after{border-color:#ba2588!important}.after-ol-darkPink:after{outline-color:#ba2588!important}.before-bg-darkMagenta:before{background:#8c004a!important}.before-fg-darkMagenta:before{color:#8c004a!important}.after-bg-darkMagenta:after{background:#8c004a!important}.after-fg-darkMagenta:after{color:#8c004a!important}.after-bd-darkMagenta:after{border-color:#8c004a!important}.after-ol-darkMagenta:after{outline-color:#8c004a!important}.before-bg-darkCrimson:before{background:#560014!important}.before-fg-darkCrimson:before{color:#560014!important}.after-bg-darkCrimson:after{background:#560014!important}.after-fg-darkCrimson:after{color:#560014!important}.after-bd-darkCrimson:after{border-color:#560014!important}.after-ol-darkCrimson:after{outline-color:#560014!important}.before-bg-darkRed:before{background:#8f251f!important}.before-fg-darkRed:before{color:#8f251f!important}.after-bg-darkRed:after{background:#8f251f!important}.after-fg-darkRed:after{color:#8f251f!important}.after-bd-darkRed:after{border-color:#8f251f!important}.after-ol-darkRed:after{outline-color:#8f251f!important}.before-bg-darkOrange:before{background:#ae4800!important}.before-fg-darkOrange:before{color:#ae4800!important}.after-bg-darkOrange:after{background:#ae4800!important}.after-fg-darkOrange:after{color:#ae4800!important}.after-bd-darkOrange:after{border-color:#ae4800!important}.after-ol-darkOrange:after{outline-color:#ae4800!important}.before-bg-darkAmber:before{background:#a77107!important}.before-fg-darkAmber:before{color:#a77107!important}.after-bg-darkAmber:after{background:#a77107!important}.after-fg-darkAmber:after{color:#a77107!important}.after-bd-darkAmber:after{border-color:#a77107!important}.after-ol-darkAmber:after{outline-color:#a77107!important}.before-bg-darkYellow:before{background:#b3a800!important}.before-fg-darkYellow:before{color:#b3a800!important}.after-bg-darkYellow:after{background:#b3a800!important}.after-fg-darkYellow:after{color:#b3a800!important}.after-bd-darkYellow:after{border-color:#b3a800!important}.after-ol-darkYellow:after{outline-color:#b3a800!important}.before-bg-darkBrown:before{background:#493219!important}.before-fg-darkBrown:before{color:#493219!important}.after-bg-darkBrown:after{background:#493219!important}.after-fg-darkBrown:after{color:#493219!important}.after-bd-darkBrown:after{border-color:#493219!important}.after-ol-darkBrown:after{outline-color:#493219!important}.before-bg-darkOlive:before{background:#4a5b43!important}.before-fg-darkOlive:before{color:#4a5b43!important}.after-bg-darkOlive:after{background:#4a5b43!important}.after-fg-darkOlive:after{color:#4a5b43!important}.after-bd-darkOlive:after{border-color:#4a5b43!important}.after-ol-darkOlive:after{outline-color:#4a5b43!important}.before-bg-darkSteel:before{background:#43505b!important}.before-fg-darkSteel:before{color:#43505b!important}.after-bg-darkSteel:after{background:#43505b!important}.after-fg-darkSteel:after{color:#43505b!important}.after-bd-darkSteel:after{border-color:#43505b!important}.after-ol-darkSteel:after{outline-color:#43505b!important}.before-bg-darkMauve:before{background:#4f415d!important}.before-fg-darkMauve:before{color:#4f415d!important}.after-bg-darkMauve:after{background:#4f415d!important}.after-fg-darkMauve:after{color:#4f415d!important}.after-bd-darkMauve:after{border-color:#4f415d!important}.after-ol-darkMauve:after{outline-color:#4f415d!important}.before-bg-darkTaupe:before{background:#574e32!important}.before-fg-darkTaupe:before{color:#574e32!important}.after-bg-darkTaupe:after{background:#574e32!important}.after-fg-darkTaupe:after{color:#574e32!important}.after-bd-darkTaupe:after{border-color:#574e32!important}.after-ol-darkTaupe:after{outline-color:#574e32!important}.before-bg-darkGray:before{background:#989898!important}.before-fg-darkGray:before{color:#989898!important}.after-bg-darkGray:after{background:#989898!important}.after-fg-darkGray:after{color:#989898!important}.after-bd-darkGray:after{border-color:#989898!important}.after-ol-darkGray:after{outline-color:#989898!important}.before-bg-darkGrayBlue:before{background:#41545e!important}.before-fg-darkGrayBlue:before{color:#41545e!important}.after-bg-darkGrayBlue:after{background:#41545e!important}.after-fg-darkGrayBlue:after{color:#41545e!important}.after-bd-darkGrayBlue:after{border-color:#41545e!important}.after-ol-darkGrayBlue:after{outline-color:#41545e!important}.ribbed-black{background:#000 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-white{background:#fff linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-dark{background:#1d1d1d linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-light{background:#f8f8f8 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-grayBlue{background:#607d8b linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-grayWhite{background:#f5f5f5 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-grayMouse{background:#455a64 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-brandColor1{background:#2ac4f4 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-brandColor2{background:#004d6f linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lime{background:#a4c400 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-green{background:#60a917 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-emerald{background:#008a00 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-blue{background:#00aff0 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-teal{background:#00aba9 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-cyan{background:#1fb1f8 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-cobalt{background:#0050ef linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-indigo{background:#6a00ff linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-violet{background:#a0f linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-pink{background:#dc4fad linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-magenta{background:#d80073 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-crimson{background:#a20025 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-red{background:#ce352c linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-orange{background:#fa6800 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-amber{background:#f0a30a linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-yellow{background:#fff000 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-brown{background:#825a2c linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-olive{background:#6d8764 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-steel{background:#647687 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-mauve{background:#76608a linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-taupe{background:#87794e linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-gray{background:#bebebe linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightLime{background:#d8ff12 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightGreen{background:#86e22a linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightEmerald{background:#00d600 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightBlue{background:#3ecbff linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightTeal{background:#00f7f5 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightCyan{background:#69cbfa linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightCobalt{background:#3d7eff linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightIndigo{background:#974dff linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightViolet{background:#c44dff linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightPink{background:#e98fcb linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightMagenta{background:#ff2599 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightCrimson{background:#ef0036 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightRed{background:#df6e68 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightOrange{background:#ff9447 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightAmber{background:#f8bf4f linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightYellow{background:#fff44d linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightBrown{background:#bb823f linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightOlive{background:#95ab8d linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightSteel{background:#8d9cab linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightMauve{background:#9c89ad linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightTaupe{background:#aea073 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightGray{background:#e4e4e4 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightGrayBlue{background:#8aa2ae linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkLime{background:#647800 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkGreen{background:#3a660e linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkEmerald{background:#003d00 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkBlue{background:#0077a3 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkTeal{background:#005e5d linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkCyan{background:#0686c4 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkCobalt{background:#0036a3 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkIndigo{background:#4a00b3 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkViolet{background:#7700b3 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkPink{background:#ba2588 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkMagenta{background:#8c004a linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkCrimson{background:#560014 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkRed{background:#8f251f linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkOrange{background:#ae4800 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkAmber{background:#a77107 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkYellow{background:#b3a800 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkBrown{background:#493219 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkOlive{background:#4a5b43 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkSteel{background:#43505b linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkMauve{background:#4f415d linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkTaupe{background:#574e32 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkGray{background:#989898 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkGrayBlue{background:#41545e linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.primary{outline-color:#75b5fd!important;background-color:#0366d6!important;border-color:#0366d6!important;color:#fff!important}.primary.outline{color:#0366d6!important;border-color:#0366d6!important;background-color:transparent!important}.primary.outline.dropdown-toggle:before{border-color:#0366d6!important}.primary.outline:hover{color:#fff!important}.primary.dropdown-toggle:before{border-color:#fff!important}.primary:hover{color:#fff!important;background-color:#024ea4!important;border-color:#023671!important}.primary:hover.dropdown-toggle:before{border-color:#fff!important}.primary.same-color:hover{background-color:#0366d6!important;border-color:#0366d6!important}.secondary{outline-color:#b7c6cd!important;background-color:#607d8b!important;border-color:#607d8b!important;color:#fff!important}.secondary.outline{color:#607d8b!important;border-color:#607d8b!important;background-color:transparent!important}.secondary.outline.dropdown-toggle:before{border-color:#607d8b!important}.secondary.outline:hover{color:#fff!important}.secondary.dropdown-toggle:before{border-color:#fff!important}.secondary:hover{color:#fff!important;background-color:#4b626d!important;border-color:#36474f!important}.secondary:hover.dropdown-toggle:before{border-color:#fff!important}.secondary.same-color:hover{background-color:#607d8b!important;border-color:#607d8b!important}.success{outline-color:#adeb6e!important;background-color:#60a917!important;border-color:#60a917!important;color:#fff!important}.success.outline{color:#60a917!important;border-color:#60a917!important;background-color:transparent!important}.success.outline.dropdown-toggle:before{border-color:#60a917!important}.success.outline:hover{color:#fff!important}.success.dropdown-toggle:before{border-color:#fff!important}.success:hover{color:#fff!important;background-color:#477c11!important;border-color:#2d4f0b!important}.success:hover.dropdown-toggle:before{border-color:#fff!important}.success.same-color:hover{background-color:#60a917!important;border-color:#60a917!important}.alert{outline-color:#ecaba7!important;background-color:#ce352c!important;border-color:#ce352c!important;color:#fff!important}.alert.outline{color:#ce352c!important;border-color:#ce352c!important;background-color:transparent!important}.alert.outline.dropdown-toggle:before{border-color:#ce352c!important}.alert.outline:hover{color:#fff!important}.alert.dropdown-toggle:before{border-color:#fff!important}.alert:hover{color:#fff!important;background-color:#a42a23!important;border-color:#7a1f1a!important}.alert:hover.dropdown-toggle:before{border-color:#fff!important}.alert.same-color:hover{background-color:#ce352c!important;border-color:#ce352c!important}.warning{outline-color:#ffede1!important;background-color:#ff9447!important;border-color:#ff9447!important;color:#fff!important}.warning.outline{color:#ff9447!important;border-color:#ff9447!important;background-color:transparent!important}.warning.outline.dropdown-toggle:before{border-color:#ff9447!important}.warning.outline:hover{color:#fff!important}.warning.dropdown-toggle:before{border-color:#fff!important}.warning:hover{color:#fff!important;background-color:#ff7615!important;border-color:#e05d00!important}.warning:hover.dropdown-toggle:before{border-color:#fff!important}.warning.same-color:hover{background-color:#ff9447!important;border-color:#ff9447!important}.yellow{outline-color:#fff!important;background-color:#ffe484!important;border-color:#ffe484!important;color:#fff!important}.yellow.outline{color:#ffe484!important;border-color:#ffe484!important;background-color:transparent!important}.yellow.outline.dropdown-toggle:before{border-color:#ffe484!important}.yellow.outline:hover{color:#fff!important}.yellow.dropdown-toggle:before{border-color:#fff!important}.yellow:hover{color:#fff!important;background-color:#ffd951!important;border-color:#ffce1e!important}.yellow:hover.dropdown-toggle:before{border-color:#fff!important}.yellow.same-color:hover{background-color:#ffe484!important;border-color:#ffe484!important}.info{outline-color:#fefeff!important;background-color:#69cbfa!important;border-color:#69cbfa!important;color:#fff!important}.info.outline{color:#69cbfa!important;border-color:#69cbfa!important;background-color:transparent!important}.info.outline.dropdown-toggle:before{border-color:#69cbfa!important}.info.outline:hover{color:#fff!important}.info.dropdown-toggle:before{border-color:#fff!important}.info:hover{color:#fff!important;background-color:#38baf9!important;border-color:#08a8f6!important}.info:hover.dropdown-toggle:before{border-color:#fff!important}.info.same-color:hover{background-color:#69cbfa!important;border-color:#69cbfa!important}.dark{outline-color:#9d9d9d!important;background-color:#505050!important;border-color:#505050!important;color:#fff!important}.dark.outline{color:#505050!important;border-color:#505050!important;background-color:transparent!important}.dark.outline.dropdown-toggle:before{border-color:#505050!important}.dark.outline:hover{color:#fff!important}.dark.dropdown-toggle:before{border-color:#fff!important}.dark:hover{color:#fff!important;background-color:#373737!important;border-color:#1d1d1d!important}.dark:hover.dropdown-toggle:before{border-color:#fff!important}.dark.same-color:hover{background-color:#505050!important;border-color:#505050!important}.light{outline-color:#fff!important;background-color:#f8f8f8!important;border-color:#f8f8f8!important;color:#fff!important}.light.outline{color:#f8f8f8!important;border-color:#f8f8f8!important;background-color:transparent!important}.light.outline.dropdown-toggle:before{border-color:#f8f8f8!important}.light.outline:hover{color:#fff!important}.light.dropdown-toggle:before{border-color:#fff!important}.light:hover{color:#fff!important;background-color:#dfdfdf!important;border-color:#c5c5c5!important}.light:hover.dropdown-toggle:before{border-color:#fff!important}.light.same-color:hover{background-color:#f8f8f8!important;border-color:#f8f8f8!important}.yellow,.light,.yellow:hover,.light:hover,.yellow.outline:hover,.light.outline:hover{color:#1d1d1d!important}.focusable.primary:active,.focusable.primary.focus,.focusable.primary:focus{box-shadow:0 0 0 3px #0366d673!important}.focusable.secondary:active,.focusable.secondary.focus,.focusable.secondary:focus{box-shadow:0 0 0 3px #607d8b73!important}.focusable.success:active,.focusable.success.focus,.focusable.success:focus{box-shadow:0 0 0 3px #60a91773!important}.focusable.alert:active,.focusable.alert.focus,.focusable.alert:focus{box-shadow:0 0 0 3px #ce352c73!important}.focusable.warning:active,.focusable.warning.focus,.focusable.warning:focus{box-shadow:0 0 0 3px #ff944773!important}.focusable.yellow:active,.focusable.yellow.focus,.focusable.yellow:focus{box-shadow:0 0 0 3px #ffe48473!important}.focusable.info:active,.focusable.info.focus,.focusable.info:focus{box-shadow:0 0 0 3px #69cbfa73!important}.focusable.dark:active,.focusable.dark.focus,.focusable.dark:focus{box-shadow:0 0 0 3px #50505073!important}.focusable.light:active,.focusable.light.focus,.focusable.light:focus{box-shadow:0 0 0 3px #f8f8f873!important}.metro-input.primary,.file.primary,.input.primary,.select.primary,.textarea.primary,.keypad.primary,.tag-input.primary,.spinner.primary{border-color:#0366d6}.metro-input.primary:focus,.file.primary:focus,.input.primary:focus,.select.primary:focus,.textarea.primary:focus,.keypad.primary:focus,.tag-input.primary:focus,.spinner.primary:focus,.metro-input.primary.focused,.file.primary.focused,.input.primary.focused,.select.primary.focused,.textarea.primary.focused,.keypad.primary.focused,.tag-input.primary.focused,.spinner.primary.focused{box-shadow:0 0 0 3px #0366d673}.metro-input.secondary,.file.secondary,.input.secondary,.select.secondary,.textarea.secondary,.keypad.secondary,.tag-input.secondary,.spinner.secondary{border-color:#607d8b}.metro-input.secondary:focus,.file.secondary:focus,.input.secondary:focus,.select.secondary:focus,.textarea.secondary:focus,.keypad.secondary:focus,.tag-input.secondary:focus,.spinner.secondary:focus,.metro-input.secondary.focused,.file.secondary.focused,.input.secondary.focused,.select.secondary.focused,.textarea.secondary.focused,.keypad.secondary.focused,.tag-input.secondary.focused,.spinner.secondary.focused{box-shadow:0 0 0 3px #607d8b73}.metro-input.success,.file.success,.input.success,.select.success,.textarea.success,.keypad.success,.tag-input.success,.spinner.success{border-color:#60a917}.metro-input.success:focus,.file.success:focus,.input.success:focus,.select.success:focus,.textarea.success:focus,.keypad.success:focus,.tag-input.success:focus,.spinner.success:focus,.metro-input.success.focused,.file.success.focused,.input.success.focused,.select.success.focused,.textarea.success.focused,.keypad.success.focused,.tag-input.success.focused,.spinner.success.focused{box-shadow:0 0 0 3px #60a91773}.metro-input.alert,.file.alert,.input.alert,.select.alert,.textarea.alert,.keypad.alert,.tag-input.alert,.spinner.alert{border-color:#ce352c}.metro-input.alert:focus,.file.alert:focus,.input.alert:focus,.select.alert:focus,.textarea.alert:focus,.keypad.alert:focus,.tag-input.alert:focus,.spinner.alert:focus,.metro-input.alert.focused,.file.alert.focused,.input.alert.focused,.select.alert.focused,.textarea.alert.focused,.keypad.alert.focused,.tag-input.alert.focused,.spinner.alert.focused{box-shadow:0 0 0 3px #ce352c73}.metro-input.warning,.file.warning,.input.warning,.select.warning,.textarea.warning,.keypad.warning,.tag-input.warning,.spinner.warning{border-color:#ff9447}.metro-input.warning:focus,.file.warning:focus,.input.warning:focus,.select.warning:focus,.textarea.warning:focus,.keypad.warning:focus,.tag-input.warning:focus,.spinner.warning:focus,.metro-input.warning.focused,.file.warning.focused,.input.warning.focused,.select.warning.focused,.textarea.warning.focused,.keypad.warning.focused,.tag-input.warning.focused,.spinner.warning.focused{box-shadow:0 0 0 3px #ff944773}.metro-input.yellow,.file.yellow,.input.yellow,.select.yellow,.textarea.yellow,.keypad.yellow,.tag-input.yellow,.spinner.yellow{border-color:#ffe484}.metro-input.yellow:focus,.file.yellow:focus,.input.yellow:focus,.select.yellow:focus,.textarea.yellow:focus,.keypad.yellow:focus,.tag-input.yellow:focus,.spinner.yellow:focus,.metro-input.yellow.focused,.file.yellow.focused,.input.yellow.focused,.select.yellow.focused,.textarea.yellow.focused,.keypad.yellow.focused,.tag-input.yellow.focused,.spinner.yellow.focused{box-shadow:0 0 0 3px #ffe48473}.metro-input.info,.file.info,.input.info,.select.info,.textarea.info,.keypad.info,.tag-input.info,.spinner.info{border-color:#69cbfa}.metro-input.info:focus,.file.info:focus,.input.info:focus,.select.info:focus,.textarea.info:focus,.keypad.info:focus,.tag-input.info:focus,.spinner.info:focus,.metro-input.info.focused,.file.info.focused,.input.info.focused,.select.info.focused,.textarea.info.focused,.keypad.info.focused,.tag-input.info.focused,.spinner.info.focused{box-shadow:0 0 0 3px #69cbfa73}.metro-input.dark,.file.dark,.input.dark,.select.dark,.textarea.dark,.keypad.dark,.tag-input.dark,.spinner.dark{border-color:#505050}.metro-input.dark:focus,.file.dark:focus,.input.dark:focus,.select.dark:focus,.textarea.dark:focus,.keypad.dark:focus,.tag-input.dark:focus,.spinner.dark:focus,.metro-input.dark.focused,.file.dark.focused,.input.dark.focused,.select.dark.focused,.textarea.dark.focused,.keypad.dark.focused,.tag-input.dark.focused,.spinner.dark.focused{box-shadow:0 0 0 3px #50505073}.metro-input.light,.file.light,.input.light,.select.light,.textarea.light,.keypad.light,.tag-input.light,.spinner.light{border-color:#f8f8f8}.metro-input.light:focus,.file.light:focus,.input.light:focus,.select.light:focus,.textarea.light:focus,.keypad.light:focus,.tag-input.light:focus,.spinner.light:focus,.metro-input.light.focused,.file.light.focused,.input.light.focused,.select.light.focused,.textarea.light.focused,.keypad.light.focused,.tag-input.light.focused,.spinner.light.focused{box-shadow:0 0 0 3px #f8f8f873}:root{--dialog-border-radius: 6px;--dialog-background: #f7f8fa;--dialog-color: #191919;--dialog-border-color: #aaaaaa;--dialog-closer-background: inherit;--dialog-closer-color: inherit;--dialog-closer-background-hover: var(--color-alert);--dialog-closer-color-hover: var(--color-light)}.dark-side{--dialog-background: #2b2d30;--dialog-color: #dbdfe7;--dialog-border-color: #414245;--dialog-closer-background: inherit;--dialog-closer-color: inherit;--dialog-closer-background-hover: var(--color-alert);--dialog-closer-color-hover: var(--color-light)}.dialog{position:fixed;display:flex;flex-flow:column;width:auto;max-width:calc(100vw - 100px);max-height:calc(100vh - 100px);height:auto;background-color:var(--dialog-background);color:var(--dialog-color);z-index:1050;border:1px solid var(--dialog-border-color);border-radius:var(--dialog-border-radius)}.dialog.shadow-on{box-shadow:0 17px 50px #00000030,0 12px 15px #0000003d}.dialog-title,.dialog-content,.dialog-actions{display:flex}.dialog-title{font-size:1rem;padding:10px 24px;order:1;border-bottom:1px solid var(--border-color);align-items:center;justify-content:flex-start!important;flex-flow:row nowrap}.dialog-title .icon{margin-right:1rem}.dialog-content{padding:12px 24px;order:2;font-size:14px}.dialog-actions{border-top:1px solid var(--border-color);padding:8px 16px;order:3;display:flex;flex-flow:row;align-items:center}.dialog-actions>*{margin:0 4px;min-width:64px}.dialog-actions.text-left{justify-content:flex-start}.dialog-actions.text-center{justify-content:center}.dialog-actions.text-right{justify-content:flex-end}.dialog *+.dialog-content{margin-top:8px}.dialog *+.dialog-actions{margin-top:8px}.dialog .closer{position:absolute;top:4px;right:4px;z-index:100;border:none;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background-color:var(--dialog-closer-background);color:var(--dialog-closer-color);cursor:pointer}.dialog .closer:before{display:block;content:"\d7";font-size:24px;margin-top:-4px}.dialog .closer:hover{background-color:var(--dialog-closer-background-hover);color:var(--dialog-closer-color-hover)}.dialog.primary{border:1px solid #0366d6}.dialog.primary .dialog-title{background-color:#0366d6;border-bottom-color:#0366d6;color:#fff}.dialog.primary .dialog-actions{border-top-color:#0366d6}.dialog.secondary{border:1px solid #607d8b}.dialog.secondary .dialog-title{background-color:#607d8b;border-bottom-color:#607d8b;color:#fff}.dialog.secondary .dialog-actions{border-top-color:#607d8b}.dialog.success{border:1px solid #60a917}.dialog.success .dialog-title{background-color:#60a917;border-bottom-color:#60a917;color:#fff}.dialog.success .dialog-actions{border-top-color:#60a917}.dialog.alert{border:1px solid #CE352C}.dialog.alert .dialog-title{background-color:#ce352c;border-bottom-color:#ce352c;color:#fff}.dialog.alert .dialog-actions{border-top-color:#ce352c}.dialog.warning{border:1px solid #ff9447}.dialog.warning .dialog-title{background-color:#ff9447;border-bottom-color:#ff9447;color:#fff}.dialog.warning .dialog-actions{border-top-color:#ff9447}.dialog.yellow{border:1px solid #ffe484}.dialog.yellow .dialog-title{background-color:#ffe484;border-bottom-color:#ffe484;color:#fff}.dialog.yellow .dialog-actions{border-top-color:#ffe484}.dialog.info{border:1px solid #69cbfa}.dialog.info .dialog-title{background-color:#69cbfa;border-bottom-color:#69cbfa;color:#fff}.dialog.info .dialog-actions{border-top-color:#69cbfa}.dialog.dark{border:1px solid #505050}.dialog.dark .dialog-title{background-color:#505050;border-bottom-color:#505050;color:#fff}.dialog.dark .dialog-actions{border-top-color:#505050}.dialog.light{border:1px solid #f8f8f8}.dialog.light .dialog-title{background-color:#f8f8f8;border-bottom-color:#f8f8f8;color:#fff}.dialog.light .dialog-actions{border-top-color:#f8f8f8}.dialog.light .dialog-title,.dialog.yellow .dialog-title{color:#1d1d1d}:root{--activity-ring-time: 4s;--activity-ring-time-mute: 30;--activity-ring-size: 32px;--activity-ring-rotate: -14deg;--activity-color: #191919}.dark-side{--activity-color: #ffffff}.activity-ring{position:relative;padding-top:.22rem;width:32px;height:32px;margin:.625rem}.activity-ring>.wrap{position:absolute;width:30px;height:30px}.activity-ring>.wrap>.circle{opacity:0;width:30px;height:30px;transform:rotate(225deg);animation:orbit 4s infinite}.activity-ring>.wrap>.circle:after{position:absolute;content:"";width:4px;height:4px;border-radius:4px;background:var(--activity-color)}.activity-ring>.wrap:nth-child(2){transform:rotate(-14deg)}.activity-ring>.wrap:nth-child(2)>.circle{animation-delay:.13333333333s}.activity-ring>.wrap:nth-child(3){transform:rotate(-28deg)}.activity-ring>.wrap:nth-child(3)>.circle{animation-delay:.26666666667s}.activity-ring>.wrap:nth-child(4){transform:rotate(-42deg)}.activity-ring>.wrap:nth-child(4)>.circle{animation-delay:.4s}.activity-ring>.wrap:nth-child(5){transform:rotate(-56deg)}.activity-ring>.wrap:nth-child(5)>.circle{animation-delay:.53333333333s}.activity-ring.color-style>.wrap>.circle:after{background-color:#1fb1f8}.activity-ring.color-style>.wrap:nth-child(2)>.circle:after{background-color:#fa6800}.activity-ring.color-style>.wrap:nth-child(3)>.circle:after{background-color:#60a917}.activity-ring.color-style>.wrap:nth-child(4)>.circle:after{background-color:#ce352c}.activity-ring.color-style>.wrap:nth-child(5)>.circle:after{background-color:#fff000}.activity-metro{overflow:hidden;position:relative;width:100%;height:10px;background-color:transparent}.activity-metro>.circle{display:inline-block;position:absolute;width:10px;height:10px;background-color:var(--activity-color);opacity:0;margin-left:5px;animation:activity-metro-slide 3s cubic-bezier(.1,.85,.9,.15) infinite,metro-opacity 2s ease-in-out infinite alternate}.activity-metro>.circle:nth-child(2){animation-delay:.8s}.activity-metro>.circle:nth-child(3){animation-delay:.7s}.activity-metro>.circle:nth-child(4){animation-delay:.6s}.activity-metro>.circle:nth-child(5){animation-delay:.5s}.activity-metro.color-style>.circle{background-color:#1fb1f8}.activity-metro.color-style>.circle:nth-child(2){background-color:#fa6800}.activity-metro.color-style>.circle:nth-child(3){background-color:#60a917}.activity-metro.color-style>.circle:nth-child(4){background-color:#ce352c}.activity-metro.color-style>.circle:nth-child(5){background-color:#fff000}.activity-square{position:relative;width:40px;height:40px;overflow:hidden;transform-origin:bottom left;animation:activity-shrink 1s linear infinite}.activity-square .square{position:absolute;width:19px;height:19px;background:var(--activity-color)}.activity-square .square:nth-child(1){left:0;top:21px}.activity-square .square:nth-child(2){left:21px;top:21px;animation:activity-drop 1s linear infinite}.activity-square .square:nth-child(3){left:0;top:0;animation:activity-drop2 1s linear infinite}.activity-square .square:nth-child(4){left:21px;top:0;animation:activity-drop3 1s linear infinite}.activity-square.color-style>.square:nth-child(1){background-color:#fa6800}.activity-square.color-style>.square:nth-child(2){background-color:#60a917}.activity-square.color-style>.square:nth-child(3){background-color:#1fb1f8}.activity-square.color-style>.square:nth-child(4){background-color:#fff000}.activity-cycle{width:64px;height:64px;position:relative;overflow:hidden}.activity-cycle .cycle{display:block;position:relative;left:50%;top:50%;width:64px;height:64px;margin:-32px 0 0 -32px;border-radius:50%;border:3px solid transparent;border-top-color:var(--activity-color);animation:activity-pre-spin 1s linear infinite;z-index:1001}.activity-cycle .cycle:before,.activity-cycle .cycle:after{content:"";position:absolute;border-radius:50%;border:3px solid transparent;border-top-color:var(--activity-color)}.activity-cycle .cycle:before{inset:5px;animation:activity-pre-spin 2s linear infinite}.activity-cycle .cycle:after{inset:15px;animation:activity-spin 1.5s linear infinite}.activity-cycle.color-style .cycle{border-top-color:#1fb1f8}.activity-cycle.color-style .cycle:before{border-top-color:#ce352c}.activity-cycle.color-style .cycle:after{border-top-color:#fff000}.activity-simple{width:64px;height:64px}.activity-simple .circular{animation:activity-rotate 2s linear infinite;position:relative;width:100%;height:100%}.activity-simple .path{stroke-dasharray:1,200;stroke-dashoffset:0;animation:activity-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:var(--activity-color)}.activity-simple.color-style .path{animation:activity-dash 1.5s ease-in-out infinite,activity-color 6s ease-in-out infinite}.activity-simple.small{width:32px;height:32px;border-radius:50%}.activity-simple.small .circular{width:32px;height:32px}.activity-atom{width:64px;height:64px;border-radius:50%;perspective:800px}.activity-atom span{position:absolute;width:100%;height:100%;border-radius:50%}.activity-atom span:nth-child(1){left:0;top:0;animation:activity-rotate-one 1s linear infinite;border-bottom:3px solid;border-bottom-color:var(--activity-color)}.activity-atom span:nth-child(2){right:0;top:0;animation:activity-rotate-two 1s linear infinite;border-right:3px solid;border-right-color:var(--activity-color)}.activity-atom span:nth-child(3){right:0;bottom:0;animation:activity-rotate-three 1s linear infinite;border-top:3px solid;border-top-color:var(--activity-color)}.activity-atom.color-style span:nth-child(1){border-bottom-color:#1fb1f8}.activity-atom.color-style span:nth-child(2){border-right-color:#ce352c}.activity-atom.color-style span:nth-child(3){border-top-color:#fff000}.activity-bars{width:60px;height:50px}.activity-bars span{height:100%;width:8px;display:inline-block;float:left;margin-left:2px;animation:activity-bars .8s infinite ease-in-out;background-color:var(--activity-color)}.activity-bars span:nth-child(2){animation-delay:-.7s}.activity-bars span:nth-child(3){animation-delay:-.6s}.activity-bars span:nth-child(4){animation-delay:-.5s}.activity-bars span:nth-child(5){animation-delay:-.4s}.activity-bars span:nth-child(6){animation-delay:-.3s}.activity-bars.color-style span:nth-child(1){background-color:#a0f}.activity-bars.color-style span:nth-child(2){background-color:#1fb1f8}.activity-bars.color-style span:nth-child(3){background-color:#60a917}.activity-bars.color-style span:nth-child(4){background-color:#fff000}.activity-bars.color-style span:nth-child(5){background-color:#fa6800}.activity-bars.color-style span:nth-child(6){background-color:#dc4fad}@keyframes activity-rotate{to{transform:rotate(360deg)}}@keyframes activity-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}@keyframes activity-color{to,0%{stroke:#ce352c}40%{stroke:#00aff0}66%{stroke:#60a917}80%,90%{stroke:#fff000}}@keyframes activity-rotate-one{0%{transform:rotateX(35deg) rotateY(-45deg) rotate(0)}to{transform:rotateX(35deg) rotateY(-45deg) rotate(360deg)}}@keyframes activity-rotate-two{0%{transform:rotateX(50deg) rotateY(10deg) rotate(0)}to{transform:rotateX(50deg) rotateY(10deg) rotate(360deg)}}@keyframes activity-rotate-three{0%{transform:rotateX(35deg) rotateY(55deg) rotate(0)}to{transform:rotateX(35deg) rotateY(55deg) rotate(360deg)}}@keyframes activity-bars{0%,40%,to{transform:scaleY(.05)}20%{transform:scaleY(1)}}@keyframes activity-drop{0%{transform:translateY(-50px)}25%{transform:translate(0)}to{transform:translate(0)}}@keyframes activity-drop2{0%{transform:translateY(-50px)}50%{transform:translate(0)}to{transform:translate(0)}}@keyframes activity-drop3{0%{transform:translateY(-50px)}75%{transform:translate(0)}to{transform:translate(0)}}@keyframes activity-pre-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes activity-metro-slide{0%{left:-50%}to{left:150%}}.dialog.no-shadow{box-shadow:none!important}.hamburger,.nav-button{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;border:1px solid transparent;padding:0;font-size:14px;line-height:36px;transition:all .15s ease-in-out;background-color:transparent;color:#fff;cursor:pointer;outline:none;width:36px;height:36px}.hamburger .line,.nav-button .line{width:30px;background-color:#fff;display:block;transition:all .3s ease-in-out;height:3px;margin:4px auto}.hamburger.dark .line,.nav-button.dark .line{background-color:#1d1d1d}.hamburger.menu-down .line:nth-child(2),.nav-button.menu-down .line:nth-child(2),.hamburger.chevron-down .line:nth-child(2),.nav-button.chevron-down .line:nth-child(2){transition-delay:.3s}.hamburger.menu-down.active,.nav-button.menu-down.active,.hamburger.chevron-down.active,.nav-button.chevron-down.active{transform:rotate(90deg)}.hamburger.menu-down.active .line:nth-child(2),.nav-button.menu-down.active .line:nth-child(2),.hamburger.chevron-down.active .line:nth-child(2),.nav-button.chevron-down.active .line:nth-child(2){opacity:0;transition:none}.hamburger.menu-down.active .line:nth-child(1),.nav-button.menu-down.active .line:nth-child(1),.hamburger.chevron-down.active .line:nth-child(1),.nav-button.chevron-down.active .line:nth-child(1),.hamburger.menu-down.active .line:nth-child(3),.nav-button.menu-down.active .line:nth-child(3),.hamburger.chevron-down.active .line:nth-child(3),.nav-button.chevron-down.active .line:nth-child(3){width:20px;transform-origin:right;margin:-4px 8px}.hamburger.menu-down.active .line:nth-child(1),.nav-button.menu-down.active .line:nth-child(1),.hamburger.chevron-down.active .line:nth-child(1),.nav-button.chevron-down.active .line:nth-child(1){transform:rotate(45deg) translateY(6px)}.hamburger.menu-down.active .line:nth-child(3),.nav-button.menu-down.active .line:nth-child(3),.hamburger.chevron-down.active .line:nth-child(3),.nav-button.chevron-down.active .line:nth-child(3){transform:rotate(-45deg) translateY(-6px)}.hamburger.menu-up .line:nth-child(2),.nav-button.menu-up .line:nth-child(2),.hamburger.chevron-up .line:nth-child(2),.nav-button.chevron-up .line:nth-child(2){transition-delay:.3s}.hamburger.menu-up.active,.nav-button.menu-up.active,.hamburger.chevron-up.active,.nav-button.chevron-up.active{transform:rotate(-90deg)}.hamburger.menu-up.active .line:nth-child(2),.nav-button.menu-up.active .line:nth-child(2),.hamburger.chevron-up.active .line:nth-child(2),.nav-button.chevron-up.active .line:nth-child(2){opacity:0;transition:none}.hamburger.menu-up.active .line:nth-child(1),.nav-button.menu-up.active .line:nth-child(1),.hamburger.chevron-up.active .line:nth-child(1),.nav-button.chevron-up.active .line:nth-child(1),.hamburger.menu-up.active .line:nth-child(3),.nav-button.menu-up.active .line:nth-child(3),.hamburger.chevron-up.active .line:nth-child(3),.nav-button.chevron-up.active .line:nth-child(3){width:20px;transform-origin:right;margin:-4px 8px}.hamburger.menu-up.active .line:nth-child(1),.nav-button.menu-up.active .line:nth-child(1),.hamburger.chevron-up.active .line:nth-child(1),.nav-button.chevron-up.active .line:nth-child(1){transform:rotate(45deg) translateY(6px)}.hamburger.menu-up.active .line:nth-child(3),.nav-button.menu-up.active .line:nth-child(3),.hamburger.chevron-up.active .line:nth-child(3),.nav-button.chevron-up.active .line:nth-child(3){transform:rotate(-45deg) translateY(-6px)}.hamburger.arrow-left.active .line:nth-child(1),.nav-button.arrow-left.active .line:nth-child(1),.hamburger.arrow-left.active .line:nth-child(3),.nav-button.arrow-left.active .line:nth-child(3){width:20px;margin-left:0}.hamburger.arrow-left.active .line:nth-child(1),.nav-button.arrow-left.active .line:nth-child(1){transform:rotate(-45deg)}.hamburger.arrow-left.active .line:nth-child(3),.nav-button.arrow-left.active .line:nth-child(3){transform:rotate(45deg)}.hamburger.arrow-right.active .line:nth-child(1),.nav-button.arrow-right.active .line:nth-child(1),.hamburger.arrow-right.active .line:nth-child(3),.nav-button.arrow-right.active .line:nth-child(3){width:20px;margin-right:0}.hamburger.arrow-right.active .line:nth-child(1),.nav-button.arrow-right.active .line:nth-child(1){transform:rotate(45deg)}.hamburger.arrow-right.active .line:nth-child(3),.nav-button.arrow-right.active .line:nth-child(3){transform:rotate(-45deg)}:root{--appbar-background: #ffffff;--appbar-color: #191919;--appbar-item-background: inherit;--appbar-item-color: inherit;--appbar-item-color-disabled: #ccc;--appbar-item-color-hover: #000000;--appbar-item-background-hover: #e8e8e8;--appbar-dropdown-toggle-color: #191919;--appbar-border-radius: 4px;--appbar-z-index: 1030;--appbar-hamburger-background: transparent;--appbar-hamburger-color: #000000}.dark-side{--appbar-background: #1e1f22;--appbar-color: #dbdfe7;--appbar-item-background: inherit;--appbar-item-color: inherit;--appbar-item-color-disabled: #a8a8a8;--appbar-item-color-hover: #ffffff;--appbar-item-background-hover: #2b2d30;--appbar-dropdown-toggle-color: #ffffff;--appbar-hamburger-background: transparent;--appbar-hamburger-color: #ffffff}.app-bar{display:flex;position:fixed;top:0;left:0;right:0;height:auto;min-height:52px;z-index:var(--appbar-z-index);background-color:var(--appbar-background);color:var(--appbar-color);flex-flow:row wrap;align-items:center;padding:0 10px}.app-bar .app-bar-container{background-color:inherit;color:inherit;padding:0;display:flex;align-items:center;justify-content:center}.app-bar .app-bar-item,.app-bar .app-bar-menu>li{position:relative}.app-bar .app-bar-item,.app-bar .app-bar-item-static,.app-bar .app-bar-menu>li>a{display:flex;align-items:center;font-size:13px;background-color:var(--appbar-item-background);color:var(--appbar-item-color);text-decoration:none;padding:4px 10px;border-radius:var(--appbar-border-radius);white-space:nowrap;flex-wrap:nowrap;line-height:20px;overflow:hidden}.app-bar .app-bar-item:hover,.app-bar .app-bar-item-static:hover,.app-bar .app-bar-menu>li>a:hover{color:var(--appbar-item-color-hover);text-decoration:none;background-color:var(--appbar-item-background-hover)}.app-bar .app-bar-item:focus,.app-bar .app-bar-item-static:focus,.app-bar .app-bar-menu>li>a:focus{outline:none}.app-bar .app-bar-item.disabled,.app-bar .app-bar-item-static.disabled,.app-bar .app-bar-menu>li>a.disabled{color:var(--appbar-item-color-disabled)}.app-bar .app-bar-item-static:hover{background-color:var(--appbar-item-background);color:var(--appbar-item-color)}.app-bar .brand{flex-shrink:0}.app-bar .brand:hover{background-color:var(--appbar-item-background)}.app-bar .app-bar-button{width:52px;padding:0}.app-bar .app-bar-menu{flex-shrink:0;list-style:none inside;margin:0;padding:0;position:relative;display:flex;flex-wrap:nowrap;flex-direction:column;background-color:inherit;color:inherit}.app-bar .app-bar-menu>li>a.dropdown-toggle:before{border-color:var(--appbar-dropdown-toggle-color)!important}.app-bar .hamburger{position:absolute;right:0;top:50%;display:block;height:52px;width:52px;margin-top:-27px;background:var(--appbar-hamburger-background)}.app-bar .hamburger .line{background-color:var(--appbar-hamburger-color)}.app-bar .hamburger.menu-down.active .line:nth-child(1),.app-bar .hamburger.menu-down.active .line:nth-child(3){margin:-4px 16px}.app-bar .app-bar-menu.collapsed{display:none}.app-bar .app-bar-menu.opened{max-height:calc(100vh - 52px);overflow-y:auto;padding:4px}.app-bar .app-bar-menu.opened ul{position:relative;left:0;float:none;width:100%;box-shadow:none;border-radius:0;background-color:inherit;border:none}.app-bar .app-bar-input{width:100px;height:30px;font-size:.875rem;border:none!important;border-radius:4px}.app-bar:not(.app-bar-expand){padding-right:60px!important}.app-bar:not(.app-bar-expand) .app-bar-menu{width:100%;order:1000;top:100%;left:0;position:absolute}.app-bar-expand{flex-direction:row;flex-wrap:nowrap}.app-bar-expand .app-bar-menu{flex-direction:row}.app-bar-expand .app-bar-menu.collapsed{display:flex!important}.app-bar-expand .hamburger{display:none}.p-ab{padding-top:52px!important}.m-ab{margin-top:52px!important}.h-ab{height:calc(100% - 52px)}.slider{display:block;position:relative;height:2.125rem;background:transparent;cursor:default;width:100%}.slider input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.slider .backside,.slider .complete,.slider .buffer,.slider .marker{position:absolute;left:0;top:50%;transform:translateY(-50%)}.slider .backside{background-color:#bebebe;width:100%;z-index:1;height:.6rem}.slider .buffer{z-index:2;height:.3rem;background-color:#fff}.slider .complete{z-index:3;height:.6rem;background-color:#60a917}.slider .marker{width:1rem;height:1rem;background-color:#1d1d1d;z-index:4;outline:none;border:1px solid transparent;cursor:pointer;overflow:visible}.slider .marker:focus{box-shadow:0 0 0 3px #e4e4e473}.slider .marker:active:after{display:block;content:"";position:absolute;width:3.125rem;height:3.125rem;border-radius:50%;background-color:#bbbbbb80;opacity:.3;top:50%;left:50%;margin-top:-1.5625rem;margin-left:-1.5625rem}.slider .hint{display:none;position:absolute;z-index:5;width:auto!important;height:auto!important;padding:.25rem .5rem;background-color:#989898;color:#fff;white-space:nowrap}.slider .hint:before{display:block;position:absolute;content:"";width:6px;height:6px;background-color:inherit}.slider .hint.top-side{top:0;left:50%;transform:translateY(-100%) translate(-50%);margin-top:-8px}.slider .hint.top-side:before{top:100%;left:50%;transform:rotate(45deg) translate(-50%);margin-top:-1px}.slider .hint.bottom-side{left:50%;transform:translate(-50%);top:100%;margin-top:8px}.slider .hint.bottom-side:before{top:0;left:50%;transform:rotate(45deg) translate(-50%);margin-top:-1px}.slider .hint.left-side{left:0;top:50%;transform:translateY(-50%) translate(-100%);margin-left:-8px}.slider .hint.left-side:before{top:50%;right:0;transform:translateY(-50%) rotate(45deg);margin-right:-3px}.slider .hint.right-side{left:100%;transform:translateY(-50%);top:50%;margin-left:8px}.slider .hint.right-side:before{top:50%;left:0;transform:translate(-50%) translateY(-50%) rotate(45deg)}.slider .marker.left-knob{left:0}.slider .marker.right-knob{left:auto;right:0}.slider.range .complete{width:100%}.slider.thin .backside,.slider.thin .complete,.slider.thin .buffer{height:6px}.slider.ultra-thin .backside,.slider.ultra-thin .complete,.slider.ultra-thin .buffer{height:4px}.slider.cycle-marker .marker{border-radius:50%}.slider.vertical-slider{width:2.125rem;height:100px}.slider.vertical-slider .backside,.slider.vertical-slider .complete,.slider.vertical-slider .buffer,.slider.vertical-slider .marker{top:auto;left:50%;transform:translateY(0) translate(-50%)}.slider.vertical-slider .backside,.slider.vertical-slider .complete,.slider.vertical-slider .buffer{width:.5rem;bottom:0}.slider.vertical-slider .backside{height:100%}.slider.vertical-slider .buffer{width:.3rem}.slider.vertical-slider .marker{top:100%;transform:translateY(-100%) translate(-50%)}.slider.rounded .backside,.slider.rounded .complete,.slider.rounded .buffer,.slider.rounded .marker{border-radius:.25rem}.slider.disabled .marker{display:none}.slider-min-max{display:block;position:relative}.slider-min-max:after{display:block;clear:both;content:""}.slider-min-max .slider-text-min,.slider-min-max .slider-text-max{display:block}.slider-min-max .slider-text-min{float:left}.slider-min-max .slider-text-max{float:right}[class*=default-icon]{display:inline-block;height:16px;width:16px;border:none!important;background-size:cover;background-color:transparent;opacity:.5;transition:all .3s ease-in-out}[class*=default-icon]:hover{opacity:1}:root .default-icon-check{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M27%204l-15%2015-7-7-5%205%2012%2012%2020-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-cross{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M31.708%2025.708c-0-0-0-0-0-0l-9.708-9.708%209.708-9.708c0-0%200-0%200-0%200.105-0.105%200.18-0.227%200.229-0.357%200.133-0.356%200.057-0.771-0.229-1.057l-4.586-4.586c-0.286-0.286-0.702-0.361-1.057-0.229-0.13%200.048-0.252%200.124-0.357%200.228%200%200-0%200-0%200l-9.708%209.708-9.708-9.708c-0-0-0-0-0-0-0.105-0.104-0.227-0.18-0.357-0.228-0.356-0.133-0.771-0.057-1.057%200.229l-4.586%204.586c-0.286%200.286-0.361%200.702-0.229%201.057%200.049%200.13%200.124%200.252%200.229%200.357%200%200%200%200%200%200l9.708%209.708-9.708%209.708c-0%200-0%200-0%200-0.104%200.105-0.18%200.227-0.229%200.357-0.133%200.355-0.057%200.771%200.229%201.057l4.586%204.586c0.286%200.286%200.702%200.361%201.057%200.229%200.13-0.049%200.252-0.124%200.357-0.229%200-0%200-0%200-0l9.708-9.708%209.708%209.708c0%200%200%200%200%200%200.105%200.105%200.227%200.18%200.357%200.229%200.356%200.133%200.771%200.057%201.057-0.229l4.586-4.586c0.286-0.286%200.362-0.702%200.229-1.057-0.049-0.13-0.124-0.252-0.229-0.357z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-search{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M31.008%2027.231l-7.58-6.447c-0.784-0.705-1.622-1.029-2.299-0.998%201.789-2.096%202.87-4.815%202.87-7.787%200-6.627-5.373-12-12-12s-12%205.373-12%2012%205.373%2012%2012%2012c2.972%200%205.691-1.081%207.787-2.87-0.031%200.677%200.293%201.515%200.998%202.299l6.447%207.58c1.104%201.226%202.907%201.33%204.007%200.23s0.997-2.903-0.23-4.007zM12%2020c-4.418%200-8-3.582-8-8s3.582-8%208-8%208%203.582%208%208-3.582%208-8%208z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-eye{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M16%206c-6.979%200-13.028%204.064-16%2010%202.972%205.936%209.021%2010%2016%2010s13.027-4.064%2016-10c-2.972-5.936-9.021-10-16-10zM23.889%2011.303c1.88%201.199%203.473%202.805%204.67%204.697-1.197%201.891-2.79%203.498-4.67%204.697-2.362%201.507-5.090%202.303-7.889%202.303s-5.527-0.796-7.889-2.303c-1.88-1.199-3.473-2.805-4.67-4.697%201.197-1.891%202.79-3.498%204.67-4.697%200.122-0.078%200.246-0.154%200.371-0.228-0.311%200.854-0.482%201.776-0.482%202.737%200%204.418%203.582%208%208%208s8-3.582%208-8c0-0.962-0.17-1.883-0.482-2.737%200.124%200.074%200.248%200.15%200.371%200.228v0zM16%2013c0%201.657-1.343%203-3%203s-3-1.343-3-3%201.343-3%203-3%203%201.343%203%203z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-plus{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M496%20192h-176v-176c0-8.836-7.164-16-16-16h-96c-8.836%200-16%207.164-16%2016v176h-176c-8.836%200-16%207.164-16%2016v96c0%208.836%207.164%2016%2016%2016h176v176c0%208.836%207.164%2016%2016%2016h96c8.836%200%2016-7.164%2016-16v-176h176c8.836%200%2016-7.164%2016-16v-96c0-8.836-7.164-16-16-16z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-minus{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M0%20208v96c0%208.836%207.164%2016%2016%2016h480c8.836%200%2016-7.164%2016-16v-96c0-8.836-7.164-16-16-16h-480c-8.836%200-16%207.164-16%2016z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-help{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M16%200c-8.837%200-16%207.163-16%2016s7.163%2016%2016%2016%2016-7.163%2016-16-7.163-16-16-16zM10%2016c0-3.314%202.686-6%206-6s6%202.686%206%206-2.686%206-6%206-6-2.686-6-6zM28.937%2021.359v0l-5.544-2.297c0.391-0.943%200.608-1.977%200.608-3.062s-0.216-2.119-0.608-3.062l5.544-2.297c0.685%201.651%201.063%203.46%201.063%205.359s-0.379%203.708-1.063%205.359v0zM21.359%203.063v0%200l-2.297%205.544c-0.943-0.391-1.977-0.607-3.062-0.607s-2.119%200.216-3.062%200.607l-2.297-5.544c1.651-0.684%203.46-1.063%205.359-1.063s3.708%200.379%205.359%201.063zM3.063%2010.641l5.544%202.297c-0.391%200.943-0.608%201.977-0.608%203.062s0.216%202.119%200.607%203.062l-5.544%202.297c-0.685-1.651-1.063-3.46-1.063-5.359s0.379-3.708%201.063-5.359zM10.641%2028.937l2.297-5.544c0.943%200.391%201.977%200.608%203.062%200.608s2.119-0.216%203.062-0.608l2.297%205.544c-1.651%200.684-3.46%201.063-5.359%201.063s-3.708-0.379-5.359-1.063z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-left-arrow{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M12.586%2027.414l-10-10c-0.781-0.781-0.781-2.047%200-2.828l10-10c0.781-0.781%202.047-0.781%202.828%200s0.781%202.047%200%202.828l-6.586%206.586h19.172c1.105%200%202%200.895%202%202s-0.895%202-2%202h-19.172l6.586%206.586c0.39%200.39%200.586%200.902%200.586%201.414s-0.195%201.024-0.586%201.414c-0.781%200.781-2.047%200.781-2.828%200z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-right-arrow{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M19.414%2027.414l10-10c0.781-0.781%200.781-2.047%200-2.828l-10-10c-0.781-0.781-2.047-0.781-2.828%200s-0.781%202.047%200%202.828l6.586%206.586h-19.172c-1.105%200-2%200.895-2%202s0.895%202%202%202h19.172l-6.586%206.586c-0.39%200.39-0.586%200.902-0.586%201.414s0.195%201.024%200.586%201.414c0.781%200.781%202.047%200.781%202.828%200z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-calendar{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M10%2012h4v4h-4zM16%2012h4v4h-4zM22%2012h4v4h-4zM4%2024h4v4h-4zM10%2024h4v4h-4zM16%2024h4v4h-4zM10%2018h4v4h-4zM16%2018h4v4h-4zM22%2018h4v4h-4zM4%2018h4v4h-4zM26%200v2h-4v-2h-14v2h-4v-2h-4v32h30v-32h-4zM28%2030h-26v-22h26v22z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-clock{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M20.586%2023.414l-6.586-6.586v-8.828h4v7.172l5.414%205.414zM16%200c-8.837%200-16%207.163-16%2016s7.163%2016%2016%2016%2016-7.163%2016-16-7.163-16-16-16zM16%2028c-6.627%200-12-5.373-12-12s5.373-12%2012-12c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-menu{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M2%206h28v6h-28zM2%2014h28v6h-28zM2%2022h28v6h-28z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-upload{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M224%20288h64v-128h96l-128-128-128%20128h96zM320%20216v49.356l146.533%2054.644-210.533%2078.509-210.533-78.509%20146.533-54.644v-49.356l-192%2072v128l256%2096%20256-96v-128z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-pencil{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M432%200c44.182%200%2080%2035.817%2080%2080%200%2018.010-5.955%2034.629-16%2048l-32%2032-112-112%2032-32c13.371-10.045%2029.989-16%2048-16zM32%20368l-32%20144%20144-32%20296-296-112-112-296%20296zM357.789%20181.789l-224%20224-27.578-27.578%20224-224%2027.578%2027.578z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-chevron-left{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22768%22%20height%3D%22768%22%20viewBox%3D%220%200%20768%20768%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M493.28%20237.28l-45.28-45.28-192%20192%20192%20192%2045.28-45.28-146.72-146.72z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-chevron-right{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22768%22%20height%3D%22768%22%20viewBox%3D%220%200%20768%20768%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M320%20192l-45.28%2045.28%20146.72%20146.72-146.72%20146.72%2045.28%2045.28%20192-192z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-loop{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-play{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-pause{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-stop{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-mute{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-low-volume{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-medium-volume{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-high-volume{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-enlarge{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-shrink{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-playlist{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-next{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-prev{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-first{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-last{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-forward{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-backward{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-share{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-equalizer{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-eject{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-shuffle{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-random{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-check{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%204l-15%2015-7-7-5%205%2012%2012%2020-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-cross{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M31.708%2025.708c-0-0-0-0-0-0l-9.708-9.708%209.708-9.708c0-0%200-0%200-0%200.105-0.105%200.18-0.227%200.229-0.357%200.133-0.356%200.057-0.771-0.229-1.057l-4.586-4.586c-0.286-0.286-0.702-0.361-1.057-0.229-0.13%200.048-0.252%200.124-0.357%200.228%200%200-0%200-0%200l-9.708%209.708-9.708-9.708c-0-0-0-0-0-0-0.105-0.104-0.227-0.18-0.357-0.228-0.356-0.133-0.771-0.057-1.057%200.229l-4.586%204.586c-0.286%200.286-0.361%200.702-0.229%201.057%200.049%200.13%200.124%200.252%200.229%200.357%200%200%200%200%200%200l9.708%209.708-9.708%209.708c-0%200-0%200-0%200-0.104%200.105-0.18%200.227-0.229%200.357-0.133%200.355-0.057%200.771%200.229%201.057l4.586%204.586c0.286%200.286%200.702%200.361%201.057%200.229%200.13-0.049%200.252-0.124%200.357-0.229%200-0%200-0%200-0l9.708-9.708%209.708%209.708c0%200%200%200%200%200%200.105%200.105%200.227%200.18%200.357%200.229%200.356%200.133%200.771%200.057%201.057-0.229l4.586-4.586c0.286-0.286%200.362-0.702%200.229-1.057-0.049-0.13-0.124-0.252-0.229-0.357z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-search{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M31.008%2027.231l-7.58-6.447c-0.784-0.705-1.622-1.029-2.299-0.998%201.789-2.096%202.87-4.815%202.87-7.787%200-6.627-5.373-12-12-12s-12%205.373-12%2012%205.373%2012%2012%2012c2.972%200%205.691-1.081%207.787-2.87-0.031%200.677%200.293%201.515%200.998%202.299l6.447%207.58c1.104%201.226%202.907%201.33%204.007%200.23s0.997-2.903-0.23-4.007zM12%2020c-4.418%200-8-3.582-8-8s3.582-8%208-8%208%203.582%208%208-3.582%208-8%208z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-eye{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%206c-6.979%200-13.028%204.064-16%2010%202.972%205.936%209.021%2010%2016%2010s13.027-4.064%2016-10c-2.972-5.936-9.021-10-16-10zM23.889%2011.303c1.88%201.199%203.473%202.805%204.67%204.697-1.197%201.891-2.79%203.498-4.67%204.697-2.362%201.507-5.090%202.303-7.889%202.303s-5.527-0.796-7.889-2.303c-1.88-1.199-3.473-2.805-4.67-4.697%201.197-1.891%202.79-3.498%204.67-4.697%200.122-0.078%200.246-0.154%200.371-0.228-0.311%200.854-0.482%201.776-0.482%202.737%200%204.418%203.582%208%208%208s8-3.582%208-8c0-0.962-0.17-1.883-0.482-2.737%200.124%200.074%200.248%200.15%200.371%200.228v0zM16%2013c0%201.657-1.343%203-3%203s-3-1.343-3-3%201.343-3%203-3%203%201.343%203%203z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-plus{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M496%20192h-176v-176c0-8.836-7.164-16-16-16h-96c-8.836%200-16%207.164-16%2016v176h-176c-8.836%200-16%207.164-16%2016v96c0%208.836%207.164%2016%2016%2016h176v176c0%208.836%207.164%2016%2016%2016h96c8.836%200%2016-7.164%2016-16v-176h176c8.836%200%2016-7.164%2016-16v-96c0-8.836-7.164-16-16-16z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-minus{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%20208v96c0%208.836%207.164%2016%2016%2016h480c8.836%200%2016-7.164%2016-16v-96c0-8.836-7.164-16-16-16h-480c-8.836%200-16%207.164-16%2016z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-help{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%200c-8.837%200-16%207.163-16%2016s7.163%2016%2016%2016%2016-7.163%2016-16-7.163-16-16-16zM10%2016c0-3.314%202.686-6%206-6s6%202.686%206%206-2.686%206-6%206-6-2.686-6-6zM28.937%2021.359v0l-5.544-2.297c0.391-0.943%200.608-1.977%200.608-3.062s-0.216-2.119-0.608-3.062l5.544-2.297c0.685%201.651%201.063%203.46%201.063%205.359s-0.379%203.708-1.063%205.359v0zM21.359%203.063v0%200l-2.297%205.544c-0.943-0.391-1.977-0.607-3.062-0.607s-2.119%200.216-3.062%200.607l-2.297-5.544c1.651-0.684%203.46-1.063%205.359-1.063s3.708%200.379%205.359%201.063zM3.063%2010.641l5.544%202.297c-0.391%200.943-0.608%201.977-0.608%203.062s0.216%202.119%200.607%203.062l-5.544%202.297c-0.685-1.651-1.063-3.46-1.063-5.359s0.379-3.708%201.063-5.359zM10.641%2028.937l2.297-5.544c0.943%200.391%201.977%200.608%203.062%200.608s2.119-0.216%203.062-0.608l2.297%205.544c-1.651%200.684-3.46%201.063-5.359%201.063s-3.708-0.379-5.359-1.063z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-left-arrow{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.586%2027.414l-10-10c-0.781-0.781-0.781-2.047%200-2.828l10-10c0.781-0.781%202.047-0.781%202.828%200s0.781%202.047%200%202.828l-6.586%206.586h19.172c1.105%200%202%200.895%202%202s-0.895%202-2%202h-19.172l6.586%206.586c0.39%200.39%200.586%200.902%200.586%201.414s-0.195%201.024-0.586%201.414c-0.781%200.781-2.047%200.781-2.828%200z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-right-arrow{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.414%2027.414l10-10c0.781-0.781%200.781-2.047%200-2.828l-10-10c-0.781-0.781-2.047-0.781-2.828%200s-0.781%202.047%200%202.828l6.586%206.586h-19.172c-1.105%200-2%200.895-2%202s0.895%202%202%202h19.172l-6.586%206.586c-0.39%200.39-0.586%200.902-0.586%201.414s0.195%201.024%200.586%201.414c0.781%200.781%202.047%200.781%202.828%200z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-calendar{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10%2012h4v4h-4zM16%2012h4v4h-4zM22%2012h4v4h-4zM4%2024h4v4h-4zM10%2024h4v4h-4zM16%2024h4v4h-4zM10%2018h4v4h-4zM16%2018h4v4h-4zM22%2018h4v4h-4zM4%2018h4v4h-4zM26%200v2h-4v-2h-14v2h-4v-2h-4v32h30v-32h-4zM28%2030h-26v-22h26v22z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-clock{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.586%2023.414l-6.586-6.586v-8.828h4v7.172l5.414%205.414zM16%200c-8.837%200-16%207.163-16%2016s7.163%2016%2016%2016%2016-7.163%2016-16-7.163-16-16-16zM16%2028c-6.627%200-12-5.373-12-12s5.373-12%2012-12c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-menu{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2%206h28v6h-28zM2%2014h28v6h-28zM2%2022h28v6h-28z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-upload{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M224%20288h64v-128h96l-128-128-128%20128h96zM320%20216v49.356l146.533%2054.644-210.533%2078.509-210.533-78.509%20146.533-54.644v-49.356l-192%2072v128l256%2096%20256-96v-128z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-pencil{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M432%200c44.182%200%2080%2035.817%2080%2080%200%2018.010-5.955%2034.629-16%2048l-32%2032-112-112%2032-32c13.371-10.045%2029.989-16%2048-16zM32%20368l-32%20144%20144-32%20296-296-112-112-296%20296zM357.789%20181.789l-224%20224-27.578-27.578%20224-224%2027.578%2027.578z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-chevron-left{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22768%22%20height%3D%22768%22%20viewBox%3D%220%200%20768%20768%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M493.28%20237.28l-45.28-45.28-192%20192%20192%20192%2045.28-45.28-146.72-146.72z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-chevron-right{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22768%22%20height%3D%22768%22%20viewBox%3D%220%200%20768%20768%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M320%20192l-45.28%2045.28%20146.72%20146.72-146.72%20146.72%2045.28%2045.28%20192-192z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-loop{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-play{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-pause{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-stop{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-mute{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-low-volume{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-medium-volume{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-high-volume{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-enlarge{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-shrink{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-playlist{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-next{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-prev{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-first{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-last{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-forward{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-backward{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-share{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-equalizer{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-eject{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-shuffle{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-random{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player{display:block;position:relative;width:100%;background:#000;height:auto;overflow:hidden;z-index:1}.media-player video{width:100%;height:100%;z-index:1}.media-player .logo{display:block;position:absolute;top:1.25rem;right:1.25rem;z-index:3;height:32px}.media-player .logo img{height:32px}.media-player .preloader{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%) translateY(-50%)}.media-player .preloader.show{display:block}.media-player .controls{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;position:absolute;bottom:0;left:0;right:0;height:auto;z-index:2147483647;background-color:#22222280}.media-player .controls.outside{position:relative}.media-player .stream{display:block;padding:.625rem;order:5;width:100%;position:relative}.media-player .stream .slider{height:.875rem}.media-player .load-audio{padding:0;display:block;position:absolute;bottom:4px;left:.625rem;width:calc(100% - 1.25rem)}.media-player button:focus{box-shadow:none!important}.media-player .controls>button,.media-player .info-box,.media-player .volume{background-color:inherit;color:#555;flex-shrink:0;height:36px;text-align:center}.media-player .controls>button:hover,.media-player .info-box:hover,.media-player .volume:hover{color:#fff}.media-player .controls>button.active,.media-player .info-box.active,.media-player .volume.active{background-color:#6f6f6f80}.media-player .controls .button{display:flex;justify-content:center;align-items:center}.media-player .loop{order:1;display:none}.media-player .play{order:2}.media-player .stop{order:3;display:none}.media-player .info-box{position:relative;width:auto;display:block;order:4;background:#22222280;color:#fff;padding:.625rem;font-size:.6875rem;text-align:center;height:36px;flex-shrink:1;white-space:nowrap;border:none}.media-player .mute{order:6}.media-player .volume{order:7;width:96px;padding:0 .625rem;background:#22222280;display:none}.media-player .full{order:8}:-webkit-full-screen{width:100%;height:100%;z-index:2147483647}:-ms-fullscreen{width:100%}.media-player.full-screen{position:fixed;inset:0;z-index:2147483647;max-height:100%!important;height:100%!important}.media-player.light{background-color:#f8f8f8}.media-player.light .controls{background-color:inherit}.media-player.light .controls .info-box,.media-player.light .controls .volume{background-color:inherit;color:#1d1d1d}.media-player.light .slider .buffer{height:2px!important;background-color:#41545e}.media-player.light .controls>button.active{background-color:#dfdfdf}.media-player:not(.light) .default-icon-loop,.media-player.dark .default-icon-loop{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-play,.media-player.dark .default-icon-play{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-pause,.media-player.dark .default-icon-pause{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-stop,.media-player.dark .default-icon-stop{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-mute,.media-player.dark .default-icon-mute{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-low-volume,.media-player.dark .default-icon-low-volume{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-medium-volume,.media-player.dark .default-icon-medium-volume{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-high-volume,.media-player.dark .default-icon-high-volume{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-enlarge,.media-player.dark .default-icon-enlarge{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-shrink,.media-player.dark .default-icon-shrink{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-playlist,.media-player.dark .default-icon-playlist{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-next,.media-player.dark .default-icon-next{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-prev,.media-player.dark .default-icon-prev{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-first,.media-player.dark .default-icon-first{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-last,.media-player.dark .default-icon-last{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-forward,.media-player.dark .default-icon-forward{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-backward,.media-player.dark .default-icon-backward{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-share,.media-player.dark .default-icon-share{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-equalizer,.media-player.dark .default-icon-equalizer{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-eject,.media-player.dark .default-icon-eject{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-shuffle,.media-player.dark .default-icon-shuffle{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-random,.media-player.dark .default-icon-random{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.audio-player{overflow:visible}.audio-player .controls{position:relative}@media screen and (min-width: 576px){.media-player .volume,.media-player .loop,.media-player .stop{display:flex}}:root{--badge-background: #F8F8F8;--badge-color: #191919;--badge-border-radius: 4px}.dark-side{--badge-background: #F8F8F8;--badge-color: #191919}.badge{position:absolute;z-index:1;top:0;right:0;background-color:var(--badge-background);color:var(--badge-color);border-radius:var(--badge-border-radius);padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;display:inline-flex;align-items:center;justify-content:center;transform:translateY(-50%) translate(50%)}.brand .badge,.app-bar-item .badge,.app-bar-menu>li>a .badge,.h-menu>li>a .badge,.v-menu>li>a .badge{transform:translateY(0) translate(0)}.d-menu>li>a .badge{transform:translate(10px)}.badge.inline{position:relative;display:inline-block;right:auto;top:-1px;transform:translateY(0) translate(0)}.badge.inside{transform:translateY(0) translate(0)}.bottom-nav{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;height:56px;width:100%;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #00000029,0 -1px 5px #00000042;z-index:1030}.bottom-nav .button{width:auto;height:100%;flex-grow:1;flex-basis:0;text-align:center;text-transform:capitalize;margin:0;border-radius:0;line-height:normal}.bottom-nav .button .icon{width:24px;height:24px;font-size:22px}.bottom-nav .button .label{display:block}.bottom-sheet{background-color:#fff;display:block;z-index:1030;max-width:360px;left:50%;list-style:none inside;padding:0;margin:0 0 0 -50%;width:100%;top:100%;position:fixed;transition:all .3s ease-in-out;box-shadow:0 6px 20px #00000030,0 8px 17px #0003}.bottom-sheet:after{display:block;clear:both;content:""}.bottom-sheet.wide-sm{max-width:576px}.bottom-sheet.wide-ld{max-width:640px}.bottom-sheet.wide-md{max-width:768px}.bottom-sheet.wide-lg{max-width:992px}.bottom-sheet.wide{max-width:100%}.bottom-sheet>.title{height:56px;font-size:16px;color:#000000de}.bottom-sheet>li,.bottom-sheet>.item{font-size:16px;position:relative;height:48px;padding-left:56px;display:block;cursor:pointer;vertical-align:middle;line-height:48px}.bottom-sheet>li .icon,.bottom-sheet>.item .icon{left:16px;position:absolute;width:24px;height:24px;font-size:24px;line-height:24px;vertical-align:middle;text-align:center;top:50%;margin-top:-12px;opacity:.8}.bottom-sheet>li:hover,.bottom-sheet>.item:hover,.bottom-sheet>li.hovered,.bottom-sheet>.item.hovered,.bottom-sheet>li.active,.bottom-sheet>.item.active{background-color:#1d1d1d1a}.bottom-sheet>.divider{height:1px;background-color:var(--border-color)}.bottom-sheet.grid-style{padding:16px}.bottom-sheet.grid-style>li,.bottom-sheet.grid-style>.item{width:64px;height:72px;line-height:normal;text-align:center;vertical-align:middle;display:block;float:left;margin:8px;padding:4px;font-size:11px}.bottom-sheet.grid-style>li .icon,.bottom-sheet.grid-style>.item .icon{display:block;position:relative;width:42px;height:42px;font-size:42px;margin:0 0 8px -21px;padding:0;top:0;left:50%;line-height:1}.bottom-sheet.grid-style>.divider{display:none}.bottom-sheet.opened{transition:all .3s ease-in-out;transform:translate3d(0,-100%,0)}.bottom-nav~.bottom-sheet{padding-bottom:76px}:root{--breadcrumbs-background: #ffffff;--breadcrumbs-color: #191919;--breadcrumbs-background-hover: #ffffff;--breadcrumbs-color-hover: #000000}.dark-side{--breadcrumbs-background: #1e1f22;--breadcrumbs-color: #dbdfe7;--breadcrumbs-background-hover: #1e1f22;--breadcrumbs-color-hover: #ffffff}.breadcrumbs.default{margin:0;padding:0;list-style:none inside;display:flex;flex-wrap:nowrap;align-items:center;background-color:var(--breadcrumbs-background);color:var(--breadcrumbs-color)}.breadcrumbs.default li{position:relative;display:flex;align-items:center;justify-content:flex-start;background-color:inherit;color:inherit;margin:4px}.breadcrumbs.default li:after{content:"\203a";z-index:3;position:absolute;left:100%;top:-4px;font-size:1.4em}.breadcrumbs.default a{cursor:pointer;display:block;position:relative;padding:.5rem .75rem;line-height:1;font-size:14px;text-decoration:none;color:inherit;background-color:transparent}.breadcrumbs.default a:hover{background-color:var(--breadcrumbs-background-hover);color:var(--breadcrumbs-color-hover);text-decoration:none}.breadcrumbs.default li:last-child a{font-weight:700}:root{--breadcrumbs-arrow-item-background: #f7f8fa;--breadcrumbs-arrow-item-background-active: #468cff;--breadcrumbs-arrow-item-color-active: #ffffff;--breadcrumbs-arrow-item-color: #191919;--breadcrumbs-arrow-border-color: #e8e8e8;--breadcrumbs-arrow-item-shadow: rgba(133, 133, 133, .1)}.dark-side{--breadcrumbs-arrow-item-background: #2b2d30;--breadcrumbs-arrow-item-background-active: #ffc351;--breadcrumbs-arrow-item-color-active: #000;--breadcrumbs-arrow-item-color: #ffffff;--breadcrumbs-arrow-border-color: #4a4d51;--breadcrumbs-arrow-item-shadow: rgba(255, 255, 255, .1)}.breadcrumbs.arrow{display:inline-flex;flex-flow:row nowrap;overflow:hidden;border-radius:var(--border-radius);counter-reset:flag;border:1px solid var(--breadcrumbs-arrow-border-color)}.breadcrumbs.arrow li{display:block}.breadcrumbs.arrow a{display:flex;align-items:center;justify-content:center;font-size:12px;line-height:36px;background:var(--breadcrumbs-arrow-item-background);color:var(--breadcrumbs-arrow-item-color);padding:0 10px 0 60px;position:relative;height:36px;text-decoration:none}.breadcrumbs.arrow a:before{content:counter(flag);counter-increment:flag;border-radius:50%;border:1px solid var(--border-color);width:26px;height:26px;line-height:26px;margin:8px 0;position:absolute;top:-3px;left:27px;background:var(--breadcrumbs-arrow-item-background);font-weight:700;display:flex;align-items:center;justify-content:center}.breadcrumbs.arrow a:after{content:"";position:absolute;top:0;right:-18px;width:36px;height:36px;transform:scale(.707) rotate(45deg);z-index:1;box-shadow:1px -1px 0 1px var(--breadcrumbs-arrow-item-shadow);border-radius:0 5px 0 50px;background:var(--breadcrumbs-arrow-item-background);color:var(--breadcrumbs-arrow-item-color)}.breadcrumbs.arrow li:first-child a{padding-left:46px;border-radius:5px 0 0 5px}.breadcrumbs.arrow li:first-child a:before{left:14px}.breadcrumbs.arrow li:last-child a{border-radius:0 5px 5px 0;padding-right:20px}.breadcrumbs.arrow li:last-child a:after{display:none}.breadcrumbs.arrow li.active a,.breadcrumbs.arrow li:hover a{background:var(--breadcrumbs-arrow-item-background-active);color:var(--breadcrumbs-arrow-item-color-active)}.breadcrumbs.arrow li.active a:before,.breadcrumbs.arrow li:hover a:before{color:var(--breadcrumbs-arrow-item-color)}.breadcrumbs.arrow li.active a:after,.breadcrumbs.arrow li:hover a:after{background:var(--breadcrumbs-arrow-item-background-active);box-shadow:1px -1px 0 1px #fff6}:root{--button-group-active-background: #989898;--button-group-active-color: #fff}.dark-side{--button-group-active-background: #1a1f23;--button-group-active-color: #fff}.button-group .active{background-color:var(--button-group-active-background);color:var(--button-group-active-color)}:root{--input-background: #ffffff;--input-background-disabled: #f7f8fa;--input-color-disabled: #c9ccd6;--input-border-color: #c9ccd6;--input-border-color-hover: #adb0b8;--input-color: #161316;--input-box-shadow: rgba(201, 204, 214, .42);--input-prepend-background: #f8f8f8;--input-prepend-color: #191919;--input-append-background: #f8f8f8;--input-append-color: #191919;--input-required-color: #468cff;--input-invalid-color: #ad2a14;--input-valid-color: #4cad14}.dark-side{--input-background: #2b2d30;--input-background-disabled: #2b2d30;--input-color-disabled: #333437;--input-border-color: #4e5157;--input-border-color-hover: #71757e;--input-color: #dfe1e5;--input-box-shadow: rgba(78, 81, 87, .43);--input-prepend-background: #4e5157;--input-prepend-color: #bac1cf;--input-append-background: #4e5157;--input-append-color: #bac1cf}.metro-input,.file,.input,.textarea,.select,.tag-input,.spinner,.color-picker{position:relative;border:1px var(--input-border-color) solid;color:var(--input-color);width:100%;font-size:16px;height:36px;line-height:36px;background:var(--input-background) none;background-clip:padding-box;min-width:0}.metro-input input,.file input,.input input,.textarea input,.select input,.tag-input input,.spinner input,.color-picker input{appearance:none;display:block;outline:none;width:100%;min-width:0}.metro-input input::-ms-clear,.file input::-ms-clear,.input input::-ms-clear,.textarea input::-ms-clear,.select input::-ms-clear,.tag-input input::-ms-clear,.spinner input::-ms-clear,.color-picker input::-ms-clear{display:none}.metro-input input::-ms-reveal,.file input::-ms-reveal,.input input::-ms-reveal,.textarea input::-ms-reveal,.select input::-ms-reveal,.tag-input input::-ms-reveal,.spinner input::-ms-reveal,.color-picker input::-ms-reveal{display:none}.metro-input input::-webkit-clear-button,.file input::-webkit-clear-button,.input input::-webkit-clear-button,.textarea input::-webkit-clear-button,.select input::-webkit-clear-button,.tag-input input::-webkit-clear-button,.spinner input::-webkit-clear-button,.color-picker input::-webkit-clear-button{display:none}.metro-input input::-webkit-inner-spin-button,.file input::-webkit-inner-spin-button,.input input::-webkit-inner-spin-button,.textarea input::-webkit-inner-spin-button,.select input::-webkit-inner-spin-button,.tag-input input::-webkit-inner-spin-button,.spinner input::-webkit-inner-spin-button,.color-picker input::-webkit-inner-spin-button{height:100%}.metro-input:focus,.file:focus,.input:focus,.textarea:focus,.select:focus,.tag-input:focus,.spinner:focus,.color-picker:focus{outline:none}.metro-input:hover,.file:hover,.input:hover,.textarea:hover,.select:hover,.tag-input:hover,.spinner:hover,.color-picker:hover{border-color:var(--input-border-color-hover)}.metro-input .input-clear-button,.file .input-clear-button,.input .input-clear-button,.textarea .input-clear-button,.select .input-clear-button,.tag-input .input-clear-button,.spinner .input-clear-button,.color-picker .input-clear-button,.metro-input .input-reveal-button,.file .input-reveal-button,.input .input-reveal-button,.textarea .input-reveal-button,.select .input-reveal-button,.tag-input .input-reveal-button,.spinner .input-reveal-button,.color-picker .input-reveal-button{transform:scale(0);opacity:0}.metro-input .input-clear-button:active,.file .input-clear-button:active,.input .input-clear-button:active,.textarea .input-clear-button:active,.select .input-clear-button:active,.tag-input .input-clear-button:active,.spinner .input-clear-button:active,.color-picker .input-clear-button:active,.metro-input .input-reveal-button:active,.file .input-reveal-button:active,.input .input-reveal-button:active,.textarea .input-reveal-button:active,.select .input-reveal-button:active,.tag-input .input-reveal-button:active,.spinner .input-reveal-button:active,.color-picker .input-reveal-button:active,.metro-input .input-clear-button:focus,.file .input-clear-button:focus,.input .input-clear-button:focus,.textarea .input-clear-button:focus,.select .input-clear-button:focus,.tag-input .input-clear-button:focus,.spinner .input-clear-button:focus,.color-picker .input-clear-button:focus,.metro-input .input-reveal-button:focus,.file .input-reveal-button:focus,.input .input-reveal-button:focus,.textarea .input-reveal-button:focus,.select .input-reveal-button:focus,.tag-input .input-reveal-button:focus,.spinner .input-reveal-button:focus,.color-picker .input-reveal-button:focus,.metro-input .input-clear-button:hover,.file .input-clear-button:hover,.input .input-clear-button:hover,.textarea .input-clear-button:hover,.select .input-clear-button:hover,.tag-input .input-clear-button:hover,.spinner .input-clear-button:hover,.color-picker .input-clear-button:hover,.metro-input .input-reveal-button:hover,.file .input-reveal-button:hover,.input .input-reveal-button:hover,.textarea .input-reveal-button:hover,.select .input-reveal-button:hover,.tag-input .input-reveal-button:hover,.spinner .input-reveal-button:hover,.color-picker .input-reveal-button:hover{opacity:1;transform:scale(1)}.metro-input:focus .input-clear-button,.file:focus .input-clear-button,.input:focus .input-clear-button,.textarea:focus .input-clear-button,.select:focus .input-clear-button,.tag-input:focus .input-clear-button,.spinner:focus .input-clear-button,.color-picker:focus .input-clear-button,.metro-input.focused .input-clear-button,.file.focused .input-clear-button,.input.focused .input-clear-button,.textarea.focused .input-clear-button,.select.focused .input-clear-button,.tag-input.focused .input-clear-button,.spinner.focused .input-clear-button,.color-picker.focused .input-clear-button,.metro-input:hover .input-clear-button,.file:hover .input-clear-button,.input:hover .input-clear-button,.textarea:hover .input-clear-button,.select:hover .input-clear-button,.tag-input:hover .input-clear-button,.spinner:hover .input-clear-button,.color-picker:hover .input-clear-button,.metro-input:focus .input-reveal-button,.file:focus .input-reveal-button,.input:focus .input-reveal-button,.textarea:focus .input-reveal-button,.select:focus .input-reveal-button,.tag-input:focus .input-reveal-button,.spinner:focus .input-reveal-button,.color-picker:focus .input-reveal-button,.metro-input.focused .input-reveal-button,.file.focused .input-reveal-button,.input.focused .input-reveal-button,.textarea.focused .input-reveal-button,.select.focused .input-reveal-button,.tag-input.focused .input-reveal-button,.spinner.focused .input-reveal-button,.color-picker.focused .input-reveal-button,.metro-input:hover .input-reveal-button,.file:hover .input-reveal-button,.input:hover .input-reveal-button,.textarea:hover .input-reveal-button,.select:hover .input-reveal-button,.tag-input:hover .input-reveal-button,.spinner:hover .input-reveal-button,.color-picker:hover .input-reveal-button{opacity:1;transform:scale(1);visibility:visible}.metro-input:focus,.file:focus,.input:focus,.textarea:focus,.select:focus,.tag-input:focus,.spinner:focus,.color-picker:focus,.metro-input.focused,.file.focused,.input.focused,.textarea.focused,.select.focused,.tag-input.focused,.spinner.focused,.color-picker.focused{box-shadow:0 0 0 3px var(--input-box-shadow)}.metro-input:disabled,.file:disabled,.input:disabled,.textarea:disabled,.select:disabled,.tag-input:disabled,.spinner:disabled,.color-picker:disabled,.metro-input.disabled,.file.disabled,.input.disabled,.textarea.disabled,.select.disabled,.tag-input.disabled,.spinner.disabled,.color-picker.disabled{pointer-events:none;border-color:var(--input-border-color);background-color:var(--input-background-disabled);color:var(--input-color-disabled)}.metro-input.hide-cursor input,.file.hide-cursor input,.input.hide-cursor input,.textarea.hide-cursor input,.select.hide-cursor input,.tag-input.hide-cursor input,.spinner.hide-cursor input,.color-picker.hide-cursor input{color:transparent;text-shadow:0 0 0 var(--input-background)}.metro-input.required,.file.required,.input.required,.textarea.required,.select.required,.tag-input.required,.spinner.required,.color-picker.required{border:1px var(--input-required-color) dashed!important}.metro-input.required:focus,.file.required:focus,.input.required:focus,.textarea.required:focus,.select.required:focus,.tag-input.required:focus,.spinner.required:focus,.color-picker.required:focus,.metro-input.required.focused,.file.required.focused,.input.required.focused,.textarea.required.focused,.select.required.focused,.tag-input.required.focused,.spinner.required.focused,.color-picker.required.focused{box-shadow:0 0 0 3px var(--input-required-color)!important}.metro-input.invalid,.file.invalid,.input.invalid,.textarea.invalid,.select.invalid,.tag-input.invalid,.spinner.invalid,.color-picker.invalid{border:1px var(--input-invalid-color) solid!important}.metro-input.invalid:focus,.file.invalid:focus,.input.invalid:focus,.textarea.invalid:focus,.select.invalid:focus,.tag-input.invalid:focus,.spinner.invalid:focus,.color-picker.invalid:focus,.metro-input.invalid.focused,.file.invalid.focused,.input.invalid.focused,.textarea.invalid.focused,.select.invalid.focused,.tag-input.invalid.focused,.spinner.invalid.focused,.color-picker.invalid.focused{box-shadow:0 0 0 3px var(--input-invalid-color)!important}.metro-input.invalid:after,.file.invalid:after,.input.invalid:after,.textarea.invalid:after,.select.invalid:after,.tag-input.invalid:after,.spinner.invalid:after,.color-picker.invalid:after{position:absolute;content:attr(data-exclaim);color:var(--input-invalid-color);left:-16px;top:0;font-size:1.625rem;font-weight:700}.metro-input.valid,.file.valid,.input.valid,.textarea.valid,.select.valid,.tag-input.valid,.spinner.valid,.color-picker.valid{border:1px var(--input-valid-color) solid!important}.metro-input.valid:focus,.file.valid:focus,.input.valid:focus,.textarea.valid:focus,.select.valid:focus,.tag-input.valid:focus,.spinner.valid:focus,.color-picker.valid:focus,.metro-input.valid.focused,.file.valid.focused,.input.valid.focused,.textarea.valid.focused,.select.valid.focused,.tag-input.valid.focused,.spinner.valid.focused,.color-picker.valid.focused{box-shadow:0 0 0 3px var(--input-valid-color)!important}.metro-input{padding:0 8px}textarea.metro-input{height:auto;padding:0 .75rem}input[type=button],input[type=submit],input[type=reset]{width:auto}.file .prepend,.input .prepend,.select .prepend,.textarea .prepend,.tag-input .prepend,.spinner .prepend,.color-picker .prepend,.file .append,.input .append,.select .append,.textarea .append,.tag-input .append,.spinner .append,.color-picker .append{padding:0 .75rem;line-height:1.25rem;white-space:nowrap;display:flex;align-items:center;justify-content:center;font-size:14px}.file .prepend,.input .prepend,.select .prepend,.textarea .prepend,.tag-input .prepend,.spinner .prepend,.color-picker .prepend{background-color:var(--input-prepend-background);color:var(--input-prepend-color)}.file .append,.input .append,.select .append,.textarea .append,.tag-input .append,.spinner .append,.color-picker .append{background-color:var(--input-append-background);color:var(--input-append-color)}.hidden-input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.file:disabled input,.input:disabled input,.textarea:disabled input,.select:disabled input,.tag-input:disabled input,.spinner:disabled input,.rating:disabled input,.color-picker:disabled input,.file.disabled input,.input.disabled input,.textarea.disabled input,.select.disabled input,.tag-input.disabled input,.spinner.disabled input,.rating.disabled input,.color-picker.disabled input,.file:disabled textarea,.input:disabled textarea,.textarea:disabled textarea,.select:disabled textarea,.tag-input:disabled textarea,.spinner:disabled textarea,.rating:disabled textarea,.color-picker:disabled textarea,.file.disabled textarea,.input.disabled textarea,.textarea.disabled textarea,.select.disabled textarea,.tag-input.disabled textarea,.spinner.disabled textarea,.rating.disabled textarea,.color-picker.disabled textarea,.file:disabled select,.input:disabled select,.textarea:disabled select,.select:disabled select,.tag-input:disabled select,.spinner:disabled select,.rating:disabled select,.color-picker:disabled select,.file.disabled select,.input.disabled select,.textarea.disabled select,.select.disabled select,.tag-input.disabled select,.spinner.disabled select,.rating.disabled select,.color-picker.disabled select,.file:disabled .select-input,.input:disabled .select-input,.textarea:disabled .select-input,.select:disabled .select-input,.tag-input:disabled .select-input,.spinner:disabled .select-input,.rating:disabled .select-input,.color-picker:disabled .select-input,.file.disabled .select-input,.input.disabled .select-input,.textarea.disabled .select-input,.select.disabled .select-input,.tag-input.disabled .select-input,.spinner.disabled .select-input,.rating.disabled .select-input,.color-picker.disabled .select-input,.file:disabled .caption,.input:disabled .caption,.textarea:disabled .caption,.select:disabled .caption,.tag-input:disabled .caption,.spinner:disabled .caption,.rating:disabled .caption,.color-picker:disabled .caption,.file.disabled .caption,.input.disabled .caption,.textarea.disabled .caption,.select.disabled .caption,.tag-input.disabled .caption,.spinner.disabled .caption,.rating.disabled .caption,.color-picker.disabled .caption,.file:disabled .stars li,.input:disabled .stars li,.textarea:disabled .stars li,.select:disabled .stars li,.tag-input:disabled .stars li,.spinner:disabled .stars li,.rating:disabled .stars li,.color-picker:disabled .stars li,.file.disabled .stars li,.input.disabled .stars li,.textarea.disabled .stars li,.select.disabled .stars li,.tag-input.disabled .stars li,.spinner.disabled .stars li,.rating.disabled .stars li,.color-picker.disabled .stars li{background:transparent;color:var(--input-color-disabled)}.file:disabled .button-group,.input:disabled .button-group,.textarea:disabled .button-group,.select:disabled .button-group,.tag-input:disabled .button-group,.spinner:disabled .button-group,.rating:disabled .button-group,.color-picker:disabled .button-group,.file.disabled .button-group,.input.disabled .button-group,.textarea.disabled .button-group,.select.disabled .button-group,.tag-input.disabled .button-group,.spinner.disabled .button-group,.rating.disabled .button-group,.color-picker.disabled .button-group{display:none}.invalid_feedback{font-size:.9em;color:var(--input-invalid-color)}.custom-validation input[required]:valid,.custom-validation select[required]:valid,.custom-validation textarea[required]:valid{border-color:var(--input-valid-color)}.custom-validation input[required]:valid+.invalid_feedback,.custom-validation select[required]:valid+.invalid_feedback,.custom-validation textarea[required]:valid+.invalid_feedback{display:none}.custom-validation input[required]:invalid,.custom-validation select[required]:invalid,.custom-validation textarea[required]:invalid{border-color:var(--input-invalid-color)}.custom-validation input[required]:invalid+.invalid_feedback,.custom-validation select[required]:invalid+.invalid_feedback,.custom-validation textarea[required]:invalid+.invalid_feedback{display:block}.invalid_feedback{display:none}.invalid+.invalid_feedback,.invalid>.invalid_feedback{display:block!important}::-webkit-search-cancel-button{-webkit-appearance:none}::-webkit-search-results-button{-webkit-appearance:none}input[type=search]{-webkit-appearance:none}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--input-background) inset;background-color:var(--input-background)!important;transition:background-color 5000s ease-in-out 0s}::-webkit-input-placeholder{font-size:14px}::-moz-placeholder{font-size:14px}:-moz-placeholder{font-size:14px}:-ms-input-placeholder{font-size:14px}input.rtl,input[dir=rtl]{direction:rtl}.label-for-input{display:block;position:relative}.label-for-input.rtl{text-align:right}input[placeholder]{text-overflow:ellipsis}input::-moz-placeholder{text-overflow:ellipsis}input:-moz-placeholder{text-overflow:ellipsis}input:-ms-input-placeholder{text-overflow:ellipsis}.spinner{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;width:100%;padding:0 4px;cursor:text;position:relative;height:36px;line-height:36px}.spinner input{border:none!important;display:block;position:relative;width:100%;height:100%;line-height:36px;font-size:16px;padding:0 4px!important;text-align:center}.spinner input:focus{box-shadow:none!important}.spinner .button{width:25px;min-width:25px;height:25px;text-align:center;font-weight:400;font-size:14px;line-height:14px;padding:0;user-select:none}.spinner .spinner-button-plus{order:3}.spinner .spinner-button-minus{order:1}.spinner input,.spinner.buttons-left .spinner-button-plus{order:2}.spinner.buttons-left .spinner-button-minus{order:1}.spinner.buttons-left input{order:3;text-align:right}.spinner.buttons-right .spinner-button-plus{order:3}.spinner.buttons-right .spinner-button-minus{order:2}.spinner.buttons-right input{order:1;text-align:left}.spinner.input-large{height:50px;line-height:50px}.spinner.input-large input{font-size:1.3rem}.spinner.input-large .spinner-button{height:48px;width:48px;min-width:48px;line-height:48px;font-size:1.3rem}.spinner.input-large .spinner-button [class*=mif-]{font-size:1.3rem}.spinner.input-large .default-icon-plus,.spinner.input-large .default-icon-minus{width:21px;height:21px}.spinner.input-small{height:28px;line-height:28px}.spinner.input-small input{font-size:.9rem}.spinner.input-small .spinner-button{height:26px;width:26px;min-width:26px;line-height:26px;font-size:.9rem}.spinner.input-small .spinner-button [class*=mif-]{font-size:.9rem}.spinner.input-small .default-icon-plus,.spinner.input-small .default-icon-minus{width:14px;height:14px}:root{--today-selection: url(data:image/png;base64,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);--calendar-background: #ffffff;--calendar-header-background: #004D6FFF;--calendar-weekday-background: #f8f8f7;--calendar-weekday-color: #191919;--calendar-header-color: #ffffff;--calendar-border-color: #aaaaaa;--calendar-color: #191919;--calendar-day-border-color: #e8e8e8;--calendar-exclude-day-background: #ffffff;--calendar-exclude-day-color: #aaa;--calendar-today-day-background: #56c30f;--calendar-today-day-color: #fff}.dark-side{--calendar-background: #2b2d30;--calendar-header-background: #43454a;--calendar-weekday-background: #414245;--calendar-weekday-color: #dfe1e5;--calendar-header-color: #dfe1e5;--calendar-border-color: #414245;--calendar-color: #dfe1e5;--calendar-day-border-color: #4a4d51;--calendar-exclude-day-background: #2b2d30;--calendar-exclude-day-color: #818181}.calendar{display:block;position:relative;width:280px;border:1px solid var(--calendar-border-color);overflow:hidden;user-select:none;background-color:var(--calendar-background)}.calendar-header,.calendar-content,.calendar-footer{position:relative;display:block;background-color:var(--calendar-background);color:var(--calnedar-color)}.calendar-header{padding:1rem;background-color:var(--calendar-header-background);color:var(--calendar-header-color);user-select:none}.calendar-header .header-year{font-size:.75rem;line-height:1}.calendar-header .header-day{font-size:1.325rem}.calendar-content{padding:1px;width:278px}.calendar-content .calendar-toolbar,.calendar-content .days-wrapper{display:flex;position:relative}.calendar-content .calendar-toolbar{flex-flow:row nowrap;justify-content:space-between;align-items:center;padding:.5rem 0;width:100%}.calendar-content .calendar-toolbar .prev-month,.calendar-content .calendar-toolbar .prev-year,.calendar-content .calendar-toolbar .next-month,.calendar-content .calendar-toolbar .next-year,.calendar-content .calendar-toolbar .next-year-group,.calendar-content .calendar-toolbar .prev-year-group{padding:.5rem 0;cursor:pointer;text-align:center;width:30px;display:block;position:relative;flex-shrink:0}.calendar-content .calendar-toolbar .curr-month,.calendar-content .calendar-toolbar .curr-year{padding:.5rem 0;width:100%;text-align:center;cursor:pointer;font-size:14px}.calendar-content .week-days,.calendar-content .days{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:0}.calendar-content.-week-numbers .week-days,.calendar-content.-week-numbers .days{grid-template-columns:repeat(8,1fr)}.calendar-content .week-day,.calendar-content .week-number,.calendar-content .day{display:flex;justify-content:center;align-items:center}.calendar-content .week-day,.calendar-content .week-number{font-weight:700;background-color:var(--calendar-weekday-background);color:var(--calendar-weekday-color)}.calendar-content .week-day{border-bottom:1px solid var(--calnedar-border-color)}.calendar-content .week-number{border-right:1px solid var(--calnedar-border-color)}.calendar-content .week-days .week-number{border-right:none}.calendar-content .day,.calendar-content .week-day,.calendar-content .week-number{height:39px;cursor:pointer;font-size:14px;position:relative;user-select:none;margin:0}.calendar-content .day.selected{box-shadow:inset 0 0 0 1px #69cbfa!important}.calendar-content .day.selected:after{border-top:20px solid #69cbfa;border-left:20px solid transparent;right:0;top:0}.calendar-content .day.selected:before{right:1px!important;top:1px!important}.calendar-content .day.showed{font-weight:700}.calendar-content .outside{color:#bebebe;font-size:12px}.calendar-content .today .day-content{background:var(--today-selection) center no-repeat;background-size:cover;font-weight:700;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.calendar-content .coincidental{box-shadow:inset 0 0 12px #bebebe66}.calendar-content .excluded{background-color:var(--calendar-exclude-day-background);color:var(--calendar-exclude-day-color)!important;text-decoration:line-through}.calendar-content .day{border:1px solid transparent}.calendar-content .day:hover{border-color:var(--calendar-border-color)}.calendar-footer{padding:.5rem;border-top:1px solid var(--calendar-border-color);display:flex;flex-flow:row nowrap;justify-content:center;align-items:center}.calendar-footer>*{margin:0 2px;font-size:.75rem;height:32px;line-height:32px;padding:0 8px}.calendar.compact{width:220px}.calendar.compact .calendar-content{width:100%}.calendar.compact .calendar-header{padding:.5rem;line-height:1.2}.calendar.compact .calendar-header .header-year{font-size:.65rem}.calendar.compact .calendar-header .header-day{font-size:1rem}.calendar.compact .calendar-toolbar>*{padding:0!important;font-size:14px}.calendar.compact .calendar-footer .button{height:24px;line-height:24px;padding:0 .25rem}.calendar.compact .day,.calendar.compact .week-number{height:30px;line-height:30px;width:30px;margin:0;font-size:12px}.calendar .calendar-time{display:block;padding:5px 10px 10px;border-top:1px solid var(--calendar-border-color);background:var(--calendar-background)}.calendar .calendar-time .calendar-time__inner{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between}.calendar .calendar-time .calendar-time__inner .button.spinner-button-minus{border-left:1px solid var(--calendar-border-color);border-right:1px solid var(--calendar-border-color)}.calendar .calendar-time .calendar-time__inner input{text-align:center}.calendar .calendar-time .calendar-time__inner .minutes{margin-left:2px}.calendar .calendar-time .calendar-time__inner-row{display:flex;flex-flow:row nowrap;justify-content:space-between;width:100%}.calendar .calendar-time .calendar-time__inner-cell,.calendar.compact .calendar-time__inner-cell{display:block;width:50%}.calendar.compact .calendar-time__inner-cell span{font-size:12px}.calendar .calendar-content .months,.calendar .calendar-content .years{display:flex;flex-flow:row wrap}.calendar .calendar-content .months .month,.calendar .calendar-content .years .month,.calendar .calendar-content .months .year,.calendar .calendar-content .years .year{display:flex;align-items:center;justify-content:center;flex-shrink:0;flex-basis:33.33%;height:68px;font-size:14px;cursor:pointer}.calendar .calendar-content .months .month:hover,.calendar .calendar-content .years .month:hover,.calendar .calendar-content .months .year:hover,.calendar .calendar-content .years .year:hover{border-color:var(--calendar-border-color)}.calendar .calendar-content .months,.calendar .calendar-content .years{padding:1px}.calendar .calendar-content .calendar-toolbar{border-bottom:1px solid var(--calendar-border-color)}.calendar.compact .months .month,.calendar.compact .years .month,.calendar.compact .months .year,.calendar.compact .years .year{height:52px}.calendar-wide{flex-flow:row nowrap;width:560px}.calendar-wide:after{display:block;clear:both;content:""}.calendar-wide.calendar-picker{width:460px}.calendar-wide .calendar-header,.calendar-wide .calendar-footer{position:absolute;top:0;height:100%;min-height:100%}.calendar-wide .calendar-header{left:0}.calendar-wide .calendar-footer{right:0}.calendar-wide .calendar-header{width:180px}.calendar-wide .calendar-footer{flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;border-top:none;border-left:1px solid var(--calendar-border-color);width:100px}.calendar-wide .calendar-footer *{width:100%;margin:2px 0}.calendar-wide .calendar-content{margin:0 96px 0 180px}.calendar-wide.compact{width:454px!important}.calendar-wide.compact.calendar-picker{width:354px!important}.calendar-wide.compact .calendar-header{width:120px}.calendar-wide.compact .calendar-content{margin:0 96px 0 120px;width:234px}.calendar .day,.calendar .month,.calendar .year{transform:scale(1);transition:transform .3s ease}.calendar .to-animate{transform:scale(0)}.calendar .days .day,.calendar .months .month,.calendar .years .year{border:1px solid transparent}.calendar .days .day:hover,.calendar .months .month:hover,.calendar .years .year:hover{border:1px solid var(--calendar-border-color)}.calendar .events{position:absolute;top:0;left:0;right:0;display:flex;flex-flow:row wrap;height:auto}.calendar .events .event{width:4px;height:4px;background-color:red;margin:1px}.calendar-picker{position:relative}.calendar-picker input{width:100%}.calendar-picker .calendar-wide{width:464px}.calendar-picker .calendar-wide.compact{width:364px}.calendar-for-picker{position:absolute;top:100%;left:0;display:none;z-index:500}.calendar-for-picker.open{display:block!important}.calendar-for-picker.open-up{top:auto;bottom:100%}.calendar-for-picker.dialog-mode{position:fixed;top:50%!important;left:50%!important;transform:translate3d(-50%,-50%,0);z-index:1050}.calendar-for-picker.dialog-mode.open-up{top:auto;bottom:auto}:root{--card-background: #fbfbfb;--card-background-content: #ffffff;--card-color: #191919;--card-color-content: #191919;--card-avatar-border-color: #ffffff}.dark-side{--card-background: #2b2d30;--card-background-content: #26272b;--card-color: #dbdfe7;--card-color-content: #dbdfe7;--card-avatar-border-color: #414245}.card{display:block;position:relative;font-size:.875rem;width:calc(100% - 1rem);margin:8px auto;border-radius:2px;border:1px solid var(--border-color);background-color:var(--card-background);color:var(--card-color)}.card-header{border-bottom:1px var(--border-color) solid;padding:1rem;font-size:16px;border-radius:2px 2px 0 0;display:block}.card-header .avatar{float:left;width:2.75rem;height:2.75rem;overflow:hidden}.card-header .avatar img{width:100%;min-height:100%}.card-header .name{margin-left:3.375rem;font-weight:500}.card-header .date{margin-left:3.375rem;font-size:.8125rem;font-weight:500;color:var(--body-color-secondary)}.card-content{display:block;background-color:var(--card-background-content);color:var(--card-color-content)}.card-footer{border-top:1px var(--border-color) solid;padding:1rem;border-radius:0 0 2px 2px;display:flex;justify-content:space-between;align-items:center;min-height:3rem}.card.image-header .card-header{height:9rem;vertical-align:bottom;background-size:cover;background-position:center;display:flex;flex-flow:column;align-items:flex-start;justify-content:flex-end}.card.image-header .card-header .avatar{border-radius:50%;border:2px solid var(--card-avatar-border-color)}*+.card{margin-top:1rem}.card.flex-card{display:flex;flex-flow:column}.card.flex-card .card-header,.card.flex-card .card-footer{height:57px;flex-shrink:0;flex-grow:0}.card.flex-card .card-footer{margin-top:auto}:root{--carousel-background: var(--default-background);--carousel-switch-color: var(--default-color);--carousel-switch-color-hover: var(--default-color-hover);--carousel-bullet-color: #f5f8fe;--carousel-bullet-color-active: #50a8ff}.dark-side{--carousel-background: var(--default-background);--carousel-switch-color: var(--default-color);--carousel-switch-color-hover: var(--default-color-hover);--carousel-bullet-color: #26282e;--carousel-bullet-color-active: #50a8ff}.carousel{display:block;position:relative;width:100%;height:auto;overflow:visible;background-color:var(--carousel-background)}.carousel .slides{display:block;position:relative;width:100%;height:100%;overflow:hidden}.carousel .slide{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;background-size:cover;background-repeat:no-repeat;z-index:1}.carousel .slide.active-slide{z-index:2}.carousel.fixed-size .slide{overflow:hidden}.carousel [class*=carousel-switch],.carousel .carousel-bullets{position:absolute;display:block;z-index:501;user-select:none}.carousel .carousel-switch-next,.carousel .carousel-switch-prev{line-height:4rem;height:4rem;width:4rem;text-decoration:none;margin-top:-2rem;top:50%;font-weight:300;color:var(--carousel-switch-color);cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.carousel .carousel-switch-next:hover,.carousel .carousel-switch-prev:hover{color:var(--carousel-switch-color-hover)}.carousel .carousel-switch-next>*,.carousel .carousel-switch-prev>*{max-width:32px;max-height:32px;font-size:32px}.carousel .carousel-switch-next{right:0;left:auto}.carousel .carousel-switch-prev{left:0;right:auto}.carousel .carousel-bullets{left:0;right:0;bottom:.625rem;display:flex;flex-flow:row;justify-content:center;align-items:center}.carousel .carousel-bullets .carousel-bullet{display:block;float:none;width:.625rem;height:.625rem;background-color:var(--carousel-bullet-color);border-radius:50%;cursor:pointer;border:1px var(--border-color) solid;margin:0 .3125rem}.carousel .carousel-bullets .carousel-bullet.bullet-on{background-color:var(--carousel-bullet-color-active)}.carousel .carousel-bullets.default-size .carousel-bullet{width:22px;height:22px}.carousel .carousel-bullets.mini-size .carousel-bullet{width:10px;height:10px}.carousel .carousel-bullets.small-size .carousel-bullet{width:16px;height:16px}.carousel .carousel-bullets.large-size .carousel-bullet{width:32px;height:32px}.carousel .carousel-bullets.bullet-style-square .carousel-bullet{border-radius:0}.carousel .carousel-bullets.bullet-style-cycle .carousel-bullet{border-radius:50%}.carousel .carousel-bullets.bullet-style-diamond .carousel-bullet{border-radius:0;transform:rotate(45deg)}.carousel .carousel-bullets.bullet-style-rect .carousel-bullet{border-radius:0}.carousel .carousel-bullets.bullet-style-rect.default-size .carousel-bullet{width:44px;height:14px}.carousel .carousel-bullets.bullet-style-rect.mini-size .carousel-bullet{width:20px;height:6px}.carousel .carousel-bullets.bullet-style-rect.small-size .carousel-bullet{width:32px;height:10px}.carousel .carousel-bullets.bullet-style-rect.large-size .carousel-bullet{width:64px;height:24px}.carousel.controls-outside{padding:0 4rem 1.375rem}.carousel.controls-outside .carousel-bullets{bottom:0}.charms{display:block;position:fixed;z-index:1090;background-color:#1d1d1d;color:#fff;transition:transform .3s ease;padding:16px}.charms.top-side{bottom:100%;width:100%;left:0}.charms.top-side.open{transform:translateY(100%)}.charms.bottom-side{top:100%;left:0;width:100%}.charms.bottom-side.open{transform:translateY(-100%)}.charms.left-side{top:0;bottom:0;right:100%;width:auto}.charms.left-side.open{transform:translate(100%)}.charms.right-side{top:0;bottom:0;width:auto;left:100%}.charms.right-side.open{transform:translate(-100%)}.charm-tile,.charm-notify{display:block;position:relative;cursor:pointer}.charm-tile{width:90px;height:66px;padding:4px;background-color:#50727c;color:#fff;margin:2px;flex-shrink:0;flex-grow:0}.charm-tile .icon{position:absolute;top:4px;left:4px;width:16px;height:16px;font-size:16px}.charm-tile .caption{margin-top:30px;font-size:10px;display:block}.charm-tile.active{background-color:#126278}.charm-notify{height:auto;background-color:#2d6070;color:#fff;padding:24px}.charm-notify .icon{position:absolute;left:16px;top:24px;width:48px;height:48px;font-size:40px}.charm-notify .title,.charm-notify .content,.charm-notify .secondary{display:block;position:relative;margin-left:52px;line-height:1}.charm-notify .title{font-weight:700;margin-bottom:6px}.charm-notify .content{font-size:14px;line-height:1.2}.charm-notify .secondary{font-size:10px;margin-top:8px}*+.charm-notify{margin-top:4px}:root{--input-autocomplete-background: #ffffff;--input-autocomplete-color: #191919;--input-autocomplete-selected-color: #468cff;--input-autocomplete-selected-background: transparent}.dark-side{--input-autocomplete-background: #2b2d30;--input-autocomplete-color: #dbdfe7;--input-autocomplete-selected-color: #ffc351;--input-autocomplete-selected-background: transparent}.input{display:flex;flex-flow:row nowrap;justify-content:space-between;width:100%;padding:0}.input:hover input{border-color:transparent}.input.focused{box-shadow:0 0 0 3px var(--input-box-shadow)}.input input{border:none!important;order:1;flex-grow:1;flex-shrink:0;flex-basis:0;height:34px;padding:0 .75rem;background-color:transparent;color:inherit}.input input:focus{box-shadow:none}.input .button-group{display:flex;flex-wrap:nowrap}.input .button{background-color:transparent;border-color:transparent;color:var(--input-color);height:34px;min-width:34px}.input .button:focus,.input .button:active{box-shadow:none!important}.input .button:hover{text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.input .input-clear-button,.input .input-reveal-button,.input .input-search-button{font-family:Segoe UI Symbol,serif;background-color:transparent;font-size:18px}.input .input-clear-button:hover,.input .input-reveal-button:hover,.input .input-search-button:hover{background-color:transparent}.input.disabled .button-group button{background-color:transparent;color:var(--input-disabled-color)}.input .prepend{order:1}.input .append{order:4}.input input{order:2}.input .button-group{order:3}.input .prepend,.input .append{display:flex;align-items:center;justify-content:center}.input .autocomplete-list{margin:0;padding:0;list-style:none inside;position:absolute;top:100%;left:0;width:100%;overflow:hidden;overflow-y:auto;background-color:var(--input-autocomplete-background);color:var(--input-autocomplete-color);height:auto;border:1px solid var(--border-color);z-index:3}.input .autocomplete-list .item{display:flex;position:relative;padding:0 8px;cursor:pointer;align-items:center;justify-content:flex-start}.input .autocomplete-list .item:hover{background-color:#1d1d1d1a}.input .autocomplete-list .item+.item{border-top:1px solid var(--border-color)}.input .autocomplete-list strong{background:var(--input-autocomplete-selected-background);color:var(--input-autocomplete-selected-color)}.input.input-large{height:50px}.input.input-large input{height:48px;font-size:1.3rem;padding:0 10px;line-height:48px}.input.input-large .button{height:48px;min-width:48px;font-size:1.3rem}.input.input-large .button [class*=mif-]{font-size:1.3rem}.input.input-large .button .default-icon-cross,.input.input-large .button .default-icon-eye{width:21px;height:21px}.input.input-large .button .input-clear-button,.input.input-large .button .input-reveal-button{width:48px;padding:0}.input.input-large input[placeholder]{font-size:1.1rem}.input.input-large input::-moz-placeholder{font-size:1.1rem}.input.input-large input:-moz-placeholder{font-size:1.1rem}.input.input-large input:-ms-input-placeholder{font-size:1.1rem}.input.input-large .append,.input.input-large .prepend{height:48px;line-height:48px;padding:0 .5rem;font-size:1.3rem}input.input-large{height:48px;font-size:1.3rem;padding:0 10px}input.input-large[placeholder]{font-size:1.1rem}input.input-large::-moz-placeholder{font-size:1.1rem}input.input-large:-moz-placeholder{font-size:1.1rem}input.input-large:-ms-input-placeholder{font-size:1.1rem}.input.input-small{height:28px}.input.input-small input{height:26px;font-size:.9rem;padding:0 4px;line-height:26px}.input.input-small .button{height:26px;min-width:26px;font-size:.9rem;padding:0}.input.input-small .button [class*=mif-]{font-size:.9rem}.input.input-small .button .default-icon-cross,.input.input-small .button .default-icon-eye{width:14px;height:14px}.input.input-small .input-clear-button,.input.input-small .input-reveal-button{width:26px;padding:0}.input.input-small input[placeholder]{font-size:.8rem}.input.input-small input::-moz-placeholder{font-size:.8rem}.input.input-small input:-moz-placeholder{font-size:.8rem}.input.input-small input:-ms-input-placeholder{font-size:.8rem}.input.input-small .append,.input.input-small .prepend{height:26px;line-height:26px;padding:0 .5rem;font-size:.9rem}input.input-small{height:26px;font-size:.9rem;padding:0 4px}input.input-small[placeholder]{font-size:.8rem}input.input-small::-moz-placeholder{font-size:.8rem}input.input-small:-moz-placeholder{font-size:.8rem}input.input-small:-ms-input-placeholder{font-size:.8rem}.input[dir=rtl],.input.rtl{flex-flow:row-reverse nowrap}.input[dir=rtl] input,.input.rtl input{order:3;direction:rtl}.input[dir=rtl] .button-group,.input.rtl .button-group{order:2}.input[dir=rtl] .prepend,.input.rtl .prepend{order:4}.input[dir=rtl] .append,.input.rtl .append{order:1}.input .badge{position:absolute;font-size:9px;font-weight:100;text-transform:uppercase;background-color:#0a87c1;color:#fff;border-radius:6px;padding:2px 4px;top:50%;right:10px;transform:translateY(-50%)}.input:hover .badge{display:none}.chat{display:flex;flex-flow:column;border:1px solid var(--border-color);background-color:#fff}.chat .title,.chat .messages,.chat .message-input{display:block}.chat .title{font-size:18px;line-height:1.2;padding:8px;border-bottom:1px solid var(--border-color)}.chat .messages{padding:8px;border-bottom:1px solid var(--border-color);height:100%;overflow:hidden;overflow-y:auto}.chat .message{display:flex;flex-flow:row wrap}.chat .message .message-sender{font-weight:700;font-size:12px;order:1;position:absolute;top:6px;left:6px}.chat .message .message-time{font-size:11px;order:2;opacity:.5;position:absolute;left:6px;bottom:6px}.chat .message .message-item{width:100%;flex-shrink:0;display:flex;flex-flow:row nowrap;margin:2px 0 0;order:3}.chat .message .message-item .message-avatar{overflow:hidden;width:40px;height:40px;border-radius:50%;flex-shrink:0;display:block;order:1}.chat .message .message-item .message-text{display:flex;align-items:center;border:1px solid #e4e4e4;margin-left:8px;order:2;font-size:14px;line-height:1.2;padding:30px 10px;min-width:100px;max-width:100%;background-color:#e4e4e4;position:relative}.chat .message .message-item .message-text-inner{width:100%;overflow:hidden}.chat .message .message-item .message-text:before{position:absolute;right:100%;top:14px;border:6px solid transparent;border-right-color:inherit;content:" ";height:0;width:0;pointer-events:none}.chat .message .message-item .message-text.--next{padding-top:10px}.chat .message .message-item .message-text.--next:before{display:none}.chat .message.right .message-item{justify-content:flex-end}.chat .message.right .message-time{order:1;text-align:left;left:auto;right:6px}.chat .message.right .message-sender{order:2;left:auto;right:6px}.chat .message.right .message-avatar{order:2}.chat .message.right .message-text{order:1;margin-left:0;margin-right:8px}.chat .message.right .message-text:before{right:auto;left:100%;border-right-color:transparent;border-left-color:inherit}.chat .message.right .message-text.--next:before{display:none}.chat .message-input{flex-shrink:0;margin-top:auto;padding:8px}.chat .message-input.disabled{opacity:.5}.chat .message.left+.message.right{margin-top:10px}.chat .message.right+.message.left{margin-top:10px}:root{--checkbox-height: 36px}:root{--checkbox-check-color: #fff;--checkbox-border-color: #191919;--checkbox-checked-background: #191919;--checkbox-focus-color: #e8e8e8;--checkbox-disabled-color: #e8e8e8}.dark-side{--checkbox-check-color: #fff;--checkbox-border-color: #3c3c3c;--checkbox-checked-background: #468cff;--checkbox-focus-color: #191919;--checkbox-disabled-color: #2c2c2c}.checkbox{display:inline-flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;position:relative;margin:0;user-select:none;cursor:pointer;height:36px}.checkbox input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.checkbox .check,.checkbox .caption{display:block;line-height:1;font-size:14px;margin:0 4px;position:relative}.checkbox .check{border:2px var(--border-color) solid;width:20px;height:20px;flex-shrink:0;line-height:var(--checkbox-height)}.checkbox .check:before{position:absolute;vertical-align:middle;font-size:0;content:"";height:5px;width:10px;background-color:transparent;color:transparent;border-left:2px solid;border-bottom:2px solid;border-color:var(--checkbox-check-color);left:50%;top:50%;margin-left:-5px;margin-top:-4px;display:none;transform:rotate(-45deg)}.checkbox input[type=checkbox]:checked~.check{border-color:var(--checkbox-border-color);background-color:var(--checkbox-checked-background)}.checkbox input[type=checkbox]:checked~.check:before{display:block}.checkbox input[type=checkbox]:disabled~.check{border-color:var(--checkbox-disabled-color);background-color:var(--checkbox-disabled-color)}.checkbox input[data-indeterminate=true]~.check{border-color:var(--checkbox-checked-background);background-color:var(--checkbox-checked-background)}.checkbox input[data-indeterminate=true]~.check:before{display:block!important;width:6px;height:6px;background-color:var(--checkbox-check-color);border:2px solid var(--checkbox-check-color);left:50%;top:50%;margin-left:-3px;margin-top:-3px;transform:rotate(0)}.checkbox .check{order:1}.checkbox .caption{order:2}.checkbox.caption-left{flex-flow:row-reverse nowrap}.checkbox.required,.checkbox.invalid,.checkbox.valid{border:none!important}.checkbox.invalid:after{display:none}.checkbox:focus input[type=checkbox]:not(:disabled)~.check:after,.checkbox:active input[type=checkbox]:not(:disabled)~.check:after{display:block;content:"";position:absolute;width:3.125rem;height:3.125rem;border-radius:50%;background-color:#bbbbbb80;opacity:.3;top:50%;left:50%;margin-top:-1.5625rem;margin-left:-1.5625rem}.checkbox.transition-on .check{transition:all .3s ease-in-out}.checkbox.transition-on input[type=checkbox]:checked~.check{transition:all .3s ease-in-out}.checkbox.transition-on input[data-indeterminate=true]~.check{transition:all .3s ease-in-out}.checkbox .check.focused{box-shadow:0 0 0 3px var(--checkbox-focus-color)}.chip{display:inline-block;float:left;height:32px;font-size:14px;padding:0 12px;line-height:32px;background:#bebebe;cursor:default}.chip .label{white-space:nowrap}.chip .icon{position:absolute;left:0;top:0;width:32px;height:32px;text-align:center;line-height:32px;vertical-align:middle;font-size:24px;overflow:hidden}.chip .icon img{width:100%;max-height:100%;vertical-align:initial}.chip .icon+.label{margin-left:30px}.chip .action{display:block;float:right;margin-left:10px;cursor:pointer;width:24px;height:24px;margin-right:-8px;margin-top:4px;background-color:#ccc;overflow:hidden}.chip .action:before{content:"\2716";line-height:24px;text-align:center;display:block}.chip:hover{background-color:#1d1d1d1a}.chip.material{border-radius:16px}.chip.material .icon{border-radius:32px}.chip.material .action{border-radius:24px}.chip+.chip{margin-left:8px}.cloak,.m4-cloak{opacity:0!important}.remove-cloak{animation:kf-fadeIn 1s linear forwards}.add-cloak{animation:kf-fadeOut 1s linear forwards}@keyframes kf-fadeIn{to{opacity:1}}@keyframes kf-fadeOut{to{opacity:0}}:root{--radio-height: 36px}:root{--radio-check-color: #fff;--radio-border-color: #191919;--radio-checked-background: #191919;--radio-focus-color: #e8e8e8;--radio-disabled-background: #e8e8e8;--radio-disabled-color: #6e6e6e}.dark-side{--radio-check-color: #fff;--radio-border-color: #3c3c3c;--radio-checked-background: #468cff;--radio-focus-color: rgba(70, 140, 255, .2);--radio-disabled-background: #424242;--radio-disabled-color: #6e6e6e}.radio{display:inline-flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;position:relative;margin:0;user-select:none;cursor:pointer;height:36px}.radio input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.radio .check,.radio .caption{display:block;line-height:1;font-size:14px;margin:0 4px;position:relative}.radio .check{border:2px var(--border-color) solid;width:20px;height:20px;border-radius:50%;flex-shrink:0;line-height:var(--radio-height)}.radio .check:before{position:absolute;vertical-align:middle;font-size:0;content:"";width:6px;height:6px;color:transparent;background-color:var(--radio-checked-background);border:1px solid var(--radio-checked-background);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);display:none}.radio input[type=radio]:checked~.check{border-color:var(--radio-checked-background);background-color:transparent}.radio input[type=radio]:checked~.check:before{display:block}.radio input[type=radio]:disabled~.check{border-color:var(--radio-disabled-background);background-color:var(--radio-disabled-background)}.radio input[type=radio]:disabled~.check:before{background-color:var(--radio-disabled-color);border:none}.radio .check{order:1}.radio .caption{order:2}.radio.caption-left{flex-flow:row-reverse nowrap}.radio.required,.radio.invalid,.radio.valid{border:none!important}.radio.invalid:after{display:none}.radio:focus input[type=radio]:not(:disabled)~.check:after,.radio:active input[type=radio]:not(:disabled)~.check:after{display:block;content:"";position:absolute;width:3.125rem;height:3.125rem;border-radius:50%;background-color:#bbbbbb80;opacity:.3;top:50%;left:50%;margin-top:-1.5625rem;margin-left:-1.5625rem}.radio.transition-on .check{transition:all .3s ease-in-out}.radio.transition-on input[type=radio]:checked~.check{transition:all .3s ease-in-out}.radio .check.focused{box-shadow:0 0 0 3px var(--radio-focus-color)}:root{--color-selector-background: var(--default-background)}.dark-side{--color-selector-background: var(--default-background)}.color-selector{width:306px;background-color:var(--color-selector-background);flex-shrink:0}.color-selector .color-box{display:block;border:1px solid var(--border-color);padding:10px}.color-selector .row{margin:10px 0 0;display:block}.color-selector .row:nth-child(1){margin-top:0}.color-selector .user-colors-title{padding:4px 10px;text-align:center;font-size:11px;color:#1d1d1d}.color-selector .default-swatches,.color-selector .user-colors,.color-selector .user-colors-actions{display:block;width:auto}.color-selector .default-swatches .swatch,.color-selector .user-colors .swatch,.color-selector .user-colors-actions .swatch,.color-selector .default-swatches .user-swatch,.color-selector .user-colors .user-swatch,.color-selector .user-colors-actions .user-swatch{display:inline-block;width:32px;height:32px;background:#ccc;border-radius:0;margin-left:4px;margin-bottom:4px;box-sizing:border-box;border:1px solid var(--border-color);cursor:pointer}.color-selector .default-swatches .swatch:not(.user-swatch):nth-child(8n+1),.color-selector .user-colors .swatch:not(.user-swatch):nth-child(8n+1),.color-selector .user-colors-actions .swatch:not(.user-swatch):nth-child(8n+1),.color-selector .default-swatches .user-swatch:not(.user-swatch):nth-child(8n+1),.color-selector .user-colors .user-swatch:not(.user-swatch):nth-child(8n+1),.color-selector .user-colors-actions .user-swatch:not(.user-swatch):nth-child(8n+1){margin-left:0}.color-selector .default-swatches .user-swatch,.color-selector .user-colors .user-swatch,.color-selector .user-colors-actions .user-swatch{width:24px;height:24px}.color-selector .default-swatches .user-swatch:nth-child(10n+1),.color-selector .user-colors .user-swatch:nth-child(10n+1),.color-selector .user-colors-actions .user-swatch:nth-child(10n+1){margin-left:0}.color-selector .user-colors{padding:4px}.color-selector .user-colors-actions{margin-top:8px;text-align:center}.color-selector .user-colors-actions .user-swatch{margin:0}.color-selector .user-colors-actions .button{padding:0 20px}.color-selector .cursor{border-radius:100%;background:#ccc;box-sizing:border-box;position:absolute;pointer-events:none;z-index:2;border:2px solid #fff;transition:all .2s ease;box-shadow:#0000005e 0 1px 4px;cursor:grab!important}.color-selector .cursor.dragging{transition:none}.color-selector canvas{position:absolute;width:100%;height:100%;inset:0;background:#ccc}.color-selector .color-map{position:relative;width:212px;height:200px;overflow:hidden}.color-selector .color-map .color-cursor{width:30px;height:30px;margin-left:-15px;margin-top:-15px;top:0;left:0}.color-selector .hue-map{position:absolute;top:5px;bottom:5px;right:40px;width:10px}.color-selector .hue-map .hue-cursor{top:0;left:50%;height:20px;width:20px;margin-top:-10px;margin-left:-10px;pointer-events:none}.color-selector .hue-map canvas{border-radius:8px}.color-selector .alpha-map{position:absolute;top:5px;bottom:5px;right:10px;width:10px}.color-selector .alpha-map .alpha-cursor{top:0;left:50%;height:20px;width:20px;margin-top:-10px;margin-left:-10px;pointer-events:none}.color-selector .alpha-map canvas{border-radius:8px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMUlEQVQ4T2NkYGAQYcAP3uCTZhw1gGGYhAGBZIA/nYDCgBDAm9BGDWAAJyRCgLaBCAAgXwixzAS0pgAAAABJRU5ErkJggg==) center center}.color-selector.no-alpha-channel .hue-map{right:25px}.color-selector.no-alpha-channel .alpha-map{display:none!important}.color-selector .color-value-hex,.color-selector .color-value-rgb,.color-selector .color-value-rgba,.color-selector .color-value-hsl,.color-selector .color-value-hsla,.color-selector .color-value-hsv,.color-selector .color-value-cmyk{display:flex;flex-flow:row nowrap;align-items:center;margin-top:-1px}.color-selector .color-value-hex input,.color-selector .color-value-rgb input,.color-selector .color-value-rgba input,.color-selector .color-value-hsl input,.color-selector .color-value-hsla input,.color-selector .color-value-hsv input,.color-selector .color-value-cmyk input{flex-shrink:1;min-width:0;font-size:11px!important;font-weight:700;text-align:center}.color-selector .color-value-hex .prepend,.color-selector .color-value-rgb .prepend,.color-selector .color-value-rgba .prepend,.color-selector .color-value-hsl .prepend,.color-selector .color-value-hsla .prepend,.color-selector .color-value-hsv .prepend,.color-selector .color-value-cmyk .prepend{font-size:11px!important;border-right:1px solid var(--border-color);width:26px!important;text-align:center;padding:0 4px!important}.color-selector .color-value-hex .radio,.color-selector .color-value-rgb .radio,.color-selector .color-value-rgba .radio,.color-selector .color-value-hsl .radio,.color-selector .color-value-hsla .radio,.color-selector .color-value-hsv .radio,.color-selector .color-value-cmyk .radio{height:28px!important;width:28px!important}.color-selector .color-block{width:100%;display:flex;flex-flow:row nowrap}.color-selector .color-block.as-string .prepend{width:40px!important}.color-selector .color-values-block .radio{left:-4px}.color-selector .color-values-block .input+.input{border-left:none!important}.color-selector .dragging{cursor:grab}.color-selector .color-cursor,.color-selector .alpha-cursor,.color-selector .hue-cursor{user-select:none!important}.color-picker{display:flex;flex-flow:row nowrap;justify-content:space-between;width:100%;padding:0}.color-picker:hover input{border-color:transparent}.color-picker.focused{box-shadow:0 0 0 3px #e4e4e473}.color-picker input{border:none!important;order:1;flex-grow:1;flex-shrink:0;flex-basis:0;height:34px;padding:0 .75rem}.color-picker input:focus{box-shadow:none}.color-picker .buttons{display:flex;flex-wrap:nowrap}.color-picker .button{background-color:transparent;color:#1d1d1d;height:34px;min-width:34px}.color-picker .button:focus,.color-picker .button:active{box-shadow:none!important}.color-picker .button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.color-picker .input-clear-button,.color-picker .input-clear-button:hover{background-color:transparent}.color-picker.disabled .button-group button{background-color:#f8f8f8;color:#dfdfdf}.color-picker .color-example-box{display:block;height:26px;width:26px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMUlEQVQ4T2NkYGAQYcAP3uCTZhw1gGGYhAGBZIA/nYDCgBDAm9BGDWAAJyRCgLaBCAAgXwixzAS0pgAAAABJRU5ErkJggg==) top left repeat;margin:4px;border:1px solid var(--border-color)}.color-picker .color-selector-box{position:absolute;top:100%;left:-1px;display:none}.color-picker .prepend{order:1}.color-picker .color-example-box{order:2}.color-picker input{order:3}.color-picker .append{order:5}.color-picker .buttons{order:4}.color-picker input[placeholder]{text-overflow:ellipsis}.color-picker input::-moz-placeholder{text-overflow:ellipsis}.color-picker input:-moz-placeholder{text-overflow:ellipsis}.color-picker input:-ms-input-placeholder{text-overflow:ellipsis}.color-picker.open .color-selector-box{display:block!important}.command-button,.image-button{padding:.5rem .75rem;display:inline-flex;font-size:1.5rem;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;white-space:nowrap;vertical-align:middle;user-select:none;border:1px solid transparent;outline:none;position:relative;font-weight:500}.command-button .icon,.image-button .icon{width:2.6875rem;height:2.6875rem;line-height:2.6875rem;font-size:2rem;color:inherit;order:1}.command-button .caption,.image-button .caption{margin-left:.5rem;text-align:left;color:inherit;order:2;font-weight:400;line-height:1.2}.command-button .caption small,.image-button .caption small{display:block;font-size:.8rem}.command-button.icon-right .icon,.image-button.icon-right .icon{order:2}.command-button.icon-right .caption,.image-button.icon-right .caption{order:1;margin-left:0;margin-right:.5rem}.command-button.outline,.image-button.outline{background:transparent none;border-width:1px;border-color:var(--border-color)}.command-button:hover,.image-button:hover{background-color:#1d1d1d1a}.command-button:active,.image-button:active,.command-button.focus,.image-button.focus,.command-button:focus,.image-button:focus{box-shadow:0 0 0 3px #e4e4e473}.command-button:focus,.image-button:focus,.command-button:hover,.image-button:hover,.command-button.focus,.image-button.focus{text-decoration:none}.command-button:active,.image-button:active{box-shadow:none;outline:0;box-shadow:0 0 0 3px #bebebe73}.command-button.disabled,.image-button.disabled,.command-button:disabled,.image-button:disabled{opacity:.65}.container,.container-fluid,section,header,footer,aside{margin:0 auto;position:relative}.container:after,.container-fluid:after,section:after,header:after,footer:after,aside:after{display:block;clear:both;content:""}.container{width:100%;padding-right:12px;padding-left:12px}.container-fluid{width:100%;max-width:none;padding-right:12px;padding-left:12px}@media (min-width: 360px) and (max-width: 576px){.container{max-width:98%}}@media (min-width: 577px) and (max-width: 768px){.container{max-width:95%}}@media (min-width: 769px) and (max-width: 992px){.container{max-width:90%}}@media (min-width: 993px) and (max-width: 1200px){.container{max-width:90%}}@media (min-width: 1201px){.container{max-width:80%}}.container-fs{max-width:0!important}.container-xs{max-width:360px!important}.container-sm{max-width:576px!important}.container-ld{max-width:640px!important}.container-md{max-width:768px!important}.container-lg{max-width:992px!important}.container-xl{max-width:1200px!important}.container-xxl{max-width:1452px!important}.container-xxxl{max-width:2000px!important}.container-max{width:100%!important}.cookie-disclaimer-block{position:fixed;bottom:0;left:0;right:0;height:auto;z-index:1030;background-color:#fff;color:#1d1d1d;padding:10px}.cookie-disclaimer-actions{display:flex;justify-content:flex-end;align-items:center}.countdown{display:flex;flex-flow:row nowrap;position:relative;width:100%;justify-content:center;font-size:1.5rem}.countdown .part{position:relative;display:flex;flex-flow:row nowrap;justify-content:center;padding:.5rem .5rem .5em;flex-shrink:0;flex-grow:0}.countdown .digit{display:block;position:relative;padding:0;line-height:1;overflow:hidden}.countdown .digit .digit-placeholder{visibility:hidden}.countdown .digit .digit-value{display:block;position:absolute;top:0;left:0;font:inherit}.countdown .part+.part:before{top:10px;left:0;content:"";display:block;position:absolute;height:calc(100% - 8px);width:1px;background:radial-gradient(at left,var(--border-color),transparent)}.countdown .part.d-none+.part:before{display:none}.countdown .part.no-divider:before{display:none}.countdown .part.days:after,.countdown .part.hours:after,.countdown .part.minutes:after,.countdown .part.seconds:after{position:absolute;content:attr(data-label);text-align:center;bottom:0;left:0;width:100%;font-size:.3em;color:inherit;background-color:inherit;z-index:1}.countdown .days{order:1}.countdown .hours{order:2}.countdown .minutes{order:3}.countdown .seconds{order:4}.cube{display:block;position:relative;width:320px;height:310px;margin:0 auto 30px;transform:rotateY(30deg)}.cube .side{display:flex;flex-flow:row wrap;justify-content:space-between;position:absolute;overflow:hidden;width:162px;height:162px;bottom:38px;left:0}.cube .side.left-side{transform:skewY(23deg) rotateX(10deg)}.cube .side.right-side{left:160px;transform:skewY(-23deg) rotateY(10deg)}.cube .side.top-side{left:80px;bottom:154px;top:auto;transform:rotate(45deg) rotate(0) skew(-22deg,-22deg)}.cube .side .cube-cell{display:block;position:relative;width:24px;height:24px;margin:8px;flex-grow:0;flex-shrink:0;background-color:#231f20;border:1px solid #303030;box-shadow:0 0 5px #767676cc;transition:all .3s ease-in-out;line-height:24px;text-align:center;color:#fff;font-size:12px}.cube .side .cube-cell.light{animation:pulsar-cell 2.5s 0s ease-out infinite;background-color:#c4122f;border-color:#c4122f;color:#1d1d1d;box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f}@keyframes pulsar-cell{0%,to{box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f}50%{box-shadow:0 0 10px #c4122f4d,0 0 10px #c4122f4d,0 0 10px #c4122f4d}}.cube .axis{height:2px;width:200px;position:absolute;background-color:#c4122f;bottom:162px;left:162px;transform-origin:0 0 0}.cube .axis:before,.cube .axis:after{content:"";position:absolute;height:1px;background-color:inherit;display:block}.cube .axis.arrow:before,.cube .axis.arrow:after{width:16px;top:0;right:0;transform-origin:100% 100% 0}.cube .axis.arrow:before{transform:rotate(35deg)}.cube .axis.arrow:after{transform:rotate(-35deg);right:-1px}.cube .axis.line:before,.cube .axis.line:after{width:16px;top:0;right:0;transform-origin:100% 100% 0}.cube .axis.line:before{transform:rotate(90deg)}.cube .axis.line:after{transform:rotate(-90deg);right:-1px}.cube .axis.line.axis-y:before{transform:rotate(113deg)}.cube .axis.line.axis-y:after{transform:rotate(-67deg)}.cube .axis.line.axis-x:before{transform:rotate(67deg)}.cube .axis.line.axis-x:after{transform:rotate(-113deg)}.cube .axis.no-style:before,.cube .axis.no-style:after{display:none}.cube .axis.axis-x{transform:rotate(203deg)}.cube .axis.axis-y{bottom:166px;transform:rotate(-23deg)}.cube .axis.axis-z{width:190px;transform:rotate(90deg)}:root{--d-menu-border-color: #e9e9e9;--d-menu-divider-color: #e9e9e9;--d-menu-background: #ffffff;--d-menu-color: #191919;--d-menu-item-color: #191919;--d-menu-item-color-disabled: #ccc;--d-menu-item-color-hover: #000000;--d-menu-item-background-hover: #e8e8e8;--d-menu-dropdown-toogle-color: #191919;--d-menu-shadow-color: #e1e1e1;--d-menu-border-radius: 4px}.dark-side{--d-menu-border-color: #404959;--d-menu-divider-color: #404959;--d-menu-background: #2b2d30;--d-menu-color: #ffffff;--d-menu-item-color: #dbdfe7;--d-menu-item-color-disabled: #a8a8a8;--d-menu-item-color-hover: #ffffff;--d-menu-item-background-hover: #1e1f22;--d-menu-dropdown-toogle-color: #ffffff;--d-menu-shadow-color: #191919;--d-menu-border-radius: 4px}.d-menu,.d-menu ul{position:absolute;float:left;width:auto;margin:0;list-style:none inside none;background-color:var(--d-menu-background);color:var(--d-menu-color);border-radius:6px;padding:4px 0;border:1px solid var(--d-menu-border-color);z-index:1000;box-shadow:2px 2px 10px var(--d-menu-shadow-color)}.d-menu.open,.d-menu ul.open{display:block!important}.d-menu.place-right,.d-menu ul.place-right{left:auto;right:0}.d-menu li,.d-menu a{position:relative}.d-menu li{display:block;margin:0 4px}.d-menu a{display:flex;align-items:center;font-size:13px;color:var(--d-menu-item-color);text-decoration:none;padding:4px 10px 4px 32px;border-radius:var(--d-menu-border-radius);white-space:nowrap;flex-wrap:nowrap;line-height:20px}.d-menu a:hover{color:var(--d-menu-item-color-hover);text-decoration:none;background-color:var(--d-menu-item-background-hover)}.d-menu .caption{margin-right:1rem;white-space:nowrap}.d-menu .hotkey{margin-left:auto;margin-right:1rem}.d-menu .icon{position:absolute;left:8px;top:5px;width:16px;height:16px;font-size:16px}.d-menu .dropdown-toggle:before{transform:rotate(-135deg);border-color:var(--d-menu-dropdown-toogle-color)!important}.d-menu .dropdown-toggle.active-toggle:before{transform:rotate(45deg)}.d-menu .divider{padding:0;height:1px;margin:4px 0;overflow:hidden;background-color:var(--d-menu-divider-color);cursor:default;pointer-events:none}.d-menu .divider:hover{background-color:var(--d-menu-divider-color)}.d-menu .disabled{cursor:default;pointer-events:none}.d-menu .disabled a{color:var(--d-menu-item-color-disabled)!important}.d-menu .d-menu,.d-menu ul{position:absolute;left:calc(100% + 4px);top:0}@media screen and (min-width: 0){.d-menu.place-right-fs,.d-menu ul.place-right-fs{left:auto;right:0}}@media screen and (min-width: 360px){.d-menu.place-right-xs,.d-menu ul.place-right-xs{left:auto;right:0}}@media screen and (min-width: 576px){.d-menu.place-right-sm,.d-menu ul.place-right-sm{left:auto;right:0}}@media screen and (min-width: 640px){.d-menu.place-right-ld,.d-menu ul.place-right-ld{left:auto;right:0}}@media screen and (min-width: 768px){.d-menu.place-right-md,.d-menu ul.place-right-md{left:auto;right:0}}@media screen and (min-width: 992px){.d-menu.place-right-lg,.d-menu ul.place-right-lg{left:auto;right:0}}@media screen and (min-width: 1200px){.d-menu.place-right-xl,.d-menu ul.place-right-xl{left:auto;right:0}}@media screen and (min-width: 1452px){.d-menu.place-right-xxl,.d-menu ul.place-right-xxl{left:auto;right:0}}@media screen and (min-width: 2000px){.d-menu.place-right-xxxl,.d-menu ul.place-right-xxxl{left:auto;right:0}}.wheel-picker{display:block;position:relative;width:100%;min-width:220px;cursor:default;background-color:#fff;color:#1d1d1d;height:38px;user-select:none}.wheel-picker .select-wrapper{display:none;position:absolute;top:100%;left:0;height:auto;z-index:3;width:100%}.wheel-picker .select-block{position:relative;display:flex;flex-flow:row nowrap;width:100%;flex-shrink:0;background-color:#f2f2f2}.wheel-picker .select-block:before{content:"";display:block;position:absolute;z-index:0;height:40px;background-color:#1fb1f880;top:50%;left:0;transform:translateY(-50%);width:100%}.wheel-picker .select-block ul{margin:0;padding:0;list-style:none inside;display:block;text-align:center;height:100%;z-index:1;flex:1;border:1px solid var(--border-color);overflow-y:auto;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.wheel-picker .select-block ul::-webkit-scrollbar{display:none!important}.wheel-picker .select-block ul li{display:block;height:40px;line-height:40px;font-size:.9em}.wheel-picker .select-block ul li.active{font-weight:700}.wheel-picker .action-block{display:flex;flex-flow:row nowrap;position:relative;width:100%;background-color:#fff}.wheel-picker .action-block>*{flex:1}.wheel-picker .action-block>*:not(:last-child){border-right:1px solid var(--border-color)}.wheel-picker .select-wrapper{transform:translate3d(0,-50%,0)}.wheel-picker.for-top .select-wrapper,.wheel-picker.for-top-a .select-wrapper{transform:translateZ(0)}.wheel-picker.for-bottom .select-wrapper,.wheel-picker.for-bottom-a .select-wrapper{transform:translate3d(0,-100%,0)}.date-picker input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.date-picker input:focus~.time-wrapper{box-shadow:0 0 0 3px #e4e4e473}.date-picker .date-wrapper{display:inline-flex;flex-flow:row nowrap;position:relative;border:1px solid var(--border-color);width:100%}.date-picker .month,.date-picker .day,.date-picker .year{display:block;flex:1;border:1px solid;border-color:inherit;text-align:center;height:38px;line-height:38px}.date-picker .month{flex-grow:2}.date-picker .sel-month{flex-grow:2!important}.date-picker.disabled{pointer-events:none!important;color:#e4e4e4!important}.donut{display:block;position:relative;border-radius:50%}.donut>svg{width:100%;height:100%}.double-select-box{display:flex}.double-select-box select{display:none}.double-select-box .controls{padding:0 10px;display:flex;flex-flow:column;align-items:center;justify-content:center}.double-select-box .controls button{flex-basis:100%;margin:1px 0;font-size:1.4em;display:flex;width:100%}.double-select-box ul{display:block;position:relative;border:1px solid var(--border-color);flex:1 1 100%;margin:0;overflow-y:auto}.double-select-box ul li{display:block;position:relative;cursor:default;padding:4px 10px;font-size:16px;user-select:none}.double-select-box ul li.active{background-color:#0ca9f2!important;color:#fff!important}.double-select-box ul li:hover{background-color:#1d1d1d1a}.dragged-item{opacity:.3}.drag-item-marker{position:absolute;top:8px;left:4px;height:20px;width:24px;background-color:transparent;cursor:move;border-top:4px solid #ffffff}.drag-item-marker:before,.drag-item-marker:after{content:"";position:absolute;width:100%;height:4px;background-color:#fff}.drag-item-marker:before{top:4px}.drag-item-marker:after{top:12px}.drag-marker-dark .drag-item-marker{border-top-color:#1d1d1d}.drag-marker-dark:before,.drag-marker-dark:after{background-color:#1d1d1d}.dragged-item-avatar{cursor:move;display:block;position:absolute;background-color:#00aff0;opacity:.3;z-index:500;box-shadow:inset -1px 0 10px -4px #0366d6}.draggable{animation:drag-flush 1s ease infinite}@keyframes drag-flush{0%{box-shadow:0 0 #1fb1f873}50%{box-shadow:0 0 0 .25rem #1fb1f873}to{box-shadow:0 0 #1fb1f873}}.dropdown-toggle{position:relative;cursor:pointer;padding-right:1.5rem!important;user-select:none}.dropdown-toggle:before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:.3125rem;width:.3125rem;background-color:transparent;border-left:1px solid;border-bottom:1px solid;border-color:#1d1d1d;top:50%;left:100%;margin-left:-1rem;margin-top:-.1625rem;z-index:2;transform:rotate(-45deg);transition:all .15s ease-in-out;transform-origin:center center 1px}.dropdown-toggle.drop-marker-light:before,.dropdown-toggle.marker-light:before{border-color:#fff}.dropdown-toggle.no-marker:before{display:none}.dropdown-toggle.active-toggle:before,.dropdown-toggle.active-container:before{transform:rotate(135deg);transition:all .15s ease-in-out}.dropdown-toggle.marker-center:before{left:50%;top:50%;margin-left:0;margin-top:0;transform:translate(-50%) translateY(-50%) rotate(-45deg)}.dropdown-toggle.marker-center.active-toggle:before,.dropdown-toggle.marker-center.active-container:before{transform:translate(-50%) translateY(-50%) rotate(135deg);transition:all .15s ease-in-out}.drop-left{right:100%!important;top:0!important}.drop-right{left:100%!important;top:0!important}.drop-up{top:auto!important;bottom:100%!important}.drop-up-left{top:auto!important;bottom:100%!important;left:0}.drop-up-right{top:auto!important;bottom:100%!important;right:0!important}.drop-down{top:100%!important;bottom:auto!important}.drop-down-left{top:100%!important;bottom:auto!important;left:0!important}.drop-down-right{top:100%!important;bottom:auto!important;right:0!important}.dropdown-button{display:inline-block;position:relative;width:auto;height:36px;line-height:1}.file input,.drop-zone input,.file-button input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.file{display:flex;justify-content:space-between;margin-bottom:0;padding:0}.file .button{border:none}.file .button>*{height:24px;max-width:24px}.file .caption{line-height:35px;display:block;padding:0 .5rem;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.file.disabled .button{background-color:#f8f8f8;color:#dfdfdf}.file .prepend{order:1}.file .append{order:4}.file .caption{order:2}.file .button{order:3;margin-left:auto;height:34px}.drop-zone{display:flex;justify-content:center;align-items:center;flex-flow:column;width:100%;height:auto;padding:40px 0;outline:4px dashed #989898;outline-offset:-12px;background-color:#f8f8f8}.drop-zone .icon{display:block;width:64px;height:64px}.drop-zone .caption{margin-top:10px;font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.drop-zone.focused,.drop-zone:hover{outline-color:#7e7e7e}.drop-zone.drop-on{outline-color:#00b300}.file-button{text-align:center}.file[dir=rtl] .append,.file.rtl .append{order:1}.file[dir=rtl] .prepend,.file.rtl .prepend{order:4}.file[dir=rtl] .caption,.file.rtl .caption{order:3;text-align:right}.file[dir=rtl] .button,.file.rtl .button{order:2;margin-left:0;margin-right:auto}.flip-card .front,.flip-card .back{width:100%;height:100%;overflow:hidden;backface-visibility:hidden;position:absolute;transition:transform .3s linear;top:0;left:0}.flip-card .front{transform:perspective(600px) rotateY(0)}.flip-card .back{transform:perspective(600px) rotateY(180deg)}.flip-card.flip-horizontal .front{transform:perspective(600px) rotateX(0)}.flip-card.flip-horizontal .back{transform:perspective(600px) rotateX(180deg)}.flip-card.effect-on-hover:hover>.front,.flip-card.effect-on-active.active>.front{transform:perspective(600px) rotateY(-180deg)}.flip-card.effect-on-hover:hover>.back,.flip-card.effect-on-active.active>.back{transform:perspective(600px) rotateY(0)}.flip-card.effect-on-hover:hover.flip-horizontal>.front,.flip-card.effect-on-active.active.flip-horizontal>.front{transform:perspective(600px) rotateX(-180deg)}.flip-card.effect-on-hover:hover.flip-horizontal>.back,.flip-card.effect-on-active.active.flip-horizontal>.back{transform:perspective(600px) rotateX(0)}form{display:block;position:relative}.form-actions{margin:10px 0;display:block;position:relative}.form-group{display:block;position:relative}.form-group+.form-group{margin-top:1rem}.inline-form{display:flex;flex-flow:row wrap;align-items:center;justify-content:flex-start}.inline-form input[type=text],.inline-form input[type=password],.inline-form input[type=tel],.inline-form input[type=datetime-local],.inline-form input[type=email],.inline-form input[type=file],.inline-form input[type=month],.inline-form input[type=number],.inline-form input[type=search],.inline-form input[type=time],.inline-form input[type=url],.inline-form input[type=week],.inline-form select,.inline-form textarea,.inline-form .file,.inline-form .input,.inline-form .textarea,.inline-form .select,.inline-form .tag-input,.inline-form .spinner{width:auto;margin-left:.5rem;margin-right:.5rem}.inline-form .form-group{display:flex;flex-flow:row wrap;align-items:center;justify-content:flex-start}form:disabled,fieldset:disabled,.form-group:disabled,form.disabled,fieldset.disabled,.form-group.disabled{pointer-events:none}:root{--grid-gutter: 16px}.grid{display:flex;flex-flow:column}.row{display:flex;flex-flow:row wrap;gap:var(--grid-gutter);justify-content:flex-start;margin-right:calc(-1 * var(--grid-gutter))}.row+.row{margin-top:var(--grid-gutter)}.row>[class*=cell-],.row>[class*=col-]{position:relative;display:block;padding:0;min-height:1px;flex:0 0 100%;max-width:calc(100% - var(--grid-gutter))}.row>.cell-auto,.row>.col-auto{flex:0 0 auto;width:auto;max-width:none}.row>.cell-0,.row .col-0{flex:0 0 calc(8.333335% * 0 - var(--grid-gutter));max-width:calc(8.333335% * 0 - var(--grid-gutter))}.row>.offset-0{margin-left:0%}.row>.cell-1,.row .col-1{flex:0 0 calc(8.333335% * 1 - var(--grid-gutter));max-width:calc(8.333335% * 1 - var(--grid-gutter))}.row>.offset-1{margin-left:calc(8.333335% * 1)}.row>.cell-2,.row .col-2{flex:0 0 calc(8.333335% * 2 - var(--grid-gutter));max-width:calc(8.333335% * 2 - var(--grid-gutter))}.row>.offset-2{margin-left:16.66667%}.row>.cell-3,.row .col-3{flex:0 0 calc(8.333335% * 3 - var(--grid-gutter));max-width:calc(8.333335% * 3 - var(--grid-gutter))}.row>.offset-3{margin-left:calc(8.333335% * 3)}.row>.cell-4,.row .col-4{flex:0 0 calc(8.333335% * 4 - var(--grid-gutter));max-width:calc(8.333335% * 4 - var(--grid-gutter))}.row>.offset-4{margin-left:33.33334%}.row>.cell-5,.row .col-5{flex:0 0 calc(8.333335% * 5 - var(--grid-gutter));max-width:calc(8.333335% * 5 - var(--grid-gutter))}.row>.offset-5{margin-left:calc(8.333335% * 5)}.row>.cell-6,.row .col-6{flex:0 0 calc(8.333335% * 6 - var(--grid-gutter));max-width:calc(8.333335% * 6 - var(--grid-gutter))}.row>.offset-6{margin-left:50.00001%}.row>.cell-7,.row .col-7{flex:0 0 calc(8.333335% * 7 - var(--grid-gutter));max-width:calc(8.333335% * 7 - var(--grid-gutter))}.row>.offset-7{margin-left:calc(8.333335% * 7)}.row>.cell-8,.row .col-8{flex:0 0 calc(8.333335% * 8 - var(--grid-gutter));max-width:calc(8.333335% * 8 - var(--grid-gutter))}.row>.offset-8{margin-left:66.66668%}.row>.cell-9,.row .col-9{flex:0 0 calc(8.333335% * 9 - var(--grid-gutter));max-width:calc(8.333335% * 9 - var(--grid-gutter))}.row>.offset-9{margin-left:calc(8.333335% * 9)}.row>.cell-10,.row .col-10{flex:0 0 calc(8.333335% * 10 - var(--grid-gutter));max-width:calc(8.333335% * 10 - var(--grid-gutter))}.row>.offset-10{margin-left:83.33335%}.row>.cell-11,.row .col-11{flex:0 0 calc(8.333335% * 11 - var(--grid-gutter));max-width:calc(8.333335% * 11 - var(--grid-gutter))}.row>.offset-11{margin-left:calc(8.333335% * 11)}.row>.cell-12,.row .col-12{flex:0 0 calc(8.333335% * 12 - var(--grid-gutter));max-width:calc(8.333335% * 12 - var(--grid-gutter))}.row>.offset-12{margin-left:100.00002%}@media screen and (min-width: 0){.row>.cell-fs-half,.row>.col-fs-half{flex:0 0 50%;max-width:50%}.row>.cell-fs-one-third,.row>.col-fs-one-third,.row>.cell-fs-third,.row>.col-fs-third{flex:0 0 calc(33.3333333% - var(--grid-gutter));max-width:calc(33.3333333% - var(--grid-gutter))}.row>.cell-fs-two-third,.row>.col-fs-two-third{flex:0 0 calc(66.6666666% - var(--grid-gutter));max-width:calc(66.6666666% - var(--grid-gutter))}.row>.cell-fs-one-fifth,.row>.col-fs-one-fifth{flex:0 0 calc(20% - (var(--grid-gutter)));max-width:calc(20% - (var(--grid-gutter)))}.row>.cell-fs-two-fifth,.row>.col-fs-two-fifth{flex:0 0 calc(40% - (var(--grid-gutter)));max-width:calc(40% - (var(--grid-gutter)))}.row>.cell-fs-three-fifth,.row>.col-fs-three-fifth{flex:0 0 calc(60% - (var(--grid-gutter)));max-width:calc(60% - (var(--grid-gutter)))}.row .cell-fs-four-fifth,.row .col-fs-four-fifth{flex:0 0 calc(80% - (var(--grid-gutter)));max-width:calc(80% - (var(--grid-gutter)))}.row>.cell-fs,.row>.col-fs{flex-basis:0;flex-grow:1;max-width:100%}.row>.cell-fs-auto,.row>.col-fs-auto{flex:0 0 auto;max-width:none}.row>.cell-fs-1,.row>.col-fs-1{flex:0 0 calc(8.333335% * 1 - var(--grid-gutter));max-width:calc(8.333335% * 1 - var(--grid-gutter))}.row>.offset-fs-1{margin-left:calc(8.333335% * 1)}.row>.cell-fs-2,.row>.col-fs-2{flex:0 0 calc(8.333335% * 2 - var(--grid-gutter));max-width:calc(8.333335% * 2 - var(--grid-gutter))}.row>.offset-fs-2{margin-left:16.66667%}.row>.cell-fs-3,.row>.col-fs-3{flex:0 0 calc(8.333335% * 3 - var(--grid-gutter));max-width:calc(8.333335% * 3 - var(--grid-gutter))}.row>.offset-fs-3{margin-left:calc(8.333335% * 3)}.row>.cell-fs-4,.row>.col-fs-4{flex:0 0 calc(8.333335% * 4 - var(--grid-gutter));max-width:calc(8.333335% * 4 - var(--grid-gutter))}.row>.offset-fs-4{margin-left:33.33334%}.row>.cell-fs-5,.row>.col-fs-5{flex:0 0 calc(8.333335% * 5 - var(--grid-gutter));max-width:calc(8.333335% * 5 - var(--grid-gutter))}.row>.offset-fs-5{margin-left:calc(8.333335% * 5)}.row>.cell-fs-6,.row>.col-fs-6{flex:0 0 calc(8.333335% * 6 - var(--grid-gutter));max-width:calc(8.333335% * 6 - var(--grid-gutter))}.row>.offset-fs-6{margin-left:50.00001%}.row>.cell-fs-7,.row>.col-fs-7{flex:0 0 calc(8.333335% * 7 - var(--grid-gutter));max-width:calc(8.333335% * 7 - var(--grid-gutter))}.row>.offset-fs-7{margin-left:calc(8.333335% * 7)}.row>.cell-fs-8,.row>.col-fs-8{flex:0 0 calc(8.333335% * 8 - var(--grid-gutter));max-width:calc(8.333335% * 8 - var(--grid-gutter))}.row>.offset-fs-8{margin-left:66.66668%}.row>.cell-fs-9,.row>.col-fs-9{flex:0 0 calc(8.333335% * 9 - var(--grid-gutter));max-width:calc(8.333335% * 9 - var(--grid-gutter))}.row>.offset-fs-9{margin-left:calc(8.333335% * 9)}.row>.cell-fs-10,.row>.col-fs-10{flex:0 0 calc(8.333335% * 10 - var(--grid-gutter));max-width:calc(8.333335% * 10 - var(--grid-gutter))}.row>.offset-fs-10{margin-left:83.33335%}.row>.cell-fs-11,.row>.col-fs-11{flex:0 0 calc(8.333335% * 11 - var(--grid-gutter));max-width:calc(8.333335% * 11 - var(--grid-gutter))}.row>.offset-fs-11{margin-left:calc(8.333335% * 11)}.row>.cell-fs-12,.row>.col-fs-12{flex:0 0 calc(8.333335% * 12 - var(--grid-gutter));max-width:calc(8.333335% * 12 - var(--grid-gutter))}.row>.offset-fs-12{margin-left:100.00002%}}@media screen and (min-width: 360px){.row>.cell-xs-half,.row>.col-xs-half{flex:0 0 50%;max-width:50%}.row>.cell-xs-one-third,.row>.col-xs-one-third,.row>.cell-xs-third,.row>.col-xs-third{flex:0 0 calc(33.3333333% - var(--grid-gutter));max-width:calc(33.3333333% - var(--grid-gutter))}.row>.cell-xs-two-third,.row>.col-xs-two-third{flex:0 0 calc(66.6666666% - var(--grid-gutter));max-width:calc(66.6666666% - var(--grid-gutter))}.row>.cell-xs-one-fifth,.row>.col-xs-one-fifth{flex:0 0 calc(20% - (var(--grid-gutter)));max-width:calc(20% - (var(--grid-gutter)))}.row>.cell-xs-two-fifth,.row>.col-xs-two-fifth{flex:0 0 calc(40% - (var(--grid-gutter)));max-width:calc(40% - (var(--grid-gutter)))}.row>.cell-xs-three-fifth,.row>.col-xs-three-fifth{flex:0 0 calc(60% - (var(--grid-gutter)));max-width:calc(60% - (var(--grid-gutter)))}.row .cell-xs-four-fifth,.row .col-xs-four-fifth{flex:0 0 calc(80% - (var(--grid-gutter)));max-width:calc(80% - (var(--grid-gutter)))}.row>.cell-xs,.row>.col-xs{flex-basis:0;flex-grow:1;max-width:100%}.row>.cell-xs-auto,.row>.col-xs-auto{flex:0 0 auto;max-width:none}.row>.cell-xs-1,.row>.col-xs-1{flex:0 0 calc(8.333335% * 1 - var(--grid-gutter));max-width:calc(8.333335% * 1 - var(--grid-gutter))}.row>.offset-xs-1{margin-left:calc(8.333335% * 1)}.row>.cell-xs-2,.row>.col-xs-2{flex:0 0 calc(8.333335% * 2 - var(--grid-gutter));max-width:calc(8.333335% * 2 - var(--grid-gutter))}.row>.offset-xs-2{margin-left:16.66667%}.row>.cell-xs-3,.row>.col-xs-3{flex:0 0 calc(8.333335% * 3 - var(--grid-gutter));max-width:calc(8.333335% * 3 - var(--grid-gutter))}.row>.offset-xs-3{margin-left:calc(8.333335% * 3)}.row>.cell-xs-4,.row>.col-xs-4{flex:0 0 calc(8.333335% * 4 - var(--grid-gutter));max-width:calc(8.333335% * 4 - var(--grid-gutter))}.row>.offset-xs-4{margin-left:33.33334%}.row>.cell-xs-5,.row>.col-xs-5{flex:0 0 calc(8.333335% * 5 - var(--grid-gutter));max-width:calc(8.333335% * 5 - var(--grid-gutter))}.row>.offset-xs-5{margin-left:calc(8.333335% * 5)}.row>.cell-xs-6,.row>.col-xs-6{flex:0 0 calc(8.333335% * 6 - var(--grid-gutter));max-width:calc(8.333335% * 6 - var(--grid-gutter))}.row>.offset-xs-6{margin-left:50.00001%}.row>.cell-xs-7,.row>.col-xs-7{flex:0 0 calc(8.333335% * 7 - var(--grid-gutter));max-width:calc(8.333335% * 7 - var(--grid-gutter))}.row>.offset-xs-7{margin-left:calc(8.333335% * 7)}.row>.cell-xs-8,.row>.col-xs-8{flex:0 0 calc(8.333335% * 8 - var(--grid-gutter));max-width:calc(8.333335% * 8 - var(--grid-gutter))}.row>.offset-xs-8{margin-left:66.66668%}.row>.cell-xs-9,.row>.col-xs-9{flex:0 0 calc(8.333335% * 9 - var(--grid-gutter));max-width:calc(8.333335% * 9 - var(--grid-gutter))}.row>.offset-xs-9{margin-left:calc(8.333335% * 9)}.row>.cell-xs-10,.row>.col-xs-10{flex:0 0 calc(8.333335% * 10 - var(--grid-gutter));max-width:calc(8.333335% * 10 - var(--grid-gutter))}.row>.offset-xs-10{margin-left:83.33335%}.row>.cell-xs-11,.row>.col-xs-11{flex:0 0 calc(8.333335% * 11 - var(--grid-gutter));max-width:calc(8.333335% * 11 - var(--grid-gutter))}.row>.offset-xs-11{margin-left:calc(8.333335% * 11)}.row>.cell-xs-12,.row>.col-xs-12{flex:0 0 calc(8.333335% * 12 - var(--grid-gutter));max-width:calc(8.333335% * 12 - var(--grid-gutter))}.row>.offset-xs-12{margin-left:100.00002%}}@media screen and (min-width: 576px){.row>.cell-sm-half,.row>.col-sm-half{flex:0 0 50%;max-width:50%}.row>.cell-sm-one-third,.row>.col-sm-one-third,.row>.cell-sm-third,.row>.col-sm-third{flex:0 0 calc(33.3333333% - var(--grid-gutter));max-width:calc(33.3333333% - var(--grid-gutter))}.row>.cell-sm-two-third,.row>.col-sm-two-third{flex:0 0 calc(66.6666666% - var(--grid-gutter));max-width:calc(66.6666666% - var(--grid-gutter))}.row>.cell-sm-one-fifth,.row>.col-sm-one-fifth{flex:0 0 calc(20% - (var(--grid-gutter)));max-width:calc(20% - (var(--grid-gutter)))}.row>.cell-sm-two-fifth,.row>.col-sm-two-fifth{flex:0 0 calc(40% - (var(--grid-gutter)));max-width:calc(40% - (var(--grid-gutter)))}.row>.cell-sm-three-fifth,.row>.col-sm-three-fifth{flex:0 0 calc(60% - (var(--grid-gutter)));max-width:calc(60% - (var(--grid-gutter)))}.row .cell-sm-four-fifth,.row .col-sm-four-fifth{flex:0 0 calc(80% - (var(--grid-gutter)));max-width:calc(80% - (var(--grid-gutter)))}.row>.cell-sm,.row>.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row>.cell-sm-auto,.row>.col-sm-auto{flex:0 0 auto;max-width:none}.row>.cell-sm-1,.row>.col-sm-1{flex:0 0 calc(8.333335% * 1 - var(--grid-gutter));max-width:calc(8.333335% * 1 - var(--grid-gutter))}.row>.offset-sm-1{margin-left:calc(8.333335% * 1)}.row>.cell-sm-2,.row>.col-sm-2{flex:0 0 calc(8.333335% * 2 - var(--grid-gutter));max-width:calc(8.333335% * 2 - var(--grid-gutter))}.row>.offset-sm-2{margin-left:16.66667%}.row>.cell-sm-3,.row>.col-sm-3{flex:0 0 calc(8.333335% * 3 - var(--grid-gutter));max-width:calc(8.333335% * 3 - var(--grid-gutter))}.row>.offset-sm-3{margin-left:calc(8.333335% * 3)}.row>.cell-sm-4,.row>.col-sm-4{flex:0 0 calc(8.333335% * 4 - var(--grid-gutter));max-width:calc(8.333335% * 4 - var(--grid-gutter))}.row>.offset-sm-4{margin-left:33.33334%}.row>.cell-sm-5,.row>.col-sm-5{flex:0 0 calc(8.333335% * 5 - var(--grid-gutter));max-width:calc(8.333335% * 5 - var(--grid-gutter))}.row>.offset-sm-5{margin-left:calc(8.333335% * 5)}.row>.cell-sm-6,.row>.col-sm-6{flex:0 0 calc(8.333335% * 6 - var(--grid-gutter));max-width:calc(8.333335% * 6 - var(--grid-gutter))}.row>.offset-sm-6{margin-left:50.00001%}.row>.cell-sm-7,.row>.col-sm-7{flex:0 0 calc(8.333335% * 7 - var(--grid-gutter));max-width:calc(8.333335% * 7 - var(--grid-gutter))}.row>.offset-sm-7{margin-left:calc(8.333335% * 7)}.row>.cell-sm-8,.row>.col-sm-8{flex:0 0 calc(8.333335% * 8 - var(--grid-gutter));max-width:calc(8.333335% * 8 - var(--grid-gutter))}.row>.offset-sm-8{margin-left:66.66668%}.row>.cell-sm-9,.row>.col-sm-9{flex:0 0 calc(8.333335% * 9 - var(--grid-gutter));max-width:calc(8.333335% * 9 - var(--grid-gutter))}.row>.offset-sm-9{margin-left:calc(8.333335% * 9)}.row>.cell-sm-10,.row>.col-sm-10{flex:0 0 calc(8.333335% * 10 - var(--grid-gutter));max-width:calc(8.333335% * 10 - var(--grid-gutter))}.row>.offset-sm-10{margin-left:83.33335%}.row>.cell-sm-11,.row>.col-sm-11{flex:0 0 calc(8.333335% * 11 - var(--grid-gutter));max-width:calc(8.333335% * 11 - var(--grid-gutter))}.row>.offset-sm-11{margin-left:calc(8.333335% * 11)}.row>.cell-sm-12,.row>.col-sm-12{flex:0 0 calc(8.333335% * 12 - var(--grid-gutter));max-width:calc(8.333335% * 12 - var(--grid-gutter))}.row>.offset-sm-12{margin-left:100.00002%}}@media screen and (min-width: 640px){.row>.cell-ld-half,.row>.col-ld-half{flex:0 0 50%;max-width:50%}.row>.cell-ld-one-third,.row>.col-ld-one-third,.row>.cell-ld-third,.row>.col-ld-third{flex:0 0 calc(33.3333333% - var(--grid-gutter));max-width:calc(33.3333333% - var(--grid-gutter))}.row>.cell-ld-two-third,.row>.col-ld-two-third{flex:0 0 calc(66.6666666% - var(--grid-gutter));max-width:calc(66.6666666% - var(--grid-gutter))}.row>.cell-ld-one-fifth,.row>.col-ld-one-fifth{flex:0 0 calc(20% - (var(--grid-gutter)));max-width:calc(20% - (var(--grid-gutter)))}.row>.cell-ld-two-fifth,.row>.col-ld-two-fifth{flex:0 0 calc(40% - (var(--grid-gutter)));max-width:calc(40% - (var(--grid-gutter)))}.row>.cell-ld-three-fifth,.row>.col-ld-three-fifth{flex:0 0 calc(60% - (var(--grid-gutter)));max-width:calc(60% - (var(--grid-gutter)))}.row .cell-ld-four-fifth,.row .col-ld-four-fifth{flex:0 0 calc(80% - (var(--grid-gutter)));max-width:calc(80% - (var(--grid-gutter)))}.row>.cell-ld,.row>.col-ld{flex-basis:0;flex-grow:1;max-width:100%}.row>.cell-ld-auto,.row>.col-ld-auto{flex:0 0 auto;max-width:none}.row>.cell-ld-1,.row>.col-ld-1{flex:0 0 calc(8.333335% * 1 - var(--grid-gutter));max-width:calc(8.333335% * 1 - var(--grid-gutter))}.row>.offset-ld-1{margin-left:calc(8.333335% * 1)}.row>.cell-ld-2,.row>.col-ld-2{flex:0 0 calc(8.333335% * 2 - var(--grid-gutter));max-width:calc(8.333335% * 2 - var(--grid-gutter))}.row>.offset-ld-2{margin-left:16.66667%}.row>.cell-ld-3,.row>.col-ld-3{flex:0 0 calc(8.333335% * 3 - var(--grid-gutter));max-width:calc(8.333335% * 3 - var(--grid-gutter))}.row>.offset-ld-3{margin-left:calc(8.333335% * 3)}.row>.cell-ld-4,.row>.col-ld-4{flex:0 0 calc(8.333335% * 4 - var(--grid-gutter));max-width:calc(8.333335% * 4 - var(--grid-gutter))}.row>.offset-ld-4{margin-left:33.33334%}.row>.cell-ld-5,.row>.col-ld-5{flex:0 0 calc(8.333335% * 5 - var(--grid-gutter));max-width:calc(8.333335% * 5 - var(--grid-gutter))}.row>.offset-ld-5{margin-left:calc(8.333335% * 5)}.row>.cell-ld-6,.row>.col-ld-6{flex:0 0 calc(8.333335% * 6 - var(--grid-gutter));max-width:calc(8.333335% * 6 - var(--grid-gutter))}.row>.offset-ld-6{margin-left:50.00001%}.row>.cell-ld-7,.row>.col-ld-7{flex:0 0 calc(8.333335% * 7 - var(--grid-gutter));max-width:calc(8.333335% * 7 - var(--grid-gutter))}.row>.offset-ld-7{margin-left:calc(8.333335% * 7)}.row>.cell-ld-8,.row>.col-ld-8{flex:0 0 calc(8.333335% * 8 - var(--grid-gutter));max-width:calc(8.333335% * 8 - var(--grid-gutter))}.row>.offset-ld-8{margin-left:66.66668%}.row>.cell-ld-9,.row>.col-ld-9{flex:0 0 calc(8.333335% * 9 - var(--grid-gutter));max-width:calc(8.333335% * 9 - var(--grid-gutter))}.row>.offset-ld-9{margin-left:calc(8.333335% * 9)}.row>.cell-ld-10,.row>.col-ld-10{flex:0 0 calc(8.333335% * 10 - var(--grid-gutter));max-width:calc(8.333335% * 10 - var(--grid-gutter))}.row>.offset-ld-10{margin-left:83.33335%}.row>.cell-ld-11,.row>.col-ld-11{flex:0 0 calc(8.333335% * 11 - var(--grid-gutter));max-width:calc(8.333335% * 11 - var(--grid-gutter))}.row>.offset-ld-11{margin-left:calc(8.333335% * 11)}.row>.cell-ld-12,.row>.col-ld-12{flex:0 0 calc(8.333335% * 12 - var(--grid-gutter));max-width:calc(8.333335% * 12 - var(--grid-gutter))}.row>.offset-ld-12{margin-left:100.00002%}}@media screen and (min-width: 768px){.row>.cell-md-half,.row>.col-md-half{flex:0 0 50%;max-width:50%}.row>.cell-md-one-third,.row>.col-md-one-third,.row>.cell-md-third,.row>.col-md-third{flex:0 0 calc(33.3333333% - var(--grid-gutter));max-width:calc(33.3333333% - var(--grid-gutter))}.row>.cell-md-two-third,.row>.col-md-two-third{flex:0 0 calc(66.6666666% - var(--grid-gutter));max-width:calc(66.6666666% - var(--grid-gutter))}.row>.cell-md-one-fifth,.row>.col-md-one-fifth{flex:0 0 calc(20% - (var(--grid-gutter)));max-width:calc(20% - (var(--grid-gutter)))}.row>.cell-md-two-fifth,.row>.col-md-two-fifth{flex:0 0 calc(40% - (var(--grid-gutter)));max-width:calc(40% - (var(--grid-gutter)))}.row>.cell-md-three-fifth,.row>.col-md-three-fifth{flex:0 0 calc(60% - (var(--grid-gutter)));max-width:calc(60% - (var(--grid-gutter)))}.row .cell-md-four-fifth,.row .col-md-four-fifth{flex:0 0 calc(80% - (var(--grid-gutter)));max-width:calc(80% - (var(--grid-gutter)))}.row>.cell-md,.row>.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row>.cell-md-auto,.row>.col-md-auto{flex:0 0 auto;max-width:none}.row>.cell-md-1,.row>.col-md-1{flex:0 0 calc(8.333335% * 1 - var(--grid-gutter));max-width:calc(8.333335% * 1 - var(--grid-gutter))}.row>.offset-md-1{margin-left:calc(8.333335% * 1)}.row>.cell-md-2,.row>.col-md-2{flex:0 0 calc(8.333335% * 2 - var(--grid-gutter));max-width:calc(8.333335% * 2 - var(--grid-gutter))}.row>.offset-md-2{margin-left:16.66667%}.row>.cell-md-3,.row>.col-md-3{flex:0 0 calc(8.333335% * 3 - var(--grid-gutter));max-width:calc(8.333335% * 3 - var(--grid-gutter))}.row>.offset-md-3{margin-left:calc(8.333335% * 3)}.row>.cell-md-4,.row>.col-md-4{flex:0 0 calc(8.333335% * 4 - var(--grid-gutter));max-width:calc(8.333335% * 4 - var(--grid-gutter))}.row>.offset-md-4{margin-left:33.33334%}.row>.cell-md-5,.row>.col-md-5{flex:0 0 calc(8.333335% * 5 - var(--grid-gutter));max-width:calc(8.333335% * 5 - var(--grid-gutter))}.row>.offset-md-5{margin-left:calc(8.333335% * 5)}.row>.cell-md-6,.row>.col-md-6{flex:0 0 calc(8.333335% * 6 - var(--grid-gutter));max-width:calc(8.333335% * 6 - var(--grid-gutter))}.row>.offset-md-6{margin-left:50.00001%}.row>.cell-md-7,.row>.col-md-7{flex:0 0 calc(8.333335% * 7 - var(--grid-gutter));max-width:calc(8.333335% * 7 - var(--grid-gutter))}.row>.offset-md-7{margin-left:calc(8.333335% * 7)}.row>.cell-md-8,.row>.col-md-8{flex:0 0 calc(8.333335% * 8 - var(--grid-gutter));max-width:calc(8.333335% * 8 - var(--grid-gutter))}.row>.offset-md-8{margin-left:66.66668%}.row>.cell-md-9,.row>.col-md-9{flex:0 0 calc(8.333335% * 9 - var(--grid-gutter));max-width:calc(8.333335% * 9 - var(--grid-gutter))}.row>.offset-md-9{margin-left:calc(8.333335% * 9)}.row>.cell-md-10,.row>.col-md-10{flex:0 0 calc(8.333335% * 10 - var(--grid-gutter));max-width:calc(8.333335% * 10 - var(--grid-gutter))}.row>.offset-md-10{margin-left:83.33335%}.row>.cell-md-11,.row>.col-md-11{flex:0 0 calc(8.333335% * 11 - var(--grid-gutter));max-width:calc(8.333335% * 11 - var(--grid-gutter))}.row>.offset-md-11{margin-left:calc(8.333335% * 11)}.row>.cell-md-12,.row>.col-md-12{flex:0 0 calc(8.333335% * 12 - var(--grid-gutter));max-width:calc(8.333335% * 12 - var(--grid-gutter))}.row>.offset-md-12{margin-left:100.00002%}}@media screen and (min-width: 992px){.row>.cell-lg-half,.row>.col-lg-half{flex:0 0 50%;max-width:50%}.row>.cell-lg-one-third,.row>.col-lg-one-third,.row>.cell-lg-third,.row>.col-lg-third{flex:0 0 calc(33.3333333% - var(--grid-gutter));max-width:calc(33.3333333% - var(--grid-gutter))}.row>.cell-lg-two-third,.row>.col-lg-two-third{flex:0 0 calc(66.6666666% - var(--grid-gutter));max-width:calc(66.6666666% - var(--grid-gutter))}.row>.cell-lg-one-fifth,.row>.col-lg-one-fifth{flex:0 0 calc(20% - (var(--grid-gutter)));max-width:calc(20% - (var(--grid-gutter)))}.row>.cell-lg-two-fifth,.row>.col-lg-two-fifth{flex:0 0 calc(40% - (var(--grid-gutter)));max-width:calc(40% - (var(--grid-gutter)))}.row>.cell-lg-three-fifth,.row>.col-lg-three-fifth{flex:0 0 calc(60% - (var(--grid-gutter)));max-width:calc(60% - (var(--grid-gutter)))}.row .cell-lg-four-fifth,.row .col-lg-four-fifth{flex:0 0 calc(80% - (var(--grid-gutter)));max-width:calc(80% - (var(--grid-gutter)))}.row>.cell-lg,.row>.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row>.cell-lg-auto,.row>.col-lg-auto{flex:0 0 auto;max-width:none}.row>.cell-lg-1,.row>.col-lg-1{flex:0 0 calc(8.333335% * 1 - var(--grid-gutter));max-width:calc(8.333335% * 1 - var(--grid-gutter))}.row>.offset-lg-1{margin-left:calc(8.333335% * 1)}.row>.cell-lg-2,.row>.col-lg-2{flex:0 0 calc(8.333335% * 2 - var(--grid-gutter));max-width:calc(8.333335% * 2 - var(--grid-gutter))}.row>.offset-lg-2{margin-left:16.66667%}.row>.cell-lg-3,.row>.col-lg-3{flex:0 0 calc(8.333335% * 3 - var(--grid-gutter));max-width:calc(8.333335% * 3 - var(--grid-gutter))}.row>.offset-lg-3{margin-left:calc(8.333335% * 3)}.row>.cell-lg-4,.row>.col-lg-4{flex:0 0 calc(8.333335% * 4 - var(--grid-gutter));max-width:calc(8.333335% * 4 - var(--grid-gutter))}.row>.offset-lg-4{margin-left:33.33334%}.row>.cell-lg-5,.row>.col-lg-5{flex:0 0 calc(8.333335% * 5 - var(--grid-gutter));max-width:calc(8.333335% * 5 - var(--grid-gutter))}.row>.offset-lg-5{margin-left:calc(8.333335% * 5)}.row>.cell-lg-6,.row>.col-lg-6{flex:0 0 calc(8.333335% * 6 - var(--grid-gutter));max-width:calc(8.333335% * 6 - var(--grid-gutter))}.row>.offset-lg-6{margin-left:50.00001%}.row>.cell-lg-7,.row>.col-lg-7{flex:0 0 calc(8.333335% * 7 - var(--grid-gutter));max-width:calc(8.333335% * 7 - var(--grid-gutter))}.row>.offset-lg-7{margin-left:calc(8.333335% * 7)}.row>.cell-lg-8,.row>.col-lg-8{flex:0 0 calc(8.333335% * 8 - var(--grid-gutter));max-width:calc(8.333335% * 8 - var(--grid-gutter))}.row>.offset-lg-8{margin-left:66.66668%}.row>.cell-lg-9,.row>.col-lg-9{flex:0 0 calc(8.333335% * 9 - var(--grid-gutter));max-width:calc(8.333335% * 9 - var(--grid-gutter))}.row>.offset-lg-9{margin-left:calc(8.333335% * 9)}.row>.cell-lg-10,.row>.col-lg-10{flex:0 0 calc(8.333335% * 10 - var(--grid-gutter));max-width:calc(8.333335% * 10 - var(--grid-gutter))}.row>.offset-lg-10{margin-left:83.33335%}.row>.cell-lg-11,.row>.col-lg-11{flex:0 0 calc(8.333335% * 11 - var(--grid-gutter));max-width:calc(8.333335% * 11 - var(--grid-gutter))}.row>.offset-lg-11{margin-left:calc(8.333335% * 11)}.row>.cell-lg-12,.row>.col-lg-12{flex:0 0 calc(8.333335% * 12 - var(--grid-gutter));max-width:calc(8.333335% * 12 - var(--grid-gutter))}.row>.offset-lg-12{margin-left:100.00002%}}@media screen and (min-width: 1200px){.row>.cell-xl-half,.row>.col-xl-half{flex:0 0 50%;max-width:50%}.row>.cell-xl-one-third,.row>.col-xl-one-third,.row>.cell-xl-third,.row>.col-xl-third{flex:0 0 calc(33.3333333% - var(--grid-gutter));max-width:calc(33.3333333% - var(--grid-gutter))}.row>.cell-xl-two-third,.row>.col-xl-two-third{flex:0 0 calc(66.6666666% - var(--grid-gutter));max-width:calc(66.6666666% - var(--grid-gutter))}.row>.cell-xl-one-fifth,.row>.col-xl-one-fifth{flex:0 0 calc(20% - (var(--grid-gutter)));max-width:calc(20% - (var(--grid-gutter)))}.row>.cell-xl-two-fifth,.row>.col-xl-two-fifth{flex:0 0 calc(40% - (var(--grid-gutter)));max-width:calc(40% - (var(--grid-gutter)))}.row>.cell-xl-three-fifth,.row>.col-xl-three-fifth{flex:0 0 calc(60% - (var(--grid-gutter)));max-width:calc(60% - (var(--grid-gutter)))}.row .cell-xl-four-fifth,.row .col-xl-four-fifth{flex:0 0 calc(80% - (var(--grid-gutter)));max-width:calc(80% - (var(--grid-gutter)))}.row>.cell-xl,.row>.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row>.cell-xl-auto,.row>.col-xl-auto{flex:0 0 auto;max-width:none}.row>.cell-xl-1,.row>.col-xl-1{flex:0 0 calc(8.333335% * 1 - var(--grid-gutter));max-width:calc(8.333335% * 1 - var(--grid-gutter))}.row>.offset-xl-1{margin-left:calc(8.333335% * 1)}.row>.cell-xl-2,.row>.col-xl-2{flex:0 0 calc(8.333335% * 2 - var(--grid-gutter));max-width:calc(8.333335% * 2 - var(--grid-gutter))}.row>.offset-xl-2{margin-left:16.66667%}.row>.cell-xl-3,.row>.col-xl-3{flex:0 0 calc(8.333335% * 3 - var(--grid-gutter));max-width:calc(8.333335% * 3 - var(--grid-gutter))}.row>.offset-xl-3{margin-left:calc(8.333335% * 3)}.row>.cell-xl-4,.row>.col-xl-4{flex:0 0 calc(8.333335% * 4 - var(--grid-gutter));max-width:calc(8.333335% * 4 - var(--grid-gutter))}.row>.offset-xl-4{margin-left:33.33334%}.row>.cell-xl-5,.row>.col-xl-5{flex:0 0 calc(8.333335% * 5 - var(--grid-gutter));max-width:calc(8.333335% * 5 - var(--grid-gutter))}.row>.offset-xl-5{margin-left:calc(8.333335% * 5)}.row>.cell-xl-6,.row>.col-xl-6{flex:0 0 calc(8.333335% * 6 - var(--grid-gutter));max-width:calc(8.333335% * 6 - var(--grid-gutter))}.row>.offset-xl-6{margin-left:50.00001%}.row>.cell-xl-7,.row>.col-xl-7{flex:0 0 calc(8.333335% * 7 - var(--grid-gutter));max-width:calc(8.333335% * 7 - var(--grid-gutter))}.row>.offset-xl-7{margin-left:calc(8.333335% * 7)}.row>.cell-xl-8,.row>.col-xl-8{flex:0 0 calc(8.333335% * 8 - var(--grid-gutter));max-width:calc(8.333335% * 8 - var(--grid-gutter))}.row>.offset-xl-8{margin-left:66.66668%}.row>.cell-xl-9,.row>.col-xl-9{flex:0 0 calc(8.333335% * 9 - var(--grid-gutter));max-width:calc(8.333335% * 9 - var(--grid-gutter))}.row>.offset-xl-9{margin-left:calc(8.333335% * 9)}.row>.cell-xl-10,.row>.col-xl-10{flex:0 0 calc(8.333335% * 10 - var(--grid-gutter));max-width:calc(8.333335% * 10 - var(--grid-gutter))}.row>.offset-xl-10{margin-left:83.33335%}.row>.cell-xl-11,.row>.col-xl-11{flex:0 0 calc(8.333335% * 11 - var(--grid-gutter));max-width:calc(8.333335% * 11 - var(--grid-gutter))}.row>.offset-xl-11{margin-left:calc(8.333335% * 11)}.row>.cell-xl-12,.row>.col-xl-12{flex:0 0 calc(8.333335% * 12 - var(--grid-gutter));max-width:calc(8.333335% * 12 - var(--grid-gutter))}.row>.offset-xl-12{margin-left:100.00002%}}@media screen and (min-width: 1452px){.row>.cell-xxl-half,.row>.col-xxl-half{flex:0 0 50%;max-width:50%}.row>.cell-xxl-one-third,.row>.col-xxl-one-third,.row>.cell-xxl-third,.row>.col-xxl-third{flex:0 0 calc(33.3333333% - var(--grid-gutter));max-width:calc(33.3333333% - var(--grid-gutter))}.row>.cell-xxl-two-third,.row>.col-xxl-two-third{flex:0 0 calc(66.6666666% - var(--grid-gutter));max-width:calc(66.6666666% - var(--grid-gutter))}.row>.cell-xxl-one-fifth,.row>.col-xxl-one-fifth{flex:0 0 calc(20% - (var(--grid-gutter)));max-width:calc(20% - (var(--grid-gutter)))}.row>.cell-xxl-two-fifth,.row>.col-xxl-two-fifth{flex:0 0 calc(40% - (var(--grid-gutter)));max-width:calc(40% - (var(--grid-gutter)))}.row>.cell-xxl-three-fifth,.row>.col-xxl-three-fifth{flex:0 0 calc(60% - (var(--grid-gutter)));max-width:calc(60% - (var(--grid-gutter)))}.row .cell-xxl-four-fifth,.row .col-xxl-four-fifth{flex:0 0 calc(80% - (var(--grid-gutter)));max-width:calc(80% - (var(--grid-gutter)))}.row>.cell-xxl,.row>.col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.row>.cell-xxl-auto,.row>.col-xxl-auto{flex:0 0 auto;max-width:none}.row>.cell-xxl-1,.row>.col-xxl-1{flex:0 0 calc(8.333335% * 1 - var(--grid-gutter));max-width:calc(8.333335% * 1 - var(--grid-gutter))}.row>.offset-xxl-1{margin-left:calc(8.333335% * 1)}.row>.cell-xxl-2,.row>.col-xxl-2{flex:0 0 calc(8.333335% * 2 - var(--grid-gutter));max-width:calc(8.333335% * 2 - var(--grid-gutter))}.row>.offset-xxl-2{margin-left:16.66667%}.row>.cell-xxl-3,.row>.col-xxl-3{flex:0 0 calc(8.333335% * 3 - var(--grid-gutter));max-width:calc(8.333335% * 3 - var(--grid-gutter))}.row>.offset-xxl-3{margin-left:calc(8.333335% * 3)}.row>.cell-xxl-4,.row>.col-xxl-4{flex:0 0 calc(8.333335% * 4 - var(--grid-gutter));max-width:calc(8.333335% * 4 - var(--grid-gutter))}.row>.offset-xxl-4{margin-left:33.33334%}.row>.cell-xxl-5,.row>.col-xxl-5{flex:0 0 calc(8.333335% * 5 - var(--grid-gutter));max-width:calc(8.333335% * 5 - var(--grid-gutter))}.row>.offset-xxl-5{margin-left:calc(8.333335% * 5)}.row>.cell-xxl-6,.row>.col-xxl-6{flex:0 0 calc(8.333335% * 6 - var(--grid-gutter));max-width:calc(8.333335% * 6 - var(--grid-gutter))}.row>.offset-xxl-6{margin-left:50.00001%}.row>.cell-xxl-7,.row>.col-xxl-7{flex:0 0 calc(8.333335% * 7 - var(--grid-gutter));max-width:calc(8.333335% * 7 - var(--grid-gutter))}.row>.offset-xxl-7{margin-left:calc(8.333335% * 7)}.row>.cell-xxl-8,.row>.col-xxl-8{flex:0 0 calc(8.333335% * 8 - var(--grid-gutter));max-width:calc(8.333335% * 8 - var(--grid-gutter))}.row>.offset-xxl-8{margin-left:66.66668%}.row>.cell-xxl-9,.row>.col-xxl-9{flex:0 0 calc(8.333335% * 9 - var(--grid-gutter));max-width:calc(8.333335% * 9 - var(--grid-gutter))}.row>.offset-xxl-9{margin-left:calc(8.333335% * 9)}.row>.cell-xxl-10,.row>.col-xxl-10{flex:0 0 calc(8.333335% * 10 - var(--grid-gutter));max-width:calc(8.333335% * 10 - var(--grid-gutter))}.row>.offset-xxl-10{margin-left:83.33335%}.row>.cell-xxl-11,.row>.col-xxl-11{flex:0 0 calc(8.333335% * 11 - var(--grid-gutter));max-width:calc(8.333335% * 11 - var(--grid-gutter))}.row>.offset-xxl-11{margin-left:calc(8.333335% * 11)}.row>.cell-xxl-12,.row>.col-xxl-12{flex:0 0 calc(8.333335% * 12 - var(--grid-gutter));max-width:calc(8.333335% * 12 - var(--grid-gutter))}.row>.offset-xxl-12{margin-left:100.00002%}}@media screen and (min-width: 2000px){.row>.cell-xxxl-half,.row>.col-xxxl-half{flex:0 0 50%;max-width:50%}.row>.cell-xxxl-one-third,.row>.col-xxxl-one-third,.row>.cell-xxxl-third,.row>.col-xxxl-third{flex:0 0 calc(33.3333333% - var(--grid-gutter));max-width:calc(33.3333333% - var(--grid-gutter))}.row>.cell-xxxl-two-third,.row>.col-xxxl-two-third{flex:0 0 calc(66.6666666% - var(--grid-gutter));max-width:calc(66.6666666% - var(--grid-gutter))}.row>.cell-xxxl-one-fifth,.row>.col-xxxl-one-fifth{flex:0 0 calc(20% - (var(--grid-gutter)));max-width:calc(20% - (var(--grid-gutter)))}.row>.cell-xxxl-two-fifth,.row>.col-xxxl-two-fifth{flex:0 0 calc(40% - (var(--grid-gutter)));max-width:calc(40% - (var(--grid-gutter)))}.row>.cell-xxxl-three-fifth,.row>.col-xxxl-three-fifth{flex:0 0 calc(60% - (var(--grid-gutter)));max-width:calc(60% - (var(--grid-gutter)))}.row .cell-xxxl-four-fifth,.row .col-xxxl-four-fifth{flex:0 0 calc(80% - (var(--grid-gutter)));max-width:calc(80% - (var(--grid-gutter)))}.row>.cell-xxxl,.row>.col-xxxl{flex-basis:0;flex-grow:1;max-width:100%}.row>.cell-xxxl-auto,.row>.col-xxxl-auto{flex:0 0 auto;max-width:none}.row>.cell-xxxl-1,.row>.col-xxxl-1{flex:0 0 calc(8.333335% * 1 - var(--grid-gutter));max-width:calc(8.333335% * 1 - var(--grid-gutter))}.row>.offset-xxxl-1{margin-left:calc(8.333335% * 1)}.row>.cell-xxxl-2,.row>.col-xxxl-2{flex:0 0 calc(8.333335% * 2 - var(--grid-gutter));max-width:calc(8.333335% * 2 - var(--grid-gutter))}.row>.offset-xxxl-2{margin-left:16.66667%}.row>.cell-xxxl-3,.row>.col-xxxl-3{flex:0 0 calc(8.333335% * 3 - var(--grid-gutter));max-width:calc(8.333335% * 3 - var(--grid-gutter))}.row>.offset-xxxl-3{margin-left:calc(8.333335% * 3)}.row>.cell-xxxl-4,.row>.col-xxxl-4{flex:0 0 calc(8.333335% * 4 - var(--grid-gutter));max-width:calc(8.333335% * 4 - var(--grid-gutter))}.row>.offset-xxxl-4{margin-left:33.33334%}.row>.cell-xxxl-5,.row>.col-xxxl-5{flex:0 0 calc(8.333335% * 5 - var(--grid-gutter));max-width:calc(8.333335% * 5 - var(--grid-gutter))}.row>.offset-xxxl-5{margin-left:calc(8.333335% * 5)}.row>.cell-xxxl-6,.row>.col-xxxl-6{flex:0 0 calc(8.333335% * 6 - var(--grid-gutter));max-width:calc(8.333335% * 6 - var(--grid-gutter))}.row>.offset-xxxl-6{margin-left:50.00001%}.row>.cell-xxxl-7,.row>.col-xxxl-7{flex:0 0 calc(8.333335% * 7 - var(--grid-gutter));max-width:calc(8.333335% * 7 - var(--grid-gutter))}.row>.offset-xxxl-7{margin-left:calc(8.333335% * 7)}.row>.cell-xxxl-8,.row>.col-xxxl-8{flex:0 0 calc(8.333335% * 8 - var(--grid-gutter));max-width:calc(8.333335% * 8 - var(--grid-gutter))}.row>.offset-xxxl-8{margin-left:66.66668%}.row>.cell-xxxl-9,.row>.col-xxxl-9{flex:0 0 calc(8.333335% * 9 - var(--grid-gutter));max-width:calc(8.333335% * 9 - var(--grid-gutter))}.row>.offset-xxxl-9{margin-left:calc(8.333335% * 9)}.row>.cell-xxxl-10,.row>.col-xxxl-10{flex:0 0 calc(8.333335% * 10 - var(--grid-gutter));max-width:calc(8.333335% * 10 - var(--grid-gutter))}.row>.offset-xxxl-10{margin-left:83.33335%}.row>.cell-xxxl-11,.row>.col-xxxl-11{flex:0 0 calc(8.333335% * 11 - var(--grid-gutter));max-width:calc(8.333335% * 11 - var(--grid-gutter))}.row>.offset-xxxl-11{margin-left:calc(8.333335% * 11)}.row>.cell-xxxl-12,.row>.col-xxxl-12{flex:0 0 calc(8.333335% * 12 - var(--grid-gutter));max-width:calc(8.333335% * 12 - var(--grid-gutter))}.row>.offset-xxxl-12{margin-left:100.00002%}}.no-gap{--grid-gutter: 0px}.h-menu{list-style:none inside;display:block;margin:0;padding:0;background-color:#fff;color:#1d1d1d}.h-menu:after{display:block;clear:both;content:""}.h-menu>li,.h-menu>li>a{display:block;position:relative}.h-menu>li{background-color:inherit;color:inherit;float:left}.h-menu>li:hover{background-color:#1d1d1d1a}.h-menu>li:hover>a,.h-menu>li:hover .icon{color:inherit}.h-menu>li>a{font-weight:400;color:inherit;font-size:1rem;outline:none;text-decoration:none;padding:.5rem 1rem;border:none;background-color:inherit;white-space:nowrap}.h-menu>li>a:hover{text-decoration:none}.h-menu>li>a.dropdown-toggle{padding-right:2rem!important}.h-menu>li>a.dropdown-toggle:before{margin-left:-1.25rem}.h-menu.no-hover>li>a{padding-left:.5rem;padding-right:.5rem;color:#6a6a6a}.h-menu.no-hover>li:hover,.h-menu.no-hover>li>a:hover{background-color:transparent;color:#1d1d1d}.h-menu.large>li>a{padding:1.125rem 1.625rem;font-size:2rem}.h-menu.large>li>a.dropdown-toggle{padding-right:2.5rem!important}.h-menu.large>li>a.dropdown-toggle:before{height:.625rem;width:.625rem;margin-left:-1.75rem}.h-menu>.divider{display:none}.h-menu.mega{position:relative}.h-menu.mega>li{position:static}.h-menu.mega>li.active-container{background-color:inherit}.h-menu.mega>li.active-container a{background-color:inherit}.h-menu.mega .mega-container{position:absolute;top:100%;left:0;right:0;padding:0;background-color:inherit;display:none;color:inherit;z-index:1000;box-shadow:2px 2px 2px #1d1d1d66}.h-menu.mega .mega-container *{color:inherit}.head-bar{display:flex;flex-flow:row nowrap;align-items:center;position:fixed;top:0;left:0;width:100%;background-color:#fff;color:#1d1d1d;height:56px;z-index:1030;padding:0 4px;box-shadow:0 2px 10px #00000029,0 2px 5px #00000042}.head-bar .app-title{height:48px;display:inline-block;vertical-align:middle;margin:0 4px;line-height:48px;color:inherit;font-size:20px;font-weight:100}.head-bar .app-title:nth-child(1){padding-left:10px}.head-bar .header-container{height:100%;display:flex;flex-flow:row nowrap;align-items:center}.head-bar .tool-button{margin:0 4px;background-color:inherit;color:inherit}.head-bar .tool-button .icon{width:24px;height:24px;font-size:24px}.head-bar.more{height:112px}.head-bar.more .app-title{position:absolute;bottom:22px;left:74px;height:28px;font-size:24px}.head-bar .header-container .input{float:left;margin-left:20px;width:calc(100% - 80px);border:none}.head-bar .header-container .input input{border:none}.head-bar .header-container .input input,.head-bar .header-container .input input::-webkit-input-placeholder{color:#fff}:root{--hero-background: #ffffff;--hero-color: #191919}.dark-side{--hero-background: #1e1f22;--hero-color: #dbdfe7}.hero{padding:40px 20px;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;background-color:var(--hero-background);color:var(--hero-color)}@media all and (min-width: 768px){.hero{padding:160px 80px}}:root{--hint-z-index: 1070;--hint-border-radius: 6px;--hint-background: #FFFCC0;--hint-color: #1d1d1d}.dark-side{--hint-background: #26282e;--hint-color: #ffffff}.hint{display:block;position:fixed;z-index:var(--hint-z-index);background-color:var(--hint-background);color:var(--hint-color);font-size:14px;padding:10px;border-radius:var(--hint-border-radius);box-shadow:2px 2px 5px 0 var(--shadow-color)}:root{--icon-box-background: var(--default-background);--icon-box-color: var(--default-color);--icon-box-border-color: var(--border-color);--icon-box-border-radius: 6px}.dark-side{--icon-box-background: var(--default-background);--icon-box-color: var(--default-color);--icon-box-border-color: var(--border-color)}.icon-box{height:90px;display:flex;flex-flow:row nowrap;background-color:var(--icon-box-background);color:var(--icon-box-color);border:1px solid var(--icon-box-border-color);border-radius:var(--icon-box-border-radius)}.icon-box .icon,.icon-box .content{position:relative}.icon-box .icon{height:90px;width:90px;flex-shrink:0;text-align:center;display:flex;justify-content:center;align-items:center;background:#0000001a}.icon-box .icon>*{font-size:45px;width:45px;height:45px;line-height:1}.icon-box .content{line-height:1.2;display:block;width:100%;background-color:inherit}.image-button{display:inline-flex;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;white-space:nowrap;vertical-align:middle;user-select:none;border:1px solid transparent;outline:none;position:relative;font-size:14px;padding:0 .5rem 0 0;align-items:center;height:36px;font-weight:400}.image-button:hover{background-color:#1d1d1d1a}.image-button:active,.image-button.focus,.image-button:focus{box-shadow:0 0 0 3px #e4e4e473}.image-button .icon{width:36px;height:36px;line-height:34px;font-size:1rem;background-color:#455a648c;color:#fff;order:1;text-align:center}.image-button .caption{margin-left:.5rem;text-align:left;color:inherit;order:2;font-weight:400;line-height:1.2}.image-button .caption small{display:block;font-size:.8rem}.image-button.icon-right{padding:0 0 0 .5rem}.image-button.icon-right .icon{order:2}.image-button.icon-right .caption{order:1;margin-left:0;margin-right:.5rem}.image-button:focus,.image-button:hover,.image-button.focus{text-decoration:none}.image-button:active{box-shadow:none;outline:0;box-shadow:0 0 0 3px #bebebe73}.image-button.disabled,.image-button:disabled{opacity:.65}.image-button.outline{background:transparent none;border-width:1px;border-color:var(--border-color)}.image-compare{position:relative;display:block}.image-compare img{display:none}.image-compare .image-container,.image-compare .image-container-overlay{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.image-compare .image-container.image-container-overlay,.image-compare .image-container-overlay.image-container-overlay{z-index:2}.image-compare .image-container .image-wrapper,.image-compare .image-container-overlay .image-wrapper{background-size:cover}.image-compare .image-slider{z-index:3;position:absolute;cursor:ew-resize;width:32px;height:32px;background-color:#fa6800;opacity:.7;border-radius:.25rem;transform:rotate(45deg)}.image-grid{display:flex;flex-flow:row wrap}.image-grid__item{display:block;overflow:hidden}.image-grid__item-landscape{width:320px;height:180px}.image-grid__item-portrait{width:160px;height:180px}.image-grid__item img{display:block;width:100%;height:100%}.image-grid.half-size .image-grid__item-landscape{width:160px;height:90px}.image-grid.half-size .image-grid__item-portrait{width:80px;height:90px}.image-magnifier{position:relative;display:block;cursor:none;height:auto}.image-magnifier img{vertical-align:middle;width:100%;height:auto;max-height:100%}.image-magnifier .image-magnifier-glass{position:absolute;border-radius:0;cursor:none;width:100px;height:100px;border:4px solid rgba(255,255,255,.7);overflow:hidden;z-index:2}.info-box{position:fixed;background-color:#fff;color:#1d1d1d;border:1px solid var(--border-color);display:block;z-index:1050;max-width:calc(100vw - 100px);max-height:calc(100vh - 100px)}.info-box .closer{display:block;position:absolute;top:4px;right:4px;background-color:inherit;color:inherit;z-index:100}.info-box .closer:before{display:block;content:"\d7";font-size:24px;margin-top:-4px}.info-box .info-box-content{padding:20px;z-index:0}.info-box.primary{border-color:#0366d6;background-color:#0366d6;color:#fff}.info-box.secondary{border-color:#607d8b;background-color:#607d8b;color:#fff}.info-box.success{border-color:#60a917;background-color:#60a917;color:#fff}.info-box.alert{border-color:#ce352c;background-color:#ce352c;color:#fff}.info-box.warning{border-color:#ff9447;background-color:#ff9447;color:#fff}.info-box.yellow{border-color:#ffe484;background-color:#ffe484;color:#fff}.info-box.info{border-color:#69cbfa;background-color:#69cbfa;color:#fff}.info-box.dark{border-color:#505050;background-color:#505050;color:#fff}.info-box.light{border-color:#f8f8f8;background-color:#f8f8f8;color:#fff}.info-box.light,.info-box.yellow{color:#1d1d1d}.info-button{border:1px solid var(--border-color);background-color:#ebebeb;overflow:hidden;position:relative;align-items:center;display:inline-block;width:auto;height:36px;line-height:1}.info-button:after{display:block;clear:both;content:""}.info-button .button{font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;border:1px solid transparent;padding:0 .75rem;font-size:.875rem;line-height:34px;height:36px;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:none;position:relative}.info-button .button,.info-button .info{display:block;float:left;border-right:none;height:100%;line-height:32px;position:relative}.info-button .button:active,.info-button .info:active,.info-button .button:focus,.info-button .info:focus{box-shadow:none!important}.info-button .button{background-color:inherit;color:inherit}.info-button .button:hover{background-color:#1d1d1d1a}.info-button .info{font-size:12px;background-color:#fefefe;color:#1d1d1d;padding:0 .625rem;text-decoration:none;font-weight:600;line-height:34px}.info-button .info:hover{color:#0056b3}.info-button a.info:hover{color:#1d1d1d}.info-button .button .icon{margin-right:4px}a.info-button{text-decoration:none}.info-panel{display:block;background-color:#fff;color:#1d1d1d;text-align:center}.info-panel-header{padding:30px;text-transform:uppercase;font-size:18px;font-weight:500;letter-spacing:2px;line-height:1.2;white-space:nowrap}.info-panel-content{padding:20px 40px}.info-panel-footer{padding:40px}.input-material{position:relative;min-width:196px;height:48px;display:inline-block;margin:0;width:100%;border:none}.input-material input{position:absolute;inset:16px 0 8px;border:0;border-bottom:2px var(--border-color) solid;background-color:transparent;outline:none;font-size:16px;padding-bottom:8px;padding-left:0;width:100%;z-index:2;height:28px;box-shadow:none!important}.input-material hr{content:"";display:block;position:absolute;width:0;opacity:0;height:3px;background-color:#bebebe;bottom:-4px;z-index:2;transition:linear all .3s}.input-material .label,.input-material .informer{position:absolute;display:block;z-index:1;color:inherit;font-size:12px}.input-material .label{opacity:0;top:16px;left:0;transition:linear all .3s}.input-material .informer{opacity:0;bottom:12px;font-size:12px;transition:linear all .3s}.input-material input::-webkit-input-placeholder{font-size:1rem;position:absolute;left:0;z-index:1;opacity:1;color:#bebebe;transition:linear all .3s}.input-material .helper-button{top:8px}.input-material.full-size{width:100%}.input-material input:hover{border-color:var(--border-color)}.input-material.with-icon{margin-left:32px;width:calc(100% - 32px)}.input-material.with-icon .icon{width:24px;height:24px;font-size:24px;line-height:1;position:absolute;left:-32px;top:50%;margin-top:-8px;display:block;opacity:.2;transition:linear all .3s}.input-material.with-icon .icon img{width:100%;max-width:100%;height:100%;max-height:100%}.input-material.with-icon.full-size{width:calc(100% - 32px)!important}.input-material hr~input:focus{border-bottom:0}.input-material input:focus~hr{opacity:1;width:100%;transition:linear all .3s}.input-material input:focus~.label{opacity:1;top:0;transition:linear all .3s}.input-material input:focus::-webkit-input-placeholder{opacity:0;transform:translate(100%);transition:linear all .2s}.input-material input:focus~.informer{opacity:1;bottom:-.75rem;transition:linear all .3s}.input-material input:focus~.icon{opacity:1;transition:linear all .3s}.input-material.permanent-label input:not(:placeholder-shown)~.label{top:0;opacity:1}.input-material input:-webkit-autofill,.input-material input:-webkit-autofill:hover,.input-material input:-webkit-autofill:focus,.input-material input:-webkit-autofill:active{transition:background-color 5000s ease-in-out 0s;-webkit-text-fill-color:#fff!important}.keylock{display:inline-flex;align-items:center;justify-content:center;position:relative;height:36px;flex-flow:row nowrap;padding:2px;cursor:pointer}.keylock input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.keylock .icon{width:34px;height:34px;display:block;position:relative;order:1}.keylock .icon>*{font-size:32px;vertical-align:middle;position:absolute;top:0;left:0;width:100%;height:100%}.keylock .state-on{display:none}.keylock .state-off{display:block}.keylock input:checked~.icon .state-on,.keylock input:checked~.caption .state-on{display:block}.keylock input:checked~.icon .state-off,.keylock input:checked~.caption .state-off{display:none}.keylock .caption{height:34px;display:flex;align-items:center;margin:0 6px;order:2;white-space:nowrap}.keylock.caption-left .icon{order:2}.keylock.caption-left .caption{order:1}.keypad{background-color:#fff;color:#1d1d1d;border:1px solid #d9d9d9}.keypad input{border:0}.keypad .keys{display:none;position:absolute;top:100%;left:0;width:auto;float:left;background-color:inherit;color:inherit;border:none;padding:0;user-select:none;transition:all .3s ease-in-out;z-index:1000}.keypad .keys:before{content:"";position:absolute;background-color:inherit;width:10px;height:10px;border:1px solid var(--border-color);z-index:2;left:-5px;top:50%;transform:translateY(-50%);margin-top:-5px;border-top-color:transparent;border-right-color:transparent;transform:rotate(45deg)}.keypad .keys.open{display:block;transition:all .3s ease-in-out}.keypad .keys.right{left:100%;transform:translateY(-50%);top:50%;margin-left:-1px}.keypad .keys.bottom{left:50%;transform:translate(-50%);top:100%;margin-top:-1px}.keypad .keys.bottom:before{top:0;left:50%;transform:translate(-50%);transform:rotate(135deg)}.keypad .keys.top{top:0;left:50%;transform:translateY(-100%) translate(-50%);margin-top:1px}.keypad .keys.top:before{top:100%;left:50%;transform:translate(-50%);transform:rotate(-45deg)}.keypad .keys.left{left:0;transform:translateY(-50%) translate(-100%);top:50%;margin-left:1px}.keypad .keys.left:before{top:50%;transform:translateY(-50%);left:100%;margin-left:-5px;transform:rotate(225deg)}.keypad .keys.bottom-left{top:100%;left:0;margin-top:-1px}.keypad .keys.bottom-left:before{top:0;left:.625rem;transform:rotate(135deg)}.keypad .keys.bottom-right{top:100%;left:100%;transform:translate(-100%);margin-top:-1px}.keypad .keys.bottom-right:before{top:0;left:100%;margin-left:-1rem;transform:rotate(135deg)}.keypad .keys.top-left{top:0;left:0;transform:translateY(-100%);margin-top:1px}.keypad .keys.top-left:before{top:100%;left:.625rem;transform:rotate(-45deg)}.keypad .keys.top-right{top:0;left:100%;transform:translateY(-100%) translate(-100%);margin-top:1px}.keypad .keys.top-right:before{top:100%;left:100%;margin-left:-1rem;transform:rotate(-45deg)}.keypad .key{display:block;position:relative;float:left;background-color:inherit;color:inherit;margin:0;text-align:center;border:1px solid var(--border-color);font-size:1rem;cursor:pointer;transition:all .3s ease-in-out}.keypad .key:hover{transition:all .3s ease-in-out;box-shadow:0 0 0 3px #e4e4e473;transform:scale(1.2);z-index:2}.keypad .key.service-key{background-color:#f8f8f8}.lightbox-overlay{background-color:#000000e6;position:fixed;inset:0;z-index:2000}.lightbox{z-index:2001;position:fixed;background:transparent;inset:0;display:flex;flex-flow:row nowrap;align-items:center}.lightbox__closer{position:absolute;top:10px;right:10px;width:32px;height:32px;background:#f8f8f880;color:#1d1d1d}.lightbox__closer *{line-height:32px;font-size:20px;height:20px;width:20px}.lightbox__prev,.lightbox__next{width:48px;height:48px;border-radius:50%;background:#f8f8f880;color:#1d1d1d;flex-grow:0;flex-shrink:0;display:block;position:absolute;top:50%;margin-top:-24px;left:20px}.lightbox__prev *,.lightbox__next *{line-height:48px;font-size:40px;height:40px;width:40px}.lightbox__next{left:auto;right:20px}.lightbox__prev,.lightbox__next,.lightbox__closer{display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.lightbox__image{width:100%;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.lightbox__image-wrapper{display:block;width:auto;max-height:calc(100vh - 80px);max-width:calc(100vw - 20px)}.lightbox__image-wrapper:before{content:attr(data-title);position:absolute;color:#fff;top:100%;left:0;right:0}.lightbox__image-wrapper.no-title:before{display:none}.lightbox__image-wrapper img{display:block;width:auto;max-height:calc(100vh - 80px);max-width:calc(100vw - 20px)}:root{--listview-item-border-radius: 4px;--listview-background: #ffffff;--listview-color: #191919;--listview-item-background-hover: #d4e2ff;--listview-item-background-active: #d4e2ff;--listview-badge-background: transparent;--listview-badge-color: #191919}.dark-side{--listview-background: #1e1f22;--listview-color: #dbdfe7;--listview-item-background-hover: #2d2d32;--listview-item-background-active: #28282c;--listview-badge-background: transparent;--listview-badge-color: #dbdfe7}.listview{position:relative;margin:0;padding:0;max-height:100%;background-color:var(--listview-background);color:var(--listview-color);list-style:none inside;display:flex}.listview.view-list,.listview.view-content{flex-flow:column wrap}.listview.view-icons-medium,.listview.view-icons-large,.listview.view-icons,.listview.view-tiles{flex-flow:row wrap}.listview.view-icons-medium.vertical-layout,.listview.view-icons-large.vertical-layout,.listview.view-icons.vertical-layout{flex-flow:column wrap}.listview .node{display:flex;cursor:pointer;position:relative;font-size:13px;border:1px solid transparent;background-color:inherit;overflow:hidden;border-radius:var(--listview-item-border-radius)}.listview .node:hover{background-color:var(--listview-item-background-hover)}.listview .node>.icon{text-align:center}.listview .node>.icon img{max-width:100%;height:100%}.listview .node>.icon>*{vertical-align:initial}.listview .node .checkbox,.listview .node .radio,.listview .node .switch{height:auto}.listview ul{width:100%;margin:0;padding:0;list-style:none inside}.listview .node>.data>.content,.listview .node>.node-data{display:none}.listview:not(.selectable) .checkbox{display:none}.listview .node>.data>.caption{line-height:1.2;font-size:12px}.listview .node-group>.data>.caption{font-size:14px}.listview.view-list .node{min-width:160px;line-height:26px;height:26px;padding:0 8px;flex-flow:row nowrap;align-items:center}.listview.view-list .node>.icon{width:20px;height:20px;line-height:26px;font-size:18px;display:flex;align-items:center;justify-content:center}.listview.view-list .node>.data{line-height:26px;padding-left:24px}.listview.view-list .node>.icon~.data{padding-left:8px}.listview.view-table{display:table;width:100%;padding:0 8px}.listview.view-table .node{display:table-row;width:100%}.listview.view-table .node>*{display:table-cell;vertical-align:middle}.listview.view-table .icon{width:20px;height:20px;line-height:26px;font-size:18px}.listview.view-table .icon>*{width:100%}.listview.view-table>li .data>.caption{padding:0 .5rem;line-height:26px}.listview.view-table .node-data{display:table-cell;width:auto;line-height:26px}.listview.view-table label.checkbox{width:32px}.listview.view-content .node{width:100%;min-height:50px;padding:10px 16px;flex-flow:row nowrap}.listview.view-content .node>.icon{width:32px;height:32px;line-height:32px;font-size:28px}.listview.view-content .node>.data{padding-left:64px;font-size:16px;line-height:32px;width:100%}.listview.view-content .node>.data .caption,.listview.view-content .node>.data .content{display:block;line-height:16px;height:16px}.listview.view-content .node>.data .content{font-size:.8em}.listview.view-content .node>.icon~.data{padding-left:16px}.listview.view-content .node+.node{border-top:1px solid var(--border-color)}.listview.view-tiles .node{width:250px;height:56px;padding:5px 16px;flex-flow:row nowrap}.listview.view-tiles .node>.icon{width:46px;height:46px;line-height:46px;font-size:42px}.listview.view-tiles .node>.data{padding-left:78px;font-size:16px;line-height:46px}.listview.view-tiles .node>.icon+.data{padding-left:16px}.listview.view-tiles .node .caption{font-size:14px}.listview.view-icons .node,.listview.view-icons-medium .node,.listview.view-icons-large .node{width:74px;height:auto;padding:8px 8px 2px;flex-flow:column nowrap;align-items:center;margin:2px}.listview.view-icons .node>.icon,.listview.view-icons-medium .node>.icon,.listview.view-icons-large .node>.icon{width:44px;height:44px;line-height:44px;font-size:42px}.listview.view-icons .node>.data,.listview.view-icons-medium .node>.data,.listview.view-icons-large .node>.data{line-height:1.5;white-space:normal;text-align:center}.listview.view-icons .node .checkbox,.listview.view-icons-medium .node .checkbox,.listview.view-icons-large .node .checkbox{position:absolute;top:0;left:0}.listview.view-icons-medium .node{width:104px;margin:1px}.listview.view-icons-medium .node>.icon{width:74px;height:74px;line-height:74px;font-size:70px}.listview.view-icons-large .node{width:270px;margin:2px;padding:30px}.listview.view-icons-large .node>.icon{width:162px;height:162px;line-height:162px;font-size:140px}.listview .node.current-select{background-color:var(--listview-item-background-active);border-color:var(--border-color)!important}.listview .node-group{display:block;width:100%;position:relative;line-height:24px;flex-shrink:0;cursor:pointer;user-select:none}.listview .node-group>.data{padding-left:24px;line-height:24px;font-size:18px}.listview .node-group .node-toggle{position:relative;cursor:pointer;padding-right:1.5rem!important;user-select:none}.listview .node-group .node-toggle:before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:.3125rem;width:.3125rem;background-color:transparent;border-left:1px solid;border-bottom:1px solid;border-color:#1d1d1d;top:50%;left:100%;margin-left:-1rem;margin-top:-.1625rem;z-index:2;transform:rotate(-45deg);transition:all .15s ease-in-out;transform-origin:center center 1px}.listview .node-group .node-toggle{position:absolute;left:0;top:0;width:24px;height:24px}.listview .node-group .node-toggle:before{transform:rotate(-135deg)}.listview .node-group.expanded>.node-toggle:before{transform:rotate(-45deg)}.listview .node-group+.node-group{margin-top:.5rem}.listview .node-group+.listview{margin-top:.5rem}.listview .node .badge{font-size:10px;margin-bottom:4px;position:relative;background-color:var(--listview-badge-background);color:var(--listview-badge-color)}.listview .node .badges{position:absolute;top:8px;right:10px;border-color:transparent;display:flex;flex-flow:column}.marquee{display:block;position:relative;overflow:hidden;background-color:#fff}.marquee .marquee__item{display:block;position:absolute;white-space:nowrap;color:inherit}.marquee .marquee__item.moveLeftRight{top:50%;transform:translateY(-50%);left:calc(100% + 20px)}.marquee .marquee__item.moveUpDown{left:50%;transform:translate(-50%);top:calc(100% + 20px)}.master{display:flex;flex-flow:column nowrap;justify-content:space-between;color:#1d1d1d;background-color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:visible}.master .controls,.master .pages,.master .page{background-color:transparent;color:inherit}.master .controls{display:flex;line-height:40px;font-size:20px;flex-flow:row nowrap;justify-content:space-between;margin:20px 0}.master .controls .prev,.master .controls .next,.master .controls .title{display:block;position:relative;line-height:40px;text-align:center;user-select:none}.master .controls .prev,.master .controls .next{width:40px;height:40px;cursor:pointer;display:flex;justify-content:center;align-items:center}.master .controls .prev.disabled,.master .controls .next.disabled{color:#bebebe}.master .controls .title{width:100%}.master .controls .prev{order:1}.master .controls .next{order:3}.master .controls .title{order:2}.master .pages{position:relative;display:block;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);width:100%;height:auto;min-width:1rem}.master .page{display:block;position:absolute;top:0;left:0;width:100%;height:auto;overflow:visible;padding:2rem}.master .controls-top{order:1}.master .controls-bottom{order:3}.master .pages{order:2}.more-info-box{height:128px;display:flex;flex-flow:row wrap;background-color:#fff}.more-info-box .icon,.more-info-box .content{position:relative}.more-info-box .icon{height:64px;width:64px;flex-shrink:0;text-align:center;display:flex;justify-content:center;align-items:center;order:2;margin-left:auto;margin-right:16px;margin-top:16px;transition:transform .3s ease}.more-info-box .icon>*{font-size:64px;width:64px;height:64px;line-height:1;color:#00000026}.more-info-box .content{line-height:1.2;display:block;order:1;padding:8px;max-width:calc(100% - 106px)}.more-info-box .more{width:100%;flex-shrink:0;text-align:right;background:#0000001a;text-decoration:none;position:relative;display:block;padding:8px 8px 0;margin:0;order:3;color:#fffc;font-size:12px}.more-info-box .more:hover{color:#fff;background:#00000026}.more-info-box:hover .icon{transform:scale(1.2);transition:transform .3s ease}:root{--navview-pane-width: 280px;--navview-pane-width-compact: 50px;--navview-item-border-radius: 4px;--navview-background: #ffffff;--navview-color: #191919;--navview-pane-background: #f6f6f6;--navview-pane-color: #191919;--navview-item-background: transparent;--navview-item-color: #191919;--navview-item-background-hover: #cecece;--navview-item-color-hover: #0a0a0a;--navview-item-background-active: #cecece;--navview-item-color-active: #0a0a0a;--navview-item-color-disabled: #ccc;--navview-item-marker-color: #468cff;--navview-dropdown-toggle-color: #191919}.dark-side{--navview-background: #1e1f22;--navview-color: #dbdfe7;--navview-pane-background: #2b2d30;--navview-pane-color: #dfe1e5;--navview-item-background: transparent;--navview-item-color: #dfe1e5;--navview-item-background-hover: #43454a;--navview-item-color-hover: #ffffff;--navview-item-background-active: #43454a;--navview-item-color-active: #ffffff;--navview-item-color-disabled: #43454a;--navview-item-marker-color: #468cff;--navview-dropdown-toggle-color: #ffffff}.navview{height:100vh;display:flex;flex-flow:row nowrap;position:relative;background-color:var(--navview-background);color:var(--navview-color)}.navview-pane,.navview-content{position:relative;flex-shrink:0;height:100%}.navview-pane{display:flex;flex-flow:column;width:var(--navview-pane-width-compact);background-color:var(--navview-pane-background);color:var(--navview-pane-color)}.navview-pane .pull-button,.navview-pane .holder{position:relative;display:flex;justify-content:center;align-items:center;width:48px;height:48px;background-color:var(--navview-item-background);color:var(--navview-item-color);border:2px solid transparent;outline:none;cursor:pointer}.navview-pane .suggest-box{display:block;padding:8px 0}.navview-pane .suggest-box .input,.navview-pane .suggest-box .select,.navview-pane .suggest-box .textarea{display:none;width:calc(100% - 24px)!important;margin:0 12px}.navview-pane .navview-menu{margin:0;padding:4px}.navview-pane li{display:block;position:relative}.navview-pane a{display:flex;align-items:center;justify-content:flex-start;font-size:13px;color:var(--navview-item-color);background:var(--navview-item-background);text-decoration:none;padding:4px 10px;border-radius:var(--navview-item-border-radius);white-space:nowrap;flex-wrap:nowrap;line-height:20px;height:32px;border:2px solid transparent;position:relative}.navview-pane a:hover{background-color:var(--navview-item-background-hover);color:var(--navview-item-color-hover);text-decoration:none}.navview-pane a:hover>.caption{background-color:var(--navview-item-background-hover);color:var(--navview-item-color-hover);position:absolute;left:100%;top:-2px;display:flex;align-items:center;z-index:2;padding:0 10px 0 20px;height:32px;border-top-right-radius:var(--navview-item-border-radius);border-bottom-right-radius:var(--navview-item-border-radius)}.navview-pane a.dropdown-toggle{padding-right:10px!important}.navview-pane li.disabled a{color:var(--navview-item-color-disabled)}.navview-pane li.active:before{content:"";display:block;position:absolute;height:24px;top:4px;left:0;width:4px;background-color:var(--navview-item-marker-color);z-index:1;border-radius:4px}.navview-pane .caption{margin-right:1rem;white-space:nowrap}.navview-pane .hotkey{margin-left:auto;margin-right:1rem;font-size:.9em}.navview-pane .icon{position:absolute;left:10px;top:5px;width:16px;height:16px;font-size:16px}.navview-pane .badges{flex-flow:row nowrap;align-items:center;justify-content:flex-start}.navview-pane .badge{display:block;margin-right:4px;font-size:10px}.navview-pane .item-header{font-size:10px;font-weight:700;cursor:default;background-color:transparent;white-space:nowrap;margin:8px;text-transform:uppercase;display:flex;align-items:center;justify-content:flex-start}.navview-pane .item-header:after{content:"";height:1px;width:100%;background-color:var(--border-color);margin-left:10px}.navview-pane .caption,.navview-pane .hotkey,.navview-pane .item-header,.navview-pane .badges{display:none}.navview-pane .dropdown-toggle{padding-right:0!important}.navview-pane .dropdown-toggle:before{display:none}.navview-pane .dropdown-toggle:after{content:"";display:block;position:absolute;top:0;bottom:auto;right:0;width:0;height:0;border-style:solid;border-width:0 0 8px 8px;border-color:transparent transparent var(--navview-dropdown-toggle-color) transparent;z-index:1;transform:rotate(-90deg);transition:all .3s}.navview-pane .dropdown-toggle.active-toggle:after{border-width:0 0 8px 8px;border-color:transparent transparent var(--navview-dropdown-toggle-color) transparent;transform:rotate(0);bottom:0;top:auto}.navview-pane ul{margin:0;padding:0}.navview-content{display:block;flex-shrink:1;width:100%;background-color:inherit;color:inherit}.navview.expanded .navview-pane{width:var(--navview-pane-width)}.navview.expanded .navview-menu a{padding:4px 10px 4px 38px}.navview.expanded .navview-menu .badges,.navview.expanded .navview-menu .hotkey,.navview.expanded .navview-menu .caption{display:inline-flex}.navview.expanded .navview-menu .caption{position:relative;left:auto;top:auto;padding:0}.navview.expanded .navview-menu .item-header{display:flex}.navview.expanded .suggest-box>.input{display:flex}.navview.expanded .holder{display:none}.app-bar~.navview{height:calc(100vh - 50px)}.notify-container{background-color:transparent;position:fixed;top:0;right:0;display:flex;flex-direction:column;flex-wrap:wrap;z-index:1081;width:auto}.notify-container.position-left{right:auto;left:0}.notify-container.position-top,.notify-container.position-bottom{width:100%!important;flex-direction:row}.notify-container.position-bottom{top:auto;bottom:0}.notify{display:block;background-color:#fff;color:#1d1d1d;padding:.5rem;margin:.25rem;border:1px solid var(--border-color);cursor:pointer}.notify-title{font-size:1rem;font-weight:500;margin-bottom:.5rem}.notify-message{font-size:.9rem;font-weight:400}:root{--pagination-page-item-background: var(--default-background);--pagination-page-item-color: var(--default-color);--pagination-page-item-background-hover: #e4e4e4;--pagination-page-item-color-hover: var(--default-color);--pagination-page-item-background-disabled: var(--default-background-disabled);--pagination-page-item-color-disabled: var(--default-color-disabled);--pagination-page-item-background-active: #d4e2ff;--pagination-page-item-color-active: var(--default-color);--pagination-page-item-border-color: var(--border-color);--pagination-page-item-border-radius: 6px}.dark-side{--pagination-page-item-background: var(--default-background);--pagination-page-item-color: var(--default-color);--pagination-page-item-background-hover: #2e436e;--pagination-page-item-color-hover: var(--default-color);--pagination-page-item-background-disabled: var(--default-background-disabled);--pagination-page-item-color-disabled: var(--default-color-disabled);--pagination-page-item-background-active: #50a8ff;--pagination-page-item-color-active: var(--default-color);--pagination-page-item-border-color: var(--border-color);--pagination-page-item-border-radius: 6px}.pagination{display:flex;flex-wrap:wrap;list-style:none inside;margin:0 -.25rem 1rem;padding:0;user-select:none}.pagination .page-item{cursor:pointer;display:list-item;background-color:var(--pagination-page-item-background);color:var(--pagination-page-item-color);border:1px solid var(--pagination-page-item-border-color);margin:.25rem;transition:all .15s ease-in-out}.pagination .page-link{display:block;position:relative;padding:.5rem .75rem;line-height:1;font-size:1rem;text-decoration:none;color:inherit;background-color:inherit}.pagination .page-item:hover,.pagination .page-item.service:hover{background-color:var(--pagination-page-item-background-hover);color:var(--pagination-page-item-color-hover)}.pagination .page-item.no-link{pointer-events:none;cursor:default;border-color:transparent}.pagination .page-item.no-link:hover{background-color:var(--pagination-page-item-background);color:var(--pagination-page-item-color);border-color:transparent}.pagination .page-item.disabled{pointer-events:none;background-color:var(--pagination-page-item-background-disabled);color:var(--pagination-page-item-color-disabled)}.pagination .page-item.active{background-color:var(--pagination-page-item-background-active);color:var(--pagination-page-item-color-active)}.pagination.rounded .page-item{border-radius:var(--pagination-page-item-border-radius)}.pagination.no-gap{margin:0 0 1rem}.pagination.no-gap .page-item{margin:-1px}.pagination.no-gap .no-link{margin:-1px 1px}.pagination.no-gap.rounded .page-item{border-radius:0}.pagination.no-gap.rounded .page-item:first-child{border-top-left-radius:var(--pagination-page-item-border-radius);border-bottom-left-radius:var(--pagination-page-item-border-radius)}.pagination.no-gap.rounded .page-item:last-child{border-top-right-radius:var(--pagination-page-item-border-radius);border-bottom-right-radius:var(--pagination-page-item-border-radius)}.pagination.size-large .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination.size-small .page-link{padding:.25rem .5rem;font-size:.875rem}:root{--panel-background: #ffffff;--panel-color: #191919;--panel-border-color: #e8e8e8;--panel-border-radius: 6px;--panel-dropdown-toogle-color: #191919}.dark-side{--panel-background: #2b2d30;--panel-color: #dbdfe7;--panel-border-color: #4a4d51;--panel-dropdown-toogle-color: #ffffff}.panel{display:flex;flex-flow:column nowrap;position:relative;background-color:var(--panel-background);color:var(--panel-color);border:1px solid var(--panel-border-color);border-radius:var(--panel-border-radius)}.panel .dropdown-toggle:before{border-color:var(--panel-dropdown-toogle-color)!important}.panel .panel-title,.panel .panel-content{position:relative}.panel .panel-title{display:flex;flex-flow:row nowrap;align-items:center;order:1;height:2.625rem;border-bottom:1px solid var(--panel-border-color);line-height:2.625rem;cursor:default;flex-shrink:0;font-size:16px}.panel .panel-title .icon{order:1;height:2.625rem;line-height:2.625rem;width:2.625rem;border-right:1px solid var(--panel-border-color);flex-shrink:0;color:inherit;text-align:center}.panel .panel-title img.icon{padding:.625rem}.panel .panel-title .caption{order:2;width:100%;padding:0 .8125rem;color:inherit;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.panel .panel-title .dropdown-toggle{order:4;height:100%;width:2.625rem;border-left:1px solid var(--panel-border-color);flex-shrink:0}.panel .panel-title .custom-buttons{order:3;display:flex;flex-flow:row nowrap}.panel .panel-title .btn-custom{width:42px;height:42px;display:flex;position:relative;justify-content:center;align-items:center}.panel .panel-title .btn-custom>*{line-height:1;width:16px;height:16px;font-size:16px}.panel .panel-title .btn-custom:focus,.panel .panel-title .btn-custom:active{box-shadow:none!important}.panel .panel-content{display:block;order:2;height:auto;padding:.5rem;font-size:14px}.popover{display:block;min-width:12.5rem;height:auto;position:fixed;background-color:#fff;color:#1d1d1d;z-index:1060;border:1px solid var(--border-color);cursor:default;padding:.8125rem;max-width:calc(100% - 32px)}.popover>*{max-width:100%}.popover .popover-content{display:block;position:relative;z-index:50}.popover .popover-close-button{z-index:100;position:absolute;top:0;right:0;font-size:26px}.post-card{display:flex;flex-flow:row nowrap}.post-card .left,.post-card .right{flex-shrink:1;flex-grow:1;flex-basis:50%;width:50%;height:100%;overflow:hidden;backface-visibility:hidden;position:relative;transition:all .3s linear}.post-card .left{transform:perspective(1600px) rotateY(25deg);transform-origin:right;border-right:1px solid #f8f8f8}.post-card .right{transform:perspective(1600px) rotateY(-25deg);transform-origin:left;border-left:1px solid #f8f8f8}.post-card.effect-on-hover:hover>.left,.post-card.effect-on-active.active>.left{transform:perspective(1600px) rotateY(0)}.post-card.effect-on-hover:hover>.right,.post-card.effect-on-active.active>.right{transform:perspective(1600px) rotateY(-35deg)}.post-card.effect-on-hover:hover.rotate-to-left>.right,.post-card.effect-on-active.active.rotate-to-left>.right{transform:perspective(1600px) rotateY(0)}.post-card.effect-on-hover:hover.rotate-to-left>.left,.post-card.effect-on-active.active.rotate-to-left>.left{transform:perspective(1600px) rotateY(35deg)}:root{--progress-bar-height: 12px;--progress-bar-height-ani: -24px;--progress-bar-radius: 0;--progress-bar-back-color: #eeeeee;--progress-bar-color: #60A917;--progress-bar-buffer-color: #CE352C;--progress-bar-line-color: #b3d4fc;--progress-bar-line-back-color: #004D6F;--progress-bar-load-color: radial-gradient(#a9c0e9 0%, #a9c0e9 16%, transparent 42%);--progress-bar-value-color: #191919}.dark-side{--progress-bar-back-color: #363942;--progress-bar-bar-color: #60A917;--progress-bar-buffer-color: #CE352C;--progress-bar-line-color: #b3d4fc;--progress-bar-line-back-color: #004D6F;--progress-bar-load-color: radial-gradient(#a9c0e9 0%, #a9c0e9 16%, transparent 42%);--progress-bar-value-color: #ffffff}.progress{display:block;position:relative;width:100%;height:var(--progress-bar-height);background-color:var(--progress-bar-back-color);overflow:hidden;border-radius:var(--progress-bar-radius)}.progress.with-load{background:transparent}.progress .bar,.progress .buffer,.progress .load{position:absolute;height:100%;top:0;left:0;z-index:3}.progress .load{width:100%;animation:progress-loading 3s infinite linear;background:var(--progress-bar-load-color);background-size:var(--progress-bar-height) var(--progress-bar-height);z-index:1;margin-top:-1px}.progress .buffer{z-index:2;background-color:var(--progress-bar-buffer-color)}.progress .bar{z-index:3;background:var(--progress-bar-color)}.progress.line{background-color:var(--progress-bar-line-color);display:flex}.progress.line:before{height:100%;width:100%;background-color:var(--progress-bar-line-back-color);content:"";animation:running-progress 2s cubic-bezier(.4,0,.2,1) infinite}.progress .value{display:block;float:left;position:absolute;z-index:5;font-size:11px;top:50%;transform:translateY(-50%);margin-left:4px}.progress .value.centered{left:50%;transform:translate3d(-50%,-50%,0)}.progress.small{--progress-bar-height: 6px}@keyframes progress-loading{0%{opacity:1;background-position:0 var(--progress-bar-height-ani)}50%{opacity:0}to{opacity:1;background-position:-200px var(--progress-bar-height-ani)}}@keyframes running-progress{0%{margin-left:0;margin-right:100%}50%{margin-left:25%;margin-right:0}to{margin-left:100%;margin-right:0}}.rating{display:inline-flex;flex-flow:row;align-items:center;position:relative;background-color:transparent;cursor:default;font-size:16px}.rating input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.rating .stars,.rating .result,.rating .title{display:block;position:relative}.rating .stars{margin:0;padding:0;list-style:none inside;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}.rating .stars li{display:block;position:relative;color:#bebebe;width:24px;height:24px;line-height:24px;font-size:24px;transition:color .3s linear}.rating .stars li:before{position:absolute;content:"\2605";display:block;z-index:1;left:0}.rating .stars li.half:after{left:0;display:block;position:absolute;content:"\2605";width:.42em;z-index:2;overflow:hidden}.rating .stars li.half.half-10:after{width:.1em}.rating .stars li.half.half-20:after{width:.2em}.rating .stars li.half.half-30:after{width:.3em}.rating .stars li.half.half-40:after{width:.4em}.rating .stars li.half.half-50:after{width:.42em}.rating .stars li.half.half-60:after{width:.49em}.rating .stars li.half.half-70:after{width:.6em}.rating .stars li.half.half-80:after{width:.7em}.rating .stars li.half.half-90:after{width:.8em}.rating .result{font-size:.8em;margin-left:10px}.rating .title{margin-right:10px}.rating .stars{cursor:default}.rating .stars li.on,.rating .stars li.half:after{color:#1d1d1d}.rating:not(.static) .stars{cursor:pointer}.rating:not(.static) .stars:hover li{color:#1d1d1d}.rating:not(.static) .stars li:hover~li{color:#bebebe!important}.rating:not(.static) .stars li.scale{animation:star-scale .3s ease-in-out}@keyframes star-scale{0%,to{transform:scale(1)}50%{transform:scale(1.5)}}:root{--remark-border-color: var(--border-color);--remark-background: #ffffff;--remark-color: #191919}.dark-side{--remark-border-color: var(--border-color);--remark-background: #26282e;--remark-color: #dbdfe7}.remark{display:flex;flex-flow:row nowrap;align-items:center;position:relative;border:1px solid;border-left:4px solid;border-color:var(--remark-border-color);color:var(--remark-color);background-color:var(--remark-background);padding:1rem;font-size:14px;margin:1rem 0;cursor:default;overflow:hidden}.remark.rounded{border-radius:10px!important}.remark .icon{margin-right:1rem;font-size:32px;width:32px;height:32px}.remark.primary{border:1px solid #5ca7fd!important;color:#191919!important}.remark.primary:before{position:absolute;top:0;left:0;width:4px;height:100%;content:" ";background-color:#0366d6;z-index:0}.remark.primary .icon{color:#0366d6!important}.remark.primary{background:#daebfe!important}.remark.secondary{border:1px solid #a8bac3!important;color:#191919!important}.remark.secondary:before{position:absolute;top:0;left:0;width:4px;height:100%;content:" ";background-color:#607d8b;z-index:0}.remark.secondary .icon{color:#607d8b!important}.remark.secondary{background:#f3f6f7!important}.remark.success{border:1px solid #a0e857!important;color:#191919!important}.remark.success:before{position:absolute;top:0;left:0;width:4px;height:100%;content:" ";background-color:#60a917;z-index:0}.remark.success .icon{color:#60a917!important}.remark.success{background:#ecfbde!important}.remark.alert{border:1px solid #e89792!important;color:#191919!important}.remark.alert:before{position:absolute;top:0;left:0;width:4px;height:100%;content:" ";background-color:#ce352c;z-index:0}.remark.alert .icon{color:#ce352c!important}.remark.alert{background:#fae7e6!important}.remark.warning{border:1px solid #ffdec7!important;color:#191919!important}.remark.warning:before{position:absolute;top:0;left:0;width:4px;height:100%;content:" ";background-color:#ff9447;z-index:0}.remark.warning .icon{color:#ff9447!important}.remark.warning{background:#ffede1!important}.remark.yellow{border:1px solid #ffffff!important;color:#191919!important}.remark.yellow:before{position:absolute;top:0;left:0;width:4px;height:100%;content:" ";background-color:#ffe484;z-index:0}.remark.yellow .icon{color:#ffe484!important}.remark.yellow{background:#fff7db!important}.remark.info{border:1px solid #e5f6fe!important;color:#191919!important}.remark.info:before{position:absolute;top:0;left:0;width:4px;height:100%;content:" ";background-color:#69cbfa;z-index:0}.remark.info .icon{color:#69cbfa!important}.remark.info{background:#e5f6fe!important}.remark.dark{border:1px solid #909090!important;color:#191919!important}.remark.dark:before{position:absolute;top:0;left:0;width:4px;height:100%;content:" ";background-color:#505050;z-index:0}.remark.dark .icon{color:#505050!important}.remark.dark{background:#e9e9e9!important}.remark.light{border:1px solid #ffffff!important;color:#191919!important}.remark.light:before{position:absolute;top:0;left:0;width:4px;height:100%;content:" ";background-color:#f8f8f8;z-index:0}.remark.light .icon{color:#f8f8f8!important}.resize-element{display:block;position:absolute;right:-1px;bottom:-1px;z-index:101;cursor:nwse-resize;width:12px;height:12px}.resize-element:after{position:absolute;display:block;border-bottom:12px solid #60a917;border-left:12px solid transparent;content:"";right:-2px;bottom:-2px}.resize-element.resize-element-disabled{cursor:default}.resize-element.resize-element-disabled:after{border-bottom-color:#bebebe}.resize-element:not(.resize-element-disabled):hover:after{animation:resize-element-animation 1s ease infinite}@keyframes resize-element-animation{0%{right:0;bottom:0}to{right:-2px;bottom:-2px}}.ribbon-menu{display:block;position:relative}.ribbon-menu div{position:relative}.ribbon-menu .tabs-holder{display:flex;justify-content:flex-start;align-items:center;list-style:none inside;margin:0;padding:0;position:relative;z-index:1;border-bottom:1px solid #dadbdc}.ribbon-menu .tabs-holder li,.ribbon-menu .tabs-holder a{display:block;height:24px;line-height:24px}.ribbon-menu .tabs-holder li{color:#1d1d1d;background-color:#fff;border-left:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid #dadbdc}.ribbon-menu .tabs-holder li:hover{border-left-color:#dadbdc;border-right-color:#dadbdc}.ribbon-menu .tabs-holder li+li{margin-left:3px}.ribbon-menu .tabs-holder a{text-decoration:none;padding:0 14px;font-size:12px;background-color:inherit;color:inherit}.ribbon-menu .tabs-holder .active{background-color:#f5f6f7;border:1px solid #dadbdc;border-bottom-color:transparent}.ribbon-menu .tabs-holder .static{background-color:#1979ca;color:#fff}.ribbon-menu .content-holder{display:block;position:relative}.ribbon-menu .content-holder{background-color:#f5f6f7;border-left:none;border-right:none}.ribbon-menu .content-holder .section{display:block;padding:4px;border-bottom:1px solid #dadbdc;justify-content:flex-start}.ribbon-menu .content-holder .section.active{display:flex}.ribbon-menu .content-holder .section.non-active{display:none}.ribbon-menu .content-holder .group{padding:0 4px 24px;display:flex;cursor:default;background-color:inherit;position:relative;align-items:flex-start;align-content:flex-start}.ribbon-menu .content-holder .group:nth-child(1):last-child{flex-basis:100%}.ribbon-menu .content-holder .group .title{display:block;position:absolute;left:0;bottom:0;width:100%;line-height:24px;height:20px;font-size:11px;text-align:center;border-top:1px solid #dadbdc;white-space:nowrap}.ribbon-menu .content-holder .group .group-divider{display:block;position:relative;height:100%;margin:0 4px;width:1px;background-color:#dadbdc}.ribbon-menu .content-holder .group>*:not(.title),.ribbon-menu .content-holder .group>*:not(.group-divider){margin:2px}.ribbon-menu .content-holder .group+.group{border-left:1px solid #dadbdc}.ribbon-button,.ribbon-tool-button,.ribbon-button-dropdown,.ribbon-icon-button{cursor:pointer;min-width:0;text-align:center;border:1px solid transparent;background-color:#f5f6f7;outline:none;position:relative}.ribbon-button{height:auto;min-height:64px;width:auto;padding:4px;margin:0}.ribbon-button .caption,.ribbon-button .icon{display:block;text-align:center}.ribbon-button .caption{font-size:12px}.ribbon-button .icon *{height:32px;max-width:32px;font-size:26px;line-height:32px}.ribbon-button .icon+.caption{margin-top:8px}.ribbon-button.dropdown-toggle{padding-right:4px!important}.ribbon-button.dropdown-toggle:before{margin-left:-.65rem}.ribbon-icon-button{height:24px;width:auto;margin:0;display:inline-flex;flex-flow:row nowrap;align-items:center;padding:0 4px;flex-wrap:nowrap}.ribbon-icon-button .caption,.ribbon-icon-button .icon{display:block}.ribbon-icon-button .caption{font-size:12px;white-space:nowrap}.ribbon-icon-button .icon{display:flex;justify-content:center;align-items:center}.ribbon-icon-button .icon *{width:16px;height:16px;line-height:16px;font-size:14px}.ribbon-icon-button .icon+.caption,.ribbon-icon-button .caption+.icon{margin-left:4px}.ribbon-icon-button [class*=mif-]{vertical-align:inherit}.ribbon-tool-button{width:24px;height:24px;padding:0 2px;margin:0}.ribbon-tool-button *{width:16px;height:16px;line-height:16px;font-size:14px}.ribbon-icon-button.dropdown-toggle,.ribbon-tool-button.dropdown-toggle{padding-right:2px!important}.ribbon-icon-button.dropdown-toggle:before,.ribbon-tool-button.dropdown-toggle:before{display:none}.ribbon-icon-button.dropdown-toggle:after,.ribbon-tool-button.dropdown-toggle:after{content:"";display:block;position:absolute;bottom:0;right:0;width:0;height:0;border-style:solid;border-width:0 0 4px 4px;border-color:transparent transparent #1d1d1d transparent;z-index:1}.ribbon-icon-button.dropdown-toggle{padding-right:4px!important}.ribbon-split-button{text-align:center;border:1px solid transparent;padding:0;margin:0}.ribbon-split-button:not([disabled]):hover,.ribbon-split-button:not(.disabled):hover{border-color:#a4cef9}.ribbon-split-button:not([disabled]):hover .ribbon-split,.ribbon-split-button:not(.disabled):hover .ribbon-split{border-color:#a4cef9}.ribbon-split-button .ribbon-main,.ribbon-split-button .ribbon-split{display:block;text-align:center;min-width:0;padding:2px 4px;width:100%;cursor:pointer}.ribbon-split-button .ribbon-main:hover,.ribbon-split-button .ribbon-split:hover{background-color:#a4cef933}.ribbon-split-button .ribbon-main{background-color:inherit;outline:none;position:relative;border:none}.ribbon-split-button .icon *{height:32px;max-width:32px;font-size:26px;line-height:32px}.ribbon-split-button .icon+.caption{margin-top:8px}.ribbon-split-button .ribbon-split{font-size:12px;border-top:1px solid transparent;padding-bottom:4px}.ribbon-split-button .ribbon-split.dropdown-toggle{padding-right:4px!important}.ribbon-split-button .ribbon-split.dropdown-toggle:before{display:none}.ribbon-split-button .ribbon-split.dropdown-toggle:after{content:"";display:block;position:absolute;bottom:2px;left:50%;transform:translate(-50%) rotate(45deg);width:0;height:0;border-style:solid;border-width:0 0 4px 4px;border-color:transparent transparent #1d1d1d transparent;z-index:1}.ribbon-dropdown{list-style:none inside;margin:0;position:relative;width:auto;float:left;display:block;position:absolute;background-color:#fbfcfd;color:#1d1d1d;padding:2px;border:1px solid #dadbdc;font-size:12px;box-shadow:2px 2px 2px #e3e4e5b3;z-index:1000;top:100%;left:0}.ribbon-dropdown li,.ribbon-dropdown a{display:block;position:relative;background-color:inherit;color:inherit;height:24px}.ribbon-dropdown li{border:1px solid transparent;padding-left:24px}.ribbon-dropdown li:not([disabled]):hover,.ribbon-dropdown li:not(.disabled):hover{border-color:#a4cef9;background-color:#a4cef933}.ribbon-dropdown a{line-height:24px;text-decoration:none;padding:0 8px;border-left:1px solid #dcddde;white-space:nowrap}.ribbon-dropdown .divider{display:block;height:1px;width:100%;position:relative;background-color:#dcddde}.ribbon-dropdown .checked:before,.ribbon-dropdown .checked-one:before,.ribbon-dropdown .checked:after,.ribbon-dropdown .checked-one:after{position:absolute;display:block;content:""}.ribbon-dropdown .checked:before,.ribbon-dropdown .checked-one:before{background-color:transparent;border-color:#1d1d1d;border-left:2px solid;border-bottom:2px solid;height:.325rem;width:.5rem;left:.5rem;top:50%;transform:translateY(-50%) rotate(-45deg);z-index:2}.ribbon-dropdown .checked:after,.ribbon-dropdown .checked-one:after{width:23px;height:22px;top:0;left:0;z-index:1}.ribbon-dropdown .checked:after{border:1px solid #a4cef9;background-color:#a4cef933}.ribbon-dropdown .checked-one:before{width:.4rem;height:.4rem;border-radius:50%;background-color:#1d1d1d}.ribbon-dropdown .ribbon-dropdown{top:-4px;left:100%}.ribbon-dropdown .dropdown-toggle:before{transform:rotate(-135deg)!important}.ribbon-dropdown .dropdown-toggle.active-toggle:before{transform:rotate(45deg)!important}.ribbon-toggle-group{background-color:#f8f8f8;display:flex;flex-flow:column wrap;max-height:80px;border:1px solid #dadbdc;width:auto}.ribbon-toggle-group .ribbon-icon-button{height:20px;margin:1px;background-color:inherit}.ribbon-toggle-group .ribbon-icon-button>*{height:18px}.ribbon-button:hover:enabled,.ribbon-tool-button:hover:enabled,.ribbon-icon-button:hover:enabled,.ribbon-button:not(.disabled):hover,.ribbon-tool-button:not(.disabled):hover,.ribbon-icon-button:not(.disabled):hover{border-color:#a4cef9;background-color:#a4cef933}.ribbon-button:active,.ribbon-tool-button:active,.ribbon-split:active,.ribbon-main:active,.ribbon-icon-button:active,.ribbon-button.active,.ribbon-tool-button.active,.ribbon-split.active,.ribbon-main.active,.ribbon-icon-button.active,.ribbon-menu .active-container .ribbon-button,.ribbon-menu .active-container .ribbon-tool-button,.ribbon-menu .active-container .ribbon-icon-button{border-color:#1979ca;background-color:#a4cef9cc!important}@supports (-ms-ime-align:auto){.ribbon-menu .content-holder .section{height:130px}}.ripple{display:block;width:0;height:0;border-radius:100%;background:#fff6;transform:scale(0);position:absolute;opacity:1}.rippleEffect{animation:rippleDrop .5s linear}@keyframes rippleDrop{to{transform:scale(2.5);opacity:0}}.scrollbar-type-1 ::-webkit-scrollbar{width:6px;height:6px}.scrollbar-type-1 ::-webkit-scrollbar-track{background-color:#e8e8e8}.scrollbar-type-1 ::-webkit-scrollbar-thumb{background-color:#655f5fb5}.scrollbar-type-2 ::-webkit-scrollbar{width:6px;height:6px}.scrollbar-type-2 ::-webkit-scrollbar-track{border-radius:6px;background-color:#e8e8e8}.scrollbar-type-2 ::-webkit-scrollbar-thumb{border-radius:6px;background-color:#655f5fb5}.scrollbar-type-3 ::-webkit-scrollbar{width:10px;height:10px}.scrollbar-type-3 ::-webkit-scrollbar-track{background-color:#e8e8e8}.scrollbar-type-3 ::-webkit-scrollbar-thumb{background-color:#655f5fb5}.scrollbar-type-4 ::-webkit-scrollbar{width:12px;height:12px}.scrollbar-type-4 ::-webkit-scrollbar-track{border-radius:10px;background-color:#e8e8e8}.scrollbar-type-4 ::-webkit-scrollbar-thumb{border-radius:10px;background-color:#655f5fb5}[class*=scrollbar-type-] *{scrollbar-width:thin;scrollbar-color:rgba(101,95,95,.71) #e8e8e8}.sb-black ::-webkit-scrollbar-thumb{background-color:#000!important}.sb-black *{scrollbar-color:#000000 #e8e8e8!important}.sb-white ::-webkit-scrollbar-thumb{background-color:#fff!important}.sb-white *{scrollbar-color:#ffffff #e8e8e8!important}.sb-dark ::-webkit-scrollbar-thumb{background-color:#1d1d1d!important}.sb-dark *{scrollbar-color:#1d1d1d #e8e8e8!important}.sb-light ::-webkit-scrollbar-thumb{background-color:#f8f8f8!important}.sb-light *{scrollbar-color:#f8f8f8 #e8e8e8!important}.sb-grayBlue ::-webkit-scrollbar-thumb{background-color:#607d8b!important}.sb-grayBlue *{scrollbar-color:#607d8b #e8e8e8!important}.sb-grayWhite ::-webkit-scrollbar-thumb{background-color:#f5f5f5!important}.sb-grayWhite *{scrollbar-color:#f5f5f5 #e8e8e8!important}.sb-grayMouse ::-webkit-scrollbar-thumb{background-color:#455a64!important}.sb-grayMouse *{scrollbar-color:#455a64 #e8e8e8!important}.sb-brandColor1 ::-webkit-scrollbar-thumb{background-color:#2ac4f4!important}.sb-brandColor1 *{scrollbar-color:#2ac4f4 #e8e8e8!important}.sb-brandColor2 ::-webkit-scrollbar-thumb{background-color:#004d6f!important}.sb-brandColor2 *{scrollbar-color:#004d6f #e8e8e8!important}.sb-lime ::-webkit-scrollbar-thumb{background-color:#a4c400!important}.sb-lime *{scrollbar-color:#a4c400 #e8e8e8!important}.sb-green ::-webkit-scrollbar-thumb{background-color:#60a917!important}.sb-green *{scrollbar-color:#60a917 #e8e8e8!important}.sb-emerald ::-webkit-scrollbar-thumb{background-color:#008a00!important}.sb-emerald *{scrollbar-color:#008a00 #e8e8e8!important}.sb-blue ::-webkit-scrollbar-thumb{background-color:#00aff0!important}.sb-blue *{scrollbar-color:#00AFF0 #e8e8e8!important}.sb-teal ::-webkit-scrollbar-thumb{background-color:#00aba9!important}.sb-teal *{scrollbar-color:#00aba9 #e8e8e8!important}.sb-cyan ::-webkit-scrollbar-thumb{background-color:#1fb1f8!important}.sb-cyan *{scrollbar-color:#1fb1f8 #e8e8e8!important}.sb-cobalt ::-webkit-scrollbar-thumb{background-color:#0050ef!important}.sb-cobalt *{scrollbar-color:#0050ef #e8e8e8!important}.sb-indigo ::-webkit-scrollbar-thumb{background-color:#6a00ff!important}.sb-indigo *{scrollbar-color:#6a00ff #e8e8e8!important}.sb-violet ::-webkit-scrollbar-thumb{background-color:#a0f!important}.sb-violet *{scrollbar-color:#aa00ff #e8e8e8!important}.sb-pink ::-webkit-scrollbar-thumb{background-color:#dc4fad!important}.sb-pink *{scrollbar-color:#dc4fad #e8e8e8!important}.sb-magenta ::-webkit-scrollbar-thumb{background-color:#d80073!important}.sb-magenta *{scrollbar-color:#d80073 #e8e8e8!important}.sb-crimson ::-webkit-scrollbar-thumb{background-color:#a20025!important}.sb-crimson *{scrollbar-color:#a20025 #e8e8e8!important}.sb-red ::-webkit-scrollbar-thumb{background-color:#ce352c!important}.sb-red *{scrollbar-color:#CE352C #e8e8e8!important}.sb-orange ::-webkit-scrollbar-thumb{background-color:#fa6800!important}.sb-orange *{scrollbar-color:#fa6800 #e8e8e8!important}.sb-amber ::-webkit-scrollbar-thumb{background-color:#f0a30a!important}.sb-amber *{scrollbar-color:#f0a30a #e8e8e8!important}.sb-yellow ::-webkit-scrollbar-thumb{background-color:#fff000!important}.sb-yellow *{scrollbar-color:#fff000 #e8e8e8!important}.sb-brown ::-webkit-scrollbar-thumb{background-color:#825a2c!important}.sb-brown *{scrollbar-color:#825a2c #e8e8e8!important}.sb-olive ::-webkit-scrollbar-thumb{background-color:#6d8764!important}.sb-olive *{scrollbar-color:#6d8764 #e8e8e8!important}.sb-steel ::-webkit-scrollbar-thumb{background-color:#647687!important}.sb-steel *{scrollbar-color:#647687 #e8e8e8!important}.sb-mauve ::-webkit-scrollbar-thumb{background-color:#76608a!important}.sb-mauve *{scrollbar-color:#76608a #e8e8e8!important}.sb-taupe ::-webkit-scrollbar-thumb{background-color:#87794e!important}.sb-taupe *{scrollbar-color:#87794e #e8e8e8!important}.sb-gray ::-webkit-scrollbar-thumb{background-color:#bebebe!important}.sb-gray *{scrollbar-color:#bebebe #e8e8e8!important}.sb-lightLime ::-webkit-scrollbar-thumb{background-color:#d8ff12!important}.sb-lightLime *{scrollbar-color:#d8ff12 #e8e8e8!important}.sb-lightGreen ::-webkit-scrollbar-thumb{background-color:#86e22a!important}.sb-lightGreen *{scrollbar-color:#86e22a #e8e8e8!important}.sb-lightEmerald ::-webkit-scrollbar-thumb{background-color:#00d600!important}.sb-lightEmerald *{scrollbar-color:#00d600 #e8e8e8!important}.sb-lightBlue ::-webkit-scrollbar-thumb{background-color:#3ecbff!important}.sb-lightBlue *{scrollbar-color:#3ecbff #e8e8e8!important}.sb-lightTeal ::-webkit-scrollbar-thumb{background-color:#00f7f5!important}.sb-lightTeal *{scrollbar-color:#00f7f5 #e8e8e8!important}.sb-lightCyan ::-webkit-scrollbar-thumb{background-color:#69cbfa!important}.sb-lightCyan *{scrollbar-color:#69cbfa #e8e8e8!important}.sb-lightCobalt ::-webkit-scrollbar-thumb{background-color:#3d7eff!important}.sb-lightCobalt *{scrollbar-color:#3d7eff #e8e8e8!important}.sb-lightIndigo ::-webkit-scrollbar-thumb{background-color:#974dff!important}.sb-lightIndigo *{scrollbar-color:#974dff #e8e8e8!important}.sb-lightViolet ::-webkit-scrollbar-thumb{background-color:#c44dff!important}.sb-lightViolet *{scrollbar-color:#c44dff #e8e8e8!important}.sb-lightPink ::-webkit-scrollbar-thumb{background-color:#e98fcb!important}.sb-lightPink *{scrollbar-color:#e98fcb #e8e8e8!important}.sb-lightMagenta ::-webkit-scrollbar-thumb{background-color:#ff2599!important}.sb-lightMagenta *{scrollbar-color:#ff2599 #e8e8e8!important}.sb-lightCrimson ::-webkit-scrollbar-thumb{background-color:#ef0036!important}.sb-lightCrimson *{scrollbar-color:#ef0036 #e8e8e8!important}.sb-lightRed ::-webkit-scrollbar-thumb{background-color:#df6e68!important}.sb-lightRed *{scrollbar-color:#df6e68 #e8e8e8!important}.sb-lightOrange ::-webkit-scrollbar-thumb{background-color:#ff9447!important}.sb-lightOrange *{scrollbar-color:#ff9447 #e8e8e8!important}.sb-lightAmber ::-webkit-scrollbar-thumb{background-color:#f8bf4f!important}.sb-lightAmber *{scrollbar-color:#f8bf4f #e8e8e8!important}.sb-lightYellow ::-webkit-scrollbar-thumb{background-color:#fff44d!important}.sb-lightYellow *{scrollbar-color:#fff44d #e8e8e8!important}.sb-lightBrown ::-webkit-scrollbar-thumb{background-color:#bb823f!important}.sb-lightBrown *{scrollbar-color:#bb823f #e8e8e8!important}.sb-lightOlive ::-webkit-scrollbar-thumb{background-color:#95ab8d!important}.sb-lightOlive *{scrollbar-color:#95ab8d #e8e8e8!important}.sb-lightSteel ::-webkit-scrollbar-thumb{background-color:#8d9cab!important}.sb-lightSteel *{scrollbar-color:#8d9cab #e8e8e8!important}.sb-lightMauve ::-webkit-scrollbar-thumb{background-color:#9c89ad!important}.sb-lightMauve *{scrollbar-color:#9c89ad #e8e8e8!important}.sb-lightTaupe ::-webkit-scrollbar-thumb{background-color:#aea073!important}.sb-lightTaupe *{scrollbar-color:#aea073 #e8e8e8!important}.sb-lightGray ::-webkit-scrollbar-thumb{background-color:#e4e4e4!important}.sb-lightGray *{scrollbar-color:#e4e4e4 #e8e8e8!important}.sb-lightGrayBlue ::-webkit-scrollbar-thumb{background-color:#8aa2ae!important}.sb-lightGrayBlue *{scrollbar-color:#8aa2ae #e8e8e8!important}.sb-darkLime ::-webkit-scrollbar-thumb{background-color:#647800!important}.sb-darkLime *{scrollbar-color:#647800 #e8e8e8!important}.sb-darkGreen ::-webkit-scrollbar-thumb{background-color:#3a660e!important}.sb-darkGreen *{scrollbar-color:#3a660e #e8e8e8!important}.sb-darkEmerald ::-webkit-scrollbar-thumb{background-color:#003d00!important}.sb-darkEmerald *{scrollbar-color:#003d00 #e8e8e8!important}.sb-darkBlue ::-webkit-scrollbar-thumb{background-color:#0077a3!important}.sb-darkBlue *{scrollbar-color:#0077a3 #e8e8e8!important}.sb-darkTeal ::-webkit-scrollbar-thumb{background-color:#005e5d!important}.sb-darkTeal *{scrollbar-color:#005e5d #e8e8e8!important}.sb-darkCyan ::-webkit-scrollbar-thumb{background-color:#0686c4!important}.sb-darkCyan *{scrollbar-color:#0686c4 #e8e8e8!important}.sb-darkCobalt ::-webkit-scrollbar-thumb{background-color:#0036a3!important}.sb-darkCobalt *{scrollbar-color:#0036a3 #e8e8e8!important}.sb-darkIndigo ::-webkit-scrollbar-thumb{background-color:#4a00b3!important}.sb-darkIndigo *{scrollbar-color:#4a00b3 #e8e8e8!important}.sb-darkViolet ::-webkit-scrollbar-thumb{background-color:#7700b3!important}.sb-darkViolet *{scrollbar-color:#7700b3 #e8e8e8!important}.sb-darkPink ::-webkit-scrollbar-thumb{background-color:#ba2588!important}.sb-darkPink *{scrollbar-color:#ba2588 #e8e8e8!important}.sb-darkMagenta ::-webkit-scrollbar-thumb{background-color:#8c004a!important}.sb-darkMagenta *{scrollbar-color:#8c004a #e8e8e8!important}.sb-darkCrimson ::-webkit-scrollbar-thumb{background-color:#560014!important}.sb-darkCrimson *{scrollbar-color:#560014 #e8e8e8!important}.sb-darkRed ::-webkit-scrollbar-thumb{background-color:#8f251f!important}.sb-darkRed *{scrollbar-color:#8f251f #e8e8e8!important}.sb-darkOrange ::-webkit-scrollbar-thumb{background-color:#ae4800!important}.sb-darkOrange *{scrollbar-color:#ae4800 #e8e8e8!important}.sb-darkAmber ::-webkit-scrollbar-thumb{background-color:#a77107!important}.sb-darkAmber *{scrollbar-color:#a77107 #e8e8e8!important}.sb-darkYellow ::-webkit-scrollbar-thumb{background-color:#b3a800!important}.sb-darkYellow *{scrollbar-color:#b3a800 #e8e8e8!important}.sb-darkBrown ::-webkit-scrollbar-thumb{background-color:#493219!important}.sb-darkBrown *{scrollbar-color:#493219 #e8e8e8!important}.sb-darkOlive ::-webkit-scrollbar-thumb{background-color:#4a5b43!important}.sb-darkOlive *{scrollbar-color:#4a5b43 #e8e8e8!important}.sb-darkSteel ::-webkit-scrollbar-thumb{background-color:#43505b!important}.sb-darkSteel *{scrollbar-color:#43505b #e8e8e8!important}.sb-darkMauve ::-webkit-scrollbar-thumb{background-color:#4f415d!important}.sb-darkMauve *{scrollbar-color:#4f415d #e8e8e8!important}.sb-darkTaupe ::-webkit-scrollbar-thumb{background-color:#574e32!important}.sb-darkTaupe *{scrollbar-color:#574e32 #e8e8e8!important}.sb-darkGray ::-webkit-scrollbar-thumb{background-color:#989898!important}.sb-darkGray *{scrollbar-color:#989898 #e8e8e8!important}.sb-darkGrayBlue ::-webkit-scrollbar-thumb{background-color:#41545e!important}.sb-darkGrayBlue *{scrollbar-color:#41545e #e8e8e8!important}.tag{display:inline-flex;justify-content:space-between;align-items:flex-start;position:relative;margin:2px;padding:0;height:26px;line-height:26px;background-color:#f8f8f8;cursor:default}.tag .title{display:block;position:relative;font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0 8px}.tag .remover{display:block;position:relative;width:26px;height:100%;line-height:22px;text-align:center;cursor:pointer;background-color:#e4e4e4;font-size:1.2rem}.tag.short-tag .title{max-width:120px}.tag.small{margin:2px;height:18px;line-height:18px}.tag.small .title{font-size:.7rem;line-height:18px}.tag.small .remover{width:18px;height:18px;line-height:18px;font-size:.8rem}.tag.large{margin:2px;height:36px;line-height:36px}.tag.large .title{font-size:1.3rem;line-height:36px}.tag.large .remover{width:35px;height:35px;line-height:33px;font-size:1.6rem}.tag.static{background:#d4f0ff;color:#1d1d1d}.tag.static .remover{display:none!important}:root{--select-focus-color: rgba(228, 228, 228, .45);--select-disabled-color: #ccc;--select-options-background: #ffffff;--select-options-color: #191919;--select-option-background: transparent;--select-option-color: inherit;--select-option-background-hover: rgba(29, 29, 29, .1);--select-option-color-hover: inherit;--select-option-background-selected: #468cff;--select-option-color-selected: #ffffff;--select-button-background: transparent;--select-button-color: #191919;--select-button-background-hover: transparent;--select-button-color-hover: #191919;--select-dropdown-toggle-color: #191919;--select-group-title-background: #f6f7f8;--select-group-title-color: #646464;--select-item-group-title-background: transparent;--select-item-group-title-color: #ccc;--select-tag-background: #f6f7f8;--select-tag-color: #191919;--select-tag-button-background: #f6f7f8;--select-tag-button-color: #191919}.dark-side{--select-focus-color: rgba(228, 228, 228, .2);--select-disabled-color: #ccc;--select-options-background: #2b2d30;--select-options-color: #dbdfe7;--select-option-background: transparent;--select-option-color: inherit;--select-option-background-hover: #43454a;--select-option-color-hover: #ffffff;--select-option-background-selected: #43454a;--select-option-color-selected: #ffffff;--select-button-background: transparent;--select-button-color: #dbdfe7;--select-button-background-hover: transparent;--select-button-color-hover: #ffffff;--select-dropdown-toggle-color: #ffffff;--select-group-title-background: #1e1f22;--select-group-title-color: #646464;--select-item-group-title-background: transparent;--select-item-group-title-color: #646464;--select-tag-background: #2b2d30;--select-tag-color: #dbdfe7;--select-tag-button-background: #2b2d30;--select-tag-button-color: #dbdfe7}.select{display:flex;flex-flow:row nowrap;justify-content:space-between;width:100%;padding:0;cursor:pointer;position:relative;margin:0;user-select:none}.select:hover .button,.select.focused .button{border:none!important;box-shadow:none!important}.select .dropdown-toggle{width:36px;height:36px;display:block;position:relative}.select .dropdown-toggle:before{margin-left:-1.1rem;border-color:var(--select-dropdown-toggle-color)}.select .option-list{margin:0;padding:0;list-style:none inside;overflow-y:auto;position:relative;display:block;background-color:var(--select-options-background);color:var(--select-options-color);font-size:.875rem}.select .option-list li,.select .option-list a{display:block}.select .option-list a{min-width:auto;height:32px;line-height:32px;overflow:hidden;text-overflow:ellipsis;padding:0 2rem 0 2.5rem}.select .option-list .icon{font-size:20px;width:20px;height:20px;left:8px;position:absolute;vertical-align:middle;text-align:center}.select .option-list li:hover{background-color:var(--select-option-background-hover);color:var(--select-option-color-hover)}.select .option-list li.active{background-color:var(--select-option-background-selected);color:var(--select-option-color-selected);font-weight:700}.select input[type=checkbox]{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.select select{display:none}.select .button-group{display:flex;flex-wrap:nowrap}.select .button{background-color:var(--select-button-background);color:var(--select-button-color);height:34px;min-width:34px}.select .button:hover{background-color:var(--select-button-background-hover);color:var(--select-button-color-hover);text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.select .input-clear-button,.select .input-clear-button:hover{background-color:transparent}.select .select-input{display:flex;flex-flow:row wrap;align-items:center;cursor:pointer;width:calc(100% - .1rem);height:34px;padding-left:10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.select .select-input .icon{margin:0 4px}.select .select-input:focus{box-shadow:none}.select select[multiple]~.select-input{padding-left:4px}.select:hover input{border-color:transparent}.select:hover .button:focus,.select:hover .button:active,.select:hover .button:hover{border:none!important;box-shadow:none!important}.select .drop-container{position:absolute;top:100%;left:0;width:calc(100% + 2px);height:auto;border:1px solid var(--border-color);padding:2px;margin-left:-1px;z-index:1000;background-color:var(--select-options-background);color:var(--select-options-color);box-shadow:3px 3px 5px #0000004d}.select .drop-container .input{margin:4px 2px 6px;width:calc(100% - 4px)}.select.drop-full-size .drop-container{width:max-content}.select.focused{box-shadow:0 0 0 3px var(--select-focus-color)}.select.dropdown-toggle:before{margin-left:-1.1rem;left:100%;top:14px;margin-top:0;width:.4rem;height:.4rem}.select.disabled.dropdown-toggle:before{border-color:var(--select-disabled-color)}.select .group-title{background-color:var(--select-group-title-background);color:var(--select-group-title-color);font-size:.75rem;line-height:.875rem;padding:.25rem .5rem .25rem 1rem;border:0;font-weight:700}.select .group-title:hover{background-color:var(--select-group-title-background)!important;color:var(--select-group-title-color)!important;cursor:default}.select ul{right:0;left:0}.select.multiple{flex-wrap:wrap;height:auto;min-height:36px}.select.multiple .dropdown-toggle{position:absolute;top:0;right:0}.select.multiple>.button-group{position:absolute;top:0;right:34px}.select.multiple .select-input{height:auto;min-height:36px;margin-right:34px}.select.multiple .button-group:not(.d-none)~.select-input{margin-right:68px}.select .prepend{order:1}.select .append{order:3}.select .select-input{order:2}.select .button-group{order:3}.select .dropdown-toggle{order:4}.select.input-large{height:50px}.select.input-large .dropdown-toggle,.select.input-large>.button-group .button{height:50px;width:50px}.select.input-large .dropdown-toggle:before{margin-left:-1.5rem}.select.input-large .select-input,.select.input-large .prepend,.select.input-large .append{height:48px;font-size:1.3rem;padding:2px 10px;line-height:48px}.select.input-large.multiple{min-height:50px;height:auto}.select.input-large.multiple .select-input{height:auto;min-height:48px}.select.input-large.multiple>.button-group{right:50px}.select.input-large.multiple>.button-group:not(.d-none)~.select-input{margin-right:100px}.select.input-large.dropdown-toggle:before{top:18px;width:.6rem;height:.6rem;margin-left:-1.3rem}.select.input-small{height:28px}.select.input-small .dropdown-toggle,.select.input-small>.button-group .button{height:28px;width:28px}.select.input-small .dropdown-toggle:before{margin-left:-1rem}.select.input-small .select-input,.select.input-small .prepend,.select.input-small .append{height:26px;font-size:.9rem;padding:0 4px;line-height:26px}.select.input-small.multiple{min-height:28px;height:auto}.select.input-small.multiple .select-input{height:auto;min-height:26px}.select.input-small.multiple>.button-group{right:28px}.select.input-small.multiple>.button-group:not(.d-none)~.select-input{margin-right:56px}.select.input-small.dropdown-toggle:before{top:10px;width:.325rem;height:.325rem;margin-left:-.9rem}.select.input-small .button-group .button{padding:0}.select[dir=rtl],.select.rtl{flex-direction:row-reverse}.select[dir=rtl] .select-input,.select.rtl .select-input{order:3}.select[dir=rtl] .prepend,.select.rtl .prepend{order:4}.select[dir=rtl] .append,.select.rtl .append{order:1}.select[dir=rtl] .button-group,.select.rtl .button-group{order:2}.select[dir=rtl].dropdown-toggle,.select.rtl.dropdown-toggle{padding-right:0!important;padding-left:.9rem}.select[dir=rtl].dropdown-toggle:before,.select.rtl.dropdown-toggle:before{margin-left:.9rem;left:0}.select .selected-item__group-name{font-size:.75rem;background-color:var(--select-item-group-title-background);color:var(--select-item-group-title-color)}.select .tag{background-color:var(--select-tag-background);color:var(--select-tag-color);border:1px solid var(--border-color)}.select .tag .remover{background-color:var(--select-tag-button-background);color:var(--select-tag-button-color)}.shortcut{width:84px;height:84px;padding:8px;display:inline-flex;flex-direction:column;font-size:.9rem;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;white-space:nowrap;vertical-align:middle;user-select:none;border:1px solid transparent;position:relative;align-items:center;justify-content:space-between;outline:none}.shortcut .icon,.shortcut .caption{display:block;line-height:1}.shortcut .icon{display:block;vertical-align:middle;width:28px;height:28px;font-size:28px;margin-top:16px;order:1}.shortcut .caption{color:inherit;height:20px;order:2}.shortcut .icon~.caption{margin-top:.875rem}.shortcut .badge{position:absolute;font-size:.6875rem;top:.25rem;right:.25rem;color:inherit;transform:none;background-color:inherit}.shortcut.no-caption .icon{width:32px;height:32px;font-size:32px;margin-top:24px}.shortcut:hover{background-color:#1d1d1d1a}.shortcut.focus,.shortcut:focus{box-shadow:0 0 0 3px #e4e4e473}.shortcut.outline{background:transparent none;border-width:1px;border-color:var(--border-color)}.shortcut:focus,.shortcut:hover,.shortcut:active{text-decoration:none}.shortcut:active{outline:0;box-shadow:0 0 0 3px #bebebe73}.shortcut.disabled,.shortcut:disabled{opacity:.65}.shortcut:active{box-shadow:none}.sidebar{display:block;position:fixed;top:0;bottom:0;overflow:hidden;width:290px;background-color:#fff;padding:0;z-index:1031}.sidebar.on-left{right:auto!important;left:-290px;transition:left .3s ease}.sidebar.on-left.open,.sidebar.on-left.static{transition:left .3s ease;left:0}.sidebar.on-left.open.sidebar-shadow,.sidebar.on-left.static.sidebar-shadow{box-shadow:2px 0 #00000026}.sidebar.on-right{transition:right .3s ease;left:auto!important;right:-290px}.sidebar.on-right.open,.sidebar.on-right.static{transition:right .3s ease;right:0}.sidebar.on-right.open.sidebar-shadow,.sidebar.on-right.static.sidebar-shadow{box-shadow:-2px 0 #00000026}.sidebar-header,.sidebar-menu,.sidebar-content{display:block;position:relative;width:100%}.sidebar-header{background:#fff top left no-repeat;background-size:cover;height:160px;border-bottom:1px #e0e0e0 solid}.sidebar-header>.avatar{position:absolute;height:64px;width:64px;background:#fff;color:#fff;border-radius:50%;top:16px;left:16px;overflow:hidden;text-align:center;border:2px solid #fff}.sidebar-header>.avatar img{width:100%;max-height:100%}.sidebar-header>.title,.sidebar-header>.subtitle{display:block;position:absolute;left:16px}.sidebar-header>.title{font-size:18px;font-weight:100;top:96px}.sidebar-header>.subtitle{font-size:12px;font-weight:300;top:116px}.sidebar-header>.sub-action{position:absolute;top:10px;right:10px;text-decoration:none}.sidebar-menu{color:#1d1d1d;height:100%;margin:0;padding:0;list-style:none inside;overflow:hidden;overflow-y:auto}.sidebar-menu.hide-scroll{width:calc(100% + 18px)}.sidebar-menu li{color:inherit;display:block;height:auto;position:relative;cursor:pointer}.sidebar-menu li a{position:relative;display:block;color:inherit;text-transform:capitalize;height:48px;line-height:48px;padding-left:56px;text-decoration:none;white-space:nowrap;text-overflow:ellipsis}.sidebar-menu li a:hover{text-decoration:none}.sidebar-menu li a .icon{position:absolute;left:16px;font-size:24px;top:50%;margin-top:-12px;line-height:1;opacity:.8}.sidebar-menu li a .ripple-ink{background:#cccccc4d}.sidebar-menu li .second-action{position:absolute;right:16px;width:24px;height:24px;font-size:24px;top:50%;margin-top:-12px}.sidebar-menu li.divider{padding:0;height:1px;margin:0 1px;overflow:hidden;background-color:var(--border-color)}.sidebar-menu li.divider:hover{background-color:var(--border-color)}.sidebar-menu .group-title{line-height:1;height:auto;margin:16px 16px 8px;color:#1d1d1d;font-weight:700;font-size:.9em;cursor:default}.sidebar-menu li.content-container{cursor:initial;padding:0 10px}.sidebar-menu li:hover{background-color:#1d1d1d1a}.sidebar-menu li.group-title:hover,.sidebar-menu li.content-container:hover{background-color:initial}.sidebar-menu .d-menu,.sidebar-menu .v-menu{position:relative;float:none}.sidebar-header~.sidebar-menu{height:calc(100% - 160px)}.sidebar.compact .sidebar-menu li,.subcompact .sidebar-menu li{height:auto}.sidebar.compact .sidebar-menu li a,.subcompact .sidebar-menu li a{padding-top:7px;padding-bottom:7px;line-height:1.2;font-size:14px;padding-left:40px}.sidebar.compact .sidebar-menu li a .icon,.subcompact .sidebar-menu li a .icon{font-size:14px;margin-top:-7px}.sidebar.subcompact .sidebar-menu li a{padding-top:3px;padding-bottom:3px}.sidenav-counter{display:block;position:relative;list-style:none inside;height:100%;width:52px;overflow-x:hidden;overflow-y:auto;margin:0;padding:0;transition:all .3s ease-in-out;background-color:#f8f8f8;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidenav-counter::-webkit-scrollbar{display:none!important}.sidenav-counter li,.sidenav-counter a{display:block;position:relative;height:52px;line-height:52px;background-color:inherit;color:inherit;width:100%}.sidenav-counter a{padding:.625rem 0;line-height:.875rem;text-decoration:none}.sidenav-counter a:hover{text-decoration:none}.sidenav-counter .icon{width:28px;height:28px;font-size:26px;line-height:28px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;top:.635rem}.sidenav-counter .title,.sidenav-counter .counter{display:block;margin:0;white-space:nowrap}.sidenav-counter .title{font-size:.6875rem;font-weight:700;text-transform:uppercase;display:none}.sidenav-counter .counter{font-size:.7rem;font-weight:400;position:absolute;top:0;right:4px}.sidenav-counter li:hover{background-color:#1d1d1d1a}.sidenav-counter li:active{background-color:#0686c4;color:#fff}.sidenav-counter .active,.sidenav-counter li.active:hover{background-color:#1fb1f8;color:#fff}.sidenav-counter[dir=rtl] .counter{right:auto;left:4px}.sidenav-counter[dir=rtl] .icon{left:.725rem}@media screen and (min-width: 0){.sidenav-counter-expand-fs{width:220px}.sidenav-counter-expand-fs a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-fs .title{display:block}.sidenav-counter-expand-fs .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-fs[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-fs[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width: 360px){.sidenav-counter-expand-xs{width:220px}.sidenav-counter-expand-xs a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-xs .title{display:block}.sidenav-counter-expand-xs .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-xs[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-xs[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width: 576px){.sidenav-counter-expand-sm{width:220px}.sidenav-counter-expand-sm a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-sm .title{display:block}.sidenav-counter-expand-sm .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-sm[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-sm[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width: 640px){.sidenav-counter-expand-ld{width:220px}.sidenav-counter-expand-ld a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-ld .title{display:block}.sidenav-counter-expand-ld .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-ld[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-ld[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width: 768px){.sidenav-counter-expand-md{width:220px}.sidenav-counter-expand-md a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-md .title{display:block}.sidenav-counter-expand-md .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-md[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-md[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width: 992px){.sidenav-counter-expand-lg{width:220px}.sidenav-counter-expand-lg a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-lg .title{display:block}.sidenav-counter-expand-lg .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-lg[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-lg[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width: 1200px){.sidenav-counter-expand-xl{width:220px}.sidenav-counter-expand-xl a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-xl .title{display:block}.sidenav-counter-expand-xl .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-xl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-xl[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width: 1452px){.sidenav-counter-expand-xxl{width:220px}.sidenav-counter-expand-xxl a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-xxl .title{display:block}.sidenav-counter-expand-xxl .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-xxl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-xxl[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width: 2000px){.sidenav-counter-expand-xxxl{width:220px}.sidenav-counter-expand-xxxl a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-xxxl .title{display:block}.sidenav-counter-expand-xxxl .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-xxxl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-xxxl[dir=rtl] .icon{left:auto;right:.625rem}}.sidenav-m3{display:block;position:relative;list-style:none inside;height:100%;width:220px;margin:0;padding:0;transition:all .3s ease-in-out;background-color:#f8f8f8;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidenav-m3::-webkit-scrollbar{display:none!important}.sidenav-m3 li,.sidenav-m3 a{position:relative;display:block;color:inherit}.sidenav-m3>li{background:transparent}.sidenav-m3>li.stick-left:before,.sidenav-m3>li.stick-right:before{content:"";display:block;position:absolute;width:6px;height:44px;border-radius:.25rem 0 0 .25rem;background-color:inherit;top:0;left:0;transform:translate(-100%)}.sidenav-m3>li.stick-right:before{left:100%;border-radius:0 .25rem .25rem 0;transform:translate(0)}.sidenav-m3 a{padding:.625rem 1rem .625rem 3rem;text-decoration:none;background-color:#f8f8f8;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sidenav-m3 a:hover{text-decoration:none}.sidenav-m3 li+li{border-top:1px solid var(--border-color)}.sidenav-m3 .icon{width:24px;height:24px;font-size:22px;line-height:24px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;bottom:12px}.sidenav-m3 .title{padding:20px 20px 10px;font-size:24px;border:0}.sidenav-m3 .d-menu{position:relative;box-shadow:none;background-color:inherit;width:100%;float:none;border-radius:0!important;padding:0;margin:0}.sidenav-m3 .d-menu li:not(:first-child){border-top:1px solid var(--border-color)}.sidenav-m3 .d-menu a{border-radius:0!important}.sidenav-m3[dir=rtl] a{padding-right:3rem;padding-left:1rem}.sidenav-m3[dir=rtl] .icon{left:auto;right:.625rem}.sidenav-m3[dir=rtl] .dropdown-toggle{padding-left:1.5rem!important;padding-right:3rem!important}.sidenav-m3[dir=rtl] .dropdown-toggle:before{left:1rem;margin-left:0}.sidenav-simple{display:block;position:relative;list-style:none inside;height:100%;width:52px;overflow-x:hidden;overflow-y:auto;margin:0;padding:0;transition:all .3s ease-in-out;background-color:#f8f8f8;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidenav-simple::-webkit-scrollbar{display:none!important}.sidenav-simple li,.sidenav-simple a{display:block;position:relative;height:52px;line-height:52px;background-color:inherit;color:inherit;width:100%}.sidenav-simple a{padding:.625rem 0;line-height:.875rem;text-decoration:none}.sidenav-simple a:hover{text-decoration:none}.sidenav-simple .icon{width:28px;height:28px;font-size:26px;line-height:28px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;top:.635rem}.sidenav-simple .title{margin:0;white-space:nowrap;font-size:.875rem;text-transform:uppercase;display:none;line-height:52px}.sidenav-simple li:hover{background-color:#1d1d1d1a}.sidenav-simple li:active{background-color:#0686c4;color:#fff}.sidenav-simple .active,.sidenav-simple li.active:hover{background-color:#1fb1f8;color:#fff}.sidenav-simple[dir=rtl] .icon{left:.725rem}@media screen and (min-width: 0){.sidenav-simple-expand-fs{width:220px}.sidenav-simple-expand-fs a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-fs .title{display:block}.sidenav-simple-expand-fs[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-fs[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width: 360px){.sidenav-simple-expand-xs{width:220px}.sidenav-simple-expand-xs a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-xs .title{display:block}.sidenav-simple-expand-xs[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-xs[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width: 576px){.sidenav-simple-expand-sm{width:220px}.sidenav-simple-expand-sm a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-sm .title{display:block}.sidenav-simple-expand-sm[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-sm[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width: 640px){.sidenav-simple-expand-ld{width:220px}.sidenav-simple-expand-ld a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-ld .title{display:block}.sidenav-simple-expand-ld[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-ld[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width: 768px){.sidenav-simple-expand-md{width:220px}.sidenav-simple-expand-md a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-md .title{display:block}.sidenav-simple-expand-md[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-md[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width: 992px){.sidenav-simple-expand-lg{width:220px}.sidenav-simple-expand-lg a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-lg .title{display:block}.sidenav-simple-expand-lg[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-lg[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width: 1200px){.sidenav-simple-expand-xl{width:220px}.sidenav-simple-expand-xl a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-xl .title{display:block}.sidenav-simple-expand-xl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-xl[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width: 1452px){.sidenav-simple-expand-xxl{width:220px}.sidenav-simple-expand-xxl a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-xxl .title{display:block}.sidenav-simple-expand-xxl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-xxl[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width: 2000px){.sidenav-simple-expand-xxxl{width:220px}.sidenav-simple-expand-xxxl a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-xxxl .title{display:block}.sidenav-simple-expand-xxxl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-xxxl[dir=rtl] .icon{left:auto;right:.625rem}}.skill-box{display:block;position:relative;box-shadow:0 1px 1px #0000001a;background-color:#fff;color:#1d1d1d}.skill-box .header{display:block;position:relative;padding:20px}.skill-box .header:after{display:block;clear:both;content:""}.skill-box .header .avatar{float:left;width:64px;height:auto;border-radius:50%;overflow:hidden}.skill-box .header .title{font-size:25px;line-height:1.1;font-weight:300;margin:5px 5px 5px 75px}.skill-box .header .subtitle{font-size:14px;line-height:1.1;font-weight:500;margin:0 5px 5px 75px}.skill-box .skills{margin:0;padding:0;list-style:none inside}.skill-box .skills li{padding:8px 16px;font-size:14px}.skill-box .skills li a{text-decoration:none;color:inherit}.skill-box .skills li+li{border-top:1px solid var(--border-color)}.skill-box .skills .badge{position:relative;display:inline-block;right:auto;top:4px;transform:translateY(0) translate(0);float:right}.social-box{display:block;position:relative;box-shadow:0 1px 1px #0000001a;background-color:#fff;color:#1d1d1d}.social-box .header{display:block;position:relative;padding:20px 20px 40px}.social-box .header .avatar{position:absolute;width:90px;height:auto;border-radius:50%;overflow:hidden;top:100%;left:50%;margin-top:-45px;margin-left:-45px;z-index:2;border:2px solid #ffffff}.social-box .header .title{font-size:25px;line-height:1.1;font-weight:300;margin-bottom:5px;z-index:1}.social-box .header .subtitle{font-size:14px;line-height:1.1;font-weight:500;margin:0;z-index:1}.social-box .skills{margin:0;padding:40px 0 0;list-style:none inside;display:flex;flex-flow:row nowrap}.social-box .skills li{padding:8px 16px;font-size:14px;text-align:center;flex-grow:1;flex-basis:0}.social-box .skills li a{text-decoration:none;color:inherit}.social-box .skills li+li{border-left:1px solid var(--border-color)}.split-button{display:inline-flex;flex-flow:row nowrap;position:relative;width:auto;height:36px;line-height:1}.split-button>*:nth-child(1){order:1}.split-button>*:nth-child(2){order:2;margin-left:4px}.split-button .split{padding:0 .75rem;text-align:center;vertical-align:middle;background-color:#e4e4e4;border:1px transparent solid;color:#1d1d1d;cursor:pointer;outline:none;font-size:.875rem;position:relative;line-height:36px;height:36px;min-width:36px}.split-button .split.dropdown-toggle:before{margin-left:-1.25rem}.split-button .split:hover{background-color:#cbcbcb}.split-button .split:focus,.split-button .split:hover{text-decoration:none}.split-button .split:active{outline:0;box-shadow:0 0 0 3px #bebebe73}.split-button .split.disabled,.split-button .split:disabled{opacity:.65}.split-button .split.outline{background:transparent none;border-width:1px;border-color:var(--border-color)}.split-button .split:active{box-shadow:none}.split-button [data-role*=dropdown],.split-button .drop-object{left:0;top:100%}.split-button.no-gap .split{margin-left:-2px}:root{--splitter-color: #F8F8F8;--splitter-color-active: #F8F8F8;--splitter-gutter-color: #BEBEBE;--splitter-gutter-color-active: #BEBEBE}.dark-side{--splitter-color: #1e1f22;--splitter-color-active: #26282e;--splitter-gutter-color: #4a4d51;--splitter-gutter-color-active: #2e436e}.splitter{display:flex;flex-wrap:nowrap;justify-content:space-between;position:relative;user-select:none}.splitter.vertical{flex-direction:row}.splitter.horizontal{flex-direction:column}.splitter>.gutter{flex-shrink:0;flex-grow:0;background-color:var(--splitter-color);z-index:1;position:relative}.splitter>.gutter:before{content:"";z-index:1;display:block;position:absolute;background:var(--splitter-gutter-color)}.splitter>.gutter.active{background-color:var(--splitter-color-active)}.splitter>.gutter.active:before{background:var(--splitter-gutter-color-active)}.splitter.horizontal>.gutter{cursor:row-resize;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.splitter.horizontal>.gutter:before{height:100%;width:24px;top:0;left:50%;margin-left:-12px;margin-top:0}.splitter.vertical>.gutter{cursor:col-resize;border-left:1px solid var(--border-color);border-right:1px solid var(--border-color)}.splitter.vertical>.gutter:before{left:0;width:100%;top:50%;height:24px;margin-top:-12px}.splitter.static-size>.gutter{cursor:default}.splitter.static-size>.gutter:before{display:none}.splitter>.split-block{position:relative;flex-grow:1;flex-basis:0;overflow:hidden}.splitter{--gutter-dot-size: 2px;--gutter-bg-size: 8px;--gutter-bg-position: calc(var(--gutter-bg-size) / 2);--gutter-dot-color: var(--splitter-color);--gutter-dot-color-second: var(--splitter-gutter-color)}.splitter.gutter-style-ribbed>.gutter:before{background:repeating-linear-gradient(45deg,var(--splitter-color),var(--splitter-gutter-color) 4px,var(--splitter-color) 4px,var(--splitter-gutter-color) 8px)}.splitter.gutter-style-dashed.horizontal>.gutter:before{background:repeating-linear-gradient(90deg,var(--splitter-color),var(--splitter-gutter-color) 4px,var(--splitter-color) 4px,var(--splitter-gutter-color) 8px)}.splitter.gutter-style-dashed.vertical>.gutter:before{background:repeating-linear-gradient(0deg,var(--splitter-color),var(--splitter-gutter-color) 4px,var(--splitter-color) 4px,var(--splitter-gutter-color) 8px)}.splitter.gutter-style-dotted>.gutter:before{background-image:radial-gradient(circle at center,var(--gutter-dot-color) var(--gutter-dot-size),var(--gutter-dot-color-second) 0),radial-gradient(circle at center,var(--gutter-dot-color) var(--gutter-dot-size),var(--gutter-dot-color-second) 0);background-size:var(--gutter-bg-size) var(--gutter-bg-size);background-position:0 0,var(--gutter-bg-position) var(--gutter-bg-position)}.stepper{display:flex;flex-flow:row nowrap;justify-content:space-between;position:relative;margin:.5rem 0}.stepper:before{content:"";display:block;width:100%;position:absolute;height:1px;background-color:#bebebe;top:50%;left:0;z-index:0}.stepper.vertical{flex-flow:column nowrap}.stepper .step{display:block;width:32px;height:32px;line-height:32px;text-align:center;z-index:1;background-color:#989898;color:#fff;cursor:pointer;position:relative}.stepper .step span{display:block}.stepper .step.complete{background-color:#60a917;color:#fff}.stepper .step.current{background-color:#1fb1f8;color:#fff}.stepper.cycle .step{border-radius:50%}.stepper.diamond .step{transform:rotate(45deg)}.stepper.diamond .step span{transform:rotate(-45deg)}.streamer{position:relative;display:block;width:100%;overflow:hidden;margin-bottom:1rem}.streamer .streams{width:40px;overflow:visible;display:flex;flex-flow:column nowrap;padding-top:30px;background-color:#fff;color:#1d1d1d;position:absolute;margin-top:2px;left:0;top:0;z-index:500}.streamer .streamer-actions{position:absolute;top:-1px;left:0;width:100%;height:32px;display:none;flex-flow:row nowrap;justify-content:flex-start;background-color:inherit;z-index:101}.streamer .streamer-action{margin:1px;height:26px;width:26px;border:0 solid var(--border-color);line-height:26px;text-align:center;cursor:pointer;background-color:#fff;color:#1d1d1d;outline:none;padding:0}.streamer .streamer-action *{vertical-align:inherit;font-size:24px;text-align:center;width:24px;height:24px}.streamer a.streamer-action,.streamer a.streamer-action:hover{color:#1d1d1d}.streamer .stream{position:relative;height:75px;width:40px;padding:4px 8px;display:flex;flex-flow:column nowrap;background-color:inherit;color:inherit;border:2px solid #ffffff;cursor:pointer;user-select:none;transition:width .3s ease}.streamer .stream-title,.streamer .stream-secondary{display:none;z-index:2}.streamer .stream-title{font-size:14px;text-transform:uppercase;height:100%;line-height:1}.streamer .stream-secondary{height:16px;line-height:16px;font-size:12px}.streamer .stream-icon{position:absolute;top:50%;left:50%;margin-top:-16px;margin-left:-16px;width:32px;height:32px;font-size:24px;text-align:center}.streamer .events-area{width:100%;overflow:hidden;display:flex;flex-flow:column nowrap;padding-left:40px;z-index:1;position:relative;white-space:nowrap;overflow-x:scroll;-webkit-overflow-scrolling:auto}.streamer .streamer-timeline,.streamer .streamer-fake-timeline{height:32px;width:auto;list-style:none inside;margin:0;padding:0;display:flex;flex-flow:row nowrap;order:1}.streamer .streamer-timeline li,.streamer .streamer-fake-timeline li{flex-shrink:0;flex-grow:0;width:224px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOAAAAATCAYAAACJKwFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2OWY4NzBhNi0zODU3LWFmNDEtYWMzZS03YzlkOTcxZjMxOTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEREMzg4NkJBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEREMzg4NkFBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzEyZGQ1NjktNmM3YS0yZTQ2LTg2MmQtZWY3OGU5MmQ4NWY2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY5Zjg3MGE2LTM4NTctYWY0MS1hYzNlLTdjOWQ5NzFmMzE5MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv3rUTMAAAIHSURBVHja7Jq/S0JRHMWfpj37oSA8qikIImioIaghaHDrD2hqaG4R6i8paGksh2iIQGhoCYewocChhkDEoAjsx5IGDZV2Ll6huXvoKZwPHHwuh3O/737f03tvpNVqeUKIcIiYBiwUCoe4LhH8FqAadO/oE0BT0AUh0xxUhyqOPklohpRpFvqEbh194tA8dGX9XJi2fteE8S1CN1DD0WcSSpHmpslUhl4dfcahMeiSMTdj9qKYyWR2/uKA5v39dd1OUNebOAKtQtuEQa5Bd9C5o4+pVRbaImRagd6hU4LXJinTMjQMHZEymfn05eizBE1AOUKmDegAeiY8PE0z7xIyZaP2op/0Rk1AaYKPeQP6pEyD9inqyigx05B9ozLG5ttPV5I2FwPf1suVFGlsnUwBwSdt5zmD/qh+hQsRHmpAIdSAQqgBhRBqQCHUgEKIfyBG9jP7SD4pV5KYibFs3EfMZJbWu+0I0oDH24ZI2nq5krD3j5UpTvDxiZnoDWg2Ot8IPmbjfI+UqQo9EXw+vPZJCgYn0HeXNeCjx9vfKtt6uVIjPqhMpjrBx5ykqXRrA1ZJPg3P/RhTh2OSzwu0T/J66MJfQ2dEL1adisRMOZJPyeMcjdN/QCHCRg0ohBpQCDWgECKkBgxUip4k4rVXLiMqRU8SdBowr1r0JE2vvbTeVCl6kvyPAAMASGlSBhr76A8AAAAASUVORK5CYII=) no-repeat;vertical-align:bottom;height:100%;line-height:30px;display:flex;flex-flow:row nowrap;position:relative}.streamer .streamer-timeline li em,.streamer .streamer-fake-timeline li em{font-size:10px;font-style:normal;margin:4px;flex:1 0 0;max-width:100%}.streamer .streamer-fake-timeline{position:absolute;height:1px;top:0;left:0;width:100%}.streamer .streamer-fake-timeline li{width:auto;line-height:1px;flex-shrink:0;flex-grow:0;overflow:hidden;text-align:center;color:#fcfcfc}.streamer .streamer-events{order:2;position:relative;display:flex;flex-flow:row nowrap}.streamer .event-group{display:block;background-color:#fff;color:#1d1d1d;border:1px solid transparent;flex-shrink:0;margin-top:-1px}.streamer .stream-events{min-height:75px;height:auto;width:auto;position:relative;display:flex;flex-flow:row nowrap}.streamer .stream-events.global-stream{min-height:100%}.streamer .stream-events.global-stream .stream-event{min-width:100%}.streamer .stream-event{width:222px;height:72px;border:1px solid #f5f5f5;margin:2px 1px;background-color:#fff;color:#1d1d1d;overflow:hidden;user-select:none;cursor:pointer}.streamer .stream-event:hover{border-color:var(--border-color)}.streamer .stream-event-slide{display:flex;position:relative;flex-flow:row nowrap;height:100%}.streamer .stream-event-slide .slide-logo{width:40px;position:relative;display:flex;flex-flow:column nowrap;padding:2px}.streamer .stream-event-slide .slide-logo .icon{width:36px;height:36px}.streamer .stream-event-slide .slide-logo .time{margin-top:1px;padding:5px 4px 6px;font-size:.75rem}.streamer .stream-event-slide .slide-data{margin:0 4px;padding:4px 0;display:flex;flex-flow:column nowrap;width:auto;max-width:calc(100% - 48px);height:100%}.streamer .stream-event-slide .slide-data .title,.streamer .stream-event-slide .slide-data .subtitle,.streamer .stream-event-slide .slide-data .desc{line-height:1}.streamer .stream-event-slide .slide-data .title{font-size:12px;font-weight:700;line-height:14px}.streamer .stream-event-slide .slide-data .subtitle{font-size:10px}.streamer .stream-event-slide .slide-data .desc{font-size:11px;color:#999;margin-top:auto;height:29px}.streamer .stream-event-slide .slide-data *+.subtitle{margin-top:2px}.streamer .stream-event-slide .state-icon{position:absolute;z-index:99;top:4px;right:8px;color:#989898}.streamer .stream-event{position:relative;user-select:none}.streamer .stream-event.selected{box-shadow:0 0 0 1px #69cbfa!important}.streamer .stream-events:not(.global-stream) .stream-event.disabled{opacity:.2}.streamer .size-auto{width:auto}.streamer .event-group.size-1x{width:224px}.streamer .event-group.size-2x{width:448px}.streamer .event-group.size-3x{width:672px}.streamer .event-group.size-4x{width:896px}.streamer .event-group.size-5x{width:1120px}.streamer .event-group.size-6x{width:1344px}.streamer .event-group.size-7x{width:1568px}.streamer .event-group.size-8x{width:1792px}.streamer .event-group.size-9x{width:2016px}.streamer .event-group.size-10x{width:2240px}.streamer .event-group.size-11x{width:2464px}.streamer .event-group.size-12x{width:2688px}.streamer .event-group.size-13x{width:2912px}.streamer .event-group.size-14x{width:3136px}.streamer .event-group.size-15x{width:3360px}.streamer .event-group.size-16x{width:3584px}.streamer .event-group.size-17x{width:3808px}.streamer .event-group.size-18x{width:4032px}.streamer .event-group.size-19x{width:4256px}.streamer .event-group.size-20x{width:4480px}.streamer .stream-event.size-1x{width:222px}.streamer .stream-event.shift-1x{margin-left:225px}.streamer .stream-event.size-2x{width:446px}.streamer .stream-event.shift-2x{margin-left:449px}.streamer .stream-event.size-3x{width:670px}.streamer .stream-event.shift-3x{margin-left:673px}.streamer .stream-event.size-4x{width:894px}.streamer .stream-event.shift-4x{margin-left:897px}.streamer .stream-event.size-5x{width:1118px}.streamer .stream-event.shift-5x{margin-left:1121px}.streamer .stream-event.size-6x{width:1342px}.streamer .stream-event.shift-6x{margin-left:1345px}.streamer .stream-event.size-7x{width:1566px}.streamer .stream-event.shift-7x{margin-left:1569px}.streamer .stream-event.size-8x{width:1790px}.streamer .stream-event.shift-8x{margin-left:1793px}.streamer .stream-event.size-9x{width:2014px}.streamer .stream-event.shift-9x{margin-left:2017px}.streamer .stream-event.size-10x{width:2238px}.streamer .stream-event.shift-10x{margin-left:2241px}.streamer .stream-event.size-11x{width:2462px}.streamer .stream-event.shift-11x{margin-left:2465px}.streamer .stream-event.size-12x{width:2686px}.streamer .stream-event.shift-12x{margin-left:2689px}.streamer .stream-event.size-13x{width:2910px}.streamer .stream-event.shift-13x{margin-left:2913px}.streamer .stream-event.size-14x{width:3134px}.streamer .stream-event.shift-14x{margin-left:3137px}.streamer .stream-event.size-15x{width:3358px}.streamer .stream-event.shift-15x{margin-left:3361px}.streamer .stream-event.size-16x{width:3582px}.streamer .stream-event.shift-16x{margin-left:3585px}.streamer .stream-event.size-17x{width:3806px}.streamer .stream-event.shift-17x{margin-left:3809px}.streamer .stream-event.size-18x{width:4030px}.streamer .stream-event.shift-18x{margin-left:4033px}.streamer .stream-event.size-19x{width:4254px}.streamer .stream-event.shift-19x{margin-left:4257px}.streamer .stream-event.size-20x{width:4478px}.streamer .stream-event.shift-20x{margin-left:4481px}.streamer .stream-event.size-half{width:112px}.streamer .stream-event.size-one-third{width:74.66666667px}.streamer .stream-event.offset-half{margin-left:112px}.streamer .stream-event.offset-one-third{margin-left:74.66666667px}html.metro-no-touch-device .streamer .stream:hover{transition:width .3s ease;width:200px}html.metro-no-touch-device .streamer .stream:hover .stream-title,html.metro-no-touch-device .streamer .stream:hover .stream-secondary{display:block}html.metro-no-touch-device .streamer .stream:hover .stream-icon{inset:auto 4px 4px auto}html.metro-touch-device .streamer .stream.focused{transition:width .3s ease;width:200px}html.metro-touch-device .streamer .stream.focused .stream-title,html.metro-touch-device .streamer .stream.focused .stream-secondary{display:block}html.metro-touch-device .streamer .stream.focused .stream-icon{inset:auto 4px 4px auto}@media screen and (min-width: 0){.streamer.streamer-expand-fs .streams,.streamer.streamer-expand-fs .stream{width:200px}.streamer.streamer-expand-fs .streamer-actions{display:flex;width:200px}.streamer.streamer-expand-fs .stream-title,.streamer.streamer-expand-fs .stream-secondary{display:block}.streamer.streamer-expand-fs .stream-icon{inset:auto 4px 4px auto}.streamer.streamer-expand-fs .events-area{padding-left:200px}}@media screen and (min-width: 360px){.streamer.streamer-expand-xs .streams,.streamer.streamer-expand-xs .stream{width:200px}.streamer.streamer-expand-xs .streamer-actions{display:flex;width:200px}.streamer.streamer-expand-xs .stream-title,.streamer.streamer-expand-xs .stream-secondary{display:block}.streamer.streamer-expand-xs .stream-icon{inset:auto 4px 4px auto}.streamer.streamer-expand-xs .events-area{padding-left:200px}}@media screen and (min-width: 576px){.streamer.streamer-expand-sm .streams,.streamer.streamer-expand-sm .stream{width:200px}.streamer.streamer-expand-sm .streamer-actions{display:flex;width:200px}.streamer.streamer-expand-sm .stream-title,.streamer.streamer-expand-sm .stream-secondary{display:block}.streamer.streamer-expand-sm .stream-icon{inset:auto 4px 4px auto}.streamer.streamer-expand-sm .events-area{padding-left:200px}}@media screen and (min-width: 640px){.streamer.streamer-expand-ld .streams,.streamer.streamer-expand-ld .stream{width:200px}.streamer.streamer-expand-ld .streamer-actions{display:flex;width:200px}.streamer.streamer-expand-ld .stream-title,.streamer.streamer-expand-ld .stream-secondary{display:block}.streamer.streamer-expand-ld .stream-icon{inset:auto 4px 4px auto}.streamer.streamer-expand-ld .events-area{padding-left:200px}}@media screen and (min-width: 768px){.streamer.streamer-expand-md .streams,.streamer.streamer-expand-md .stream{width:200px}.streamer.streamer-expand-md .streamer-actions{display:flex;width:200px}.streamer.streamer-expand-md .stream-title,.streamer.streamer-expand-md .stream-secondary{display:block}.streamer.streamer-expand-md .stream-icon{inset:auto 4px 4px auto}.streamer.streamer-expand-md .events-area{padding-left:200px}}@media screen and (min-width: 992px){.streamer.streamer-expand-lg .streams,.streamer.streamer-expand-lg .stream{width:200px}.streamer.streamer-expand-lg .streamer-actions{display:flex;width:200px}.streamer.streamer-expand-lg .stream-title,.streamer.streamer-expand-lg .stream-secondary{display:block}.streamer.streamer-expand-lg .stream-icon{inset:auto 4px 4px auto}.streamer.streamer-expand-lg .events-area{padding-left:200px}}@media screen and (min-width: 1200px){.streamer.streamer-expand-xl .streams,.streamer.streamer-expand-xl .stream{width:200px}.streamer.streamer-expand-xl .streamer-actions{display:flex;width:200px}.streamer.streamer-expand-xl .stream-title,.streamer.streamer-expand-xl .stream-secondary{display:block}.streamer.streamer-expand-xl .stream-icon{inset:auto 4px 4px auto}.streamer.streamer-expand-xl .events-area{padding-left:200px}}@media screen and (min-width: 1452px){.streamer.streamer-expand-xxl .streams,.streamer.streamer-expand-xxl .stream{width:200px}.streamer.streamer-expand-xxl .streamer-actions{display:flex;width:200px}.streamer.streamer-expand-xxl .stream-title,.streamer.streamer-expand-xxl .stream-secondary{display:block}.streamer.streamer-expand-xxl .stream-icon{inset:auto 4px 4px auto}.streamer.streamer-expand-xxl .events-area{padding-left:200px}}@media screen and (min-width: 2000px){.streamer.streamer-expand-xxxl .streams,.streamer.streamer-expand-xxxl .stream{width:200px}.streamer.streamer-expand-xxxl .streamer-actions{display:flex;width:200px}.streamer.streamer-expand-xxxl .stream-title,.streamer.streamer-expand-xxxl .stream-secondary{display:block}.streamer.streamer-expand-xxxl .stream-icon{inset:auto 4px 4px auto}.streamer.streamer-expand-xxxl .events-area{padding-left:200px}}.switch{display:inline-flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;position:relative;margin:0;user-select:none;cursor:pointer;height:36px}.switch input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.switch .check,.switch .caption{display:block;line-height:38px;font-size:14px;margin:0 4px;position:relative}.switch .check{position:relative;height:20px;width:48px;border:2px #1d1d1d solid;cursor:pointer;background:transparent;z-index:1;display:inline-block;vertical-align:middle;border-radius:.5625rem;flex-shrink:0}.switch .check:after{position:absolute;left:3px;display:block;content:"";height:.75rem;width:.75rem;top:50%;transform:translateY(-50%);border:2px #333 solid;cursor:pointer;background:#333;z-index:2;border-radius:50%}.switch input[type=checkbox]:checked~.check{background:#1d1d1d;border-color:#1d1d1d;color:#1d1d1d}.switch input[type=checkbox]:checked~.check:after{background-color:#fff;border-color:#fff;left:auto;transform:translate(30px) translateY(-50%)}.switch input[type=checkbox]:disabled~.check{background-color:#e9e9e9;border-color:#e9e9e9}.switch input[type=checkbox]:disabled~.check:after{background-color:#d0d0d0;border-color:#d0d0d0}.switch .check{order:1}.switch .caption{order:2}.switch.caption-left{flex-flow:row-reverse nowrap}.switch.required,.switch.invalid,.switch.valid{border:none!important}.switch.invalid:after{display:none}.switch.transition-on .check{transition:all .3s ease-in-out}.switch.transition-on .check:after{transition:all .3s ease-in-out}.switch.transition-on input[type=checkbox]:checked~.check:after{transition:all .3s ease-in-out}.switch .check:before{content:attr(data-off);display:block;position:absolute;color:inherit;left:16px;width:26px;top:-2px;line-height:20px;font-size:10px;text-transform:uppercase;text-align:center}.switch input[type=checkbox]:checked~.check:before{content:attr(data-on);color:#fff;left:1px}.switch input[type=checkbox]:disabled~.check:before{display:none}.switch-material{display:inline-flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;position:relative;user-select:none;cursor:pointer;height:36px;margin:0}.switch-material input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.switch-material .check,.switch-material .caption{display:inline-block;vertical-align:middle;line-height:18px;font-size:14px;margin:0 4px}.switch-material .check{width:48px;height:16px;background-color:#929292;border-radius:8px;overflow:visible;position:relative;margin:0 4px}.switch-material .check:after{position:absolute;display:block;content:"";width:22px;height:22px;z-index:2;margin-top:-3px;margin-left:-3px;border-radius:50%;background-color:#00aba9;box-shadow:0 2px 10px #00000029,0 2px 5px #00000042}.switch-material input:not(:checked)~.check:after{background-color:#fff}.switch-material input:checked~.check{background-color:#00968880}.switch-material input:checked~.check:after{transform:translate(30px)}.switch-material input:disabled~.check{background-color:#d5d5d5}.switch-material input:disabled~.check:after{background-color:#bdbdbd}.switch-material .check{order:1}.switch-material .caption{order:2}.switch-material.caption-left{flex-flow:row-reverse nowrap}.switch-material.transition-on{transition:all .3s ease-in-out}.switch-material.transition-on input:not(:checked)~.check:after{transition:linear all .2s}.switch-material.transition-on input:checked~.check:after{transition:linear all .2s}.switch-material .check:before{content:attr(data-off);display:block;position:absolute;color:inherit;left:19px;width:26px;top:-2px;line-height:20px;font-size:10px;text-transform:uppercase;text-align:center}.switch-material input[type=checkbox]:checked~.check:before{content:attr(data-on);color:#fff;left:1px}.switch-material input[type=checkbox]:disabled~.check:before{display:none}.typer{position:relative;text-align:left;display:inline-flex;justify-content:flex-start}.typer-cursor{transition:all .1s}.t-menu{list-style:none inside;margin:0;padding:0;position:relative;width:auto;float:left;background-color:#fff;color:#1d1d1d;border-collapse:separate;display:none;box-shadow:2px 2px 2px #e3e4e5b3,-.5px 0 1px #e3e4e5b3}.t-menu.open{display:block}.t-menu>li{position:relative;background-color:inherit;color:inherit;display:block}.t-menu>li>a{display:block;padding:0 1rem;border-bottom:1px var(--border-color) solid;position:relative;color:inherit;background-color:inherit;height:60px;width:60px;line-height:60px}.t-menu>li>a .icon{width:1.5rem;height:1.5rem;font-size:1.5rem;line-height:60px}.t-menu>li:hover{background-color:#1d1d1d1a}.t-menu>li:last-child a{border-bottom:0}.t-menu a,.t-menu a:hover{text-decoration:none!important}.t-menu.horizontal>li{float:left}.t-menu .t-menu{position:absolute;left:100%;margin-left:.3125rem;top:0;float:none}.t-menu.horizontal .t-menu{left:0;top:100%;margin-top:.3125rem;margin-left:0}.t-menu .dropdown-toggle{padding-right:1rem!important}.t-menu .dropdown-toggle:after{content:"";background-color:transparent;position:absolute;inset:auto 0 0 auto;width:0;height:0;border-style:solid;border-width:0 0 8px 8px;border-color:transparent transparent rgba(29,29,29,.5) transparent;transform:rotate(0)}.t-menu .dropdown-toggle:before{display:none}.t-menu.horizontal>li>a{border-right:1px var(--border-color) solid;border-bottom:0}.t-menu.horizontal>li:last-child>a{border-right:0}.t-menu.horizontal .t-menu:not(.horizontal){left:0;top:100%;margin-top:.3125rem;margin-left:0}.t-menu.horizontal .t-menu:not(.horizontal) .t-menu.horizontal{left:100%;margin-left:.3125rem;top:-.3rem;float:left}.t-menu.compact li a{padding:0 .7rem;width:40px;height:40px;line-height:40px}.t-menu.compact li a .icon{width:1rem;height:1rem;font-size:1rem;line-height:40px}.t-menu.compact .dropdown-toggle{padding-right:.7rem!important}.t-menu{z-index:1000}:root{--table-inspector-border-radius: 10px;--table-border-color: #e8e8e8;--table-color: #191919;--table-background: transparent;--table-sortable-background: #d4e2ff;--table-sortable-color: #000000;--table-selected-background: #d4e2ff;--table-selected-color: #000000;--table-striped-background: #f8f8f8;--table-hover-background: #eaeaea;--table-hover-color: #191919;--table-inspector-background: #ffffff;--table-inspector-border-color: #e8e8e8;--table-inspector-color: #191919}.dark-side{--table-border-color: #4a4d51;--table-color: #dbdfe7;--table-background: transparent;--table-sortable-background: #26282e;--table-sortable-color: #5a87cb;--table-selected-background: #2e436e;--table-selected-color: #ffffff;--table-striped-background: #26282e;--table-hover-background: #323437;--table-hover-color: #ffffff;--table-inspector-background: #26282e;--table-inspector-border-color: #4a4d51;--table-inspector-color: #dbdfe7}.table-container{display:block;position:relative}.table{display:table}.thead{display:table-header-group}.tfoot{display:table-footer-group}.tbody{display:table-row-group}.tr{display:table-row}.th,.td{display:table-cell}.table{width:100%}.table th,.table .th,.table td,.table .td{padding:.625rem}.table.fixed-layout{table-layout:fixed}.table.fixed-layout th,.table.fixed-layout .th,.table.fixed-layout td,.table.fixed-layout .td{white-space:nowrap;overflow:hidden}.table thead,.table tfoot,.table .thead,.table .tfoot{border-bottom:4px solid var(--table-border-color)}.table thead th,.table tfoot th,.table .thead th,.table .tfoot th,.table thead td,.table tfoot td,.table .thead td,.table .tfoot td,.table thead .th,.table tfoot .th,.table .thead .th,.table .tfoot .th,.table thead .td,.table tfoot .td,.table .thead .td,.table .tfoot .td{cursor:default;color:var(--table-color);border-color:transparent;text-align:left;font-weight:700;line-height:1.2}.table tfoot,.table .tfoot{border-top:4px solid var(--table-border-color)}.table tbody td,.table .tbody td,.table tbody .td,.table .tbody .td{padding:.625rem;vertical-align:middle}.table .sortable-column,.table .sorting{position:relative;cursor:pointer;padding-right:30px}.table .sortable-column:after,.table .sorting:after{position:absolute;content:"\21c5";width:1rem;height:1rem;left:100%;margin-left:-1.25rem;top:50%;margin-top:-.3rem;color:inherit;font-size:.8em;font-weight:100;line-height:1;opacity:.7}.table .sortable-column.sort-asc,.table .sorting.sort-asc,.table .sortable-column.sort-desc,.table .sorting.sort-desc,.table .sortable-column.sorting_asc,.table .sorting.sorting_asc,.table .sortable-column.sorting_desc,.table .sorting.sorting_desc{background-color:var(--table-sortable-background);color:var(--table-sortable-color)}.table .sortable-column.sort-asc:after,.table .sorting.sort-asc:after,.table .sortable-column.sort-desc:after,.table .sorting.sort-desc:after,.table .sortable-column.sorting_asc:after,.table .sorting.sorting_asc:after,.table .sortable-column.sorting_desc:after,.table .sorting.sorting_desc:after{opacity:1;font-weight:700;font-size:1em;margin-top:-.5rem}.table .sortable-column.sort-asc:after,.table .sorting.sort-asc:after,.table .sortable-column.sorting_asc:after,.table .sorting.sorting_asc:after{content:"\2191"}.table .sortable-column.sort-desc:after,.table .sorting.sort-desc:after,.table .sortable-column.sorting_desc:after,.table .sorting.sorting_desc:after{content:"\2193"}.table.sortable-markers-on-left .sortable-column,.table.sortable-markers-on-left .sorting{padding-left:30px;padding-right:10px}.table.sortable-markers-on-left .sortable-column:before,.table.sortable-markers-on-left .sorting:before,.table.sortable-markers-on-left .sortable-column:after,.table.sortable-markers-on-left .sorting:after{left:0;margin-left:.625rem}.table tr.selected td,.table .tr.selected td,.table tr.selected .td,.table .tr.selected .td,.table td.selected,.table .td.selected{background-color:var(--table-selected-background);color:var(--table-selected-color)}.table.striped tbody tr:nth-child(2n),.table.striped .tbody .tr:nth-child(2n){background:var(--table-striped-background)}.table.row-hover tbody tr:hover,.table.row-hover .tbody tr:hover,.table.row-hover tbody .tr:hover,.table.row-hover .tbody .tr:hover,.table.cell-hover tbody td:hover,.table.cell-hover .tbody td:hover,.table.cell-hover tbody .td:hover,.table.cell-hover .tbody .td:hover{background-color:var(--table-hover-background);color:var(--table-hover-color)}.table.table-border,.table.cell-border th,.table.cell-border td,.table.cell-border .th,.table.cell-border .td{border:1px var(--border-color) solid}.table.cell-border thead tr:first-child th,.table.cell-border .thead tr:first-child th,.table.cell-border thead .tr:first-child th,.table.cell-border .thead .tr:first-child th,.table.cell-border thead tr:first-child td,.table.cell-border .thead tr:first-child td,.table.cell-border thead .tr:first-child td,.table.cell-border .thead .tr:first-child td,.table.cell-border thead tr:first-child .th,.table.cell-border .thead tr:first-child .th,.table.cell-border thead .tr:first-child .th,.table.cell-border .thead .tr:first-child .th,.table.cell-border thead tr:first-child .td,.table.cell-border .thead tr:first-child .td,.table.cell-border thead .tr:first-child .td,.table.cell-border .thead .tr:first-child .td{border-top:none}.table.cell-border thead tr:first-child th:first-child,.table.cell-border .thead tr:first-child th:first-child,.table.cell-border thead .tr:first-child th:first-child,.table.cell-border .thead .tr:first-child th:first-child,.table.cell-border thead tr:first-child td:first-child,.table.cell-border .thead tr:first-child td:first-child,.table.cell-border thead .tr:first-child td:first-child,.table.cell-border .thead .tr:first-child td:first-child,.table.cell-border thead tr:first-child .th:first-child,.table.cell-border .thead tr:first-child .th:first-child,.table.cell-border thead .tr:first-child .th:first-child,.table.cell-border .thead .tr:first-child .th:first-child,.table.cell-border thead tr:first-child .td:first-child,.table.cell-border .thead tr:first-child .td:first-child,.table.cell-border thead .tr:first-child .td:first-child,.table.cell-border .thead .tr:first-child .td:first-child{border-left:none}.table.cell-border thead tr:first-child th:last-child,.table.cell-border .thead tr:first-child th:last-child,.table.cell-border thead .tr:first-child th:last-child,.table.cell-border .thead .tr:first-child th:last-child,.table.cell-border thead tr:first-child td:last-child,.table.cell-border .thead tr:first-child td:last-child,.table.cell-border thead .tr:first-child td:last-child,.table.cell-border .thead .tr:first-child td:last-child,.table.cell-border thead tr:first-child .th:last-child,.table.cell-border .thead tr:first-child .th:last-child,.table.cell-border thead .tr:first-child .th:last-child,.table.cell-border .thead .tr:first-child .th:last-child,.table.cell-border thead tr:first-child .td:last-child,.table.cell-border .thead tr:first-child .td:last-child,.table.cell-border thead .tr:first-child .td:last-child,.table.cell-border .thead .tr:first-child .td:last-child{border-right:none}.table.cell-border tbody tr:first-child td,.table.cell-border .tbody tr:first-child td,.table.cell-border tbody .tr:first-child td,.table.cell-border .tbody .tr:first-child td,.table.cell-border tbody tr:first-child .td,.table.cell-border .tbody tr:first-child .td,.table.cell-border tbody .tr:first-child .td,.table.cell-border .tbody .tr:first-child .td{border-top:none}.table.cell-border tbody tr td:first-child,.table.cell-border .tbody tr td:first-child,.table.cell-border tbody .tr td:first-child,.table.cell-border .tbody .tr td:first-child,.table.cell-border tbody tr .td:first-child,.table.cell-border .tbody tr .td:first-child,.table.cell-border tbody .tr .td:first-child,.table.cell-border .tbody .tr .td:first-child{border-left:none}.table.cell-border tbody tr td:last-child,.table.cell-border .tbody tr td:last-child,.table.cell-border tbody .tr td:last-child,.table.cell-border .tbody .tr td:last-child,.table.cell-border tbody tr .td:last-child,.table.cell-border .tbody tr .td:last-child,.table.cell-border tbody .tr .td:last-child,.table.cell-border .tbody .tr .td:last-child{border-right:none}.table.cell-border tbody tr:last-child td,.table.cell-border .tbody tr:last-child td,.table.cell-border tbody .tr:last-child td,.table.cell-border .tbody .tr:last-child td,.table.cell-border tbody tr:last-child .td,.table.cell-border .tbody tr:last-child .td,.table.cell-border tbody .tr:last-child .td,.table.cell-border .tbody .tr:last-child .td{border-bottom:none}.table.row-border tr+tr,.table.row-border .tr+.tr{border-top:1px var(--table-border-color) solid}.table.subcompact th,.table.subcompact td,.table.subcompact .th,.table.subcompact .td{padding:3px 8px;font-size:80%}.table.compact th,.table.compact td,.table.compact .th,.table.compact .td{padding:7px 8px;font-size:80%}.table .check-cell,.table .rownum-cell{width:36px;text-align:center}.table thead td.hidden,.table tbody td.hidden,.table .thead td.hidden,.table .tbody td.hidden,.table thead th.hidden,.table tbody th.hidden,.table .thead th.hidden,.table .tbody th.hidden,.table thead .th.hidden,.table tbody .th.hidden,.table .thead .th.hidden,.table .tbody .th.hidden,.table thead .td.hidden,.table tbody .td.hidden,.table .thead .td.hidden,.table .tbody .td.hidden{display:none!important}.table .data-wrapper{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table .checkbox,.table .radio,.table .switch{height:initial}.table-component{display:block;position:relative}.table-bottom{margin-left:0;margin-right:0}.table-info,.table-pagination,.table-skip{flex-basis:auto}.table-progress{width:64px;height:64px;position:absolute;top:200px;left:50%;transform:translate(-50%);display:none;z-index:2}.table-progress [class*=activity-]{margin:0 auto}.table-inspector{display:none;position:absolute;top:0;left:0;background-color:var(--table-inspector-background);color:var(--table-inspector-color);z-index:500;border:1px double var(--table-inspector-border-color);border-radius:var(--table-inspector-border-radius);width:auto;padding:10px;max-height:calc(100vh - 40px);box-shadow:0 0 5px #0000004d}.table-inspector .table-inspector-header{display:block;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 .5rem .5rem;border-bottom:1px solid var(--table-border-color);font-size:24px;font-weight:100;margin-bottom:.5rem}.table-inspector .table-wrap{display:block;height:calc(100% - 110px);overflow-x:hidden;overflow-y:auto}.table-inspector .table-inspector-actions{display:block;position:relative;border-top:1px solid var(--table-border-color);padding:.5rem .5rem 0;margin-top:.5rem}.table-inspector table,.table-inspector .table{margin-bottom:0}.table-inspector table td,.table-inspector .table td,.table-inspector table .td,.table-inspector .table .td{vertical-align:middle}.table-inspector table tr.flash,.table-inspector .table tr.flash,.table-inspector table .tr.flash,.table-inspector .table .tr.flash{animation:flash-bg 1s ease-out;animation-iteration-count:1}.table-inspector .spinner{width:120px}.table-inspector .spinner input{font-size:14px}.table-inspector.open{display:block}.table-form{display:block;position:absolute;z-index:500;height:auto;max-height:calc(100vh - 40px);width:auto;max-width:calc(100vw - 40px);top:50%;left:50%;transform:translate3d(-50%,-50%,0);border:1px solid var(--border-color);box-shadow:0 0 5px #0000004d}@keyframes flash-bg{0%{background-color:var(--table-background)}30%{background-color:var(--table-hover-background)}to{background-color:var(--table-background)}}@media screen and (min-width: 0){.table.normal-fs th,.table.normal-fs td,.table.normal-fs .th,.table.normal-fs .td{padding:.625rem;font-size:1em}.table.compact-fs th,.table.compact-fs td,.table.compact-fs .th,.table.compact-fs .td{padding:7px 8px;font-size:80%}.table.subcompact-fs th,.table.subcompact-fs td,.table.subcompact-fs .th,.table.subcompact-fs .td{padding:3px 8px;font-size:80%}}@media screen and (min-width: 360px){.table.normal-xs th,.table.normal-xs td,.table.normal-xs .th,.table.normal-xs .td{padding:.625rem;font-size:1em}.table.compact-xs th,.table.compact-xs td,.table.compact-xs .th,.table.compact-xs .td{padding:7px 8px;font-size:80%}.table.subcompact-xs th,.table.subcompact-xs td,.table.subcompact-xs .th,.table.subcompact-xs .td{padding:3px 8px;font-size:80%}}@media screen and (min-width: 576px){.table.normal-sm th,.table.normal-sm td,.table.normal-sm .th,.table.normal-sm .td{padding:.625rem;font-size:1em}.table.compact-sm th,.table.compact-sm td,.table.compact-sm .th,.table.compact-sm .td{padding:7px 8px;font-size:80%}.table.subcompact-sm th,.table.subcompact-sm td,.table.subcompact-sm .th,.table.subcompact-sm .td{padding:3px 8px;font-size:80%}}@media screen and (min-width: 640px){.table.normal-ld th,.table.normal-ld td,.table.normal-ld .th,.table.normal-ld .td{padding:.625rem;font-size:1em}.table.compact-ld th,.table.compact-ld td,.table.compact-ld .th,.table.compact-ld .td{padding:7px 8px;font-size:80%}.table.subcompact-ld th,.table.subcompact-ld td,.table.subcompact-ld .th,.table.subcompact-ld .td{padding:3px 8px;font-size:80%}}@media screen and (min-width: 768px){.table.normal-md th,.table.normal-md td,.table.normal-md .th,.table.normal-md .td{padding:.625rem;font-size:1em}.table.compact-md th,.table.compact-md td,.table.compact-md .th,.table.compact-md .td{padding:7px 8px;font-size:80%}.table.subcompact-md th,.table.subcompact-md td,.table.subcompact-md .th,.table.subcompact-md .td{padding:3px 8px;font-size:80%}}@media screen and (min-width: 992px){.table.normal-lg th,.table.normal-lg td,.table.normal-lg .th,.table.normal-lg .td{padding:.625rem;font-size:1em}.table.compact-lg th,.table.compact-lg td,.table.compact-lg .th,.table.compact-lg .td{padding:7px 8px;font-size:80%}.table.subcompact-lg th,.table.subcompact-lg td,.table.subcompact-lg .th,.table.subcompact-lg .td{padding:3px 8px;font-size:80%}}@media screen and (min-width: 1200px){.table.normal-xl th,.table.normal-xl td,.table.normal-xl .th,.table.normal-xl .td{padding:.625rem;font-size:1em}.table.compact-xl th,.table.compact-xl td,.table.compact-xl .th,.table.compact-xl .td{padding:7px 8px;font-size:80%}.table.subcompact-xl th,.table.subcompact-xl td,.table.subcompact-xl .th,.table.subcompact-xl .td{padding:3px 8px;font-size:80%}}@media screen and (min-width: 1452px){.table.normal-xxl th,.table.normal-xxl td,.table.normal-xxl .th,.table.normal-xxl .td{padding:.625rem;font-size:1em}.table.compact-xxl th,.table.compact-xxl td,.table.compact-xxl .th,.table.compact-xxl .td{padding:7px 8px;font-size:80%}.table.subcompact-xxl th,.table.subcompact-xxl td,.table.subcompact-xxl .th,.table.subcompact-xxl .td{padding:3px 8px;font-size:80%}}@media screen and (min-width: 2000px){.table.normal-xxxl th,.table.normal-xxxl td,.table.normal-xxxl .th,.table.normal-xxxl .td{padding:.625rem;font-size:1em}.table.compact-xxxl th,.table.compact-xxxl td,.table.compact-xxxl .th,.table.compact-xxxl .td{padding:7px 8px;font-size:80%}.table.subcompact-xxxl th,.table.subcompact-xxxl td,.table.subcompact-xxxl .th,.table.subcompact-xxxl .td{padding:3px 8px;font-size:80%}}.table-load-data-activity{position:absolute!important;top:0;left:0;z-index:500}.table-skip{display:flex;position:relative;flex-flow:row nowrap}.table-skip input{width:220px}.table-skip-input{padding:0 .75rem}.table-component .table-top,.table-component .table-rows-block,.table-component .table-search-block{display:flex;flex-flow:row wrap;justify-content:space-between;width:100%}.table-component .table-search-block{flex-basis:100%;flex-shrink:0}.table-component .table-rows-block{width:calc(100% - 46px)}.table-component .table-top>*{margin-bottom:4px}@media screen and (min-width: 768px){.table-component .table-top{flex-flow:row nowrap}.table-component .table-top>*+*{margin-left:4px}.table-component .table-search-block{flex-shrink:1}.table-component .table-rows-block{width:360px}}.table-component .table-container{border:1px solid var(--border-color);margin:10px 0;overflow:hidden}.table-component .table-container.horizontal-scroll{overflow-x:auto}.table-component .table-container.horizontal-scroll .table{width:auto;min-width:100%}:root{--tabs-background: var(--default-background);--tabs-color: var(--default-color);--tabs-hamburger-background: transparent;--tabs-hamburger-color: #000000;--tabs-item-background: var(--default-background);--tabs-item-color: var(--default-color);--tabs-item-background-hover: #f5f8fe;--tabs-item-color-hover: var(--default-color);--tabs-item-background-active: #ffffff;--tabs-item-color-active: var(--default-color)}.dark-side{--tabs-background: var(--default-background);--tabs-color: var(--default-color);--tabs-hamburger-background: transparent;--tabs-hamburger-color: #ffffff;--tabs-item-background: var(--default-background);--tabs-item-color: var(--default-color);--tabs-item-background-hover: #26282e;--tabs-item-color-hover: var(--default-color);--tabs-item-background-active: #4a4d51;--tabs-item-color-active: var(--default-color)}.tabs{position:relative;border:1px solid var(--border-color);transition:all .3s ease-in-out;background-color:var(--tabs-background);color:var(--tabs-color)}.tabs .hamburger,.tabs .expand-title{cursor:pointer}.tabs .hamburger{position:absolute;top:.25rem;right:.25rem;display:block}.tabs .expand-title{display:block;padding:.65rem 1rem 0;background-color:inherit;color:inherit;text-decoration:none}.tabs>ul.tabs-list{list-style:none inside;margin:0;padding:0;display:flex;flex-direction:column;justify-content:inherit;width:100%;position:relative;margin-top:.5rem;margin-bottom:1px;overflow:hidden;max-height:0;transition:max-height .3s ease}.tabs>ul.tabs-list>li,.tabs>ul.tabs-list a{position:relative}.tabs>ul.tabs-list>li{display:block;background-color:var(--tabs-item-background);color:var(--tabs-item-color);margin:0 0 -1px}.tabs>ul.tabs-list>li>a{padding:.5rem 1rem;background-color:inherit;color:inherit;text-decoration:none;display:flex;align-items:center;justify-content:center}.tabs>ul.tabs-list>li>a:hover{text-decoration:none}.tabs>ul.tabs-list>li>a>[class*=mif-]{margin:0 4px}.tabs>ul.tabs-list>li:hover{background-color:var(--tabs-item-background-hover);color:var(--tabs-item-color-hover)}.tabs>ul.tabs-list>li.active{background-color:var(--tabs-item-background-active);color:var(--tabs-item-color-active)}.tabs>ul.tabs-list .d-menu{position:relative;width:100%;box-shadow:none}.tabs.bottom>ul.tabs-list{border:none}.tabs.bottom>ul.tabs-list>li{margin:-1px 0 0}.tabs.vertical>ul.tabs-list{flex-direction:column;border:none;border-right:1px solid var(--border-color);width:auto;height:100%;justify-content:inherit}.tabs.vertical>ul.tabs-list>li{border:none;border-right:1px solid var(--border-color);margin:0 -1px 0 0}.tabs.vertical>ul.tabs-list>li>a{text-align:right}.tabs.vertical>ul.tabs-list>li.active{border:1px solid var(--border-color);border-right:none}.tabs.vertical.right>ul.tabs-list{border:none;border-left:1px solid var(--border-color)}.tabs.vertical.right>ul.tabs-list>li{border:none;border-left:1px solid var(--border-color);margin:0 0 0 -1px}.tabs.vertical.right>ul.tabs-list>li>a{text-align:left}.tabs.vertical.right>ul.tabs-list>li.active{border:1px solid var(--border-color);border-left:none}.tabs.vertical{min-width:3.5rem}.tabs.vertical .expand-title{display:none!important}.tabs-expand{border:none}.tabs-expand>ul.tabs-list{border:0;border-bottom:1px solid var(--border-color);flex-direction:row;display:flex!important;margin-top:0;height:auto;max-height:none;overflow:visible}.tabs-expand>ul.tabs-list>li{border-bottom:1px solid var(--border-color)}.tabs-expand>ul.tabs-list>li.active{border:1px solid var(--border-color);border-bottom:none;background-color:var(--tabs-item-background-active);color:var(--tabs-item-color-active)}.tabs-expand>ul.tabs-list .d-menu{position:absolute;width:auto}.tabs-expand.bottom>ul.tabs-list{border:none;border-top:1px solid var(--border-color)}.tabs-expand.bottom>ul.tabs-list>li{border:none;border-top:1px solid var(--border-color)}.tabs-expand.bottom>ul.tabs-list>li.active{border:1px solid var(--border-color);border-top:none}.tabs-expand.vertical{flex-direction:column}.tabs-expand .hamburger,.tabs-expand .expand-title{display:none}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text,.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills,.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group{border-bottom:none}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li{display:flex;align-items:flex-end;border:none}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li:hover{background:transparent}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li.active{font-size:3rem}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li>a{height:100%;padding:.5rem .5rem 0;align-items:flex-end}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li:not(.active) a{padding-bottom:10px}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group{justify-content:space-between}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group>li{border:1px solid var(--border-color);width:100%}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group>li.active{background:#e4e4e4;font-weight:500}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills>li{border:1px solid transparent;overflow:hidden;border-radius:10px}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills>li.active{font-weight:500;border-color:var(--border-color);background:#e4e4e4}.tabs-material-wrapper{overflow:hidden;height:48px;display:block;width:100%}.tabs-material{margin:0;padding:0 52px;position:relative;height:auto;display:flex;flex-flow:row nowrap;overflow:auto;overflow-y:hidden;width:100%;z-index:1030;background-color:#fff;color:#1d1d1d;white-space:nowrap;list-style:none inside;line-height:1}.tabs-material li{flex-shrink:0;position:relative;display:block;height:48px;cursor:pointer;opacity:.6;text-align:center;margin:0;overflow:hidden;max-width:360px;min-width:90px;background-color:inherit;color:inherit}.tabs-material li a{display:block;position:relative;padding:16px;background-color:inherit;color:inherit;text-decoration:none;font-weight:500;white-space:nowrap;font-size:14px;text-transform:uppercase;line-height:20px;width:100%}.tabs-material li a:hover{text-decoration:none}.tabs-material li .icon{width:24px;height:24px;line-height:24px;font-size:22px;display:block}.tabs-material:after{content:" ";min-width:52px}.tabs-material.with-icons li{height:72px}.tabs-material li.active,.tabs-material li:hover{opacity:1;transition:.3s linear}.tabs-material .tab-marker{display:block;position:absolute;height:2px;bottom:0;left:0;color:transparent;opacity:1;z-index:1;background-color:#1d1d1d}.tabs-material .tab-badge{position:absolute;top:8px;right:8px;padding:4px}.tabs-material.deep{z-index:1029}.tabs-material.fixed-tabs{overflow-x:hidden;padding:0}.tabs-material.fixed-tabs li{flex-basis:0;flex-grow:1}.tabs-material.fixed-tabs:after{content:"";min-width:0}.head-bar~.fixed-tabs,.tabs-material-wrapper.app-bar-present{top:56px}.head-bar.more~.fixed-tabs,.tabs-material-wrapper.app-bar-present-more{top:112px}.tag-input{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;width:100%;padding:0 2px;cursor:text;position:relative;height:auto;min-height:36px}.tag-input .original-input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.tag-input .input-wrapper{width:auto;border:none!important;height:26px;line-height:26px;font-size:14px;padding:0 4px}.tag-input .input-wrapper:focus{box-shadow:none!important}.tag-input .input-clear-button{position:absolute;top:0;right:0;z-index:2;background-color:transparent;height:34px;min-width:34px}.tag-input .input-clear-button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.tag-input.padding-for-clear{padding-right:48px}.tag-input.input-large{min-height:50px}.tag-input.input-large input{height:48px;font-size:1.3rem;padding:0 10px;line-height:48px;min-width:5em}.tag-input.input-large .button{height:48px;min-width:48px;font-size:1.3rem}.tag-input.input-large .button [class*=mif-]{font-size:1.3rem}.tag-input.input-large .button [class*=default-icon-]{width:21px;height:21px}.tag-input.input-large .button .input-clear-button{width:48px;padding:0}.tag-input.input-small{min-height:28px}.tag-input.input-small input{height:26px;font-size:.9rem;padding:0 4px;line-height:26px;min-width:5em}.tag-input.input-small .button{height:26px;min-width:26px;font-size:.9rem}.tag-input.input-small .button [class*=mif-]{font-size:.9rem}.tag-input.input-small .button [class*=default-icon-]{width:14px;height:14px}.tag-input.input-small .input-clear-button{width:26px;padding:0}.tag-input.static-mode{border:none!important;cursor:default}.tag-input.static-mode .button,.tag-input.static-mode input{display:none!important}.tag-input .autocomplete-list{margin:0;padding:0;list-style:none inside;position:absolute;top:100%;left:0;right:0;overflow:hidden;overflow-y:auto;background-color:#fff;height:auto;border:1px solid var(--border-color);z-index:3;display:block}.tag-input .autocomplete-list .item{display:block;position:relative;padding:4px 8px;cursor:pointer}.tag-input .autocomplete-list .item:hover{background-color:#1d1d1d1a}.tag-input .autocomplete-list .item+.item{border-top:1px solid var(--border-color)}.textarea,textarea{height:auto}textarea{line-height:1.2}.textarea{display:flex;flex-flow:row nowrap;justify-content:space-between;width:auto;padding:0}.textarea .fake-textarea{opacity:0;z-index:-1;position:absolute;top:0;left:0;right:0}.textarea textarea{appearance:none;display:block;outline:none;padding:.75rem;width:100%;min-height:100px;resize:none;border:none!important;transition:height .1s linear}.textarea textarea:focus{box-shadow:none}.textarea.no-scroll-vertical textarea{overflow-y:hidden!important}.textarea .input-clear-button{position:absolute;top:0;right:0;z-index:2;background-color:transparent}.textarea .input-clear-button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.textarea:not(.no-scroll-vertical) .input-clear-button{right:18px}.textarea.disabled .clear-button{display:none}.textarea .prepend{order:1}.textarea .append{order:3}.textarea textarea{order:2}.textarea .input-clear-button~textarea{padding-right:48px}.textarea[dir=rtl],.textarea.rtl{flex-direction:row-reverse}.textarea[dir=rtl] .prepend,.textarea.rtl .prepend{order:3}.textarea[dir=rtl] .append,.textarea.rtl .append{order:1}.textarea[dir=rtl] textarea,.textarea.rtl textarea{order:2}.textarea[dir=rtl] .input-clear-button,.textarea.rtl .input-clear-button{right:auto;left:.25rem}.textarea[dir=rtl] .input-clear-button~textarea,.textarea.rtl .input-clear-button~textarea{padding-left:48px;padding-right:.75rem}.theme-switcher{display:inline-flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;position:relative;margin:0;user-select:none;cursor:pointer;height:36px}.theme-switcher input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.theme-switcher .check{line-height:38px;font-size:14px;margin:0 4px;position:relative;height:20px;width:48px;border:2px #1d1d1d solid;cursor:pointer;background:transparent;z-index:1;display:inline-block;vertical-align:middle;border-radius:.5625rem;flex-shrink:0}.theme-switcher .check:before{content:attr(data-dark-symbol);display:block;position:absolute;color:inherit;left:16px;width:26px;top:-2px;line-height:20px;font-size:10px;text-transform:uppercase;text-align:center}.theme-switcher .check:after{transition:all .3s ease-in-out;position:absolute;left:3px;display:block;content:"";height:12px;width:12px;top:50%;transform:translateY(-50%);border:2px #333 solid;cursor:pointer;background:#333;z-index:2;border-radius:50%}.theme-switcher input[type=checkbox]:indeterminate~.check:after{background-color:#bebebe;border-color:#bebebe;left:auto;transform:translate(18px) translateY(-50%)}.theme-switcher input[type=checkbox]:indeterminate~.check:before{content:""}.theme-switcher input[type=checkbox]:checked~.check{background:#1d1d1d;border-color:#1d1d1d;color:#1d1d1d}.theme-switcher input[type=checkbox]:checked~.check:after{background-color:#fff;border-color:#fff;left:auto;transform:translate(30px) translateY(-50%)}.theme-switcher input[type=checkbox]:checked~.check:before{content:attr(data-light-symbol);color:#fff;left:1px}.theme-switcher input[type=checkbox]:disabled~.check{background-color:#e9e9e9;border-color:#e9e9e9}.theme-switcher input[type=checkbox]:disabled~.check:after{background-color:#d0d0d0;border-color:#d0d0d0}.theme-switcher input[type=checkbox]:disabled~.check:before{display:none}.tile-small,.tile-medium,.tile-wide,.tile-large,.tile-app{display:block;background-color:#1fb1f8;color:#fff;width:150px;height:150px;box-shadow:inset 0 0 1px #ffc;cursor:pointer;position:relative;overflow:hidden;user-select:none;max-width:none!important}.tile-small{width:70px;height:70px}.tile-medium{width:150px;height:150px}.tile-wide{width:310px;height:150px}.tile-large{width:310px;height:310px}.tile-app{width:44px;height:44px}.tile-small .icon,.tile-medium .icon,.tile-wide .icon,.tile-large .icon,.tile-app .icon{max-width:33%;height:33%;position:absolute;top:50%;left:50%;transform:translateY(-50%) translate(-50%);font-size:50px;line-height:50px;z-index:2}.tile-small .branding-bar,.tile-medium .branding-bar,.tile-wide .branding-bar,.tile-large .branding-bar,.tile-app .branding-bar{height:32px;line-height:32px;position:absolute;left:0;bottom:0;right:0;padding:0 10px 5px;font-size:.875rem;font-weight:500;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;z-index:2}.tile-small .badge-top,.tile-medium .badge-top,.tile-wide .badge-top,.tile-large .badge-top,.tile-app .badge-top,.tile-small .badge-bottom,.tile-medium .badge-bottom,.tile-wide .badge-bottom,.tile-large .badge-bottom,.tile-app .badge-bottom{position:absolute;display:block;padding:4px 8px;font-size:12px;text-align:center;background-color:#1d1d1d1a;z-index:2}.tile-small .badge-bottom,.tile-medium .badge-bottom,.tile-wide .badge-bottom,.tile-large .badge-bottom,.tile-app .badge-bottom{right:10px;bottom:0}.tile-small .badge-top,.tile-medium .badge-top,.tile-wide .badge-top,.tile-large .badge-top,.tile-app .badge-top{top:10px;right:10px}.tile-small:hover,.tile-medium:hover,.tile-wide:hover,.tile-large:hover,.tile-app:hover{outline:rgba(29,29,29,.1) solid 4px}.tile-small .icon{max-width:50%;height:50%;font-size:35px;line-height:35px}.tile-large .icon{font-size:102px;line-height:102px}.tile-app .icon{max-width:75%;height:75%}.tile-small.transform-right,.tile-medium.transform-right,.tile-wide.transform-right,.tile-large.transform-right,.tile-app.transform-right{transform-origin:left 50%;transform:perspective(500px) rotateY(.138372rad)!important}.tile-small.transform-right.tile-small,.tile-medium.transform-right.tile-small,.tile-wide.transform-right.tile-small,.tile-large.transform-right.tile-small,.tile-app.transform-right.tile-small{transform:perspective(500px) rotateY(.276744rad)!important}.tile-small.transform-right.tile-wide,.tile-medium.transform-right.tile-wide,.tile-wide.transform-right.tile-wide,.tile-large.transform-right.tile-wide,.tile-app.transform-right.tile-wide{transform:perspective(500px) rotateY(.069186rad)!important}.tile-small.transform-right.tile-large,.tile-medium.transform-right.tile-large,.tile-wide.transform-right.tile-large,.tile-large.transform-right.tile-large,.tile-app.transform-right.tile-large{transform:perspective(500px) rotateY(.046124rad)!important}.tile-small.transform-left,.tile-medium.transform-left,.tile-wide.transform-left,.tile-large.transform-left,.tile-app.transform-left{transform-origin:right 50%;transform:perspective(500px) rotateY(-.138372rad)!important}.tile-small.transform-left.tile-small,.tile-medium.transform-left.tile-small,.tile-wide.transform-left.tile-small,.tile-large.transform-left.tile-small,.tile-app.transform-left.tile-small{transform:perspective(500px) rotateY(-.276744rad)!important}.tile-small.transform-left.tile-wide,.tile-medium.transform-left.tile-wide,.tile-wide.transform-left.tile-wide,.tile-large.transform-left.tile-wide,.tile-app.transform-left.tile-wide{transform:perspective(500px) rotateY(-.069186rad)!important}.tile-small.transform-left.tile-large,.tile-medium.transform-left.tile-large,.tile-wide.transform-left.tile-large,.tile-large.transform-left.tile-large,.tile-app.transform-left.tile-large{transform:perspective(500px) rotateY(-.046124rad)!important}.tile-small.transform-top,.tile-medium.transform-top,.tile-wide.transform-top,.tile-large.transform-top,.tile-app.transform-top{transform-origin:50% bottom;transform:perspective(500px) rotateX(.138372rad)!important}.tile-small.transform-top.tile-small,.tile-medium.transform-top.tile-small,.tile-wide.transform-top.tile-small,.tile-large.transform-top.tile-small,.tile-app.transform-top.tile-small{transform:perspective(500px) rotateX(.276744rad)!important}.tile-small.transform-top.tile-wide,.tile-medium.transform-top.tile-wide,.tile-wide.transform-top.tile-wide,.tile-large.transform-top.tile-wide,.tile-app.transform-top.tile-wide{transform:perspective(500px) rotateX(.069186rad)!important}.tile-small.transform-top.tile-large,.tile-medium.transform-top.tile-large,.tile-wide.transform-top.tile-large,.tile-large.transform-top.tile-large,.tile-app.transform-top.tile-large{transform:perspective(500px) rotateX(.046124rad)!important}.tile-small.transform-bottom,.tile-medium.transform-bottom,.tile-wide.transform-bottom,.tile-large.transform-bottom,.tile-app.transform-bottom{transform-origin:50% top;transform:perspective(500px) rotateX(-.138372rad)!important}.tile-small.transform-bottom.tile-small,.tile-medium.transform-bottom.tile-small,.tile-wide.transform-bottom.tile-small,.tile-large.transform-bottom.tile-small,.tile-app.transform-bottom.tile-small{transform:perspective(500px) rotateX(-.276744rad)!important}.tile-small.transform-bottom.tile-wide,.tile-medium.transform-bottom.tile-wide,.tile-wide.transform-bottom.tile-wide,.tile-large.transform-bottom.tile-wide,.tile-app.transform-bottom.tile-wide{transform:perspective(500px) rotateX(-.069186rad)!important}.tile-small.transform-bottom.tile-large,.tile-medium.transform-bottom.tile-large,.tile-wide.transform-bottom.tile-large,.tile-large.transform-bottom.tile-large,.tile-app.transform-bottom.tile-large{transform:perspective(500px) rotateX(-.046124rad)!important}.tiles-grid{position:relative;display:grid;grid-template-columns:repeat(auto-fit,70px);grid-template-rows:repeat(auto-fit,70px);grid-gap:10px}.tiles-grid .tile-small{grid-column:span 1;grid-row:span 1}.tiles-grid .tile-medium{grid-column:span 2;grid-row:span 2}.tiles-grid .tile-wide{grid-column:span 4;grid-row:span 2}.tiles-grid .tile-large{grid-column:span 4;grid-row:span 4}.tiles-grid .tile-small.col-1{grid-column:1 / span 1}.tiles-grid .tile-medium.col-1{grid-column:1 / span 2}.tiles-grid .tile-wide.col-1,.tiles-grid .tile-large.col-1{grid-column:1 / span 4}.tiles-grid .tile-small.row-1{grid-row:1 / span 1}.tiles-grid .tile-medium.row-1{grid-row:1 / span 2}.tiles-grid .tile-wide.row-1,.tiles-grid .tile-large.row-1{grid-row:1 / span 4}.tiles-grid .tile-small.col-2{grid-column:2 / span 1}.tiles-grid .tile-medium.col-2{grid-column:2 / span 2}.tiles-grid .tile-wide.col-2,.tiles-grid .tile-large.col-2{grid-column:2 / span 4}.tiles-grid .tile-small.row-2{grid-row:2 / span 1}.tiles-grid .tile-medium.row-2{grid-row:2 / span 2}.tiles-grid .tile-wide.row-2,.tiles-grid .tile-large.row-2{grid-row:2 / span 4}.tiles-grid .tile-small.col-3{grid-column:3 / span 1}.tiles-grid .tile-medium.col-3{grid-column:3 / span 2}.tiles-grid .tile-wide.col-3,.tiles-grid .tile-large.col-3{grid-column:3 / span 4}.tiles-grid .tile-small.row-3{grid-row:3 / span 1}.tiles-grid .tile-medium.row-3{grid-row:3 / span 2}.tiles-grid .tile-wide.row-3,.tiles-grid .tile-large.row-3{grid-row:3 / span 4}.tiles-grid .tile-small.col-4{grid-column:4 / span 1}.tiles-grid .tile-medium.col-4{grid-column:4 / span 2}.tiles-grid .tile-wide.col-4,.tiles-grid .tile-large.col-4{grid-column:4 / span 4}.tiles-grid .tile-small.row-4{grid-row:4 / span 1}.tiles-grid .tile-medium.row-4{grid-row:4 / span 2}.tiles-grid .tile-wide.row-4,.tiles-grid .tile-large.row-4{grid-row:4 / span 4}.tiles-grid .tile-small.col-5{grid-column:5 / span 1}.tiles-grid .tile-medium.col-5{grid-column:5 / span 2}.tiles-grid .tile-wide.col-5,.tiles-grid .tile-large.col-5{grid-column:5 / span 4}.tiles-grid .tile-small.row-5{grid-row:5 / span 1}.tiles-grid .tile-medium.row-5{grid-row:5 / span 2}.tiles-grid .tile-wide.row-5,.tiles-grid .tile-large.row-5{grid-row:5 / span 4}.tiles-grid .tile-small.col-6{grid-column:6 / span 1}.tiles-grid .tile-medium.col-6{grid-column:6 / span 2}.tiles-grid .tile-wide.col-6,.tiles-grid .tile-large.col-6{grid-column:6 / span 4}.tiles-grid .tile-small.row-6{grid-row:6 / span 1}.tiles-grid .tile-medium.row-6{grid-row:6 / span 2}.tiles-grid .tile-wide.row-6,.tiles-grid .tile-large.row-6{grid-row:6 / span 4}.tiles-grid .tile-small.col-7{grid-column:7 / span 1}.tiles-grid .tile-medium.col-7{grid-column:7 / span 2}.tiles-grid .tile-wide.col-7,.tiles-grid .tile-large.col-7{grid-column:7 / span 4}.tiles-grid .tile-small.row-7{grid-row:7 / span 1}.tiles-grid .tile-medium.row-7{grid-row:7 / span 2}.tiles-grid .tile-wide.row-7,.tiles-grid .tile-large.row-7{grid-row:7 / span 4}.tiles-grid .tile-small.col-8{grid-column:8 / span 1}.tiles-grid .tile-medium.col-8{grid-column:8 / span 2}.tiles-grid .tile-wide.col-8,.tiles-grid .tile-large.col-8{grid-column:8 / span 4}.tiles-grid .tile-small.row-8{grid-row:8 / span 1}.tiles-grid .tile-medium.row-8{grid-row:8 / span 2}.tiles-grid .tile-wide.row-8,.tiles-grid .tile-large.row-8{grid-row:8 / span 4}.tiles-grid .tile-small.col-9{grid-column:9 / span 1}.tiles-grid .tile-medium.col-9{grid-column:9 / span 2}.tiles-grid .tile-wide.col-9,.tiles-grid .tile-large.col-9{grid-column:9 / span 4}.tiles-grid .tile-small.row-9{grid-row:9 / span 1}.tiles-grid .tile-medium.row-9{grid-row:9 / span 2}.tiles-grid .tile-wide.row-9,.tiles-grid .tile-large.row-9{grid-row:9 / span 4}.tiles-grid .tile-small.col-10{grid-column:10 / span 1}.tiles-grid .tile-medium.col-10{grid-column:10 / span 2}.tiles-grid .tile-wide.col-10,.tiles-grid .tile-large.col-10{grid-column:10 / span 4}.tiles-grid .tile-small.row-10{grid-row:10 / span 1}.tiles-grid .tile-medium.row-10{grid-row:10 / span 2}.tiles-grid .tile-wide.row-10,.tiles-grid .tile-large.row-10{grid-row:10 / span 4}.tiles-grid .tile-small.col-11{grid-column:11 / span 1}.tiles-grid .tile-medium.col-11{grid-column:11 / span 2}.tiles-grid .tile-wide.col-11,.tiles-grid .tile-large.col-11{grid-column:11 / span 4}.tiles-grid .tile-small.row-11{grid-row:11 / span 1}.tiles-grid .tile-medium.row-11{grid-row:11 / span 2}.tiles-grid .tile-wide.row-11,.tiles-grid .tile-large.row-11{grid-row:11 / span 4}.tiles-grid .tile-small.col-12{grid-column:12 / span 1}.tiles-grid .tile-medium.col-12{grid-column:12 / span 2}.tiles-grid .tile-wide.col-12,.tiles-grid .tile-large.col-12{grid-column:12 / span 4}.tiles-grid .tile-small.row-12{grid-row:12 / span 1}.tiles-grid .tile-medium.row-12{grid-row:12 / span 2}.tiles-grid .tile-wide.row-12,.tiles-grid .tile-large.row-12{grid-row:12 / span 4}.tiles-grid.size-half{width:80px}.tiles-grid.size-1{width:160px}.tiles-grid.size-2{width:320px}.tiles-grid.size-3{width:480px}.tiles-grid.size-4{width:640px}.tiles-grid.size-5{width:800px}.tiles-grid.size-6{width:960px}.tiles-grid.size-7{width:1120px}.tiles-grid.size-8{width:1280px}.tiles-grid.size-9{width:1440px}.tiles-grid.size-10{width:1600px}@media screen and (min-width: 0){.tiles-grid .col-fs-1{grid-column:1}.tiles-grid .row-fs-1{grid-row:1}.tiles-grid .col-fs-2{grid-column:2}.tiles-grid .row-fs-2{grid-row:2}.tiles-grid .col-fs-3{grid-column:3}.tiles-grid .row-fs-3{grid-row:3}.tiles-grid .col-fs-4{grid-column:4}.tiles-grid .row-fs-4{grid-row:4}.tiles-grid .col-fs-5{grid-column:5}.tiles-grid .row-fs-5{grid-row:5}.tiles-grid .col-fs-6{grid-column:6}.tiles-grid .row-fs-6{grid-row:6}.tiles-grid .col-fs-7{grid-column:7}.tiles-grid .row-fs-7{grid-row:7}.tiles-grid .col-fs-8{grid-column:8}.tiles-grid .row-fs-8{grid-row:8}.tiles-grid .col-fs-9{grid-column:9}.tiles-grid .row-fs-9{grid-row:9}.tiles-grid .col-fs-10{grid-column:10}.tiles-grid .row-fs-10{grid-row:10}.tiles-grid .col-fs-11{grid-column:11}.tiles-grid .row-fs-11{grid-row:11}.tiles-grid .col-fs-12{grid-column:12}.tiles-grid .row-fs-12{grid-row:12}.tiles-grid.size-fs-1{width:160px}.tiles-grid.size-fs-2{width:320px}.tiles-grid.size-fs-3{width:480px}.tiles-grid.size-fs-4{width:640px}.tiles-grid.size-fs-5{width:800px}.tiles-grid.size-fs-6{width:960px}.tiles-grid.size-fs-7{width:1120px}.tiles-grid.size-fs-8{width:1280px}.tiles-grid.size-fs-9{width:1440px}.tiles-grid.size-fs-10{width:1600px}.tiles-grid.size-fs-11{width:1760px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-12{width:1920px}}@media screen and (min-width: 360px){.tiles-grid .col-xs-1{grid-column:1}.tiles-grid .row-xs-1{grid-row:1}.tiles-grid .col-xs-2{grid-column:2}.tiles-grid .row-xs-2{grid-row:2}.tiles-grid .col-xs-3{grid-column:3}.tiles-grid .row-xs-3{grid-row:3}.tiles-grid .col-xs-4{grid-column:4}.tiles-grid .row-xs-4{grid-row:4}.tiles-grid .col-xs-5{grid-column:5}.tiles-grid .row-xs-5{grid-row:5}.tiles-grid .col-xs-6{grid-column:6}.tiles-grid .row-xs-6{grid-row:6}.tiles-grid .col-xs-7{grid-column:7}.tiles-grid .row-xs-7{grid-row:7}.tiles-grid .col-xs-8{grid-column:8}.tiles-grid .row-xs-8{grid-row:8}.tiles-grid .col-xs-9{grid-column:9}.tiles-grid .row-xs-9{grid-row:9}.tiles-grid .col-xs-10{grid-column:10}.tiles-grid .row-xs-10{grid-row:10}.tiles-grid .col-xs-11{grid-column:11}.tiles-grid .row-xs-11{grid-row:11}.tiles-grid .col-xs-12{grid-column:12}.tiles-grid .row-xs-12{grid-row:12}.tiles-grid.size-xs-1{width:160px}.tiles-grid.size-xs-2{width:320px}.tiles-grid.size-xs-3{width:480px}.tiles-grid.size-xs-4{width:640px}.tiles-grid.size-xs-5{width:800px}.tiles-grid.size-xs-6{width:960px}.tiles-grid.size-xs-7{width:1120px}.tiles-grid.size-xs-8{width:1280px}.tiles-grid.size-xs-9{width:1440px}.tiles-grid.size-xs-10{width:1600px}.tiles-grid.size-xs-11{width:1760px}.tiles-grid.size-xs-half{width:80px}.tiles-grid.size-xs-12{width:1920px}}@media screen and (min-width: 576px){.tiles-grid .col-sm-1{grid-column:1}.tiles-grid .row-sm-1{grid-row:1}.tiles-grid .col-sm-2{grid-column:2}.tiles-grid .row-sm-2{grid-row:2}.tiles-grid .col-sm-3{grid-column:3}.tiles-grid .row-sm-3{grid-row:3}.tiles-grid .col-sm-4{grid-column:4}.tiles-grid .row-sm-4{grid-row:4}.tiles-grid .col-sm-5{grid-column:5}.tiles-grid .row-sm-5{grid-row:5}.tiles-grid .col-sm-6{grid-column:6}.tiles-grid .row-sm-6{grid-row:6}.tiles-grid .col-sm-7{grid-column:7}.tiles-grid .row-sm-7{grid-row:7}.tiles-grid .col-sm-8{grid-column:8}.tiles-grid .row-sm-8{grid-row:8}.tiles-grid .col-sm-9{grid-column:9}.tiles-grid .row-sm-9{grid-row:9}.tiles-grid .col-sm-10{grid-column:10}.tiles-grid .row-sm-10{grid-row:10}.tiles-grid .col-sm-11{grid-column:11}.tiles-grid .row-sm-11{grid-row:11}.tiles-grid .col-sm-12{grid-column:12}.tiles-grid .row-sm-12{grid-row:12}.tiles-grid.size-sm-1{width:160px}.tiles-grid.size-sm-2{width:320px}.tiles-grid.size-sm-3{width:480px}.tiles-grid.size-sm-4{width:640px}.tiles-grid.size-sm-5{width:800px}.tiles-grid.size-sm-6{width:960px}.tiles-grid.size-sm-7{width:1120px}.tiles-grid.size-sm-8{width:1280px}.tiles-grid.size-sm-9{width:1440px}.tiles-grid.size-sm-10{width:1600px}.tiles-grid.size-sm-11{width:1760px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-12{width:1920px}}@media screen and (min-width: 640px){.tiles-grid .col-ld-1{grid-column:1}.tiles-grid .row-ld-1{grid-row:1}.tiles-grid .col-ld-2{grid-column:2}.tiles-grid .row-ld-2{grid-row:2}.tiles-grid .col-ld-3{grid-column:3}.tiles-grid .row-ld-3{grid-row:3}.tiles-grid .col-ld-4{grid-column:4}.tiles-grid .row-ld-4{grid-row:4}.tiles-grid .col-ld-5{grid-column:5}.tiles-grid .row-ld-5{grid-row:5}.tiles-grid .col-ld-6{grid-column:6}.tiles-grid .row-ld-6{grid-row:6}.tiles-grid .col-ld-7{grid-column:7}.tiles-grid .row-ld-7{grid-row:7}.tiles-grid .col-ld-8{grid-column:8}.tiles-grid .row-ld-8{grid-row:8}.tiles-grid .col-ld-9{grid-column:9}.tiles-grid .row-ld-9{grid-row:9}.tiles-grid .col-ld-10{grid-column:10}.tiles-grid .row-ld-10{grid-row:10}.tiles-grid .col-ld-11{grid-column:11}.tiles-grid .row-ld-11{grid-row:11}.tiles-grid .col-ld-12{grid-column:12}.tiles-grid .row-ld-12{grid-row:12}.tiles-grid.size-ld-1{width:160px}.tiles-grid.size-ld-2{width:320px}.tiles-grid.size-ld-3{width:480px}.tiles-grid.size-ld-4{width:640px}.tiles-grid.size-ld-5{width:800px}.tiles-grid.size-ld-6{width:960px}.tiles-grid.size-ld-7{width:1120px}.tiles-grid.size-ld-8{width:1280px}.tiles-grid.size-ld-9{width:1440px}.tiles-grid.size-ld-10{width:1600px}.tiles-grid.size-ld-11{width:1760px}.tiles-grid.size-ld-half{width:80px}.tiles-grid.size-ld-12{width:1920px}}@media screen and (min-width: 768px){.tiles-grid .col-md-1{grid-column:1}.tiles-grid .row-md-1{grid-row:1}.tiles-grid .col-md-2{grid-column:2}.tiles-grid .row-md-2{grid-row:2}.tiles-grid .col-md-3{grid-column:3}.tiles-grid .row-md-3{grid-row:3}.tiles-grid .col-md-4{grid-column:4}.tiles-grid .row-md-4{grid-row:4}.tiles-grid .col-md-5{grid-column:5}.tiles-grid .row-md-5{grid-row:5}.tiles-grid .col-md-6{grid-column:6}.tiles-grid .row-md-6{grid-row:6}.tiles-grid .col-md-7{grid-column:7}.tiles-grid .row-md-7{grid-row:7}.tiles-grid .col-md-8{grid-column:8}.tiles-grid .row-md-8{grid-row:8}.tiles-grid .col-md-9{grid-column:9}.tiles-grid .row-md-9{grid-row:9}.tiles-grid .col-md-10{grid-column:10}.tiles-grid .row-md-10{grid-row:10}.tiles-grid .col-md-11{grid-column:11}.tiles-grid .row-md-11{grid-row:11}.tiles-grid .col-md-12{grid-column:12}.tiles-grid .row-md-12{grid-row:12}.tiles-grid.size-md-1{width:160px}.tiles-grid.size-md-2{width:320px}.tiles-grid.size-md-3{width:480px}.tiles-grid.size-md-4{width:640px}.tiles-grid.size-md-5{width:800px}.tiles-grid.size-md-6{width:960px}.tiles-grid.size-md-7{width:1120px}.tiles-grid.size-md-8{width:1280px}.tiles-grid.size-md-9{width:1440px}.tiles-grid.size-md-10{width:1600px}.tiles-grid.size-md-11{width:1760px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-12{width:1920px}}@media screen and (min-width: 992px){.tiles-grid .col-lg-1{grid-column:1}.tiles-grid .row-lg-1{grid-row:1}.tiles-grid .col-lg-2{grid-column:2}.tiles-grid .row-lg-2{grid-row:2}.tiles-grid .col-lg-3{grid-column:3}.tiles-grid .row-lg-3{grid-row:3}.tiles-grid .col-lg-4{grid-column:4}.tiles-grid .row-lg-4{grid-row:4}.tiles-grid .col-lg-5{grid-column:5}.tiles-grid .row-lg-5{grid-row:5}.tiles-grid .col-lg-6{grid-column:6}.tiles-grid .row-lg-6{grid-row:6}.tiles-grid .col-lg-7{grid-column:7}.tiles-grid .row-lg-7{grid-row:7}.tiles-grid .col-lg-8{grid-column:8}.tiles-grid .row-lg-8{grid-row:8}.tiles-grid .col-lg-9{grid-column:9}.tiles-grid .row-lg-9{grid-row:9}.tiles-grid .col-lg-10{grid-column:10}.tiles-grid .row-lg-10{grid-row:10}.tiles-grid .col-lg-11{grid-column:11}.tiles-grid .row-lg-11{grid-row:11}.tiles-grid .col-lg-12{grid-column:12}.tiles-grid .row-lg-12{grid-row:12}.tiles-grid.size-lg-1{width:160px}.tiles-grid.size-lg-2{width:320px}.tiles-grid.size-lg-3{width:480px}.tiles-grid.size-lg-4{width:640px}.tiles-grid.size-lg-5{width:800px}.tiles-grid.size-lg-6{width:960px}.tiles-grid.size-lg-7{width:1120px}.tiles-grid.size-lg-8{width:1280px}.tiles-grid.size-lg-9{width:1440px}.tiles-grid.size-lg-10{width:1600px}.tiles-grid.size-lg-11{width:1760px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-12{width:1920px}}@media screen and (min-width: 1200px){.tiles-grid .col-xl-1{grid-column:1}.tiles-grid .row-xl-1{grid-row:1}.tiles-grid .col-xl-2{grid-column:2}.tiles-grid .row-xl-2{grid-row:2}.tiles-grid .col-xl-3{grid-column:3}.tiles-grid .row-xl-3{grid-row:3}.tiles-grid .col-xl-4{grid-column:4}.tiles-grid .row-xl-4{grid-row:4}.tiles-grid .col-xl-5{grid-column:5}.tiles-grid .row-xl-5{grid-row:5}.tiles-grid .col-xl-6{grid-column:6}.tiles-grid .row-xl-6{grid-row:6}.tiles-grid .col-xl-7{grid-column:7}.tiles-grid .row-xl-7{grid-row:7}.tiles-grid .col-xl-8{grid-column:8}.tiles-grid .row-xl-8{grid-row:8}.tiles-grid .col-xl-9{grid-column:9}.tiles-grid .row-xl-9{grid-row:9}.tiles-grid .col-xl-10{grid-column:10}.tiles-grid .row-xl-10{grid-row:10}.tiles-grid .col-xl-11{grid-column:11}.tiles-grid .row-xl-11{grid-row:11}.tiles-grid .col-xl-12{grid-column:12}.tiles-grid .row-xl-12{grid-row:12}.tiles-grid.size-xl-1{width:160px}.tiles-grid.size-xl-2{width:320px}.tiles-grid.size-xl-3{width:480px}.tiles-grid.size-xl-4{width:640px}.tiles-grid.size-xl-5{width:800px}.tiles-grid.size-xl-6{width:960px}.tiles-grid.size-xl-7{width:1120px}.tiles-grid.size-xl-8{width:1280px}.tiles-grid.size-xl-9{width:1440px}.tiles-grid.size-xl-10{width:1600px}.tiles-grid.size-xl-11{width:1760px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-12{width:1920px}}@media screen and (min-width: 1452px){.tiles-grid .col-xxl-1{grid-column:1}.tiles-grid .row-xxl-1{grid-row:1}.tiles-grid .col-xxl-2{grid-column:2}.tiles-grid .row-xxl-2{grid-row:2}.tiles-grid .col-xxl-3{grid-column:3}.tiles-grid .row-xxl-3{grid-row:3}.tiles-grid .col-xxl-4{grid-column:4}.tiles-grid .row-xxl-4{grid-row:4}.tiles-grid .col-xxl-5{grid-column:5}.tiles-grid .row-xxl-5{grid-row:5}.tiles-grid .col-xxl-6{grid-column:6}.tiles-grid .row-xxl-6{grid-row:6}.tiles-grid .col-xxl-7{grid-column:7}.tiles-grid .row-xxl-7{grid-row:7}.tiles-grid .col-xxl-8{grid-column:8}.tiles-grid .row-xxl-8{grid-row:8}.tiles-grid .col-xxl-9{grid-column:9}.tiles-grid .row-xxl-9{grid-row:9}.tiles-grid .col-xxl-10{grid-column:10}.tiles-grid .row-xxl-10{grid-row:10}.tiles-grid .col-xxl-11{grid-column:11}.tiles-grid .row-xxl-11{grid-row:11}.tiles-grid .col-xxl-12{grid-column:12}.tiles-grid .row-xxl-12{grid-row:12}.tiles-grid.size-xxl-1{width:160px}.tiles-grid.size-xxl-2{width:320px}.tiles-grid.size-xxl-3{width:480px}.tiles-grid.size-xxl-4{width:640px}.tiles-grid.size-xxl-5{width:800px}.tiles-grid.size-xxl-6{width:960px}.tiles-grid.size-xxl-7{width:1120px}.tiles-grid.size-xxl-8{width:1280px}.tiles-grid.size-xxl-9{width:1440px}.tiles-grid.size-xxl-10{width:1600px}.tiles-grid.size-xxl-11{width:1760px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-12{width:1920px}}@media screen and (min-width: 2000px){.tiles-grid .col-xxxl-1{grid-column:1}.tiles-grid .row-xxxl-1{grid-row:1}.tiles-grid .col-xxxl-2{grid-column:2}.tiles-grid .row-xxxl-2{grid-row:2}.tiles-grid .col-xxxl-3{grid-column:3}.tiles-grid .row-xxxl-3{grid-row:3}.tiles-grid .col-xxxl-4{grid-column:4}.tiles-grid .row-xxxl-4{grid-row:4}.tiles-grid .col-xxxl-5{grid-column:5}.tiles-grid .row-xxxl-5{grid-row:5}.tiles-grid .col-xxxl-6{grid-column:6}.tiles-grid .row-xxxl-6{grid-row:6}.tiles-grid .col-xxxl-7{grid-column:7}.tiles-grid .row-xxxl-7{grid-row:7}.tiles-grid .col-xxxl-8{grid-column:8}.tiles-grid .row-xxxl-8{grid-row:8}.tiles-grid .col-xxxl-9{grid-column:9}.tiles-grid .row-xxxl-9{grid-row:9}.tiles-grid .col-xxxl-10{grid-column:10}.tiles-grid .row-xxxl-10{grid-row:10}.tiles-grid .col-xxxl-11{grid-column:11}.tiles-grid .row-xxxl-11{grid-row:11}.tiles-grid .col-xxxl-12{grid-column:12}.tiles-grid .row-xxxl-12{grid-row:12}.tiles-grid.size-xxxl-1{width:160px}.tiles-grid.size-xxxl-2{width:320px}.tiles-grid.size-xxxl-3{width:480px}.tiles-grid.size-xxxl-4{width:640px}.tiles-grid.size-xxxl-5{width:800px}.tiles-grid.size-xxxl-6{width:960px}.tiles-grid.size-xxxl-7{width:1120px}.tiles-grid.size-xxxl-8{width:1280px}.tiles-grid.size-xxxl-9{width:1440px}.tiles-grid.size-xxxl-10{width:1600px}.tiles-grid.size-xxxl-11{width:1760px}.tiles-grid.size-xxxl-half{width:80px}.tiles-grid.size-xxxl-12{width:1920px}}.tiles-group{width:auto;float:left;overflow:visible}.tiles-group:before{content:attr(data-group-title);display:block;position:absolute;left:0;top:-36px;height:1.5em;line-height:1.5em;z-index:1;color:inherit}[class*=tile-].image-set{background-size:contain;background-position:center}[class*=tile-].image-set .img{width:25%;height:50%;display:block;float:left;border:1px solid #1d1d1d;background-size:cover}[class*=tile-].image-set .img:nth-child(1){width:50%;height:100%}[class*=tile-] .slide{width:100%;height:100%;position:absolute;top:0;left:0;display:block}[class*=tile-] [class*=slide-]{width:100%;height:100%;position:absolute;transition:all .3s ease-in-out}[class*=tile-] .slide-front{top:0;left:0}[class*=tile-].effect-hover-slide-up .slide-back,[class*=tile-].effect-hover-zoom-up .slide-back{top:100%;left:0}[class*=tile-].effect-hover-slide-up:hover .slide-front,[class*=tile-].effect-hover-zoom-up:hover .slide-front{transform:translateY(-100%)}[class*=tile-].effect-hover-slide-up:hover .slide-back,[class*=tile-].effect-hover-zoom-up:hover .slide-back{top:0}[class*=tile-].effect-hover-slide-down .slide-back,[class*=tile-].effect-hover-zoom-down .slide-back{top:0;left:0;transform:translateY(-100%)}[class*=tile-].effect-hover-slide-down:hover .slide-front,[class*=tile-].effect-hover-zoom-down:hover .slide-front{top:100%}[class*=tile-].effect-hover-slide-down:hover .slide-back,[class*=tile-].effect-hover-zoom-down:hover .slide-back{transform:translateY(0)}[class*=tile-].effect-hover-slide-left .slide-back,[class*=tile-].effect-hover-zoom-left .slide-back{top:0;left:100%}[class*=tile-].effect-hover-slide-left:hover .slide-front,[class*=tile-].effect-hover-zoom-left:hover .slide-front{transform:translate(-100%)}[class*=tile-].effect-hover-slide-left:hover .slide-back,[class*=tile-].effect-hover-zoom-left:hover .slide-back{left:0}[class*=tile-].effect-hover-slide-right .slide-back,[class*=tile-].effect-hover-zoom-right .slide-back{top:0;left:0;transform:translate(-100%)}[class*=tile-].effect-hover-slide-right:hover .slide-front,[class*=tile-].effect-hover-zoom-right:hover .slide-front{left:100%}[class*=tile-].effect-hover-slide-right:hover .slide-back,[class*=tile-].effect-hover-zoom-right:hover .slide-back{transform:translate(0)}[class*=tile-].effect-hover-zoom-up:hover .slide-front,[class*=tile-].effect-hover-zoom-down:hover .slide-front,[class*=tile-].effect-hover-zoom-left:hover .slide-front,[class*=tile-].effect-hover-zoom-right:hover .slide-front{left:0;top:0;transform:scale(2)}.time-picker input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.time-picker input:focus~.time-wrapper{box-shadow:0 0 0 3px #e4e4e473}.time-picker .time-wrapper{display:inline-flex;flex-flow:row nowrap;position:relative;border:1px solid var(--border-color);width:100%}.time-picker .hours,.time-picker .minutes,.time-picker .seconds{display:block;flex:1;border:1px solid;border-color:inherit;text-align:center;height:38px;line-height:34px;position:relative;font-size:1.2em}.time-picker.show-labels .hours,.time-picker.show-labels .minutes,.time-picker.show-labels .seconds{line-height:30px}.time-picker.show-labels .hours:before,.time-picker.show-labels .minutes:before,.time-picker.show-labels .seconds:before{content:attr(data-title);position:absolute;display:block;font-size:8px;line-height:12px;left:50%;bottom:0;transform:translate3d(-50%,0,0)}.time-picker.disabled{pointer-events:none!important;color:#e4e4e4!important}.toast{position:fixed;bottom:20px;width:auto;max-width:35.5rem;padding:.5rem 1.5rem;text-align:left;font-size:.875rem;font-weight:400;background-color:#323232;color:#fff;border-radius:.25rem;z-index:1080;display:block}.toast.show-top{bottom:auto;top:20px}.toast .closer{display:block;position:absolute;top:4px;right:4px;background-color:inherit;color:inherit;z-index:100}.toast .closer:before{display:block;content:"\d7";font-size:24px;margin-top:-4px}.tool-button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#ebebeb;color:#1d1d1d;user-select:none;border:1px solid transparent;transition:all .15s ease-in-out;padding:0;cursor:pointer;outline:none;margin:0 2px;position:relative;font-size:14px}.tool-button [class*=mif],.tool-button .icon,.tool-button img{height:1rem;max-height:1rem;font-size:1rem}.tool-button.text-button{width:auto;padding-left:.5rem;padding-right:.5rem}.tool-button:focus,.tool-button:hover{text-decoration:none}.tool-button:hover{background-color:#1d1d1d1a}.tool-button:active{outline:0;box-shadow:none}.tool-button.outline{background:transparent none;border-width:1px;border-color:var(--border-color)}.tool-button.disabled,.tool-button:disabled{opacity:.65}a.tool-button{text-decoration:none;color:#1d1d1d}.toolbar{display:inline-flex;position:relative;padding:0;top:2px;flex-flow:row nowrap;margin-left:4px}.toolbar.no-divider:before{display:none}.toolbar:before{position:absolute;content:"";width:4px;height:32px;top:0;left:0;background-color:#455a6433;cursor:default;display:none}.toolbar:after{content:attr(data-caption);position:absolute;left:2px;bottom:100%;font-size:8px;text-transform:uppercase}.toolbar.movable{padding-left:.5725rem}.toolbar.movable:before{display:block;cursor:move}.toolbar.vertical{flex-flow:column nowrap;padding:.5725rem 0 0;width:32px;margin-left:0;margin-top:4px}.toolbar.vertical:before{width:32px;height:4px}.toolbar.vertical:after{transform:rotate(-90deg);right:100%;top:auto}.toolbar.vertical .tool-button{margin:2px 0}:root{--transform-button-color: #000000}.dark-mode{--transform-button-color: #ffffff}.transform-button{width:36px;height:36px;background-size:1rem 1rem;background:center center no-repeat;text-indent:-9999px;border:0;display:inline-block;cursor:pointer;z-index:2;position:relative;float:left;outline:none}.transform-button span{position:absolute;left:.5rem;width:1.2rem;height:2px;margin:0;background:var(--transform-button-color);transform:rotate(0);transition:all .3s linear}.transform-button span:before,.transform-button span:after{content:"";position:absolute;top:-.5rem;right:0;width:1.2rem;height:2px;background:var(--transform-button-color);transform:rotate(0);transition:all .3s linear}.transform-button span:after{top:.5rem}.transform-button.transform span{transform:rotate(180deg)}.transform-button.transform span:before,.transform-button.transform span:after{content:"";top:-5px;right:0;width:.75rem;transform:rotate(45deg)}.transform-button.transform span:after{top:5px;transform:rotate(-45deg)}.transform-button.transform.right{transform:rotate(-180deg)}.transform-button.transform.right span{margin-top:-2px}.transform-button.transform.up{transform:rotate(90deg)}.transform-button.transform.down{transform:rotate(-90deg)}.transform-button.transform.top-left{transform:rotate(45deg)}.transform-button.transform.top-right{transform:rotate(135deg)}.transform-button.transform.bottom-left{transform:rotate(-45deg)}.transform-button.transform.bottom-right{transform:rotate(-135deg)}:root{--treeview-background: #ffffff;--treeview-color: #43454a;--treeview-selected-row-background: #d4e2ff;--treeview-selected-row-color: #2b2d30;--treeview-node-toggle-color: #191919}.dark-side{--treeview-background: #2b2d30;--treeview-color: #dfe1e5;--treeview-selected-row-background: #43454a;--treeview-selected-row-color: #ffffff;--treeview-node-toggle-color: #ffffff}.treeview,.treeview ul:not(.d-menu){margin:0;padding:0;font-size:14px;list-style:none inside;display:block;position:relative;user-select:none;background-color:var(--treeview-background);color:var(--treeview-color)}.treeview{padding:8px;overflow:hidden}.treeview li{position:relative}.treeview a{display:flex;align-items:center;font-size:13px;color:var(--d-menu-item-color);text-decoration:none;padding:4px 10px 4px 20px;border-radius:var(--d-menu-border-radius);white-space:nowrap;flex-wrap:nowrap;line-height:20px;overflow:hidden}.treeview a:hover{background-color:var(--treeview-selected-row-background);color:var(--treeview-selected-row-color)}.treeview .current>a{background-color:var(--treeview-selected-row-background);color:var(--treeview-selected-row-color)}.treeview ul:not(.d-menu) a{padding-left:40px}.treeview ul:not(.d-menu) ul:not(.d-menu) a{padding-left:60px}.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) a{padding-left:80px}.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) a{padding-left:100px}.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) a{padding-left:120px}.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) a{padding-left:140px}.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) a{padding-left:160px}.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) a{padding-left:180px}.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) a{padding-left:200px}.treeview .icon{margin-right:6px}.treeview .node-toggle{position:relative;cursor:pointer;padding-right:1.5rem!important;user-select:none;position:absolute;left:0;top:4px;width:16px;height:16px;z-index:0}.treeview .node-toggle:before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:.3125rem;width:.3125rem;background-color:transparent;border-left:1px solid;border-bottom:1px solid;border-color:#1d1d1d;top:50%;left:100%;margin-left:-1rem;margin-top:-.1625rem;z-index:2;transform:rotate(-45deg);transition:all .15s ease-in-out;transform-origin:center center 1px}.treeview .node-toggle:before{transform:rotate(-135deg);border-color:var(--treeview-node-toggle-color)}.treeview ul:not(.d-menu) .node-toggle{left:20px}.treeview ul:not(.d-menu) ul:not(.d-menu) .node-toggle{left:40px}.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) .node-toggle{left:60px}.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) .node-toggle{left:80px}.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) .node-toggle{left:100px}.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) .node-toggle{left:120px}.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) .node-toggle{left:140px}.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) .node-toggle{left:160px}.treeview li.expanded>.node-toggle:before{transform:rotate(-45deg)}.treeview .badge{display:inline-block!important;border-radius:4px;padding:2px 4px;font-size:10px;border:1px solid var(--border-color);position:relative;top:auto;right:auto;transform:none;margin-left:4px}.treeview .actions-holder{z-index:2;position:absolute;top:1px;left:-2px;display:none;height:26px;width:26px;align-items:center;justify-content:center}.treeview .actions-holder .actions-list{position:absolute;top:100%;left:0}.treeview .actions-holder .actions-list-trigger{background-color:transparent;width:20px;height:20px;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center}.treeview .actions-holder>ul{margin:0;z-index:3}.treeview .actions-holder>ul li{padding-left:0}.treeview li:hover>.actions-holder,.treeview .current>.actions-holder{display:flex}.treeview.auto-layout ul:not(.d-menu) li{padding-left:40px}.treeview.auto-layout ul:not(.d-menu) ul:not(.d-menu) li{padding-left:60px}.treeview.auto-layout ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) li{padding-left:80px}.treeview.auto-layout ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) li{padding-left:100px}.treeview.auto-layout ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) li{padding-left:120px}.treeview.auto-layout ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) li{padding-left:140px}.treeview.auto-layout ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) li{padding-left:160px}.treeview.auto-layout ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) li{padding-left:180px}.treeview.auto-layout ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) li{padding-left:200px}:root{--v-menu-border-color: #e9e9e9;--v-menu-divider-color: #e9e9e9;--v-menu-background: #ffffff;--v-menu-color: #191919;--v-menu-item-color: #191919;--v-menu-item-color-disabled: #ccc;--v-menu-item-color-hover: #000000;--v-menu-item-background-hover: #e8e8e8;--v-menu-dropdown-toogle-color: #191919;--v-menu-shadow-color: #e1e1e1;--v-menu-border-radius: 4px}.dark-side{--v-menu-border-color: #404959;--v-menu-divider-color: #404959;--v-menu-background: #11151d;--v-menu-color: #ffffff;--v-menu-item-color: #dbdfe7;--v-menu-item-color-disabled: #173e8f;--v-menu-item-color-hover: #ffffff;--v-menu-item-background-hover: #222938;--v-menu-dropdown-toogle-color: #ffffff;--v-menu-shadow-color: #191919;--v-menu-border-radius: 4px}.v-menu,.v-menu ul{position:relative;width:100%;margin:0;padding:4px 0;list-style:none inside none;background-color:var(--v-menu-background);color:var(--v-menu-color);border:1px solid var(--v-menu-border-color);display:block}.v-menu.open,.v-menu ul.open{display:block!important}.v-menu.place-right,.v-menu ul.place-right{left:auto;right:0}.v-menu li,.v-menu a{position:relative}.v-menu li{display:block;margin:0 4px}.v-menu a{display:flex;align-items:center;font-size:13px;color:var(--d-menu-item-color);text-decoration:none;padding:4px 10px 4px 32px;border-radius:var(--d-menu-border-radius);white-space:nowrap;flex-wrap:nowrap;line-height:20px}.v-menu a:hover{color:var(--d-menu-item-color-hover);text-decoration:none;background-color:var(--d-menu-item-background-hover)}.v-menu .caption{margin-right:1rem;white-space:nowrap}.v-menu .hotkey{margin-left:auto;margin-right:1rem}.v-menu .icon{position:absolute;left:8px;top:5px;width:16px;height:16px;font-size:16px}.v-menu .menu-title{background-color:#f6f7f8;font-size:12px;line-height:22px;height:22px;padding:0 8px;border:0;color:#646464;font-weight:700;pointer-events:none}.v-menu .menu-title:first-child{margin:0;border-top-width:0}.v-menu .menu-title:first-child:hover{border-top-width:0}.v-menu .menu-title:hover{background-color:#f6f7f8;cursor:default;border:0}.v-menu .dropdown-toggle:before{transform:rotate(-135deg);border-color:var(--d-menu-dropdown-toogle-color)!important}.v-menu .dropdown-toggle.active-toggle:before{transform:rotate(-45deg)}.v-menu .divider{padding:0;height:1px;margin:4px 0;overflow:hidden;background-color:var(--d-menu-divider-color);cursor:default;pointer-events:none}.v-menu .divider:hover{background-color:var(--d-menu-divider-color)}.v-menu .disabled{cursor:default;pointer-events:none}.v-menu .disabled a{color:var(--d-menu-item-color-disabled)!important}.v-menu .v-menu,.v-menu ul{border:none;margin:0 -4px}.vegas-wrapper,.vegas-overlay,.vegas-timer,.vegas-slide,.vegas-slide-inner{position:absolute;inset:0;overflow:hidden;border:none;padding:0;margin:0}.vegas-overlay{opacity:.5;background:transparent center center repeat}.vegas-overlay.overlay1{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg==)}.vegas-overlay.overlay2{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGAAAgAChgCB/5LsuQAAAABJRU5ErkJggg==)}.vegas-overlay.overlay3{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABAQMAAADO7O3JAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAApJREFUCNdjaAAAAIIAgd1DavQAAAAASUVORK5CYII=)}.vegas-overlay.overlay4{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACAQMAAACjTyRkAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg==)}.vegas-overlay.overlay5{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjaGBwYFAAAANmAOGGoYR3AAAAAElFTkSuQmCC)}.vegas-overlay.overlay6{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBwAAABxADBSUUqSQAAAABJRU5ErkJggg==)}.vegas-overlay.overlay7{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABBJREFUCNdjUGAIYGhgCAAABEgBQXXpfAgAAAAASUVORK5CYII=)}.vegas-overlay.overlay8{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAQMAAADaAn0LAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABJJREFUCNdjcGB4AMQcDDIMHAAM8AGNu4TNogAAAABJRU5ErkJggg==)}.vegas-overlay.overlay9{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPAgMAAABGuH3ZAAAACVBMVEUAAAAAAAAAAACDY+nAAAAAAnRSTlMAiJXwxioAAAAaSURBVAjXY1i1atUKhkYWAQcIMTU0NIRMLgDFIhFFGbSiTQAAAABJRU5ErkJggg==)}.vegas-timer{top:auto;bottom:0;height:2px}.vegas-timer-progress{width:0;height:100%;background:#fff;transition:width ease-out}.vegas-timer-running .vegas-timer-progress{width:100%}.vegas-slide,.vegas-slide-inner{margin:0;padding:0;background:transparent center center no-repeat;transform:translateZ(0);will-change:transform,opacity}body .vegas-container{overflow:hidden!important;position:relative}.vegas-video{min-width:100%;min-height:100%;width:auto;height:auto}body.vegas-container{overflow:auto;position:static;z-index:-2}body.vegas-container>.vegas-timer,body.vegas-container>.vegas-overlay,body.vegas-container>.vegas-slide{position:fixed;z-index:-1}.vegas-transition-blur,.vegas-transition-blur2{opacity:0;filter:blur(32px) brightness(1.01)}.vegas-transition-blur-in,.vegas-transition-blur2-in{opacity:1;filter:blur(0px) brightness(1.01)}.vegas-transition-blur2-out{opacity:0}.vegas-transition-burn,.vegas-transition-burn2{opacity:0;filter:contrast(1000%) saturate(1000%)}.vegas-transition-burn-in,.vegas-transition-burn2-in{opacity:1;filter:contrast(100%) saturate(100%)}.vegas-transition-burn2-out{opacity:0;filter:contrast(1000%) saturate(1000%)}.vegas-transition-fade,.vegas-transition-fade2{opacity:0}.vegas-transition-fade-in,.vegas-transition-fade2-in{opacity:1}.vegas-transition-fade2-out{opacity:0}.vegas-transition-flash,.vegas-transition-flash2{opacity:0;filter:brightness(25)}.vegas-transition-flash-in,.vegas-transition-flash2-in{opacity:1;filter:brightness(1)}.vegas-transition-flash2-out{opacity:0;filter:brightness(25)}.vegas-transition-negative,.vegas-transition-negative2{opacity:0;filter:invert(100%)}.vegas-transition-negative-in,.vegas-transition-negative2-in{opacity:1;filter:invert(0)}.vegas-transition-negative2-out{opacity:0;filter:invert(100%)}.vegas-transition-slideDown,.vegas-transition-slideDown2{transform:translateY(-100%)}.vegas-transition-slideDown-in,.vegas-transition-slideDown2-in{transform:translateY(0)}.vegas-transition-slideDown2-out{transform:translateY(100%)}.vegas-transition-slideLeft,.vegas-transition-slideLeft2{transform:translate(100%)}.vegas-transition-slideLeft-in,.vegas-transition-slideLeft2-in{transform:translate(0)}.vegas-transition-slideLeft2-out,.vegas-transition-slideRight,.vegas-transition-slideRight2{transform:translate(-100%)}.vegas-transition-slideRight-in,.vegas-transition-slideRight2-in{transform:translate(0)}.vegas-transition-slideRight2-out{transform:translate(100%)}.vegas-transition-slideUp,.vegas-transition-slideUp2{transform:translateY(100%)}.vegas-transition-slideUp-in,.vegas-transition-slideUp2-in{transform:translateY(0)}.vegas-transition-slideUp2-out{transform:translateY(-100%)}.vegas-transition-swirlLeft,.vegas-transition-swirlLeft2{transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-swirlLeft-in,.vegas-transition-swirlLeft2-in{transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlLeft2-out,.vegas-transition-swirlRight,.vegas-transition-swirlRight2{transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight-in,.vegas-transition-swirlRight2-in{transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlRight2-out{transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-zoomIn,.vegas-transition-zoomIn2{transform:scale(0);opacity:0}.vegas-transition-zoomIn-in,.vegas-transition-zoomIn2-in{transform:scale(1);opacity:1}.vegas-transition-zoomIn2-out,.vegas-transition-zoomOut,.vegas-transition-zoomOut2{transform:scale(2);opacity:0}.vegas-transition-zoomOut-in,.vegas-transition-zoomOut2-in{transform:scale(1);opacity:1}.vegas-transition-zoomOut2-out{transform:scale(0);opacity:0}.vegas-animation-kenburns{animation:kenburns ease-out}@keyframes kenburns{0%{transform:scale(1.5)}to{transform:scale(1)}}.vegas-animation-kenburnsDownLeft{animation:kenburnsDownLeft ease-out}@keyframes kenburnsDownLeft{0%{transform:scale(1.5) translate(10%,-10%)}to{transform:scale(1) translate(0)}}.vegas-animation-kenburnsDownRight{animation:kenburnsDownRight ease-out}@keyframes kenburnsDownRight{0%{transform:scale(1.5) translate(-10%,-10%)}to{transform:scale(1) translate(0)}}.vegas-animation-kenburnsDown{animation:kenburnsDown ease-out}@keyframes kenburnsDown{0%{transform:scale(1.5) translateY(-10%)}to{transform:scale(1) translate(0)}}.vegas-animation-kenburnsLeft{animation:kenburnsLeft ease-out}@keyframes kenburnsLeft{0%{transform:scale(1.5) translate(10%)}to{transform:scale(1) translate(0)}}.vegas-animation-kenburnsRight{animation:kenburnsRight ease-out}@keyframes kenburnsRight{0%{transform:scale(1.5) translate(-10%)}to{transform:scale(1) translate(0)}}.vegas-animation-kenburnsUpLeft{animation:kenburnsUpLeft ease-out}@keyframes kenburnsUpLeft{0%{transform:scale(1.5) translate(10%,10%)}to{transform:scale(1) translate(0)}}.vegas-animation-kenburnsUpRight{animation:kenburnsUpRight ease-out}@keyframes kenburnsUpRight{0%{transform:scale(1.5) translate(-10%,10%)}to{transform:scale(1) translate(0)}}.vegas-animation-kenburnsUp{animation:kenburnsUp ease-out}@keyframes kenburnsUp{0%{transform:scale(1.5) translateY(10%)}to{transform:scale(1) translate(0)}}.video-player .controls .button{border:none}.window{display:flex;flex-direction:column;position:relative;height:auto;background-color:#fff;color:#1d1d1d;border:1px #e9e9e9 solid;z-index:1}.window-caption{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;height:2.25rem;line-height:2.25rem;padding:0;border-bottom:1px transparent solid;cursor:default;vertical-align:middle;background-color:#3c6478;color:#fff;user-select:none}.window-caption .title{font-size:.875rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100%;padding-left:4px;color:inherit}.window-caption .icon{width:34px;height:34px;text-align:center;flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative;color:inherit}.window-caption .icon *{width:1rem;font-size:1rem;line-height:34px;text-align:center}.window-caption *+.title{padding-left:0}.window-caption .buttons{height:100%;margin-left:auto;display:flex;flex-wrap:nowrap;flex-direction:row}.window-caption .btn-custom:focus,.window-caption .btn-custom:active{box-shadow:none!important}.window-caption .buttons .btn-min,.window-caption .buttons .btn-max,.window-caption .buttons .btn-close,.window-caption .buttons .btn-custom{position:relative;height:34px;width:34px;text-align:center;vertical-align:middle;font-size:1rem;font-weight:400;padding:0 0 .625rem;outline:none;cursor:pointer;display:block;border:1px solid transparent;margin:1px 0}.window-caption .buttons .sys-button{background-color:transparent;color:#fff}.window-caption .buttons .sys-button:hover{background-color:#ffffff1a}.window-caption .buttons .sys-button:hover:before{border-color:#fff;color:#fff}.window-caption .buttons .sys-button:active{background-color:#ffffff4d;color:#fff}.window-caption .buttons .btn-close:hover{background-color:#c75050;color:#fff}.window-caption .buttons .btn-close:hover:before{color:#fff}.window-caption .buttons .btn-close:active{background-color:#e04343;color:#fff}.window-caption .buttons .btn-close:before{border-color:#777;content:"\d7";position:absolute;line-height:34px;vertical-align:middle;left:50%;top:-4px;margin-left:-.32em;color:#fff;font-size:1.5rem}.window-caption .buttons .btn-min:before,.window-caption .buttons .btn-max:before{display:block;position:absolute;width:.625rem;height:.625rem;border:0 #fff solid;border-bottom-width:2px;content:" ";bottom:.72rem;left:50%;margin-left:-.3rem;top:auto}.window-caption .buttons .btn-max:before{height:.575rem;border:1px #fff solid;border-top-width:2px}.window-caption .buttons .btn-custom{min-width:34px;width:auto;flex-shrink:0}.window-caption .buttons .btn-custom{order:1}.window-caption .buttons .btn-min{order:2}.window-caption .buttons .btn-max{order:3}.window-caption .buttons .btn-close{order:4}.window-content{overflow:auto;height:calc(100% - 2.25rem)}.window-status{display:flex;flex-direction:row;flex-wrap:nowrap;padding:.1rem .5rem;background-color:#f8f8f8;color:#1d1d1d;height:1.2rem;font-size:.8rem}.window.info .window-caption{background-color:#1fb1f8;color:#fff}.window.alert .window-caption{background-color:#ce352c;color:#fff}.window.warning .window-caption{background-color:#fa6800;color:#fff}.window.success .window-caption{background-color:#60a917;color:#fff}.window.focused{box-shadow:0 0 5px #0000004d}.window.modal{z-index:1050}.window.minimized{max-width:12rem;max-height:2.25rem}.window.minimized .window-caption{border-bottom:none!important}.window.minimized .window-content{display:none!important}.window.minimized .window-caption .btn-custom{display:none}.window.maximized{top:0!important;left:0!important;width:100%!important;height:100%!important;max-height:none!important;max-width:none!important}.window.maximized .btn-max:before{border:1px #fff solid;z-index:2}.window.maximized .btn-max:after{display:block;position:absolute;width:.625rem;height:.625rem;border-top:1px #fff solid;border-right:1px #fff solid;content:" ";bottom:.375rem;right:7px;top:8px;z-index:1}.window.resizable{min-width:12rem;min-height:2.25rem}.wizard{display:flex;flex-flow:row nowrap;align-items:stretch;background-color:#fff;color:#1d1d1d;min-height:200px;height:auto;border:1px solid var(--border-color);counter-reset:wizard-step;position:relative}.wizard>section,.wizard>.section{counter-increment:wizard-step;display:block;position:relative;border-left:#bebebe solid;border-left-width:4px;width:0;transition:width .3s ease}.wizard>section:before,.wizard>.section:before{display:none;content:counter(wizard-step);position:absolute;bottom:20px;width:25px;text-align:center;left:-25px;z-index:1;color:#fff}.wizard>section .page-content,.wizard>.section .page-content{padding:1rem 1rem 4.25rem;display:none;overflow:hidden}.wizard>section.current,.wizard>.section.current{width:100%;border:0!important}.wizard>section.current .page-content,.wizard>.section.current .page-content{display:block}.wizard>section.current:before,.wizard>.section.current:before{display:block;left:0;color:#fff;background-color:#1fb1f8}.wizard>section.current,.wizard>.section.current,.wizard>section.complete,.wizard>.section.complete{transition:width .3s ease}.wizard>section.complete,.wizard>.section.complete{cursor:pointer}.wizard .action-bar{display:flex;flex-flow:row nowrap;justify-content:right;position:absolute;bottom:1rem;left:41px}.wizard .action-bar:after{display:block;clear:both;content:""}.wizard .action-bar>*{margin:1px}.wizard>section{border-color:#011017}.wizard>section:nth-child(1){border-color:#1fb1f8}.wizard>section:nth-child(2){border-color:#08a8f6}.wizard>section:nth-child(3){border-color:#0797dd}.wizard>section:nth-child(4){border-color:#0686c4}.wizard>section:nth-child(5){border-color:#0575ac}.wizard>section:nth-child(6){border-color:#056493}.wizard>section:nth-child(7){border-color:#04537a}.wizard>section:nth-child(8){border-color:#034361}.wizard>section:nth-child(9){border-color:#023249}.wizard>section:nth-child(10){border-color:#011017}.wizard>section.complete{border-color:#656565}.wizard>section.complete:nth-child(1){border-color:#e4e4e4}.wizard>section.complete:nth-child(2){border-color:#d8d8d8}.wizard>section.complete:nth-child(3){border-color:#cbcbcb}.wizard>section.complete:nth-child(4){border-color:#bebebe}.wizard>section.complete:nth-child(5){border-color:#b1b1b1}.wizard>section.complete:nth-child(6){border-color:#a5a5a5}.wizard>section.complete:nth-child(7){border-color:#989898}.wizard>section.complete:nth-child(8){border-color:#8b8b8b}.wizard>section.complete:nth-child(9){border-color:#7e7e7e}.wizard>section.complete:nth-child(10){border-color:#656565}.wizard [class*=wizard-btn].disabled{opacity:.1}@media screen and (min-width: 0){.wizard.wizard-wide-fs{flex-flow:row nowrap}.wizard.wizard-wide-fs>section{border-left-width:25px}.wizard.wizard-wide-fs>section:before{display:block}}@media screen and (min-width: 360px){.wizard.wizard-wide-xs{flex-flow:row nowrap}.wizard.wizard-wide-xs>section{border-left-width:25px}.wizard.wizard-wide-xs>section:before{display:block}}@media screen and (min-width: 576px){.wizard.wizard-wide-sm{flex-flow:row nowrap}.wizard.wizard-wide-sm>section{border-left-width:25px}.wizard.wizard-wide-sm>section:before{display:block}}@media screen and (min-width: 640px){.wizard.wizard-wide-ld{flex-flow:row nowrap}.wizard.wizard-wide-ld>section{border-left-width:25px}.wizard.wizard-wide-ld>section:before{display:block}}@media screen and (min-width: 768px){.wizard.wizard-wide-md{flex-flow:row nowrap}.wizard.wizard-wide-md>section{border-left-width:25px}.wizard.wizard-wide-md>section:before{display:block}}@media screen and (min-width: 992px){.wizard.wizard-wide-lg{flex-flow:row nowrap}.wizard.wizard-wide-lg>section{border-left-width:25px}.wizard.wizard-wide-lg>section:before{display:block}}@media screen and (min-width: 1200px){.wizard.wizard-wide-xl{flex-flow:row nowrap}.wizard.wizard-wide-xl>section{border-left-width:25px}.wizard.wizard-wide-xl>section:before{display:block}}@media screen and (min-width: 1452px){.wizard.wizard-wide-xxl{flex-flow:row nowrap}.wizard.wizard-wide-xxl>section{border-left-width:25px}.wizard.wizard-wide-xxl>section:before{display:block}}@media screen and (min-width: 2000px){.wizard.wizard-wide-xxxl{flex-flow:row nowrap}.wizard.wizard-wide-xxxl>section{border-left-width:25px}.wizard.wizard-wide-xxxl>section:before{display:block}}:root{--page-control-background: #ffffff;--page-control-background-hover: rgba(190, 190, 190, .1);--page-control-closer-hover-background: rgba(29, 29, 29, .1);--page-control-border-color: #e0e0e0}.page-control{position:relative;display:block;user-select:none}.page-control__tabs{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;list-style:none inside;min-height:32px}.page-control__tabs:after{content:"";position:absolute;left:0;bottom:0;right:0;z-index:0;border-bottom:1px solid var(--page-control-border-color)}.page-control__tabs.tabs-position-left{justify-content:start}.page-control__tabs.tabs-position-center{justify-content:center}.page-control__tabs.tabs-position-right{justify-content:end}.page-control__tabs.wrap-items{flex-wrap:wrap}.page-control__tab{display:flex;position:relative;padding:4px 8px;border:1px solid transparent;cursor:default;z-index:1;align-items:center;user-select:none}.page-control__tab.active{border:1px solid var(--page-control-border-color);border-bottom-color:var(--page-control-background)}.page-control__tab:not(:first-child):before{content:"";border-right:1px solid var(--page-control-border-color);position:absolute;width:1px;height:20px;left:-1px}.page-control__tab.active{z-index:2}.page-control__tab.active:before{display:none}.page-control__tab.active+.page-control__tab:before{display:none}.page-control__tab:not(.active):hover{background:var(--page-control-background-hover)}.page-control__tab__icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;position:relative;border:1px solid transparent;background:transparent;margin-right:8px}.page-control__tab__icon *{width:100%;height:100%;font-size:16px}.page-control__tab__caption{font-size:12px;white-space:nowrap}.page-control__tab__closer{display:inline-flex;position:relative;margin-left:8px;font-size:10px;width:18px;height:18px;border:1px solid transparent;border-radius:50%;align-items:center;justify-content:center;visibility:hidden}.page-control__tab__closer:hover{background:var(--page-control-closer-hover-background)}.page-control__tab__menu{border:1px solid var(--page-control-border-color);left:-6px;top:calc(100% + 4px)}.page-control__tab__menu__holder{cursor:pointer;margin-right:10px;visibility:hidden}.page-control__tab.active .page-control__tab__closer,.page-control__tab:hover .page-control__tab__closer,.page-control__tab.active .page-control__tab__menu__holder,.page-control__tab:hover .page-control__tab__menu__holder{visibility:visible}.page-control__tab__service{height:32px;display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;position:absolute;right:0;z-index:3;background:var(--page-control-background);padding-top:4px}.page-control__tab__service.invisible-tabs{right:24px}.page-control__tab__service ul{top:100%;left:auto;right:0;border:1px solid var(--page-control-border-color)}.page-control__tab__append{width:32px;height:32px;display:flex;align-items:center;justify-content:center;position:relative}.page-control__tab__append:before{content:"";border-right:1px solid var(--page-control-border-color);position:absolute;width:1px;height:20px;left:-1px}.page-control__tab__append span.toggle{display:inline-flex;position:relative;font-size:14px;width:24px;height:24px;border:1px solid transparent;border-radius:50%;align-items:center;justify-content:center;cursor:pointer}.page-control__tab__append span.toggle:hover{border-color:var(--page-control-border-color)}.page-control__tab__append ul{top:calc(100% + 1px);left:0;border:1px solid var(--page-control-border-color)}.page-control__service-button{cursor:pointer;user-select:none;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.page-control__service-button span.toggle{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.page-control__service-button:hover{border:1px solid var(--page-control-border-color)}.page-control__invisible_tabs_holder .page-control__tab{display:flex;cursor:default;border:none;padding-right:4px}.page-control__invisible_tabs_holder .page-control__tab .page-control__tab__closer{margin-left:auto}.page-control__invisible_tabs_holder .page-control__tab .page-control__tab__caption{margin-right:4px}.page-control__invisible_tabs_holder .page-control__tab:after{display:none}.page-control__invisible_tabs_holder .page-control__tab.active{border:none;background:var(--page-control-border-color)}.page-control__invisible_tabs_holder .page-control__tab__menu{left:auto;right:calc(100% + 8px);z-index:1001}@font-face{font-weight:400;font-style:normal;font-family:metro;src:url(data:application/font-woff;base64,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AAcAAP/ABAADwAADAAcAEAAcAOAA6QD1AAA3ESERAREhEQU0JiMhESEyNjcyNjU0JiMiBhUUFicOATEGIiMiJicuAScuAScuASMiBgcOAQcOAQcOARUUFhceARceARceARceARceARceARceARUUBgcOAQcOAQcGIiMVIzUiMCMiJicuAScuAScuAScuASc0JjU8ATc0NjU0NjUyNjMyFhceARceARceATMyNjc+ATc+ATc+ATU0JicuAScuAScuAScuAScuAScuAScuATU0Njc+ATc+ATc+ATc1MxU6ATMeARceARceARceARUwFhUWFBUcARUcARUUBhUHFBYzIREhIgYHIgYVFBYzMjY1NCYABAD8QAOA/uBeQgGg/mBCXoAUHBwUFBwcyAEBAQIBAQMDAgYDBAgFBAoGBAgDAwUDAgMBAQECAwIGBAQJBQUKBgUKBQUJBAQGAgMCBAMECwYHDwgCAgEfAQEGDQUGCgUECAIDBQEBAgEBAQECAQIBAQQDAgcEBAkGBQ0IBAkEBAYDAgQCAQIDAgMGBAQIBQUKBQYKBQQJBAQGAgMCAwQDCQYGDggECAUfAQIBBAkEBAcDAwQBAQIBAQHkXkL+YAGgQl6AFBwcFBQcHKACQP3AAgL+PgHC4lBw/oBwECYaGiYmGhomkQICAQEBAgMCAQMBAgEBAQEDAgIEAwIGAgUHAwQFAwIFAgIFAgIGAwMHBAUKBQYOBwsSBwgNBQUIAgEjHgECAQICAQQBAgMBAgMDAgcFAwUCAgQBAQIBAQIBAgQCAgMCAgEBAQEDAgMFAwMHBAQIAwMFAwIFAgIFAgMFAwMHBQQKBgYNCQkQBwcMBQQHAwEBASEhAQIBAQMBAgIBAQIBAgECAgICBAMDBQICAwFRUHABgHAQJhoaJiYaGiYAAAAACQAA/8AEwAPAAAUADAAQABUAMQA9AQEBHQEpAAAlEwU1IREHJxMhNSERByERIQchESERAxQWFyEyNjU0JiMhDgEVFBYzMjY3ES4BIyIGFSciBhUUFjMyNjU0JicwFhUUFhUcARUcARUUBhUOATEGIiMiJicuAScuAScuASMiBgcOAQcOAQcOARUUFhceARceARceARceARceARceARceARUUBgcOAQcOAQcqAQcVIzUwIjEiJicuAScuAScuAScuAScmNDU8ATU0Njc0NjM+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BAEECQEEAQQBAw4HAgEDAQQBBQMBBgQMAwcCBwwBAQICAQgEBQIHAwIKAQICBQIHAQUEAwwCAxoKBg8BBwcGBQQEAggEAwEEAQICBQkDAQQBBQYEAQUCAQUDCwECAwEBAwQFBgMKAgIBAQYFAQUBAwcEAQ4EAQICBQMFAgYJCwEBBgQIBAEHBQQFAwgIBQMDAgEBAwIFAgUJBQEHBQQDAwQBBAwGAgsEBQIBAgQCAQMCAQEDBgMEAggDCwMBAwECAQEBAQMCBgQDBQQGAwEGAQECBgICAgMCAgMLBAUDAgcFBAQDBAgFDRMQCwICAQMCBgEEDgICBQMIAgECAQMDAgUDCQQECgEBAggBCAMFAQEHAwEDAQUDAgMBAgEBAQEBAQUDAgUBAgIBHDsfOzc3YCgpHgIBAwMCBAIBBgIBAgIEAQEBAQEVFwECAhYBAxACAg0BCgMFQREBBAIBAQECAQMFBAUFAQYJCQcGAQMEAQ4CBAEEBwkJNgEIBQwFCAEEAQMCAwsCAwsBEQMDBQUDBQIFAQQEAQMHBBAKAQIYBA8CAwIBAg8CAgEIAQUCBAECAwIBBQUDAwIBBgcGBCUHGAEEDQULBAECAQMBAQQCBAIDAQMDAwMEBAEBBQQBBQEFAwEFAg0BAg8CHQMEDAEEBgIKAwUTAwUBBCACBAMDBwMEAwIJBQIHAgEDAQ0FBAamAQQCBAEDCRYCBwEEAQEEAwIDBAEBAVMGDgICAQEDAgIGAgMGCQMDARwFBAEBAQQCBAEFBQIDAQYCAQMBAwMDDAUCBAUDAQ0HBAYCAQgEAQEBAj4gBwkJByAHCQnBAQIBBBwBCwEDBQMCAQMHBQICAQcGBSgDCgEDBQIHBQYBBwYFCgEGAgUBAwMFAQICAQMdAQIBAQFFAQEBAwIKAkAoKIteXWpqXV6LKCgoKIteXWpqXV6LKCgCKwEBAwQCAQECAgQEAQECBAIHCQQDAQQDEQEDAQUDCgoDDgUDCAQPAhYQCQERAwEPBwYBDQIOAQYOBgcOBytfM0hCQm4pKhcMFgILBAsFBAkFAy4RGA8NARUFAwcEGwEEDAcCGAIDAQYKAw0CBg0MAgIHBAoCBgwBAQEJBgUFDgMEFgEBAQEBCgIDAQEBA5EKBAUDAQECAgYGBAEIDQoCAwIDCQcJAgEIowIDAiMEAQsCAgoEAg0EAQEFBQMGAwMJBAEBAgMDBgYECAcDAgIPAgkDAg0CAwMDCQEBAgITBQMEAgEOAQEDAgEGAwYFBAYDBA4FAgQLAQECBQQBGQIGAwUCAgIJBxkDAgEBAQQDAwUBAgcMBAEGAgEDBwEBBQUEAwQCBAgDBQgEAQQBDgMBBwQCBwEDBwMLBAEBAQMKBgYDCRIEBwEKBBwWFh8JCAgIHRUVGgEDAQQBCQUBAQIBAQQBAQIBAQIFBAIDAgQCBAUCBAEDBAESCwELBAEJBQQBAQMDAQIBAQELAwQBAgYHAwEEAwkGAQQFBwYEAQUCAg0JAgsDAgIBAQIBBQYOAgkCAQEBAQQGAgMHAQMHAgQKAwIBAwENBAECAQUHBAQCAQwBAwICAwECBwQBEgMIAwIBBAcHBQMFBAMNBwMCEgYIAgUBAQIIBAIDAQEDAQECAQEBAgEBAwEBAwEFAwsCAQgDAgULAQIOBwUKAg8EBAcBCAIMAgMDAQMCAgMCAQIBBQENCRcFBwQLBAEEAgEJAQQGAwUGAgcEBgQEBAQBAQEBAREFBwMCBgQFBwQQAgEBBQECAQIDAgwBAQIBAwEDAQEBAwMCAQICAgECAQUFAgECBQEEAgkECwUGBgMDBQwDAwECAxMNDBECAgICDwISBwUHAggDAwgEDwMCAQMDBwQFBwMCAgQLAQMCAgQBBQUEAwgFAwQBBgQGAwMBAQIDBQQDBQICBwkPDjYmJS8IDwIBBAUBBAMBAgIDAgEHAwEDAQIBAQEsYTQCAwIDBAEBDAMFBAQCEa8JAQMFAwIEAQ4BCQYHCQIEAQUDBgYDCQcHCdABAgEHCggGAQIFAgMKAwMKBAEUAyACGgYJBQECAgoIDgkRAQMQBg4CBQEDBAMJBQoCHgILCA4HFQkNCgoOBwgBBAsFBBQEAwEIBAQGAw4EAxcGAgsCCwMCBgIICwgDBgMGBAUCCAMCAgENAgYCAQIHAgMEBQMGBAUBAQEBGQQEAgEDBgQEAQIFCAQPAwsCBRADBAgECAEEGAICrAMDAgICCQYYDgIDBwQCBAkBAgEEAwICRwIDAQMCAgUBAwcHCQMFAx8EBQMBBAMDAgQDCQYDBAYBBAEBAQgDAgYFBAMEBwUqAgECAVIJBwcJCQcHCf7lAQIBAgIBAgEBAgICAwMDBAEGAgETBAMBAwEHAgcBBQQWBQECAQEDAycBAQEBAQFA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AwEBAwECBQIDBAMECAQDBwMBAwECAwECAwECBQMBARciBAIFAwIGAgICAgEDAQMGAgECAQEBAgMBAwYDAwYDAgMBAgMBAwcDAwYDAgMBAgMCAwYDDBgMCxUKChEICA0FAgIBAQEBAgECAQECAQEBAQIBAQEBAQEBAQEBAR8WAb4DBQMCAgIBAwICBAIFCQUFCgYDBgIDBgMCAwIBAwIDBwMBAQEBAgEBBAEEBwMDBwQCAwICAwIEBwMEBwQCAwICAwIEBwQOHA0NGQsMFAoJDwcBAwICAQICAgEBAgEBAQEBAQIBAQEBAQEBAQEBGiUBAQEBAQEBAQIBAQEBAQEBAQEBAQECAQEBAQEBAQMBAQMCAQEBAQICBAIBBAIBAgEBAwECBAMJFQwMGQ4NHQ4PHg8DCAQBBAICAwIEBwQDCAMCAwICAwIEBgQDBwMCAwEBAgECAQMGAwICAgEDAgMFAwMFAgEBJhoBAQMFAwICAgEDAgIEAgUJBQUKBgMGAgMGAwIDAgEDAgMHAwEBAQECAQEEAQQHAwMHBAIDAgIDAgQHAwQHBAIDAgIDAgQHBA4cDQ0ZCwwUCgkPBwEDAgIBAgICAQECAQEBAQEBAgEBAQEBAQEBAQEaJQEBAQEBAQEBAgEBAQEBAQEBAQEBAQIBAQEBAQEBAwEBAwIBAQEBAgIEAgEEAgECAQEDAQIEAwkVDAwZDg0dDg8eDwMIBAEEAgIDAgQHBAMIAwIDAgIDAgQGBAMHAwIDAQECAQIBAwYDAgICAQMCAwUDAwUCAQEBJRoBAUEBAgUDAgYCAgICAQMBAwYCAQIBAQECAwEDBgMDBgMCAwECAwEDBwMDBgMCAwECAwIDBgMMGAwLFQoKEQgIDQUCAgEBAQECAQIBAQIBAQEBAgEBAQEBAQEBAQEBHhcBAQEBAQEBAQEBAgEBAQEBAgIBAQMBAQIBAQECAwIBBAICAQECAQIEAggTCgsWDAwZDQwaDQQGAwIDAgEDAgMGBAMGAwEDAgEDAgMGAwMFAwICAgIBAgMFAwEDAQEDAQIFAwIEAwQIBAMHAwEDAQIDAQIDAQIFAwEBFyIEAQIFAwIGAgICAgEDAQMGAgECAQEBAgMBAwYDAwYDAgMBAgMBAwcDAwYDAgMBAgMCAwYDDBgMCxUKChEICA0FAgIBAQEBAgECAQECAQEBAQIBAQEBAQEB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BwoJDg0BIBMODwkKBgcDAgICAbABAQIDBAQGBwkIDg0QAAAAAAIAAP/ABAADwAARAEEAAAE0JyUmBwYVERQXFjMyNyU2NSEUBxQHBgcGBwYHBiEgJyYnJicmJyY1JjU0NzQ3Njc2NzY3NiEgFxYXFhcWFxYVFgLbEf7cEhMTEwkIDAgBJBEBJQEEBQgJHx4pfv7//v9+KR8eCQgFBAEBBAUICR8eKX4BAQEBfikfHgkIBQQBAbcVCrcLCgsV/pIWCgUGtwoVNx8fLy8lKhwdBQ4OBR0cKiUvLx8fNzcfHjAvJSocHQQPDwQdHColLzAeHwAAAAAJAAD/twNqA8AACQASAC4BZwF2AY8BnQG+Aq8AAAEGBwYjBjU0NzMXBicmBzYXFgcHJgcGBwYHBgcGFzI3Njc0NzY1NjU0PQExNSYjBTQnNjc2NzY3Nic0NTQnJic0JyYnJicmJxYXFgcGBwYnJjUmJyYnJicmJyYnJiMmJyYnJicmJyY3NicmJyYnJiMmJyY3Njc2FxYHBhcWNzY9ASYnJicmJyYnBhcUIyYnIgcGJzQnJicmBwYHBhcWFxY3Njc2IyInJjUmNzYXMhcWBxQHBgcGBwYHBgcGFxYXFhcWFxYXFjcyNzY3Njc2NzYXFhcWBwYHBgcGBwYHBicmFRYXFjcyNzY3Njc2NzY3NhcWFxQHFAcGBwYHBgcGBwYjBgcGBwYnJicmBxQVFAcGBwYHBhcGBwYHBhUWBwYnJicmNzYjBwYXFhcWFxYXFhcWFxYHBgcWFxYXFhU2JyYnJicmNzY3NhcWNzY3NhcWBwYHBhcWFzY3Njc2JyY3NDc2MzY3NhcWFwE2JyYnJhUWMzIHBjMyNRcmJyYnJicmJyYnJicmNSIHBhcWFxY3NicnNCcmJyYjBh8BFhcUNzc0JyYnJicmIwYHBhUWBxQHBgcUFxY3Njc2NzYzMjc2NwEWFxYXFAcGBwYHBgcGBwYHBgcGBwYHBgcGJyYnJicmJyYnJiMiBwYHIgcGBwYHBiciJyYnJicmJyYnJicmJyY3Njc0JyYnJjU0NzY3Njc2NzY1FgcGJyYHBhcWFxYXFhcWFRQHBhcWFxYXFhcWFxYXFjc2NzY3NCcmJyYnJicmBwYnJjU2NzY3Njc2NzY3Njc2NzY3JicmNzY3NjMyFxYXFhcWBwYXFhcWFxYXFgcGBwYH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BAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQeAAAEKAAABAAAAAQAAAAEAAAABAD//gQAAAAEAAAABMAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEgAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABQAAAAQAAAAEAAAABAAAAAQAAAAEgAAABEAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABQAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEQAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAASAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABIAAAAQAAAAEAAAABAAAAAQAAAAEAAAABIAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAAA7sAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABEAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAA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)}[class*=mif-]{font-family:metro!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;position:relative}.mif-lg{font-size:1.2em}.mif-2x{font-size:1.5em}.mif-3x{font-size:2em}.mif-4x{font-size:2.5em}.mif-5x{font-size:3em}.mif-6x{font-size:3.5em}.mif-7x{font-size:4em}.mif-8x{font-size:4.5em}.mif-9x{font-size:5em}.mif-10x{font-size:5.5em}.mif-code-slash:before{content:"\ea7f"}.mif-code:before{content:"\ea80"}.mif-designing:before{content:"\eac4"}.mif-avi-file:before{content:"\eac5"}.mif-html-file:before{content:"\eac7"}.mif-mp4-file:before{content:"\eac9"}.mif-log-file:before{content:"\eaca"}.mif-format2:before{content:"\eacb"}.mif-format:before{content:"\eacc"}.mif-format-table:before{content:"\eacd"}.mif-format-document:before{content:"\eace"}.mif-format-image:before{content:"\eacf"}.mif-format-formula:before{content:"\ead0"}.mif-format-code:before{content:"\ead1"}.mif-typescript:before{content:"\ead2"}.mif-javascript:before{content:"\ead3"}.mif-css3:before{content:"\ead4"}.mif-html5:before{content:"\ead5"}.mif-codescan:before{content:"\ead6"}.mif-run-person:before{content:"\ead7"}.mif-database-server:before{content:"\e964"}.mif-database-select:before{content:"\e9f2"}.mif-database-layer:before{content:"\e9f3"}.mif-database:before{content:"\eaa4"}.mif-database-sand:before{content:"\eaa5"}.mif-database-upload:before{content:"\eaa6"}.mif-database-edit:before{content:"\eaa7"}.mif-databases:before{content:"\eaa8"}.mif-database-download:before{content:"\eaa9"}.mif-database-undo:before{content:"\eaaa"}.mif-database-time1:before{content:"\eaab"}.mif-database-net:before{content:"\eaac"}.mif-database-minus:before{content:"\eaad"}.mif-database-reload:before{content:"\eaaf"}.mif-database-cancel:before{content:"\eab1"}.mif-database-search:before{content:"\eab2"}.mif-database-star:before{content:"\eab3"}.mif-database-time:before{content:"\eab4"}.mif-database-lock:before{content:"\eab6"}.mif-database-cloud:before{content:"\eab7"}.mif-database-ok:before{content:"\eab8"}.mif-database-error:before{content:"\eab9"}.mif-database-favorite:before{content:"\eaba"}.mif-share-circle:before{content:"\eabb"}.mif-brackets-hexagon:before{content:"\eabc"}.mif-brackets:before{content:"\eabd"}.mif-group-by-ref:before{content:"\eabe"}.mif-build:before{content:"\ea74"}.mif-quickedit:before{content:"\ea75"}.mif-query:before{content:"\ea88"}.mif-graphql:before{content:"\ea9e"}.mif-mssql:before{content:"\ea9f"}.mif-mysql:before{content:"\eaa0"}.mif-zoom:before{content:"\eaa1"}.mif-postgresql:before{content:"\eaa2"}.mif-sql:before{content:"\eaa3"}.mif-export:before{content:"\e917"}.mif-import:before{content:"\e918"}.mif-database-next:before{content:"\e919"}.mif-database-prev:before{content:"\e91a"}.mif-database-down:before{content:"\e91c"}.mif-database-up:before{content:"\e922"}.mif-iso-file:before{content:"\e923"}.mif-eps-file:before{content:"\e93b"}.mif-xls-file:before{content:"\e93c"}.mif-jpg-file:before{content:"\e93d"}.mif-doc-file:before{content:"\e93e"}.mif-fnt-file:before{content:"\e943"}.mif-png-file:before{content:"\e944"}.mif-pdf-file:before{content:"\e946"}.mif-csv-file:before{content:"\e947"}.mif-github:before{content:"\e94c"}.mif-whatsapp1:before{content:"\e94e"}.mif-viber:before{content:"\e94f"}.mif-telegram:before{content:"\e950"}.mif-discord:before{content:"\e951"}.mif-sql-file:before{content:"\e952"}.mif-warning1:before{content:"\e958"}.mif-add_alert:before{content:"\e95b"}.mif-notification_important:before{content:"\e95c"}.mif-add_to_queue:before{content:"\e9ee"}.mif-video_call:before{content:"\e9f0"}.mif-clear_all:before{content:"\e95d"}.mif-email:before{content:"\ea6b"}.mif-key2:before{content:"\e9fd"}.mif-present_to_all:before{content:"\e9f4"}.mif-mail_outline:before{content:"\e95e"}.mif-screen_share:before{content:"\ea70"}.mif-stop_screen_share:before{content:"\ea7d"}.mif-alternate_email:before{content:"\ea6c"}.mif-cancel_presentation:before{content:"\e9f5"}.mif-pause_presentation:before{content:"\e9f6"}.mif-unsubscribe:before{content:"\ea81"}.mif-add1:before{content:"\e9f7"}.mif-block:before{content:"\e95f"}.mif-drafts1:before{content:"\ea83"}.mif-link_on:before{content:"\ea84"}.mif-remove_circle_outline:before{content:"\e967"}.mif-report:before{content:"\e968"}.mif-floppy-disk3:before{content:"\eac0"}.mif-send:before{content:"\eac2"}.mif-link_off:before{content:"\ea85"}.mif-add_link:before{content:"\e9f8"}.mif-add_alarm:before{content:"\e9f9"}.mif-now_widgets:before{content:"\e9e0"}.mif-attach_money:before{content:"\e969"}.mif-format_ltr:before{content:"\e96a"}.mif-format_rtl:before{content:"\e96d"}.mif-add_comment:before{content:"\e9fa"}.mif-folder3:before{content:"\ea86"}.mif-folder_open:before{content:"\ea89"}.mif-create_new_folder:before{content:"\e9fb"}.mif-cast1:before{content:"\ea8a"}.mif-desktop_mac:before{content:"\e96e"}.mif-desktop_windows:before{content:"\e96f"}.mif-laptop_chromebook:before{content:"\e970"}.mif-tablet_mac:before{content:"\e976"}.mif-toys:before{content:"\e977"}.mif-tv:before{content:"\e978"}.mif-watch:before{content:"\e97c"}.mif-device_hub:before{content:"\e9fc"}.mif-devices_other:before{content:"\e97e"}.mif-camera_front:before{content:"\e9e2"}.mif-camera_rear:before{content:"\e9e3"}.mif-hdr_strong:before{content:"\e9e4"}.mif-hdr_weak:before{content:"\e9e5"}.mif-loupe:before{content:"\e9fe"}.mif-nature:before{content:"\e9e6"}.mif-nature_people:before{content:"\e9e8"}.mif-picture_as_pdf:before{content:"\ea8b"}.mif-view_compact:before{content:"\ea8c"}.mif-photo_size_select_actual:before{content:"\ea8e"}.mif-add_a_photo:before{content:"\e9ff"}.mif-photo_filter:before{content:"\ea00"}.mif-add_photo_alternate:before{content:"\ea01"}.mif-category:before{content:"\ea02"}.mif-cancel1:before{content:"\e97f"}.mif-folder_special:before{content:"\ea03"}.mif-enhanced_encryption:before{content:"\ea04"}.mif-priority_high:before{content:"\e980"}.mif-bubble_chart:before{content:"\e9e9"}.mif-group:before{content:"\ea8f"}.mif-group_add:before{content:"\ea05"}.mif-notifications:before{content:"\e984"}.mif-notifications_none:before{content:"\e985"}.mif-notifications_off:before{content:"\e98e"}.mif-notifications_on:before{content:"\e98f"}.mif-people_outline:before{content:"\ea06"}.mif-person:before{content:"\ea11"}.mif-person_add:before{content:"\ea15"}.mif-person_outline:before{content:"\ea16"}.mif-account_circle:before{content:"\ea17"}.mif-assignment_ind:before{content:"\ea90"}.mif-face:before{content:"\ea18"}.mif-help1:before{content:"\e990"}.mif-highlight_remove:before{content:"\e996"}.mif-info:before{content:"\e998"}.mif-info_outline:before{content:"\e9a0"}.mif-note_add:before{content:"\ea19"}.mif-settings_input_antenna:before{content:"\ea1a"}.mif-settings_remote:before{content:"\ea1b"}.mif-settings_voice:before{content:"\ea31"}.mif-shopping_basket:before{content:"\e9a1"}.mif-spellcheck:before{content:"\ea32"}.mif-stars:before{content:"\e9a2"}.mif-supervisor_account:before{content:"\ea33"}.mif-system_update_tv:before{content:"\ea34"}.mif-help_outline:before{content:"\e9a4"}.mif-zoom_in:before{content:"\ea35"}.mif-zoom_out:before{content:"\ea36"}.mif-copyright1:before{content:"\e9a7"}.mif-important_devices:before{content:"\ea37"}.mif-record_voice_over1:before{content:"\ea92"}.mif-check_circle_outline:before{content:"\e9ab"}.mif-minimize:before{content:"\ea93"}.mif-supervised_user_circle:before{content:"\ea38"}.mif-voice_over_off:before{content:"\ea94"}.mif-compress:before{content:"\ead8"}.mif-filter_list_alt:before{content:"\e9ad"}.mif-expand:before{content:"\ead9"}.mif-add_chart:before{content:"\ea41"}.mif-add_moderator:before{content:"\ea42"}.mif-dashboard_customize:before{content:"\ea43"}.mif-mark_as_unread:before{content:"\e9ae"}.mif-menu_open:before{content:"\e9af"}.mif-switch_account:before{content:"\eada"}.mif-view_in_ar:before{content:"\eadb"}.mif-schedule_send:before{content:"\eadc"}.mif-send_and_archive:before{content:"\eadd"}.mif-file_present:before{content:"\ea44"}.mif-dynamic_feed:before{content:"\eade"}.mif-post_add:before{content:"\ea48"}.mif-people_alt:before{content:"\ea49"}.mif-metro:before{content:"\ea96"}.mif-cancel_schedule_send:before{content:"\eadf"}.mif-volunteer_activism:before{content:"\e9ea"}.mif-child_care:before{content:"\ea97"}.mif-add_business:before{content:"\ea4a"}.mif-add_location_alt:before{content:"\eae0"}.mif-admin_panel_settings:before{content:"\ea4b"}.mif-alt_route:before{content:"\ea50"}.mif-attach_email:before{content:"\ea51"}.mif-auto_awesome_motion:before{content:"\e9b1"}.mif-calculate:before{content:"\e9b2"}.mif-construction:before{content:"\e9b4"}.mif-face_retouching_natural:before{content:"\ea98"}.mif-forward_to_inbox:before{content:"\ea52"}.mif-grading:before{content:"\eae1"}.mif-hdr_enhanced_select:before{content:"\e9b5"}.mif-help_center:before{content:"\e9bd"}.mif-maps_ugc:before{content:"\ea53"}.mif-mark_chat_read:before{content:"\eae2"}.mif-mark_chat_unread:before{content:"\eae3"}.mif-mark_email_read:before{content:"\ea6d"}.mif-mark_email_unread:before{content:"\ea6e"}.mif-mediation:before{content:"\e9eb"}.mif-medical_services:before{content:"\ea54"}.mif-military_tech:before{content:"\e9ec"}.mif-more_time:before{content:"\ea55"}.mif-multiple_stop:before{content:"\eae4"}.mif-nat:before{content:"\eaea"}.mif-nightlight_round:before{content:"\eaeb"}.mif-outgoing_mail:before{content:"\ea6f"}.mif-person_add_alt:before{content:"\ea56"}.mif-person_add_alt_1:before{content:"\ea59"}.mif-person_remove:before{content:"\ea5c"}.mif-person_search:before{content:"\ea5d"}.mif-request_quote:before{content:"\eaec"}.mif-roofing:before{content:"\ea9a"}.mif-room_preferences:before{content:"\ea9b"}.mif-rule:before{content:"\e9be"}.mif-rule_folder:before{content:"\eaed"}.mif-sensor_door:before{content:"\ea9c"}.mif-source:before{content:"\eaee"}.mif-support_agent:before{content:"\e9bf"}.mif-verified1:before{content:"\eaef"}.mif-reduce_capacity:before{content:"\e9ed"}.mif-add_task:before{content:"\eaf0"}.mif-facebook1:before{content:"\e9c0"}.mif-groups:before{content:"\ea9d"}.mif-published_with_changes:before{content:"\eaf1"}.mif-request_page:before{content:"\eaf2"}.mif-memory:before{content:"\e9d4"}.mif-external:before{content:"\e9c6"}.mif-ac_unit:before{content:"\eb3b"}.mif-accessible:before{content:"\e916"}.mif-adb:before{content:"\e6d8"}.mif-add:before{content:"\e145"}.mif-add-photo:before{content:"\e439"}.mif-arrow-drop-down:before{content:"\e5c5"}.mif-arrow-drop-up:before{content:"\e5c7"}.mif-assignment:before{content:"\e85d"}.mif-backspace1:before{content:"\e14a"}.mif-beenhere:before{content:"\e52d"}.mif-cake:before{content:"\e7e9"}.mif-photo-camera:before{content:"\e412"}.mif-photo-camera-enhance:before{content:"\e8fc"}.mif-camera-front:before{content:"\e3b1"}.mif-camera-rear:before{content:"\e3b2"}.mif-chat:before{content:"\e0b7"}.mif-chat-bubble:before{content:"\e0ca"}.mif-chat-bubble-outline:before{content:"\e0cb"}.mif-comment:before{content:"\e0b9"}.mif-developer_board:before{content:"\e30d"}.mif-done:before{content:"\e876"}.mif-done_all:before{content:"\e877"}.mif-flash-auto:before{content:"\e3e5"}.mif-flash-off:before{content:"\e3e6"}.mif-flash-on:before{content:"\e3e7"}.mif-qa:before{content:"\e8af"}.mif-hdr-off:before{content:"\e3ed"}.mif-hdr-on:before{content:"\e3ee"}.mif-http:before{content:"\e909"}.mif-import-export:before{content:"\e0c3"}.mif-inbox:before{content:"\e156"}.mif-backspace:before{content:"\e317"}.mif-keyboard-tab:before{content:"\e31c"}.mif-restaurant:before{content:"\e561"}.mif-location-off:before{content:"\e0c7"}.mif-room:before{content:"\e8b4"}.mif-move_to_inbox:before{content:"\e168"}.mif-navigation:before{content:"\e55d"}.mif-near-me:before{content:"\e569"}.mif-network-cell:before{content:"\e1b9"}.mif-network-locked:before{content:"\e6d9"}.mif-network-wifi:before{content:"\e1ba"}.mif-cell-setting:before{content:"\e8a4"}.mif-phonelink-erase:before{content:"\e0db"}.mif-phonelink-lock:before{content:"\e0dc"}.mif-phonelink-ring:before{content:"\e0dd"}.mif-phonelink-setup:before{content:"\e0de"}.mif-present-all:before{content:"\e0df"}.mif-record_voice_over:before{content:"\e91f"}.mif-refresh:before{content:"\e5d5"}.mif-replay:before{content:"\e042"}.mif-reply:before{content:"\e15e"}.mif-reply_all:before{content:"\e15f"}.mif-lock-rotation:before{content:"\e1c0"}.mif-rotation:before{content:"\e1c1"}.mif-cell-on:before{content:"\e1c8"}.mif-cell-no-internet:before{content:"\e1cd"}.mif-cell-null:before{content:"\e1cf"}.mif-cell-off:before{content:"\e1d0"}.mif-wifi-lock:before{content:"\e1d9"}.mif-wifi-off:before{content:"\e1da"}.mif-verified:before{content:"\e8e8"}.mif-add-shopping-cart:before{content:"\e854"}.mif-cast:before{content:"\e307"}.mif-cast-connected:before{content:"\e308"}.mif-dashboard:before{content:"\e871"}.mif-description:before{content:"\e873"}.mif-equalizer2:before{content:"\e01d"}.mif-ev-station:before{content:"\e56d"}.mif-featured-play-list:before{content:"\e06d"}.mif-featured-video:before{content:"\e06e"}.mif-fingerprint:before{content:"\e912"}.mif-folder2:before{content:"\e2c7"}.mif-folder-open2:before{content:"\e2c8"}.mif-folder-shared:before{content:"\e2c9"}.mif-folder-special2:before{content:"\e6c4"}.mif-goat:before{content:"\e901"}.mif-import-contacts:before{content:"\e0e0"}.mif-insert-drive-file:before{content:"\e24d"}.mif-keyboard-hide:before{content:"\e31a"}.mif-note:before{content:"\e06f"}.mif-note-add:before{content:"\e89c"}.mif-pan-tool:before{content:"\e939"}.mif-directions-bike:before{content:"\e6bf"}.mif-location-city:before{content:"\e6c0"}.mif-wifi-low:before{content:"\e60c"}.mif-wifi-mid:before{content:"\e60d"}.mif-wifi-full:before{content:"\e634"}.mif-tablet-landscape:before{content:"\e635"}.mif-calculator2:before{content:"\e636"}.mif-barbell:before{content:"\e637"}.mif-chart-line:before{content:"\e656"}.mif-3d-rotation:before{content:"\e600"}.mif-alarm:before{content:"\e601"}.mif-alarm-on:before{content:"\e602"}.mif-favorite:before{content:"\e603"}.mif-perm-phone-msg:before{content:"\e604"}.mif-print:before{content:"\e605"}.mif-bt-settings:before{content:"\e606"}.mif-settings-ethernet:before{content:"\e607"}.mif-settings-phone:before{content:"\e608"}.mif-settings-power:before{content:"\e609"}.mif-settings-voice:before{content:"\e60a"}.mif-shopping-basket:before{content:"\e60b"}.mif-dialer-sip:before{content:"\e60e"}.mif-dialpad:before{content:"\e60f"}.mif-contacts-dialer:before{content:"\e610"}.mif-contacts-mail:before{content:"\e611"}.mif-ring-volume:before{content:"\e612"}.mif-voicemail:before{content:"\e613"}.mif-drafts:before{content:"\e614"}.mif-mail:before{content:"\e615"}.mif-bluetooth:before{content:"\e626"}.mif-bt-connected:before{content:"\e627"}.mif-bt-disabled:before{content:"\e628"}.mif-bt-searching:before{content:"\e629"}.mif-brightness-auto:before{content:"\e62a"}.mif-multitrack-audio:before{content:"\e616"}.mif-widgets:before{content:"\e617"}.mif-usb1:before{content:"\e638"}.mif-money:before{content:"\e639"}.mif-vertical-align-bottom:before{content:"\e63a"}.mif-vertical-align-center:before{content:"\e63b"}.mif-vertical-align-top:before{content:"\e63c"}.mif-file-download:before{content:"\e63d"}.mif-file-upload:before{content:"\e63e"}.mif-keyboard-return:before{content:"\e63f"}.mif-keyboard-voice:before{content:"\e640"}.mif-phonelink:before{content:"\e641"}.mif-phonelink-off:before{content:"\e642"}.mif-security:before{content:"\e618"}.mif-looks:before{content:"\e643"}.mif-palette:before{content:"\e619"}.mif-layers:before{content:"\e644"}.mif-layers-clear:before{content:"\e61a"}.mif-local-airport:before{content:"\e645"}.mif-florist:before{content:"\e61b"}.mif-gas-station:before{content:"\e61c"}.mif-hotel:before{content:"\e646"}.mif-local-service:before{content:"\e61d"}.mif-map2:before{content:"\e620"}.mif-my-location:before{content:"\e61e"}.mif-traff:before{content:"\e621"}.mif-apps:before{content:"\e647"}.mif-chevron-left:before{content:"\e648"}.mif-chevron-right:before{content:"\e649"}.mif-expand-less:before{content:"\e64a"}.mif-expand-more:before{content:"\e64b"}.mif-menu:before{content:"\e64c"}.mif-more-horiz:before{content:"\e64d"}.mif-more-vert:before{content:"\e64e"}.mif-unfold-less:before{content:"\e64f"}.mif-unfold-more:before{content:"\e650"}.mif-bt-audio:before{content:"\e651"}.mif-not:before{content:"\e633"}.mif-drive-eta:before{content:"\e652"}.mif-event-available:before{content:"\e653"}.mif-event-busy:before{content:"\e654"}.mif-folder-special:before{content:"\e655"}.mif-phone-bt:before{content:"\e657"}.mif-phone-forwarded:before{content:"\e658"}.mif-phone-in-talk:before{content:"\e659"}.mif-phone-locked:before{content:"\e65a"}.mif-phone-missed:before{content:"\e65b"}.mif-phone-paused:before{content:"\e65c"}.mif-sd-card:before{content:"\e65d"}.mif-sync-disabled:before{content:"\e622"}.mif-sync-problem:before{content:"\e623"}.mif-vpn-lock:before{content:"\e624"}.mif-vpn-publ:before{content:"\e625"}.mif-school:before{content:"\e61f"}.mif-floppy-disk2:before{content:"\ea5e"}.mif-drive:before{content:"\ea5f"}.mif-folder-images:before{content:"\ea60"}.mif-folder-music:before{content:"\ea61"}.mif-folder-video:before{content:"\ea66"}.mif-folder1:before{content:"\ea67"}.mif-help2:before{content:"\e9c4"}.mif-info1:before{content:"\e9cf"}.mif-price-ribbon:before{content:"\e9ef"}.mif-google-drive:before{content:"\e9d0"}.mif-paypal1:before{content:"\ea08"}.mif-spotify:before{content:"\ea09"}.mif-linkedin1:before{content:"\ea0c"}.mif-tumblr:before{content:"\ea0e"}.mif-twitter1:before{content:"\ea58"}.mif-cross-light:before{content:"\e9c5"}.mif-install:before{content:"\e902"}.mif-open-book:before{content:"\e903"}.mif-uninstall:before{content:"\e904"}.mif-drive2:before{content:"\e906"}.mif-news:before{content:"\e907"}.mif-book-reference:before{content:"\e908"}.mif-chevron-thin-down:before{content:"\e66b"}.mif-chevron-thin-left:before{content:"\e697"}.mif-chevron-thin-right:before{content:"\e69b"}.mif-chevron-thin-up:before{content:"\e69c"}.mif-flow-branch:before{content:"\e69d"}.mif-flow-cascade:before{content:"\e69e"}.mif-flow-line:before{content:"\e69f"}.mif-flow-parallel:before{content:"\e6a0"}.mif-flow-tree:before{content:"\e6a1"}.mif-air:before{content:"\e6a2"}.mif-medal:before{content:"\e6a3"}.mif-paper-plane:before{content:"\e6a4"}.mif-shareable:before{content:"\e6a5"}.mif-shop:before{content:"\e6a6"}.mif-shopping-basket2:before{content:"\e6a7"}.mif-thumbs-down:before{content:"\e6a8"}.mif-thumbs-up:before{content:"\e6a9"}.mif-traffic-cone:before{content:"\e6aa"}.mif-water:before{content:"\e6ab"}.mif-creative-cloud:before{content:"\e6ac"}.mif-dropbox:before{content:"\e6ad"}.mif-evernote:before{content:"\e6ae"}.mif-paypal:before{content:"\e6af"}.mif-swarm:before{content:"\e6b0"}.mif-vk:before{content:"\e6b1"}.mif-yelp:before{content:"\e6b2"}.mif-dribbble:before{content:"\e6b3"}.mif-lastfm:before{content:"\e6b4"}.mif-pinterest:before{content:"\e6b5"}.mif-stumbleupon:before{content:"\e6b6"}.mif-vimeo:before{content:"\e6b7"}.mif-slideshare:before{content:"\e9f1"}.mif-facebook:before{content:"\f09a"}.mif-steam:before{content:"\f1b6"}.mif-leanpub:before{content:"\f212"}.mif-user-secret:before{content:"\f21b"}.mif-server:before{content:"\f233"}.mif-balance-scale:before{content:"\f24e"}.mif-gitlab:before{content:"\f296"}.mif-themeisle:before{content:"\f2b2"}.mif-handshake:before{content:"\f2b5"}.mif-grav:before{content:"\f2d6"}.mif-imdb:before{content:"\f2d8"}.mif-meetup:before{content:"\f2e0"}.mif-unlink:before{content:"\f127"}.mif-fire-extinguisher:before{content:"\f134"}.mif-eur:before{content:"\f153"}.mif-gbp:before{content:"\f154"}.mif-dollar2:before{content:"\f155"}.mif-cny:before{content:"\f157"}.mif-bitcoin:before{content:"\f15a"}.mif-youtube-play:before{content:"\f16a"}.mif-linux:before{content:"\f17c"}.mif-space-shuttle:before{content:"\f197"}.mif-openid:before{content:"\f19b"}.mif-digg:before{content:"\f1a6"}.mif-language:before{content:"\f1ab"}.mif-automobile:before{content:"\f1b9"}.mif-cab:before{content:"\f1ba"}.mif-jsfiddle:before{content:"\f1cc"}.mif-google-wallet:before{content:"\f1ee"}.mif-copyright:before{content:"\f1f9"}.mif-bicycle:before{content:"\f206"}.mif-bus:before{content:"\f207"}.mif-ship:before{content:"\f21a"}.mif-motorcycle:before{content:"\f21c"}.mif-train:before{content:"\f238"}.mif-subway:before{content:"\f239"}.mif-opencart:before{content:"\f23d"}.mif-trademark:before{content:"\f25c"}.mif-registered:before{content:"\f25d"}.mif-creative-commons:before{content:"\f25e"}.mif-wikipedia:before{content:"\f266"}.mif-amazon:before{content:"\f270"}.mif-fonticons:before{content:"\f280"}.mif-user-md:before{content:"\f0f0"}.mif-stethoscope:before{content:"\f0f1"}.mif-ambulance:before{content:"\f0f9"}.mif-medkit:before{content:"\f0fa"}.mif-paw:before{content:"\f1b0"}.mif-visa:before{content:"\f1f0"}.mif-mastercard:before{content:"\f1f1"}.mif-discover:before{content:"\f1f2"}.mif-amex:before{content:"\f1f3"}.mif-cc-paypal:before{content:"\f1f4"}.mif-heartbeat:before{content:"\f21e"}.mif-venus:before{content:"\f221"}.mif-mars:before{content:"\f222"}.mif-medium:before{content:"\f23a"}.mif-network:before{content:"\e9d1"}.mif-lan:before{content:"\e9dc"}.mif-net-server:before{content:"\e9dd"}.mif-computer:before{content:"\e9de"}.mif-hdd:before{content:"\e9df"}.mif-cpu:before{content:"\e9e1"}.mif-sign-pen:before{content:"\e9c9"}.mif-usb:before{content:"\e9e7"}.mif-stack2:before{content:"\e6b9"}.mif-stack3:before{content:"\e6ba"}.mif-lamp:before{content:"\e6bb"}.mif-injection:before{content:"\e6bc"}.mif-thermometer2:before{content:"\e6bd"}.mif-justice:before{content:"\e6be"}.mif-cabinet:before{content:"\e62b"}.mif-suitcase:before{content:"\e62c"}.mif-gamepad:before{content:"\e65e"}.mif-satellite:before{content:"\e65f"}.mif-lock:before{content:"\e660"}.mif-unlock:before{content:"\e661"}.mif-battery-full:before{content:"\e62d"}.mif-battery-two:before{content:"\e62e"}.mif-battery-one:before{content:"\e62f"}.mif-battery-empty:before{content:"\e630"}.mif-battery-charge:before{content:"\e631"}.mif-tools:before{content:"\e632"}.mif-pin:before{content:"\e662"}.mif-discout:before{content:"\e663"}.mif-profile:before{content:"\e664"}.mif-dollar:before{content:"\e665"}.mif-dollars:before{content:"\e666"}.mif-coins:before{content:"\e6b8"}.mif-male:before{content:"\e667"}.mif-female:before{content:"\e668"}.mif-piano:before{content:"\e669"}.mif-anchor:before{content:"\e66a"}.mif-new-tab:before{content:"\ea7e"}.mif-whatsapp:before{content:"\e90b"}.mif-copy:before{content:"\e92c"}.mif-paste:before{content:"\e92d"}.mif-cut:before{content:"\ea5a"}.mif-earth2:before{content:"\e6c1"}.mif-shit:before{content:"\e6c2"}.mif-broadcast:before{content:"\f048"}.mif-organization:before{content:"\f037"}.mif-squirrel:before{content:"\f0b2"}.mif-steps:before{content:"\f0c7"}.mif-versions:before{content:"\f064"}.mif-microscope:before{content:"\f089"}.mif-library:before{content:"\e921"}.mif-file-binary:before{content:"\f094"}.mif-mail-read:before{content:"\f03c"}.mif-quote:before{content:"\f063"}.mif-sunrise:before{content:"\e66c"}.mif-sun:before{content:"\e66d"}.mif-moon:before{content:"\e66e"}.mif-sun3:before{content:"\e66f"}.mif-windy:before{content:"\e670"}.mif-wind:before{content:"\e671"}.mif-snowflake:before{content:"\e672"}.mif-cloudy:before{content:"\e673"}.mif-cloud2:before{content:"\e674"}.mif-weather:before{content:"\e675"}.mif-weather2:before{content:"\e676"}.mif-weather3:before{content:"\e677"}.mif-lines:before{content:"\e678"}.mif-cloud3:before{content:"\e679"}.mif-lightning:before{content:"\e67a"}.mif-lightning2:before{content:"\e67b"}.mif-rainy:before{content:"\e67c"}.mif-rainy2:before{content:"\e67d"}.mif-windy2:before{content:"\e67e"}.mif-windy3:before{content:"\e67f"}.mif-snowy:before{content:"\e680"}.mif-snowy2:before{content:"\e681"}.mif-snowy3:before{content:"\e682"}.mif-weather4:before{content:"\e683"}.mif-cloudy2:before{content:"\e684"}.mif-cloud4:before{content:"\e685"}.mif-lightning3:before{content:"\e686"}.mif-sun4:before{content:"\e687"}.mif-moon2:before{content:"\e688"}.mif-cloudy3:before{content:"\e689"}.mif-cloud5:before{content:"\e68a"}.mif-cloud6:before{content:"\e68b"}.mif-lightning4:before{content:"\e68c"}.mif-rainy3:before{content:"\e68d"}.mif-rainy4:before{content:"\e68e"}.mif-windy4:before{content:"\e68f"}.mif-windy5:before{content:"\e690"}.mif-snowy4:before{content:"\e691"}.mif-snowy5:before{content:"\e692"}.mif-weather5:before{content:"\e693"}.mif-cloudy4:before{content:"\e694"}.mif-lightning5:before{content:"\e695"}.mif-thermometer:before{content:"\e696"}.mif-none:before{content:"\e698"}.mif-celsius:before{content:"\e699"}.mif-fahrenheit:before{content:"\e69a"}.mif-home:before{content:"\e900"}.mif-pencil:before{content:"\e905"}.mif-eyedropper:before{content:"\e90a"}.mif-paint:before{content:"\e90c"}.mif-image:before{content:"\e90d"}.mif-images:before{content:"\e90e"}.mif-camera:before{content:"\e90f"}.mif-headphones:before{content:"\e910"}.mif-music:before{content:"\e911"}.mif-film:before{content:"\e913"}.mif-video-camera:before{content:"\e914"}.mif-dice:before{content:"\e915"}.mif-wifi-connect:before{content:"\e91b"}.mif-feed:before{content:"\e91d"}.mif-mic:before{content:"\e91e"}.mif-books:before{content:"\e920"}.mif-file-empty:before{content:"\e924"}.mif-files-empty:before{content:"\e925"}.mif-file-text:before{content:"\e926"}.mif-file-picture:before{content:"\e927"}.mif-file-music:before{content:"\e928"}.mif-file-play:before{content:"\e929"}.mif-file-video:before{content:"\e92a"}.mif-file-zip:before{content:"\e92b"}.mif-stack:before{content:"\e92e"}.mif-folder:before{content:"\e92f"}.mif-folder-open:before{content:"\e930"}.mif-folder-plus:before{content:"\e931"}.mif-folder-minus:before{content:"\e932"}.mif-folder-download:before{content:"\e933"}.mif-folder-upload:before{content:"\e934"}.mif-tag:before{content:"\e935"}.mif-tags:before{content:"\e936"}.mif-barcode:before{content:"\e937"}.mif-qrcode:before{content:"\e938"}.mif-cart:before{content:"\e93a"}.mif-credit-card:before{content:"\e93f"}.mif-calculator:before{content:"\e940"}.mif-help:before{content:"\e941"}.mif-phone:before{content:"\e942"}.mif-envelop:before{content:"\e945"}.mif-location:before{content:"\e948"}.mif-compass:before{content:"\e949"}.mif-compass2:before{content:"\e94a"}.mif-map:before{content:"\e94b"}.mif-history:before{content:"\e94d"}.mif-calendar:before{content:"\e953"}.mif-printer:before{content:"\e954"}.mif-keyboard:before{content:"\e955"}.mif-display:before{content:"\e956"}.mif-laptop:before{content:"\e957"}.mif-mobile:before{content:"\e959"}.mif-tablet:before{content:"\e95a"}.mif-download:before{content:"\e960"}.mif-upload:before{content:"\e961"}.mif-floppy-disk:before{content:"\e962"}.mif-drive1:before{content:"\e963"}.mif-undo:before{content:"\e965"}.mif-redo:before{content:"\e966"}.mif-bubble:before{content:"\e96b"}.mif-bubbles:before{content:"\e96c"}.mif-user:before{content:"\e971"}.mif-users:before{content:"\e972"}.mif-user-plus:before{content:"\e973"}.mif-user-minus:before{content:"\e974"}.mif-user-check:before{content:"\e975"}.mif-hour-glass:before{content:"\e979"}.mif-spinner:before{content:"\e97a"}.mif-spinner1:before{content:"\e97b"}.mif-spinner2:before{content:"\e97d"}.mif-spinner3:before{content:"\e981"}.mif-spinner4:before{content:"\e982"}.mif-spinner5:before{content:"\e983"}.mif-search:before{content:"\e986"}.mif-zoom-in:before{content:"\e987"}.mif-zoom-out:before{content:"\e988"}.mif-enlarge:before{content:"\e989"}.mif-shrink:before{content:"\e98a"}.mif-enlarge2:before{content:"\e98b"}.mif-shrink2:before{content:"\e98c"}.mif-key:before{content:"\e98d"}.mif-wrench:before{content:"\e991"}.mif-equalizer:before{content:"\e992"}.mif-equalizer-v:before{content:"\e993"}.mif-cog:before{content:"\e994"}.mif-cogs:before{content:"\e995"}.mif-magic-wand:before{content:"\e997"}.mif-bug:before{content:"\e999"}.mif-chart-pie:before{content:"\e99a"}.mif-chart-dots:before{content:"\e99b"}.mif-chart-bars:before{content:"\e99c"}.mif-chart-bars2:before{content:"\e99d"}.mif-trophy:before{content:"\e99e"}.mif-gift:before{content:"\e99f"}.mif-spoon-fork:before{content:"\e9a3"}.mif-rocket:before{content:"\e9a5"}.mif-meter:before{content:"\e9a6"}.mif-hammer:before{content:"\e9a8"}.mif-fire:before{content:"\e9a9"}.mif-lab:before{content:"\e9aa"}.mif-bin:before{content:"\e9ac"}.mif-truck:before{content:"\e9b0"}.mif-target:before{content:"\e9b3"}.mif-switch:before{content:"\e9b6"}.mif-power-cord:before{content:"\e9b7"}.mif-clipboard:before{content:"\e9b8"}.mif-list-numbered:before{content:"\e9b9"}.mif-list:before{content:"\e9ba"}.mif-list2:before{content:"\e9bb"}.mif-tree:before{content:"\e9bc"}.mif-cloud:before{content:"\e9c1"}.mif-cloud-download:before{content:"\e9c2"}.mif-cloud-upload:before{content:"\e9c3"}.mif-download2:before{content:"\e9c7"}.mif-upload2:before{content:"\e9c8"}.mif-earth:before{content:"\e9ca"}.mif-link:before{content:"\e9cb"}.mif-flag:before{content:"\e9cc"}.mif-attachment:before{content:"\e9cd"}.mif-eye:before{content:"\e9ce"}.mif-bookmark:before{content:"\e9d2"}.mif-bookmarks:before{content:"\e9d3"}.mif-contrast:before{content:"\e9d5"}.mif-brightness:before{content:"\e9d6"}.mif-star-empty:before{content:"\e9d7"}.mif-star-half:before{content:"\e9d8"}.mif-star-full:before{content:"\e9d9"}.mif-heart:before{content:"\e9da"}.mif-heart-broken:before{content:"\e9db"}.mif-warning:before{content:"\ea07"}.mif-plus:before{content:"\ea0a"}.mif-minus:before{content:"\ea0b"}.mif-cancel:before{content:"\ea0d"}.mif-cross:before{content:"\ea0f"}.mif-checkmark:before{content:"\ea10"}.mif-spell-check:before{content:"\ea12"}.mif-enter:before{content:"\ea13"}.mif-exit:before{content:"\ea14"}.mif-play:before{content:"\ea1c"}.mif-pause:before{content:"\ea1d"}.mif-stop:before{content:"\ea1e"}.mif-backward:before{content:"\ea1f"}.mif-forward:before{content:"\ea20"}.mif-first:before{content:"\ea21"}.mif-last:before{content:"\ea22"}.mif-previous:before{content:"\ea23"}.mif-next:before{content:"\ea24"}.mif-eject:before{content:"\ea25"}.mif-volume-high:before{content:"\ea26"}.mif-volume-medium:before{content:"\ea27"}.mif-volume-low:before{content:"\ea28"}.mif-volume-mute:before{content:"\ea29"}.mif-volume-mute2:before{content:"\ea2a"}.mif-volume-plus:before{content:"\ea2b"}.mif-volume-minus:before{content:"\ea2c"}.mif-loop:before{content:"\ea2d"}.mif-loop2:before{content:"\ea2e"}.mif-infinite:before{content:"\ea2f"}.mif-shuffle:before{content:"\ea30"}.mif-arrow-up-left:before{content:"\ea39"}.mif-arrow-up:before{content:"\ea3a"}.mif-arrow-up-right:before{content:"\ea3b"}.mif-arrow-right:before{content:"\ea3c"}.mif-arrow-down-right:before{content:"\ea3d"}.mif-arrow-down:before{content:"\ea3e"}.mif-arrow-down-left:before{content:"\ea3f"}.mif-arrow-left:before{content:"\ea40"}.mif-tab:before{content:"\ea45"}.mif-move-up:before{content:"\ea46"}.mif-move-down:before{content:"\ea47"}.mif-sort-asc:before{content:"\ea4c"}.mif-sort-desc:before{content:"\ea4d"}.mif-command:before{content:"\ea4e"}.mif-shift:before{content:"\ea4f"}.mif-crop:before{content:"\ea57"}.mif-filter:before{content:"\ea5b"}.mif-bold:before{content:"\ea62"}.mif-underline:before{content:"\ea63"}.mif-italic:before{content:"\ea64"}.mif-strikethrough:before{content:"\ea65"}.mif-page-break:before{content:"\ea68"}.mif-superscript:before{content:"\ea69"}.mif-subscript:before{content:"\ea6a"}.mif-table:before{content:"\ea71"}.mif-insert-template:before{content:"\ea72"}.mif-pilcrow:before{content:"\ea73"}.mif-section:before{content:"\ea76"}.mif-paragraph-left:before{content:"\ea77"}.mif-paragraph-center:before{content:"\ea78"}.mif-paragraph-right:before{content:"\ea79"}.mif-paragraph-justify:before{content:"\ea7a"}.mif-indent-increase:before{content:"\ea7b"}.mif-indent-decrease:before{content:"\ea7c"}.mif-share:before{content:"\ea82"}.mif-google:before{content:"\ea87"}.mif-facebook2:before{content:"\ea8d"}.mif-twitter:before{content:"\ea91"}.mif-feed3:before{content:"\ea95"}.mif-youtube:before{content:"\ea99"}.mif-steam2:before{content:"\eaae"}.mif-onedrive:before{content:"\eab0"}.mif-git:before{content:"\eab5"}.mif-apple:before{content:"\eabf"}.mif-android:before{content:"\eac1"}.mif-windows:before{content:"\eac3"}.mif-skype:before{content:"\eac6"}.mif-linkedin:before{content:"\eac8"}.mif-chrome:before{content:"\eae5"}.mif-firefox:before{content:"\eae6"}.mif-ie:before{content:"\eae7"}.mif-opera:before{content:"\eae8"}.mif-safari:before{content:"\eae9"}.mif-airplane:before{content:"\e6c3"}.mif-instagram:before{content:"\e6c5"}.mif-twitch:before{content:"\e6c6"}.mif-picassa:before{content:"\e6c7"}.mif-deviantart:before{content:"\e6c8"}.mif-wordpress:before{content:"\e6c9"}.mif-joomla:before{content:"\e6ca"}.mif-blogger:before{content:"\e6cb"}.mif-tux:before{content:"\e6cc"}.mif-finder:before{content:"\e6cd"}.mif-soundcloud:before{content:"\e6ce"}.mif-reddit:before{content:"\e6cf"}.mif-delicious:before{content:"\e6d0"}.mif-stackoverflow:before{content:"\e6d1"}.mif-flattr:before{content:"\e6d2"}.mif-foursquare:before{content:"\e6d3"}.mif-file-openoffice:before{content:"\e6d4"}.mif-libreoffice:before{content:"\e6d5"}.mif-codepen:before{content:"\e6d6"}.mif-IcoMoon:before{content:"\e6d7"} +*,*:before,*:after{box-sizing:border-box}html{-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:sans-serif;scroll-behavior:smooth}body{line-height:1.5;overflow-x:hidden;background-color:#fff;min-height:100vh;height:100vh;text-rendering:optimizeSpeed}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:""}table{border-collapse:collapse;border-spacing:0}base,basefont,datalist,head,meta,script,style,title,noembed,param,template{display:none}[tabindex="-1"]:focus{outline:none!important}[hidden]{display:none!important}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}svg:not(:root){overflow:hidden}img{vertical-align:middle;border-style:none;max-width:100%}div{position:relative}article>*+*{margin-top:1em}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}[disabled]{pointer-events:none!important;color:#d3d3d3!important}:root{--media-fs: 0;--media-xs: 360px;--media-sm: 576px;--media-ld: 640px;--media-md: 768px;--media-lg: 992px;--media-xl: 1200px;--media-xxl: 1452px;--media-xxxl: 2000px}:root{--default-background: #fff;--default-color: #191919;--default-color-hover: #000000;--default-background-disabled: #f7f8fa;--default-color-disabled: #c9ccd6;--body-background: var(--default-background);--body-color: var(--default-color);--body-color-secondary: #a2a5b1;--border-color: #e8e8e8;--link-color: #5a87cb;--link-color-hover: #0056B3FF;--selected-color: #1FB1F8FF;--selected-row-background: #f5f8fe;--selected-item-background: #d4e2ff}.dark-side{--default-background: #1e1f22;--default-color: #dbdfe7;--default-color-hover: #dbdfe7;--default-background-disabled: #343637;--default-color-disabled: #54565a;--body-background: var(--default-background);--body-color: var(--default-color);--body-color-secondary: #c0c0c0;--border-color: #4a4d51;--link-color: #5a87cb;--link-color-hover: #0056B3FF;--selected-row-background: #26282e;--selected-item-background: #2e436e}body{background-color:var(--body-background);color:var(--body-color)}.ani-spin,.ani-hover-spin:hover{animation:ani-spin 1.5s linear infinite}.ani-pulse,.ani-hover-pulse:hover{animation:ani-pulse 1.7s infinite}.ani-spanner,.ani-hover-spanner:hover{transform-origin:90% 35%;animation:ani-wrench 2.5s ease infinite}.ani-ring,.ani-hover-ring:hover{transform-origin:50% 0;animation:ani-ring 2s ease infinite}.ani-vertical,.ani-hover-vertical:hover{animation:ani-vertical 2s ease infinite}.ani-horizontal,.ani-hover-horizontal:hover{animation:ani-horizontal 2s ease infinite}.ani-flash,.ani-hover-flash:hover{animation:ani-flash 2s ease infinite}.ani-bounce,.ani-hover-bounce:hover{animation:ani-bounce 2s ease infinite}.ani-float,.ani-hover-float:hover{animation:ani-float 2s linear infinite}.ani-heartbeat,.ani-hover-heartbeat:hover{animation:ani-heartbeat 2s linear infinite}.ani-shake,.ani-hover-shake:hover{animation:ani-wrench 2.5s ease infinite}.ani-shuttle,.ani-hover-shuttle:hover{animation:ani-shuttle 2s linear infinite}.ani-pass,.ani-hover-pass:hover{animation:ani-pass 2s linear infinite}.ani-ripple,.ani-hover-ripple:hover{animation:ani-ripple 2s infinite linear}@keyframes swinging{0%{transform:rotate(0)}5%{transform:rotate(10deg)}10%{transform:rotate(-9deg)}15%{transform:rotate(8deg)}20%{transform:rotate(-7deg)}25%{transform:rotate(6deg)}30%{transform:rotate(-5deg)}35%{transform:rotate(4deg)}40%{transform:rotate(-3deg)}45%{transform:rotate(2deg)}50%{transform:rotate(0)}to{transform:rotate(0)}}@keyframes scaleout{0%{transform:scale(0)}to{transform:scale(1);opacity:0}}@keyframes cubemove{25%{transform:translate(10px) rotate(-90deg)}50%{transform:translate(10px) translateY(10px) rotate(-179deg)}50.1%{transform:translate(10px) translateY(10px) rotate(-180deg)}75%{transform:translate(0) translateY(10px) rotate(-270deg)}to{transform:rotate(-360deg)}}@keyframes orbit{0%{opacity:1;animation-timing-function:ease-out;transform:rotate(225deg)}7%{transform:rotate(345deg);animation-timing-function:linear}35%{transform:rotate(495deg);animation-timing-function:ease-in-out}42%{transform:rotate(690deg);animation-timing-function:linear}70%{opacity:1;transform:rotate(835deg);animation-timing-function:linear}76%{opacity:1}77%{transform:rotate(955deg);animation-timing-function:ease-in}78%{transform:rotate(955deg);opacity:0}to{transform:rotate(955deg);opacity:0}}@keyframes metro-slide{0%{left:-50%}to{left:150%}}@keyframes metro-opacity{0%{opacity:0}50%{opacity:.5}to{opacity:1}}@keyframes ani-spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes ani-pulse{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes ani-wrench{0%{transform:rotate(-12deg)}8%{transform:rotate(12deg)}10%{transform:rotate(24deg)}18%{transform:rotate(-24deg)}20%{transform:rotate(-24deg)}28%{transform:rotate(24deg)}30%{transform:rotate(24deg)}38%{transform:rotate(-24deg)}40%{transform:rotate(-24deg)}48%{transform:rotate(24deg)}50%{transform:rotate(24deg)}58%{transform:rotate(-24deg)}60%{transform:rotate(-24deg)}68%{transform:rotate(24deg)}75%{transform:rotate(0)}}@keyframes ani-ring{0%{transform:rotate(-15deg)}2%{transform:rotate(15deg)}4%{transform:rotate(-18deg)}6%{transform:rotate(18deg)}8%{transform:rotate(-22deg)}10%{transform:rotate(22deg)}12%{transform:rotate(-18deg)}14%{transform:rotate(18deg)}16%{transform:rotate(-12deg)}18%{transform:rotate(12deg)}20%{transform:rotate(0)}}@keyframes ani-vertical{0%{transform:translateY(-3px)}4%{transform:translateY(3px)}8%{transform:translateY(-3px)}12%{transform:translateY(3px)}16%{transform:translateY(-3px)}20%{transform:translateY(3px)}22%{transform:translate(0)}}@keyframes ani-horizontal{0%{transform:translate(0)}6%{transform:translate(5px)}12%{transform:translate(0)}18%{transform:translate(5px)}24%{transform:translate(0)}30%{transform:translate(5px)}36%{transform:translate(0)}}@keyframes ani-flash{0%,to,50%{opacity:1}25%,75%{opacity:0}}@keyframes ani-bounce{0%,10%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-15px)}60%{transform:translateY(-15px)}}@keyframes ani-float{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}@keyframes ani-heartbeat{0%{transform:scale(1.1)}50%{transform:scale(.8)}to{transform:scale(1.1)}}@keyframes ani-shuttle{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-8deg)}30%,50%,70%{transform:scale(1.3) rotate(8deg)}40%,60%{transform:scale(1.3) rotate(-8deg)}80%{transform:scale(1) rotate(0)}}@keyframes ani-pass{0%{transform:translate(-50%);opacity:0}50%{transform:translate(0);opacity:1}to{transform:translate(50%);opacity:0}}@keyframes ani-ripple{0%{opacity:.6}50%{transform:scale(1.8);opacity:0}to{opacity:0}}@keyframes ani-shrink{0%{transform:scale(1)}90%{transform:scale(1)}to{transform:scale(.5)}}@keyframes ani-pre-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ani-bg-stripes{0%{background-position:40px 0}to{background-position:0 0}}:root{--border-radius: 4px}.no-border{border:0!important}.no-border-left{border-left:none!important}.no-border-right{border-right:none!important}.no-border-top{border-top:none!important}.no-border-bottom{border-bottom:none!important}.no-border-visible{border-color:transparent!important}.border-none{border:0!important}.border-left-none{border-left:none!important}.border-right-none{border-right:none!important}.border-top-none{border-top:none!important}.border-bottom-none{border-bottom:none!important}.border-visible-none{border-color:transparent!important}.border{border:1px solid transparent}.border-left{border-left:1px solid transparent}.border-right{border-right:1px solid transparent}.border-top{border-top:1px solid transparent}.border-bottom{border-bottom:1px solid transparent}.border-top-left,.border-left-top{border-top:1px solid transparent;border-left:1px solid transparent}.border-top-right,.border-right-top{border-top:1px solid transparent;border-right:1px solid transparent}.border-bottom-right,.border-right-bottom{border-bottom:1px solid transparent;border-right:1px solid transparent}.border-bottom-left,.border-left-bottom{border-bottom:1px solid transparent;border-left:1px solid transparent}.border-top-bottom,.border-bottom-top{border-bottom:1px solid transparent;border-top:1px solid transparent}.border-right-left,.border-left-right{border-right:1px solid transparent;border-left:1px solid transparent}.border-top-right-bottom{border-top:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent}.border-right-bottom-left{border-left:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent}.border-bottom-left-top,.border-left-top-right{border-left:1px solid transparent;border-top:1px solid transparent;border-bottom:1px solid transparent}.border-radius{border-radius:var(--border-radius)}.border-radius-half{border-radius:50%}.border-20,.border-size-20{border-width:20px}.border-radius-20{border-radius:20px}.border-19,.border-size-19{border-width:19px}.border-radius-19{border-radius:19px}.border-18,.border-size-18{border-width:18px}.border-radius-18{border-radius:18px}.border-17,.border-size-17{border-width:17px}.border-radius-17{border-radius:17px}.border-16,.border-size-16{border-width:16px}.border-radius-16{border-radius:16px}.border-15,.border-size-15{border-width:15px}.border-radius-15{border-radius:15px}.border-14,.border-size-14{border-width:14px}.border-radius-14{border-radius:14px}.border-13,.border-size-13{border-width:13px}.border-radius-13{border-radius:13px}.border-12,.border-size-12{border-width:12px}.border-radius-12{border-radius:12px}.border-11,.border-size-11{border-width:11px}.border-radius-11{border-radius:11px}.border-10,.border-size-10{border-width:10px}.border-radius-10{border-radius:10px}.border-9,.border-size-9{border-width:9px}.border-radius-9{border-radius:9px}.border-8,.border-size-8{border-width:8px}.border-radius-8{border-radius:8px}.border-7,.border-size-7{border-width:7px}.border-radius-7{border-radius:7px}.border-6,.border-size-6{border-width:6px}.border-radius-6{border-radius:6px}.border-5,.border-size-5{border-width:5px}.border-radius-5{border-radius:5px}.border-4,.border-size-4{border-width:4px}.border-radius-4{border-radius:4px}.border-3,.border-size-3{border-width:3px}.border-radius-3{border-radius:3px}.border-2,.border-size-2{border-width:2px}.border-radius-2{border-radius:2px}.border-1,.border-size-1{border-width:1px}.border-radius-1{border-radius:1px}.rounded{border-radius:var(--border-radius)!important}.border-50{border-radius:50%!important}.border-solid{border-style:solid!important}.border-dashed{border-style:dashed!important}.border-dotted{border-style:dotted!important}.border-double{border-style:double!important}.border-groove{border-style:groove!important}.border-inset{border-style:inset!important}.border-outset{border-style:outset!important}.border-ridge{border-style:ridge!important}.c-auto{cursor:auto}.c-default{cursor:default}.c-context-menu{cursor:context-menu}.c-help{cursor:help}.c-pointer{cursor:pointer}.c-progress{cursor:progress}.c-wait{cursor:wait}.c-cell{cursor:cell}.c-crosshair{cursor:crosshair}.c-text{cursor:text}.c-text-vertical{cursor:vertical-text}.c-alias{cursor:alias}.c-copy{cursor:copy}.c-move{cursor:move}.c-no-drop{cursor:no-drop}.c-not-allowed{cursor:not-allowed}.c-all-scroll{cursor:all-scroll}.c-col-resize{cursor:col-resize}.c-row-resize{cursor:row-resize}.c-n-resize{cursor:n-resize}.c-e-resize{cursor:e-resize}.c-s-resize{cursor:s-resize}.c-w-resize{cursor:w-resize}.c-ne-resize{cursor:ne-resize}.c-nw-resize{cursor:nw-resize}.c-se-resize{cursor:se-resize}.c-sw-resize{cursor:sw-resize}.c-ew-resize{cursor:ew-resize}.c-ns-resize{cursor:ns-resize}.c-nesw-resize{cursor:nesw-resize}.c-nwse-resize{cursor:nwse-resize}.c-zoom-in{cursor:zoom-in}.c-zoom-out{cursor:zoom-out}.c-grab{cursor:grab}.c-grabbing{cursor:grabbing}.c-none{cursor:none}.debug{outline:1px dotted red!important;min-width:1px;min-height:1px}.visible{visibility:visible!important}.no-visible{visibility:hidden!important}.d-none{display:none!important}.d-block{display:block!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}@media screen and (min-width: 0){.visible-fs{visibility:visible!important}.no-visible-fs{visibility:hidden!important}.d-none-fs{display:none!important}.d-block-fs{display:block!important}.d-inline-fs{display:inline!important}.d-inline-block-fs{display:inline-block!important}.d-table-fs{display:table!important}.d-table-row-fs{display:table-row!important}.d-table-cell-fs{display:table-cell!important}}@media screen and (min-width: 360px){.visible-xs{visibility:visible!important}.no-visible-xs{visibility:hidden!important}.d-none-xs{display:none!important}.d-block-xs{display:block!important}.d-inline-xs{display:inline!important}.d-inline-block-xs{display:inline-block!important}.d-table-xs{display:table!important}.d-table-row-xs{display:table-row!important}.d-table-cell-xs{display:table-cell!important}}@media screen and (min-width: 576px){.visible-sm{visibility:visible!important}.no-visible-sm{visibility:hidden!important}.d-none-sm{display:none!important}.d-block-sm{display:block!important}.d-inline-sm{display:inline!important}.d-inline-block-sm{display:inline-block!important}.d-table-sm{display:table!important}.d-table-row-sm{display:table-row!important}.d-table-cell-sm{display:table-cell!important}}@media screen and (min-width: 640px){.visible-ld{visibility:visible!important}.no-visible-ld{visibility:hidden!important}.d-none-ld{display:none!important}.d-block-ld{display:block!important}.d-inline-ld{display:inline!important}.d-inline-block-ld{display:inline-block!important}.d-table-ld{display:table!important}.d-table-row-ld{display:table-row!important}.d-table-cell-ld{display:table-cell!important}}@media screen and (min-width: 768px){.visible-md{visibility:visible!important}.no-visible-md{visibility:hidden!important}.d-none-md{display:none!important}.d-block-md{display:block!important}.d-inline-md{display:inline!important}.d-inline-block-md{display:inline-block!important}.d-table-md{display:table!important}.d-table-row-md{display:table-row!important}.d-table-cell-md{display:table-cell!important}}@media screen and (min-width: 992px){.visible-lg{visibility:visible!important}.no-visible-lg{visibility:hidden!important}.d-none-lg{display:none!important}.d-block-lg{display:block!important}.d-inline-lg{display:inline!important}.d-inline-block-lg{display:inline-block!important}.d-table-lg{display:table!important}.d-table-row-lg{display:table-row!important}.d-table-cell-lg{display:table-cell!important}}@media screen and (min-width: 1200px){.visible-xl{visibility:visible!important}.no-visible-xl{visibility:hidden!important}.d-none-xl{display:none!important}.d-block-xl{display:block!important}.d-inline-xl{display:inline!important}.d-inline-block-xl{display:inline-block!important}.d-table-xl{display:table!important}.d-table-row-xl{display:table-row!important}.d-table-cell-xl{display:table-cell!important}}@media screen and (min-width: 1452px){.visible-xxl{visibility:visible!important}.no-visible-xxl{visibility:hidden!important}.d-none-xxl{display:none!important}.d-block-xxl{display:block!important}.d-inline-xxl{display:inline!important}.d-inline-block-xxl{display:inline-block!important}.d-table-xxl{display:table!important}.d-table-row-xxl{display:table-row!important}.d-table-cell-xxl{display:table-cell!important}}@media screen and (min-width: 2000px){.visible-xxxl{visibility:visible!important}.no-visible-xxxl{visibility:hidden!important}.d-none-xxxl{display:none!important}.d-block-xxxl{display:block!important}.d-inline-xxxl{display:inline!important}.d-inline-block-xxxl{display:inline-block!important}.d-table-xxxl{display:table!important}.d-table-row-xxxl{display:table-row!important}.d-table-cell-xxxl{display:table-cell!important}}.embed-container{position:relative;display:block;padding:0;overflow:hidden;width:100%;height:100%}.embed-container:before{padding-top:56.25%;display:block;content:""}.embed-container iframe,.embed-container object,.embed-container embed,.embed-container video,.embed-container .embed-item{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.embed-container.size-21x9:before{padding-top:42.85714286%}.embed-container.size-16x9:before{padding-top:56.25%}.embed-container.size-4x3:before{padding-top:75%}.embed-container.size-1x1:before{padding-top:100%}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media screen and (min-width: 0){.d-flex-fs{display:flex!important}.d-inline-flex-fs{display:inline-flex!important}}@media screen and (min-width: 360px){.d-flex-xs{display:flex!important}.d-inline-flex-xs{display:inline-flex!important}}@media screen and (min-width: 576px){.d-flex-sm{display:flex!important}.d-inline-flex-sm{display:inline-flex!important}}@media screen and (min-width: 640px){.d-flex-ld{display:flex!important}.d-inline-flex-ld{display:inline-flex!important}}@media screen and (min-width: 768px){.d-flex-md{display:flex!important}.d-inline-flex-md{display:inline-flex!important}}@media screen and (min-width: 992px){.d-flex-lg{display:flex!important}.d-inline-flex-lg{display:inline-flex!important}}@media screen and (min-width: 1200px){.d-flex-xl{display:flex!important}.d-inline-flex-xl{display:inline-flex!important}}@media screen and (min-width: 1452px){.d-flex-xxl{display:flex!important}.d-inline-flex-xxl{display:inline-flex!important}}@media screen and (min-width: 2000px){.d-flex-xxxl{display:flex!important}.d-inline-flex-xxxl{display:inline-flex!important}}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.order-13{order:13}.order-14{order:14}.order-15{order:15}.order-16{order:16}.order-17{order:17}.order-18{order:18}.order-19{order:19}.order-20{order:20}.order-21{order:21}.order-22{order:22}.order-23{order:23}.order-24{order:24}.flex-equal-items>*{flex:1}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap{flex-wrap:wrap!important}.flex-wrap-r{flex-wrap:wrap-reverse!important}.flex-column{flex-direction:column!important}.flex-column-r{flex-direction:column-reverse!important}.flex-row{flex-direction:row!important}.flex-row-r{flex-direction:row-reverse!important}.flex-align-start{align-items:flex-start!important}.flex-align-end{align-items:flex-end!important}.flex-align-center{align-items:center!important}.flex-align-stretch{align-items:stretch!important}.flex-align-baseline{align-items:baseline!important}.flex-self-start{align-self:flex-start!important}.flex-self-end{align-self:flex-end!important}.flex-self-center{align-self:center!important}.flex-self-stretch{align-self:stretch!important}.flex-self-baseline{align-self:baseline!important}.flex-justify-start{justify-content:flex-start!important}.flex-justify-end{justify-content:flex-end!important}.flex-justify-center{justify-content:center!important}.flex-justify-between{justify-content:space-between!important}.flex-justify-around{justify-content:space-around!important}.flex-content-start{align-content:flex-start!important}.flex-content-end{align-content:flex-end!important}.flex-content-center{align-content:center!important}.flex-content-between{align-content:space-between!important}.flex-content-around{align-content:space-around!important}.flex-content-stretch{align-content:stretch!important}.flex-no-shrink>*{flex-shrink:0}.flex-shrink>*{flex-shrink:1}.flex-no-grow>*{flex-grow:0}.flex-grow>*{flex-grow:1}.flex-no-shrink-self{flex-shrink:0}.flex-shrink-self{flex-shrink:1}.flex-no-grow-self{flex-grow:0}.flex-grow-self{flex-grow:1}.flex-right{margin-left:auto}.flex-left{margin-right:auto}.flex-top{margin-bottom:auto}.flex-bottom{margin-top:auto}.flex-center,.content-center{display:flex;align-items:center;justify-content:center}@media screen and (min-width: 0){.flex-nowrap-fs{flex-wrap:nowrap!important}.flex-wrap-fs{flex-wrap:wrap!important}.flex-wrap-r-fs{flex-wrap:wrap-reverse!important}.flex-column-fs{flex-direction:column!important}.flex-column-r-fs{flex-direction:column-reverse!important}.flex-row-fs{flex-direction:row!important}.flex-row-r-fs{flex-direction:row-reverse!important}.flex-align-start-fs{align-items:flex-start!important}.flex-align-end-fs{align-items:flex-end!important}.flex-align-center-fs{align-items:center!important}.flex-align-stretch-fs{align-items:stretch!important}.flex-align-baseline-fs{align-items:baseline!important}.flex-self-start-fs{align-self:flex-start!important}.flex-self-end-fs{align-self:flex-end!important}.flex-self-center-fs{align-self:center!important}.flex-self-stretch-fs{align-self:stretch!important}.flex-self-baseline-fs{align-self:baseline!important}.flex-justify-start-fs{justify-content:flex-start!important}.flex-justify-end-fs{justify-content:flex-end!important}.flex-justify-center-fs{justify-content:center!important}.flex-justify-between-fs{justify-content:space-between!important}.flex-justify-around-fs{justify-content:space-around!important}.flex-content-start-fs{align-content:flex-start!important}.flex-content-end-fs{align-content:flex-end!important}.flex-content-center-fs{align-content:center!important}.flex-content-between-fs{align-content:space-between!important}.flex-content-around-fs{align-content:space-around!important}.flex-content-stretch-fs{align-content:stretch!important}.flex-no-shrink-fs>*{flex-shrink:0}.flex-shrink-fs>*{flex-shrink:1}.flex-no-grow-fs>*{flex-grow:0}.flex-grow-fs>*{flex-grow:1}.flex-no-shrink-self-fs{flex-shrink:0}.flex-shrink-self-fs{flex-shrink:1}.flex-no-grow-self-fs{flex-grow:0}.flex-grow-self-fs{flex-grow:1}.flex-right-fs{margin-left:auto}.flex-left-fs{margin-right:auto}.flex-top-fs{margin-bottom:auto}.flex-bottom-fs{margin-top:auto}.order-1-fs{order:1}.order-2-fs{order:2}.order-3-fs{order:3}.order-4-fs{order:4}.order-5-fs{order:5}.order-6-fs{order:6}.order-7-fs{order:7}.order-8-fs{order:8}.order-9-fs{order:9}.order-10-fs{order:10}.order-11-fs{order:11}.order-12-fs{order:12}.order-13-fs{order:13}.order-14-fs{order:14}.order-15-fs{order:15}.order-16-fs{order:16}.order-17-fs{order:17}.order-18-fs{order:18}.order-19-fs{order:19}.order-20-fs{order:20}.order-21-fs{order:21}.order-22-fs{order:22}.order-23-fs{order:23}.order-24-fs{order:24}}@media screen and (min-width: 360px){.flex-nowrap-xs{flex-wrap:nowrap!important}.flex-wrap-xs{flex-wrap:wrap!important}.flex-wrap-r-xs{flex-wrap:wrap-reverse!important}.flex-column-xs{flex-direction:column!important}.flex-column-r-xs{flex-direction:column-reverse!important}.flex-row-xs{flex-direction:row!important}.flex-row-r-xs{flex-direction:row-reverse!important}.flex-align-start-xs{align-items:flex-start!important}.flex-align-end-xs{align-items:flex-end!important}.flex-align-center-xs{align-items:center!important}.flex-align-stretch-xs{align-items:stretch!important}.flex-align-baseline-xs{align-items:baseline!important}.flex-self-start-xs{align-self:flex-start!important}.flex-self-end-xs{align-self:flex-end!important}.flex-self-center-xs{align-self:center!important}.flex-self-stretch-xs{align-self:stretch!important}.flex-self-baseline-xs{align-self:baseline!important}.flex-justify-start-xs{justify-content:flex-start!important}.flex-justify-end-xs{justify-content:flex-end!important}.flex-justify-center-xs{justify-content:center!important}.flex-justify-between-xs{justify-content:space-between!important}.flex-justify-around-xs{justify-content:space-around!important}.flex-content-start-xs{align-content:flex-start!important}.flex-content-end-xs{align-content:flex-end!important}.flex-content-center-xs{align-content:center!important}.flex-content-between-xs{align-content:space-between!important}.flex-content-around-xs{align-content:space-around!important}.flex-content-stretch-xs{align-content:stretch!important}.flex-no-shrink-xs>*{flex-shrink:0}.flex-shrink-xs>*{flex-shrink:1}.flex-no-grow-xs>*{flex-grow:0}.flex-grow-xs>*{flex-grow:1}.flex-no-shrink-self-xs{flex-shrink:0}.flex-shrink-self-xs{flex-shrink:1}.flex-no-grow-self-xs{flex-grow:0}.flex-grow-self-xs{flex-grow:1}.flex-right-xs{margin-left:auto}.flex-left-xs{margin-right:auto}.flex-top-xs{margin-bottom:auto}.flex-bottom-xs{margin-top:auto}.order-1-xs{order:1}.order-2-xs{order:2}.order-3-xs{order:3}.order-4-xs{order:4}.order-5-xs{order:5}.order-6-xs{order:6}.order-7-xs{order:7}.order-8-xs{order:8}.order-9-xs{order:9}.order-10-xs{order:10}.order-11-xs{order:11}.order-12-xs{order:12}.order-13-xs{order:13}.order-14-xs{order:14}.order-15-xs{order:15}.order-16-xs{order:16}.order-17-xs{order:17}.order-18-xs{order:18}.order-19-xs{order:19}.order-20-xs{order:20}.order-21-xs{order:21}.order-22-xs{order:22}.order-23-xs{order:23}.order-24-xs{order:24}}@media screen and (min-width: 576px){.flex-nowrap-sm{flex-wrap:nowrap!important}.flex-wrap-sm{flex-wrap:wrap!important}.flex-wrap-r-sm{flex-wrap:wrap-reverse!important}.flex-column-sm{flex-direction:column!important}.flex-column-r-sm{flex-direction:column-reverse!important}.flex-row-sm{flex-direction:row!important}.flex-row-r-sm{flex-direction:row-reverse!important}.flex-align-start-sm{align-items:flex-start!important}.flex-align-end-sm{align-items:flex-end!important}.flex-align-center-sm{align-items:center!important}.flex-align-stretch-sm{align-items:stretch!important}.flex-align-baseline-sm{align-items:baseline!important}.flex-self-start-sm{align-self:flex-start!important}.flex-self-end-sm{align-self:flex-end!important}.flex-self-center-sm{align-self:center!important}.flex-self-stretch-sm{align-self:stretch!important}.flex-self-baseline-sm{align-self:baseline!important}.flex-justify-start-sm{justify-content:flex-start!important}.flex-justify-end-sm{justify-content:flex-end!important}.flex-justify-center-sm{justify-content:center!important}.flex-justify-between-sm{justify-content:space-between!important}.flex-justify-around-sm{justify-content:space-around!important}.flex-content-start-sm{align-content:flex-start!important}.flex-content-end-sm{align-content:flex-end!important}.flex-content-center-sm{align-content:center!important}.flex-content-between-sm{align-content:space-between!important}.flex-content-around-sm{align-content:space-around!important}.flex-content-stretch-sm{align-content:stretch!important}.flex-no-shrink-sm>*{flex-shrink:0}.flex-shrink-sm>*{flex-shrink:1}.flex-no-grow-sm>*{flex-grow:0}.flex-grow-sm>*{flex-grow:1}.flex-no-shrink-self-sm{flex-shrink:0}.flex-shrink-self-sm{flex-shrink:1}.flex-no-grow-self-sm{flex-grow:0}.flex-grow-self-sm{flex-grow:1}.flex-right-sm{margin-left:auto}.flex-left-sm{margin-right:auto}.flex-top-sm{margin-bottom:auto}.flex-bottom-sm{margin-top:auto}.order-1-sm{order:1}.order-2-sm{order:2}.order-3-sm{order:3}.order-4-sm{order:4}.order-5-sm{order:5}.order-6-sm{order:6}.order-7-sm{order:7}.order-8-sm{order:8}.order-9-sm{order:9}.order-10-sm{order:10}.order-11-sm{order:11}.order-12-sm{order:12}.order-13-sm{order:13}.order-14-sm{order:14}.order-15-sm{order:15}.order-16-sm{order:16}.order-17-sm{order:17}.order-18-sm{order:18}.order-19-sm{order:19}.order-20-sm{order:20}.order-21-sm{order:21}.order-22-sm{order:22}.order-23-sm{order:23}.order-24-sm{order:24}}@media screen and (min-width: 640px){.flex-nowrap-ld{flex-wrap:nowrap!important}.flex-wrap-ld{flex-wrap:wrap!important}.flex-wrap-r-ld{flex-wrap:wrap-reverse!important}.flex-column-ld{flex-direction:column!important}.flex-column-r-ld{flex-direction:column-reverse!important}.flex-row-ld{flex-direction:row!important}.flex-row-r-ld{flex-direction:row-reverse!important}.flex-align-start-ld{align-items:flex-start!important}.flex-align-end-ld{align-items:flex-end!important}.flex-align-center-ld{align-items:center!important}.flex-align-stretch-ld{align-items:stretch!important}.flex-align-baseline-ld{align-items:baseline!important}.flex-self-start-ld{align-self:flex-start!important}.flex-self-end-ld{align-self:flex-end!important}.flex-self-center-ld{align-self:center!important}.flex-self-stretch-ld{align-self:stretch!important}.flex-self-baseline-ld{align-self:baseline!important}.flex-justify-start-ld{justify-content:flex-start!important}.flex-justify-end-ld{justify-content:flex-end!important}.flex-justify-center-ld{justify-content:center!important}.flex-justify-between-ld{justify-content:space-between!important}.flex-justify-around-ld{justify-content:space-around!important}.flex-content-start-ld{align-content:flex-start!important}.flex-content-end-ld{align-content:flex-end!important}.flex-content-center-ld{align-content:center!important}.flex-content-between-ld{align-content:space-between!important}.flex-content-around-ld{align-content:space-around!important}.flex-content-stretch-ld{align-content:stretch!important}.flex-no-shrink-ld>*{flex-shrink:0}.flex-shrink-ld>*{flex-shrink:1}.flex-no-grow-ld>*{flex-grow:0}.flex-grow-ld>*{flex-grow:1}.flex-no-shrink-self-ld{flex-shrink:0}.flex-shrink-self-ld{flex-shrink:1}.flex-no-grow-self-ld{flex-grow:0}.flex-grow-self-ld{flex-grow:1}.flex-right-ld{margin-left:auto}.flex-left-ld{margin-right:auto}.flex-top-ld{margin-bottom:auto}.flex-bottom-ld{margin-top:auto}.order-1-ld{order:1}.order-2-ld{order:2}.order-3-ld{order:3}.order-4-ld{order:4}.order-5-ld{order:5}.order-6-ld{order:6}.order-7-ld{order:7}.order-8-ld{order:8}.order-9-ld{order:9}.order-10-ld{order:10}.order-11-ld{order:11}.order-12-ld{order:12}.order-13-ld{order:13}.order-14-ld{order:14}.order-15-ld{order:15}.order-16-ld{order:16}.order-17-ld{order:17}.order-18-ld{order:18}.order-19-ld{order:19}.order-20-ld{order:20}.order-21-ld{order:21}.order-22-ld{order:22}.order-23-ld{order:23}.order-24-ld{order:24}}@media screen and (min-width: 768px){.flex-nowrap-md{flex-wrap:nowrap!important}.flex-wrap-md{flex-wrap:wrap!important}.flex-wrap-r-md{flex-wrap:wrap-reverse!important}.flex-column-md{flex-direction:column!important}.flex-column-r-md{flex-direction:column-reverse!important}.flex-row-md{flex-direction:row!important}.flex-row-r-md{flex-direction:row-reverse!important}.flex-align-start-md{align-items:flex-start!important}.flex-align-end-md{align-items:flex-end!important}.flex-align-center-md{align-items:center!important}.flex-align-stretch-md{align-items:stretch!important}.flex-align-baseline-md{align-items:baseline!important}.flex-self-start-md{align-self:flex-start!important}.flex-self-end-md{align-self:flex-end!important}.flex-self-center-md{align-self:center!important}.flex-self-stretch-md{align-self:stretch!important}.flex-self-baseline-md{align-self:baseline!important}.flex-justify-start-md{justify-content:flex-start!important}.flex-justify-end-md{justify-content:flex-end!important}.flex-justify-center-md{justify-content:center!important}.flex-justify-between-md{justify-content:space-between!important}.flex-justify-around-md{justify-content:space-around!important}.flex-content-start-md{align-content:flex-start!important}.flex-content-end-md{align-content:flex-end!important}.flex-content-center-md{align-content:center!important}.flex-content-between-md{align-content:space-between!important}.flex-content-around-md{align-content:space-around!important}.flex-content-stretch-md{align-content:stretch!important}.flex-no-shrink-md>*{flex-shrink:0}.flex-shrink-md>*{flex-shrink:1}.flex-no-grow-md>*{flex-grow:0}.flex-grow-md>*{flex-grow:1}.flex-no-shrink-self-md{flex-shrink:0}.flex-shrink-self-md{flex-shrink:1}.flex-no-grow-self-md{flex-grow:0}.flex-grow-self-md{flex-grow:1}.flex-right-md{margin-left:auto}.flex-left-md{margin-right:auto}.flex-top-md{margin-bottom:auto}.flex-bottom-md{margin-top:auto}.order-1-md{order:1}.order-2-md{order:2}.order-3-md{order:3}.order-4-md{order:4}.order-5-md{order:5}.order-6-md{order:6}.order-7-md{order:7}.order-8-md{order:8}.order-9-md{order:9}.order-10-md{order:10}.order-11-md{order:11}.order-12-md{order:12}.order-13-md{order:13}.order-14-md{order:14}.order-15-md{order:15}.order-16-md{order:16}.order-17-md{order:17}.order-18-md{order:18}.order-19-md{order:19}.order-20-md{order:20}.order-21-md{order:21}.order-22-md{order:22}.order-23-md{order:23}.order-24-md{order:24}}@media screen and (min-width: 992px){.flex-nowrap-lg{flex-wrap:nowrap!important}.flex-wrap-lg{flex-wrap:wrap!important}.flex-wrap-r-lg{flex-wrap:wrap-reverse!important}.flex-column-lg{flex-direction:column!important}.flex-column-r-lg{flex-direction:column-reverse!important}.flex-row-lg{flex-direction:row!important}.flex-row-r-lg{flex-direction:row-reverse!important}.flex-align-start-lg{align-items:flex-start!important}.flex-align-end-lg{align-items:flex-end!important}.flex-align-center-lg{align-items:center!important}.flex-align-stretch-lg{align-items:stretch!important}.flex-align-baseline-lg{align-items:baseline!important}.flex-self-start-lg{align-self:flex-start!important}.flex-self-end-lg{align-self:flex-end!important}.flex-self-center-lg{align-self:center!important}.flex-self-stretch-lg{align-self:stretch!important}.flex-self-baseline-lg{align-self:baseline!important}.flex-justify-start-lg{justify-content:flex-start!important}.flex-justify-end-lg{justify-content:flex-end!important}.flex-justify-center-lg{justify-content:center!important}.flex-justify-between-lg{justify-content:space-between!important}.flex-justify-around-lg{justify-content:space-around!important}.flex-content-start-lg{align-content:flex-start!important}.flex-content-end-lg{align-content:flex-end!important}.flex-content-center-lg{align-content:center!important}.flex-content-between-lg{align-content:space-between!important}.flex-content-around-lg{align-content:space-around!important}.flex-content-stretch-lg{align-content:stretch!important}.flex-no-shrink-lg>*{flex-shrink:0}.flex-shrink-lg>*{flex-shrink:1}.flex-no-grow-lg>*{flex-grow:0}.flex-grow-lg>*{flex-grow:1}.flex-no-shrink-self-lg{flex-shrink:0}.flex-shrink-self-lg{flex-shrink:1}.flex-no-grow-self-lg{flex-grow:0}.flex-grow-self-lg{flex-grow:1}.flex-right-lg{margin-left:auto}.flex-left-lg{margin-right:auto}.flex-top-lg{margin-bottom:auto}.flex-bottom-lg{margin-top:auto}.order-1-lg{order:1}.order-2-lg{order:2}.order-3-lg{order:3}.order-4-lg{order:4}.order-5-lg{order:5}.order-6-lg{order:6}.order-7-lg{order:7}.order-8-lg{order:8}.order-9-lg{order:9}.order-10-lg{order:10}.order-11-lg{order:11}.order-12-lg{order:12}.order-13-lg{order:13}.order-14-lg{order:14}.order-15-lg{order:15}.order-16-lg{order:16}.order-17-lg{order:17}.order-18-lg{order:18}.order-19-lg{order:19}.order-20-lg{order:20}.order-21-lg{order:21}.order-22-lg{order:22}.order-23-lg{order:23}.order-24-lg{order:24}}@media screen and (min-width: 1200px){.flex-nowrap-xl{flex-wrap:nowrap!important}.flex-wrap-xl{flex-wrap:wrap!important}.flex-wrap-r-xl{flex-wrap:wrap-reverse!important}.flex-column-xl{flex-direction:column!important}.flex-column-r-xl{flex-direction:column-reverse!important}.flex-row-xl{flex-direction:row!important}.flex-row-r-xl{flex-direction:row-reverse!important}.flex-align-start-xl{align-items:flex-start!important}.flex-align-end-xl{align-items:flex-end!important}.flex-align-center-xl{align-items:center!important}.flex-align-stretch-xl{align-items:stretch!important}.flex-align-baseline-xl{align-items:baseline!important}.flex-self-start-xl{align-self:flex-start!important}.flex-self-end-xl{align-self:flex-end!important}.flex-self-center-xl{align-self:center!important}.flex-self-stretch-xl{align-self:stretch!important}.flex-self-baseline-xl{align-self:baseline!important}.flex-justify-start-xl{justify-content:flex-start!important}.flex-justify-end-xl{justify-content:flex-end!important}.flex-justify-center-xl{justify-content:center!important}.flex-justify-between-xl{justify-content:space-between!important}.flex-justify-around-xl{justify-content:space-around!important}.flex-content-start-xl{align-content:flex-start!important}.flex-content-end-xl{align-content:flex-end!important}.flex-content-center-xl{align-content:center!important}.flex-content-between-xl{align-content:space-between!important}.flex-content-around-xl{align-content:space-around!important}.flex-content-stretch-xl{align-content:stretch!important}.flex-no-shrink-xl>*{flex-shrink:0}.flex-shrink-xl>*{flex-shrink:1}.flex-no-grow-xl>*{flex-grow:0}.flex-grow-xl>*{flex-grow:1}.flex-no-shrink-self-xl{flex-shrink:0}.flex-shrink-self-xl{flex-shrink:1}.flex-no-grow-self-xl{flex-grow:0}.flex-grow-self-xl{flex-grow:1}.flex-right-xl{margin-left:auto}.flex-left-xl{margin-right:auto}.flex-top-xl{margin-bottom:auto}.flex-bottom-xl{margin-top:auto}.order-1-xl{order:1}.order-2-xl{order:2}.order-3-xl{order:3}.order-4-xl{order:4}.order-5-xl{order:5}.order-6-xl{order:6}.order-7-xl{order:7}.order-8-xl{order:8}.order-9-xl{order:9}.order-10-xl{order:10}.order-11-xl{order:11}.order-12-xl{order:12}.order-13-xl{order:13}.order-14-xl{order:14}.order-15-xl{order:15}.order-16-xl{order:16}.order-17-xl{order:17}.order-18-xl{order:18}.order-19-xl{order:19}.order-20-xl{order:20}.order-21-xl{order:21}.order-22-xl{order:22}.order-23-xl{order:23}.order-24-xl{order:24}}@media screen and (min-width: 1452px){.flex-nowrap-xxl{flex-wrap:nowrap!important}.flex-wrap-xxl{flex-wrap:wrap!important}.flex-wrap-r-xxl{flex-wrap:wrap-reverse!important}.flex-column-xxl{flex-direction:column!important}.flex-column-r-xxl{flex-direction:column-reverse!important}.flex-row-xxl{flex-direction:row!important}.flex-row-r-xxl{flex-direction:row-reverse!important}.flex-align-start-xxl{align-items:flex-start!important}.flex-align-end-xxl{align-items:flex-end!important}.flex-align-center-xxl{align-items:center!important}.flex-align-stretch-xxl{align-items:stretch!important}.flex-align-baseline-xxl{align-items:baseline!important}.flex-self-start-xxl{align-self:flex-start!important}.flex-self-end-xxl{align-self:flex-end!important}.flex-self-center-xxl{align-self:center!important}.flex-self-stretch-xxl{align-self:stretch!important}.flex-self-baseline-xxl{align-self:baseline!important}.flex-justify-start-xxl{justify-content:flex-start!important}.flex-justify-end-xxl{justify-content:flex-end!important}.flex-justify-center-xxl{justify-content:center!important}.flex-justify-between-xxl{justify-content:space-between!important}.flex-justify-around-xxl{justify-content:space-around!important}.flex-content-start-xxl{align-content:flex-start!important}.flex-content-end-xxl{align-content:flex-end!important}.flex-content-center-xxl{align-content:center!important}.flex-content-between-xxl{align-content:space-between!important}.flex-content-around-xxl{align-content:space-around!important}.flex-content-stretch-xxl{align-content:stretch!important}.flex-no-shrink-xxl>*{flex-shrink:0}.flex-shrink-xxl>*{flex-shrink:1}.flex-no-grow-xxl>*{flex-grow:0}.flex-grow-xxl>*{flex-grow:1}.flex-no-shrink-self-xxl{flex-shrink:0}.flex-shrink-self-xxl{flex-shrink:1}.flex-no-grow-self-xxl{flex-grow:0}.flex-grow-self-xxl{flex-grow:1}.flex-right-xxl{margin-left:auto}.flex-left-xxl{margin-right:auto}.flex-top-xxl{margin-bottom:auto}.flex-bottom-xxl{margin-top:auto}.order-1-xxl{order:1}.order-2-xxl{order:2}.order-3-xxl{order:3}.order-4-xxl{order:4}.order-5-xxl{order:5}.order-6-xxl{order:6}.order-7-xxl{order:7}.order-8-xxl{order:8}.order-9-xxl{order:9}.order-10-xxl{order:10}.order-11-xxl{order:11}.order-12-xxl{order:12}.order-13-xxl{order:13}.order-14-xxl{order:14}.order-15-xxl{order:15}.order-16-xxl{order:16}.order-17-xxl{order:17}.order-18-xxl{order:18}.order-19-xxl{order:19}.order-20-xxl{order:20}.order-21-xxl{order:21}.order-22-xxl{order:22}.order-23-xxl{order:23}.order-24-xxl{order:24}}@media screen and (min-width: 2000px){.flex-nowrap-xxxl{flex-wrap:nowrap!important}.flex-wrap-xxxl{flex-wrap:wrap!important}.flex-wrap-r-xxxl{flex-wrap:wrap-reverse!important}.flex-column-xxxl{flex-direction:column!important}.flex-column-r-xxxl{flex-direction:column-reverse!important}.flex-row-xxxl{flex-direction:row!important}.flex-row-r-xxxl{flex-direction:row-reverse!important}.flex-align-start-xxxl{align-items:flex-start!important}.flex-align-end-xxxl{align-items:flex-end!important}.flex-align-center-xxxl{align-items:center!important}.flex-align-stretch-xxxl{align-items:stretch!important}.flex-align-baseline-xxxl{align-items:baseline!important}.flex-self-start-xxxl{align-self:flex-start!important}.flex-self-end-xxxl{align-self:flex-end!important}.flex-self-center-xxxl{align-self:center!important}.flex-self-stretch-xxxl{align-self:stretch!important}.flex-self-baseline-xxxl{align-self:baseline!important}.flex-justify-start-xxxl{justify-content:flex-start!important}.flex-justify-end-xxxl{justify-content:flex-end!important}.flex-justify-center-xxxl{justify-content:center!important}.flex-justify-between-xxxl{justify-content:space-between!important}.flex-justify-around-xxxl{justify-content:space-around!important}.flex-content-start-xxxl{align-content:flex-start!important}.flex-content-end-xxxl{align-content:flex-end!important}.flex-content-center-xxxl{align-content:center!important}.flex-content-between-xxxl{align-content:space-between!important}.flex-content-around-xxxl{align-content:space-around!important}.flex-content-stretch-xxxl{align-content:stretch!important}.flex-no-shrink-xxxl>*{flex-shrink:0}.flex-shrink-xxxl>*{flex-shrink:1}.flex-no-grow-xxxl>*{flex-grow:0}.flex-grow-xxxl>*{flex-grow:1}.flex-no-shrink-self-xxxl{flex-shrink:0}.flex-shrink-self-xxxl{flex-shrink:1}.flex-no-grow-self-xxxl{flex-grow:0}.flex-grow-self-xxxl{flex-grow:1}.flex-right-xxxl{margin-left:auto}.flex-left-xxxl{margin-right:auto}.flex-top-xxxl{margin-bottom:auto}.flex-bottom-xxxl{margin-top:auto}.order-1-xxxl{order:1}.order-2-xxxl{order:2}.order-3-xxxl{order:3}.order-4-xxxl{order:4}.order-5-xxxl{order:5}.order-6-xxxl{order:6}.order-7-xxxl{order:7}.order-8-xxxl{order:8}.order-9-xxxl{order:9}.order-10-xxxl{order:10}.order-11-xxxl{order:11}.order-12-xxxl{order:12}.order-13-xxxl{order:13}.order-14-xxxl{order:14}.order-15-xxxl{order:15}.order-16-xxxl{order:16}.order-17-xxxl{order:17}.order-18-xxxl{order:18}.order-19-xxxl{order:19}.order-20-xxxl{order:20}.order-21-xxxl{order:21}.order-22-xxxl{order:22}.order-23-xxxl{order:23}.order-24-xxxl{order:24}}.clear-float:after{display:block;clear:both;content:""}.place-right,.float-right{float:right!important}.place-left,.float-left{float:left!important}.place-none,.float-none,.no-float{float:none!important}@media screen and (min-width: 0){.place-left-fs{float:left!important}.place-right-fs{float:right!important}.place-none-fs{float:none!important}.float-left-fs{float:left!important}.float-right-fs{float:right!important}.float-none-fs{float:none!important}}@media screen and (min-width: 360px){.place-left-xs{float:left!important}.place-right-xs{float:right!important}.place-none-xs{float:none!important}.float-left-xs{float:left!important}.float-right-xs{float:right!important}.float-none-xs{float:none!important}}@media screen and (min-width: 576px){.place-left-sm{float:left!important}.place-right-sm{float:right!important}.place-none-sm{float:none!important}.float-left-sm{float:left!important}.float-right-sm{float:right!important}.float-none-sm{float:none!important}}@media screen and (min-width: 640px){.place-left-ld{float:left!important}.place-right-ld{float:right!important}.place-none-ld{float:none!important}.float-left-ld{float:left!important}.float-right-ld{float:right!important}.float-none-ld{float:none!important}}@media screen and (min-width: 768px){.place-left-md{float:left!important}.place-right-md{float:right!important}.place-none-md{float:none!important}.float-left-md{float:left!important}.float-right-md{float:right!important}.float-none-md{float:none!important}}@media screen and (min-width: 992px){.place-left-lg{float:left!important}.place-right-lg{float:right!important}.place-none-lg{float:none!important}.float-left-lg{float:left!important}.float-right-lg{float:right!important}.float-none-lg{float:none!important}}@media screen and (min-width: 1200px){.place-left-xl{float:left!important}.place-right-xl{float:right!important}.place-none-xl{float:none!important}.float-left-xl{float:left!important}.float-right-xl{float:right!important}.float-none-xl{float:none!important}}@media screen and (min-width: 1452px){.place-left-xxl{float:left!important}.place-right-xxl{float:right!important}.place-none-xxl{float:none!important}.float-left-xxl{float:left!important}.float-right-xxl{float:right!important}.float-none-xxl{float:none!important}}@media screen and (min-width: 2000px){.place-left-xxxl{float:left!important}.place-right-xxxl{float:right!important}.place-none-xxxl{float:none!important}.float-left-xxxl{float:left!important}.float-right-xxxl{float:right!important}.float-none-xxxl{float:none!important}}html{font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Helvetica Neue,sans-serif;font-size:100%}body{font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.5;font-style:normal;font-weight:400}:root{--thumb-background: rgba(255, 255, 255, .8);--img-overlay-background: rgba(70, 140, 255, .7);--img-overlay-color: #ffffff}.dark-side{--thumb-background: rgba(0, 0, 0, .8)}.img-container,.img-fluid,.img-thumbnail{width:100%;max-width:100%;height:auto;display:block;position:relative;vertical-align:middle;background-color:transparent;transition:all .3s ease-in-out;overflow:visible}.img-thumbnail{padding:.25rem;border:1px solid var(--border-color);border-radius:var(--border-radius);background-color:var(--thumb-background)}.img-container{display:block}.img-container img{width:100%;max-width:100%;height:auto;position:relative}.img-container .image-overlay{position:absolute;inset:0;opacity:0;overflow:hidden;font-size:.875rem;line-height:1rem;padding:2em;background-color:var(--img-overlay-background);color:var(--img-overlay-color);text-align:center;border-radius:inherit;transition:all .3s ease-in-out}.img-container .image-overlay *{color:inherit}.img-container .image-overlay:hover{opacity:1}.img-container .image-overlay:hover:before,.img-container .image-overlay:hover:after{opacity:1;transform:scale(1)}.img-container .image-overlay:before,.img-container .image-overlay:after{display:block;position:absolute;content:"";border:1px solid var(--border-color);inset:1em;opacity:0;border-radius:inherit;transform:scale(1.5);transition:all .3s ease-in-out}.img-container .image-overlay:after{border-left:none;border-right:none;bottom:1em;top:1em}.img-container .image-overlay:before{border-top:none;border-bottom:none;bottom:1em;top:1em}.img-container.rounded img{border-radius:var(--border-radius)}.img-container.thumbnail{padding:.25rem;border:1px solid var(--border-color);background-color:var(--thumb-background)}.img-container.thumbnail .title{font-size:.9rem;line-height:1}.img-container img+.title{margin-top:.25rem}.img-container .title+img{margin-top:.25rem}.img-container.cover{background-size:cover;background:no-repeat 100% 100%}figure{margin:0 0 1rem}figure img{width:100%;max-width:100%;height:auto;display:block;position:relative;vertical-align:middle;background-color:transparent;transition:all .3s ease-in-out}.use-blur-image img:not([alt]){filter:blur(8px)}:root{--step-list-number-color: #75757500}.dark-side{--step-list-number-color: #ffedbc}.step-list{margin:0 0 0 3em;padding:0;list-style-type:none;counter-reset:li}.step-list>li{border-left:1px var(--border-color) solid;position:relative;padding:0 .625rem;margin:.625rem;vertical-align:top}.step-list>li:before{position:absolute;content:counter(li);counter-increment:li;font-size:2rem;color:var(--step-list-number-color);left:0;top:.3125rem;margin-left:-2em;width:1.8em;text-align:right}.custom-list-marker{list-style:none inside}.custom-list-marker li{position:relative;padding-left:1.2em}.custom-list-marker li:before{content:attr(data-marker);position:absolute;left:0;top:50%;transform:translateY(-50%)}.items-list,.feed-list{margin:0;padding:4px;position:relative;display:block;list-style:none inside}.items-list .item,.feed-list .item,.items-list>li,.feed-list>li{display:flex;flex-flow:column;justify-content:center;position:relative;height:56px;padding:8px 16px;vertical-align:middle;overflow:hidden;cursor:default}.items-list .item .avatar,.feed-list .item .avatar,.items-list>li .avatar,.feed-list>li .avatar{width:42px;height:42px;border-radius:50%;position:absolute;left:16px;top:50%;margin-top:-21px;font-size:32px;line-height:42px}.items-list .item .second-action,.feed-list .item .second-action,.items-list>li .second-action,.feed-list>li .second-action{position:absolute;right:16px;width:24px;height:24px;font-size:24px;line-height:24px;top:50%;margin-top:-12px;cursor:pointer}.items-list .item .label,.feed-list .item .label,.items-list>li .label,.feed-list>li .label,.items-list .item .second-label,.feed-list .item .second-label,.items-list>li .second-label,.feed-list>li .second-label{display:block}.items-list .item .label,.feed-list .item .label,.items-list>li .label,.feed-list>li .label{line-height:1}.items-list .item .second-label,.feed-list .item .second-label,.items-list>li .second-label,.feed-list>li .second-label{font-size:.9em;color:#989898;line-height:1}.items-list .item .avatar~.label,.feed-list .item .avatar~.label,.items-list>li .avatar~.label,.feed-list>li .avatar~.label,.items-list .item .avatar~.second-label,.feed-list .item .avatar~.second-label,.items-list>li .avatar~.second-label,.feed-list>li .avatar~.second-label{padding-left:56px}.items-list .item+.item,.feed-list .item+.item{border-top:1px var(--border-color) solid}.items-list>li+li,.feed-list>li+li{border-top:1px var(--border-color) solid}.feed-list .title{padding:0 16px;font-size:18px;font-weight:500;height:36px;line-height:36px;display:block}.feed-list .item+.title,.feed-list li+.title{margin-top:32px}.feed-list .title+.item,.feed-list .title+li,.feed-list li+.title{border-top:1px transparent solid}.feed-list .item,.feed-list>li{height:104px;padding:16px 0;justify-content:space-around}.feed-list .item .avatar,.feed-list>li .avatar{position:absolute;top:16px;left:16px;width:96px;height:72px;border-radius:0;margin-top:0}.feed-list .item .second-label,.feed-list>li .second-label{font-size:10px}.feed-list .item .avatar~.label,.feed-list>li .avatar~.label,.feed-list .item .avatar~.second-label,.feed-list>li .avatar~.second-label{margin-left:128px;margin-right:16px;padding-left:0}.feed-list .item .avatar.on-right,.feed-list>li .avatar.on-right{float:none;left:auto;right:16px}.feed-list .item .avatar.on-right~.label,.feed-list>li .avatar.on-right~.label,.feed-list .item .avatar.on-right~.second-label,.feed-list>li .avatar.on-right~.second-label{margin-left:16px;margin-right:128px}.group-list{margin:0;position:relative;display:block;list-style:none inside;border:1px solid var(--border-color)}.group-list .item,.group-list>li{display:block;position:relative;padding:4px 8px}.group-list .item+.item,.group-list>li+li{border-top:1px solid var(--border-color)}.group-list.horizontal{display:flex;justify-content:space-between;align-items:center}.group-list.horizontal .item,.group-list.horizontal>li{flex-basis:100%}.group-list.horizontal .item+.item,.group-list.horizontal>li+li{border-top:none;border-left:1px solid var(--border-color)}.inline-list{list-style:none;padding-left:0;margin-left:0}.inline-list li{display:inline-block;margin-right:.625rem}.inline-list li:last-child{margin-right:0}.unstyled-list{list-style:none inside;margin-left:0}ol.decimal{list-style-type:decimal}ol.roman-upper{list-style-type:upper-roman}ol.roman-lower{list-style-type:lower-roman}ol.alpha-upper{list-style-type:upper-alpha}ol.alpha-lower{list-style-type:lower-alpha}ol.latin-upper{list-style-type:upper-latin}ol.latin-lower{list-style-type:lower-latin}.no-style{list-style-type:none}:root{--overlay-color: rgba(255, 255, 255, .5);--splash-color: #ffffff}.dark-side{--overlay-color: rgba(0, 0, 0, .5);--splash-color: #000000}.overlay{position:fixed;inset:0;background-color:var(--overlay-color);z-index:1040}.overlay.transparent{background-color:#fff0!important}.global-overlay{z-index:2000!important}.global-dialog{z-index:2001!important}.splashscreen{display:flex;flex-flow:column;justify-content:center;align-items:center;z-index:2147483647;background:var(--splash-color);position:fixed;inset:0}.fixed-top,.fixed-bottom{position:fixed;left:0;right:0;width:100%}.fixed-top{top:0;bottom:auto}.fixed-bottom{top:auto;bottom:0}.pos-relative{position:relative!important}.pos-absolute{position:absolute!important}.pos-static{position:static!important}.pos-fixed{position:fixed!important}@media screen and (min-width: 0){.pos-relative-fs{position:relative!important}.pos-absolute-fs{position:absolute!important}.pos-static-fs{position:static!important}.pos-fixed-fs{position:fixed!important}}@media screen and (min-width: 360px){.pos-relative-xs{position:relative!important}.pos-absolute-xs{position:absolute!important}.pos-static-xs{position:static!important}.pos-fixed-xs{position:fixed!important}}@media screen and (min-width: 576px){.pos-relative-sm{position:relative!important}.pos-absolute-sm{position:absolute!important}.pos-static-sm{position:static!important}.pos-fixed-sm{position:fixed!important}}@media screen and (min-width: 640px){.pos-relative-ld{position:relative!important}.pos-absolute-ld{position:absolute!important}.pos-static-ld{position:static!important}.pos-fixed-ld{position:fixed!important}}@media screen and (min-width: 768px){.pos-relative-md{position:relative!important}.pos-absolute-md{position:absolute!important}.pos-static-md{position:static!important}.pos-fixed-md{position:fixed!important}}@media screen and (min-width: 992px){.pos-relative-lg{position:relative!important}.pos-absolute-lg{position:absolute!important}.pos-static-lg{position:static!important}.pos-fixed-lg{position:fixed!important}}@media screen and (min-width: 1200px){.pos-relative-xl{position:relative!important}.pos-absolute-xl{position:absolute!important}.pos-static-xl{position:static!important}.pos-fixed-xl{position:fixed!important}}@media screen and (min-width: 1452px){.pos-relative-xxl{position:relative!important}.pos-absolute-xxl{position:absolute!important}.pos-static-xxl{position:static!important}.pos-fixed-xxl{position:fixed!important}}@media screen and (min-width: 2000px){.pos-relative-xxxl{position:relative!important}.pos-absolute-xxxl{position:absolute!important}.pos-static-xxxl{position:static!important}.pos-fixed-xxxl{position:fixed!important}}.put-n{inset:0 auto auto 50%!important;transform:translate(-50%) translateY(-100%)}.put-nw{inset:0 auto auto 0!important;transform:translateY(-100%)}.put-ne{inset:0 0 auto auto!important;transform:translateY(-100%)}.put-wn{inset:0 auto auto 0!important;transform:translate(-100%)}.put-w{inset:50% auto auto 0!important;transform:translate(-100%) translateY(-50%)}.put-ws{inset:auto auto 0 0!important;transform:translate(-100%)}.put-en{inset:0 0 auto auto!important;transform:translate(100%)}.put-e{inset:50% 0 auto auto!important;transform:translate(100%) translateY(-50%)}.put-es{inset:auto 0 0 auto!important;transform:translate(100%)}.put-s{inset:100% auto auto 0!important}.put-sw{inset:100% auto auto 50%!important;transform:translate(-50%)}.put-se{inset:100% 0 auto auto!important}.put-left{left:0!important;right:auto!important}.put-right{left:auto!important;right:0!important}.pos-top-left{inset:0 auto auto 0!important}.pos-top-center{inset:0 auto auto 50%!important;transform:translate(-50%)}.pos-top-right{inset:0 0 auto auto!important}.pos-bottom-left{inset:auto auto 0 0!important}.pos-bottom-center{inset:auto auto 0 50%!important;transform:translate(-50%)}.pos-bottom-right{inset:auto 0 0 auto!important}.pos-left-center{inset:50% auto auto 0!important;transform:translateY(-50%)}.pos-right-center{inset:50% 0 auto auto;transform:translateY(-50%)}.pos-center{inset:50% auto auto 50%!important;transform:translate(-50%) translateY(-50%)}@media screen and (min-width: 0){.put-left-fs{left:0!important;right:auto!important}.put-right-fs{left:auto!important;right:0!important}.put-n-fs{inset:0 auto auto 50%!important;transform:translate(-50%) translateY(-100%)}.put-nw-fs{inset:0 auto auto 0!important;transform:translateY(-100%)}.put-ne-fs{inset:0 0 auto auto!important;transform:translateY(-100%)}.put-wn-fs{inset:0 auto auto 0!important;transform:translate(-100%)}.put-w-fs{inset:50% auto auto 0!important;transform:translate(-100%) translateY(-50%)}.put-ws-fs{inset:auto auto 0 0!important;transform:translate(-100%)}.put-en-fs{inset:0 0 auto auto!important;transform:translate(100%)}.put-e-fs{inset:50% 0 auto auto!important;transform:translate(100%) translateY(-50%)}.put-es-fs{inset:auto 0 0 auto!important;transform:translate(100%)}.put-s-fs{inset:100% auto auto 0!important}.put-sw-fs{inset:100% auto auto 50%!important;transform:translate(-50%)}.put-se-fs{inset:100% 0 auto auto!important}}@media screen and (min-width: 360px){.put-left-xs{left:0!important;right:auto!important}.put-right-xs{left:auto!important;right:0!important}.put-n-xs{inset:0 auto auto 50%!important;transform:translate(-50%) translateY(-100%)}.put-nw-xs{inset:0 auto auto 0!important;transform:translateY(-100%)}.put-ne-xs{inset:0 0 auto auto!important;transform:translateY(-100%)}.put-wn-xs{inset:0 auto auto 0!important;transform:translate(-100%)}.put-w-xs{inset:50% auto auto 0!important;transform:translate(-100%) translateY(-50%)}.put-ws-xs{inset:auto auto 0 0!important;transform:translate(-100%)}.put-en-xs{inset:0 0 auto auto!important;transform:translate(100%)}.put-e-xs{inset:50% 0 auto auto!important;transform:translate(100%) translateY(-50%)}.put-es-xs{inset:auto 0 0 auto!important;transform:translate(100%)}.put-s-xs{inset:100% auto auto 0!important}.put-sw-xs{inset:100% auto auto 50%!important;transform:translate(-50%)}.put-se-xs{inset:100% 0 auto auto!important}}@media screen and (min-width: 576px){.put-left-sm{left:0!important;right:auto!important}.put-right-sm{left:auto!important;right:0!important}.put-n-sm{inset:0 auto auto 50%!important;transform:translate(-50%) translateY(-100%)}.put-nw-sm{inset:0 auto auto 0!important;transform:translateY(-100%)}.put-ne-sm{inset:0 0 auto auto!important;transform:translateY(-100%)}.put-wn-sm{inset:0 auto auto 0!important;transform:translate(-100%)}.put-w-sm{inset:50% auto auto 0!important;transform:translate(-100%) translateY(-50%)}.put-ws-sm{inset:auto auto 0 0!important;transform:translate(-100%)}.put-en-sm{inset:0 0 auto auto!important;transform:translate(100%)}.put-e-sm{inset:50% 0 auto auto!important;transform:translate(100%) translateY(-50%)}.put-es-sm{inset:auto 0 0 auto!important;transform:translate(100%)}.put-s-sm{inset:100% auto auto 0!important}.put-sw-sm{inset:100% auto auto 50%!important;transform:translate(-50%)}.put-se-sm{inset:100% 0 auto auto!important}}@media screen and (min-width: 640px){.put-left-ld{left:0!important;right:auto!important}.put-right-ld{left:auto!important;right:0!important}.put-n-ld{inset:0 auto auto 50%!important;transform:translate(-50%) translateY(-100%)}.put-nw-ld{inset:0 auto auto 0!important;transform:translateY(-100%)}.put-ne-ld{inset:0 0 auto auto!important;transform:translateY(-100%)}.put-wn-ld{inset:0 auto auto 0!important;transform:translate(-100%)}.put-w-ld{inset:50% auto auto 0!important;transform:translate(-100%) translateY(-50%)}.put-ws-ld{inset:auto auto 0 0!important;transform:translate(-100%)}.put-en-ld{inset:0 0 auto auto!important;transform:translate(100%)}.put-e-ld{inset:50% 0 auto auto!important;transform:translate(100%) translateY(-50%)}.put-es-ld{inset:auto 0 0 auto!important;transform:translate(100%)}.put-s-ld{inset:100% auto auto 0!important}.put-sw-ld{inset:100% auto auto 50%!important;transform:translate(-50%)}.put-se-ld{inset:100% 0 auto auto!important}}@media screen and (min-width: 768px){.put-left-md{left:0!important;right:auto!important}.put-right-md{left:auto!important;right:0!important}.put-n-md{inset:0 auto auto 50%!important;transform:translate(-50%) translateY(-100%)}.put-nw-md{inset:0 auto auto 0!important;transform:translateY(-100%)}.put-ne-md{inset:0 0 auto auto!important;transform:translateY(-100%)}.put-wn-md{inset:0 auto auto 0!important;transform:translate(-100%)}.put-w-md{inset:50% auto auto 0!important;transform:translate(-100%) translateY(-50%)}.put-ws-md{inset:auto auto 0 0!important;transform:translate(-100%)}.put-en-md{inset:0 0 auto auto!important;transform:translate(100%)}.put-e-md{inset:50% 0 auto auto!important;transform:translate(100%) translateY(-50%)}.put-es-md{inset:auto 0 0 auto!important;transform:translate(100%)}.put-s-md{inset:100% auto auto 0!important}.put-sw-md{inset:100% auto auto 50%!important;transform:translate(-50%)}.put-se-md{inset:100% 0 auto auto!important}}@media screen and (min-width: 992px){.put-left-lg{left:0!important;right:auto!important}.put-right-lg{left:auto!important;right:0!important}.put-n-lg{inset:0 auto auto 50%!important;transform:translate(-50%) translateY(-100%)}.put-nw-lg{inset:0 auto auto 0!important;transform:translateY(-100%)}.put-ne-lg{inset:0 0 auto auto!important;transform:translateY(-100%)}.put-wn-lg{inset:0 auto auto 0!important;transform:translate(-100%)}.put-w-lg{inset:50% auto auto 0!important;transform:translate(-100%) translateY(-50%)}.put-ws-lg{inset:auto auto 0 0!important;transform:translate(-100%)}.put-en-lg{inset:0 0 auto auto!important;transform:translate(100%)}.put-e-lg{inset:50% 0 auto auto!important;transform:translate(100%) translateY(-50%)}.put-es-lg{inset:auto 0 0 auto!important;transform:translate(100%)}.put-s-lg{inset:100% auto auto 0!important}.put-sw-lg{inset:100% auto auto 50%!important;transform:translate(-50%)}.put-se-lg{inset:100% 0 auto auto!important}}@media screen and (min-width: 1200px){.put-left-xl{left:0!important;right:auto!important}.put-right-xl{left:auto!important;right:0!important}.put-n-xl{inset:0 auto auto 50%!important;transform:translate(-50%) translateY(-100%)}.put-nw-xl{inset:0 auto auto 0!important;transform:translateY(-100%)}.put-ne-xl{inset:0 0 auto auto!important;transform:translateY(-100%)}.put-wn-xl{inset:0 auto auto 0!important;transform:translate(-100%)}.put-w-xl{inset:50% auto auto 0!important;transform:translate(-100%) translateY(-50%)}.put-ws-xl{inset:auto auto 0 0!important;transform:translate(-100%)}.put-en-xl{inset:0 0 auto auto!important;transform:translate(100%)}.put-e-xl{inset:50% 0 auto auto!important;transform:translate(100%) translateY(-50%)}.put-es-xl{inset:auto 0 0 auto!important;transform:translate(100%)}.put-s-xl{inset:100% auto auto 0!important}.put-sw-xl{inset:100% auto auto 50%!important;transform:translate(-50%)}.put-se-xl{inset:100% 0 auto auto!important}}@media screen and (min-width: 1452px){.put-left-xxl{left:0!important;right:auto!important}.put-right-xxl{left:auto!important;right:0!important}.put-n-xxl{inset:0 auto auto 50%!important;transform:translate(-50%) translateY(-100%)}.put-nw-xxl{inset:0 auto auto 0!important;transform:translateY(-100%)}.put-ne-xxl{inset:0 0 auto auto!important;transform:translateY(-100%)}.put-wn-xxl{inset:0 auto auto 0!important;transform:translate(-100%)}.put-w-xxl{inset:50% auto auto 0!important;transform:translate(-100%) translateY(-50%)}.put-ws-xxl{inset:auto auto 0 0!important;transform:translate(-100%)}.put-en-xxl{inset:0 0 auto auto!important;transform:translate(100%)}.put-e-xxl{inset:50% 0 auto auto!important;transform:translate(100%) translateY(-50%)}.put-es-xxl{inset:auto 0 0 auto!important;transform:translate(100%)}.put-s-xxl{inset:100% auto auto 0!important}.put-sw-xxl{inset:100% auto auto 50%!important;transform:translate(-50%)}.put-se-xxl{inset:100% 0 auto auto!important}}@media screen and (min-width: 2000px){.put-left-xxxl{left:0!important;right:auto!important}.put-right-xxxl{left:auto!important;right:0!important}.put-n-xxxl{inset:0 auto auto 50%!important;transform:translate(-50%) translateY(-100%)}.put-nw-xxxl{inset:0 auto auto 0!important;transform:translateY(-100%)}.put-ne-xxxl{inset:0 0 auto auto!important;transform:translateY(-100%)}.put-wn-xxxl{inset:0 auto auto 0!important;transform:translate(-100%)}.put-w-xxxl{inset:50% auto auto 0!important;transform:translate(-100%) translateY(-50%)}.put-ws-xxxl{inset:auto auto 0 0!important;transform:translate(-100%)}.put-en-xxxl{inset:0 0 auto auto!important;transform:translate(100%)}.put-e-xxxl{inset:50% 0 auto auto!important;transform:translate(100%) translateY(-50%)}.put-es-xxxl{inset:auto 0 0 auto!important;transform:translate(100%)}.put-s-xxxl{inset:100% auto auto 0!important}.put-sw-xxxl{inset:100% auto auto 50%!important;transform:translate(-50%)}.put-se-xxxl{inset:100% 0 auto auto!important}}@media print{.d-none-print{display:none!important}.d-block-print{display:block!important}.d-inline-print{display:inline!important}.d-inline-block-print{display:inline-block!important}.d-table-print{display:table!important}.d-table-row-print{display:table-row!important}.d-table-cell-print{display:table-cell!important}.d-flex-print{display:flex!important}.d-inline-flex-print{display:inline-flex!important}.visible-print{visibility:visible!important}.no-visible-print{visibility:hidden!important}.overflow-print{overflow:auto!important}.no-overflow-print{overflow:hidden!important}.scroll-print{overflow:scroll!important}.scroll-x-print{overflow-x:auto!important}.scroll-y-print{overflow-y:auto!important}.no-scroll-print{overflow:hidden!important}.no-scroll-x-print{overflow-x:hidden!important}.no-scroll-y-print{overflow-y:hidden!important}.wrap-print{white-space:normal!important}.no-wrap-print{white-space:nowrap!important}}:root{--shadow-color: #d6d6d6}.dark-side{--shadow-color: #1b1c1f}.no-shadow{box-shadow:none!important}.no-shadow-text{text-shadow:none!important}.simple-shadow{box-shadow:4px 4px 10px 0 var(--shadow-color)}.drop-shadow{box-shadow:2px 2px 5px 0 var(--shadow-color)}.win-shadow{box-shadow:0 0 5px 0 var(--shadow-color)}.shadow-1{box-shadow:0 2px 10px #00000029,0 2px 5px #00000042}.shadow-2{box-shadow:0 6px 20px #00000030,0 8px 17px #0003}.shadow-3{box-shadow:0 17px 50px #00000030,0 12px 15px #0000003d}.shadow-4{box-shadow:0 25px 55px #00000036,0 16px 28px #00000038}.shadow-5{box-shadow:0 40px 77px #00000038,0 27px 24px #0003}.shadowed{box-shadow:2px 2px 5px #0006!important}.shadowed:hover,.shadowed:focus{box-shadow:2px 2px 5px #000c!important}.shadowed:active{box-shadow:none!important;transform:translate(1px,1px)}.w-auto{width:auto!important}.h-auto{height:auto!important}.w-fs{width:0!important}.w-xs{width:360px!important}.w-sm{width:576px!important}.w-ld{width:640px!important}.w-md{width:768px!important}.w-lg{width:992px!important}.w-xl{width:1200px!important}.w-xxl{width:1452px!important}.w-xxxl{width:2000px!important}.h-vh-10{height:10vh!important}.h-vw-10{height:10vw!important}.w-vh-10{width:10vh!important}.w-vw-10{width:10vw!important}.h-10{height:10%!important}.w-10{width:10%!important}.mh-10{max-height:10%!important}.mw-10{max-width:10%!important}.h-vh-20{height:20vh!important}.h-vw-20{height:20vw!important}.w-vh-20{width:20vh!important}.w-vw-20{width:20vw!important}.h-20{height:20%!important}.w-20{width:20%!important}.mh-20{max-height:20%!important}.mw-20{max-width:20%!important}.h-vh-25{height:25vh!important}.h-vw-25{height:25vw!important}.w-vh-25{width:25vh!important}.w-vw-25{width:25vw!important}.h-25{height:25%!important}.w-25{width:25%!important}.mh-25{max-height:25%!important}.mw-25{max-width:25%!important}.h-vh-33{height:33vh!important}.h-vw-33{height:33vw!important}.w-vh-33{width:33vh!important}.w-vw-33{width:33vw!important}.h-33{height:33%!important}.w-33{width:33%!important}.mh-33{max-height:33%!important}.mw-33{max-width:33%!important}.h-vh-50{height:50vh!important}.h-vw-50{height:50vw!important}.w-vh-50{width:50vh!important}.w-vw-50{width:50vw!important}.h-50{height:50%!important}.w-50{width:50%!important}.mh-50{max-height:50%!important}.mw-50{max-width:50%!important}.h-vh-66{height:66vh!important}.h-vw-66{height:66vw!important}.w-vh-66{width:66vh!important}.w-vw-66{width:66vw!important}.h-66{height:66%!important}.w-66{width:66%!important}.mh-66{max-height:66%!important}.mw-66{max-width:66%!important}.h-vh-75{height:75vh!important}.h-vw-75{height:75vw!important}.w-vh-75{width:75vh!important}.w-vw-75{width:75vw!important}.h-75{height:75%!important}.w-75{width:75%!important}.mh-75{max-height:75%!important}.mw-75{max-width:75%!important}.h-vh-80{height:80vh!important}.h-vw-80{height:80vw!important}.w-vh-80{width:80vh!important}.w-vw-80{width:80vw!important}.h-80{height:80%!important}.w-80{width:80%!important}.mh-80{max-height:80%!important}.mw-80{max-width:80%!important}.h-vh-90{height:90vh!important}.h-vw-90{height:90vw!important}.w-vh-90{width:90vh!important}.w-vw-90{width:90vw!important}.h-90{height:90%!important}.w-90{width:90%!important}.mh-90{max-height:90%!important}.mw-90{max-width:90%!important}.h-vh-100{height:100vh!important}.h-vw-100{height:100vw!important}.w-vh-100{width:100vh!important}.w-vw-100{width:100vw!important}.h-100{height:100%!important}.w-100{width:100%!important}.mh-100{max-height:100%!important}.mw-100{max-width:100%!important}@media screen and (min-width: 0){.w-auto-fs{width:auto!important}.h-auto-fs{height:auto!important}.h-vh-10-fs{height:10vh!important}.h-vw-10-fs{height:10vw!important}.w-vh-10-fs{width:10vh!important}.w-vw-10-fs{width:10vw!important}.h-10-fs{height:10%!important}.w-10-fs{width:10%!important}.mh-10-fs{max-height:10%!important}.mw-10-fs{max-width:10%!important}.h-vh-20-fs{height:20vh!important}.h-vw-20-fs{height:20vw!important}.w-vh-20-fs{width:20vh!important}.w-vw-20-fs{width:20vw!important}.h-20-fs{height:20%!important}.w-20-fs{width:20%!important}.mh-20-fs{max-height:20%!important}.mw-20-fs{max-width:20%!important}.h-vh-25-fs{height:25vh!important}.h-vw-25-fs{height:25vw!important}.w-vh-25-fs{width:25vh!important}.w-vw-25-fs{width:25vw!important}.h-25-fs{height:25%!important}.w-25-fs{width:25%!important}.mh-25-fs{max-height:25%!important}.mw-25-fs{max-width:25%!important}.h-vh-33-fs{height:33vh!important}.h-vw-33-fs{height:33vw!important}.w-vh-33-fs{width:33vh!important}.w-vw-33-fs{width:33vw!important}.h-33-fs{height:33%!important}.w-33-fs{width:33%!important}.mh-33-fs{max-height:33%!important}.mw-33-fs{max-width:33%!important}.h-vh-50-fs{height:50vh!important}.h-vw-50-fs{height:50vw!important}.w-vh-50-fs{width:50vh!important}.w-vw-50-fs{width:50vw!important}.h-50-fs{height:50%!important}.w-50-fs{width:50%!important}.mh-50-fs{max-height:50%!important}.mw-50-fs{max-width:50%!important}.h-vh-66-fs{height:66vh!important}.h-vw-66-fs{height:66vw!important}.w-vh-66-fs{width:66vh!important}.w-vw-66-fs{width:66vw!important}.h-66-fs{height:66%!important}.w-66-fs{width:66%!important}.mh-66-fs{max-height:66%!important}.mw-66-fs{max-width:66%!important}.h-vh-75-fs{height:75vh!important}.h-vw-75-fs{height:75vw!important}.w-vh-75-fs{width:75vh!important}.w-vw-75-fs{width:75vw!important}.h-75-fs{height:75%!important}.w-75-fs{width:75%!important}.mh-75-fs{max-height:75%!important}.mw-75-fs{max-width:75%!important}.h-vh-80-fs{height:80vh!important}.h-vw-80-fs{height:80vw!important}.w-vh-80-fs{width:80vh!important}.w-vw-80-fs{width:80vw!important}.h-80-fs{height:80%!important}.w-80-fs{width:80%!important}.mh-80-fs{max-height:80%!important}.mw-80-fs{max-width:80%!important}.h-vh-90-fs{height:90vh!important}.h-vw-90-fs{height:90vw!important}.w-vh-90-fs{width:90vh!important}.w-vw-90-fs{width:90vw!important}.h-90-fs{height:90%!important}.w-90-fs{width:90%!important}.mh-90-fs{max-height:90%!important}.mw-90-fs{max-width:90%!important}.h-vh-100-fs{height:100vh!important}.h-vw-100-fs{height:100vw!important}.w-vh-100-fs{width:100vh!important}.w-vw-100-fs{width:100vw!important}.h-100-fs{height:100%!important}.w-100-fs{width:100%!important}.mh-100-fs{max-height:100%!important}.mw-100-fs{max-width:100%!important}}@media screen and (min-width: 360px){.w-auto-xs{width:auto!important}.h-auto-xs{height:auto!important}.h-vh-10-xs{height:10vh!important}.h-vw-10-xs{height:10vw!important}.w-vh-10-xs{width:10vh!important}.w-vw-10-xs{width:10vw!important}.h-10-xs{height:10%!important}.w-10-xs{width:10%!important}.mh-10-xs{max-height:10%!important}.mw-10-xs{max-width:10%!important}.h-vh-20-xs{height:20vh!important}.h-vw-20-xs{height:20vw!important}.w-vh-20-xs{width:20vh!important}.w-vw-20-xs{width:20vw!important}.h-20-xs{height:20%!important}.w-20-xs{width:20%!important}.mh-20-xs{max-height:20%!important}.mw-20-xs{max-width:20%!important}.h-vh-25-xs{height:25vh!important}.h-vw-25-xs{height:25vw!important}.w-vh-25-xs{width:25vh!important}.w-vw-25-xs{width:25vw!important}.h-25-xs{height:25%!important}.w-25-xs{width:25%!important}.mh-25-xs{max-height:25%!important}.mw-25-xs{max-width:25%!important}.h-vh-33-xs{height:33vh!important}.h-vw-33-xs{height:33vw!important}.w-vh-33-xs{width:33vh!important}.w-vw-33-xs{width:33vw!important}.h-33-xs{height:33%!important}.w-33-xs{width:33%!important}.mh-33-xs{max-height:33%!important}.mw-33-xs{max-width:33%!important}.h-vh-50-xs{height:50vh!important}.h-vw-50-xs{height:50vw!important}.w-vh-50-xs{width:50vh!important}.w-vw-50-xs{width:50vw!important}.h-50-xs{height:50%!important}.w-50-xs{width:50%!important}.mh-50-xs{max-height:50%!important}.mw-50-xs{max-width:50%!important}.h-vh-66-xs{height:66vh!important}.h-vw-66-xs{height:66vw!important}.w-vh-66-xs{width:66vh!important}.w-vw-66-xs{width:66vw!important}.h-66-xs{height:66%!important}.w-66-xs{width:66%!important}.mh-66-xs{max-height:66%!important}.mw-66-xs{max-width:66%!important}.h-vh-75-xs{height:75vh!important}.h-vw-75-xs{height:75vw!important}.w-vh-75-xs{width:75vh!important}.w-vw-75-xs{width:75vw!important}.h-75-xs{height:75%!important}.w-75-xs{width:75%!important}.mh-75-xs{max-height:75%!important}.mw-75-xs{max-width:75%!important}.h-vh-80-xs{height:80vh!important}.h-vw-80-xs{height:80vw!important}.w-vh-80-xs{width:80vh!important}.w-vw-80-xs{width:80vw!important}.h-80-xs{height:80%!important}.w-80-xs{width:80%!important}.mh-80-xs{max-height:80%!important}.mw-80-xs{max-width:80%!important}.h-vh-90-xs{height:90vh!important}.h-vw-90-xs{height:90vw!important}.w-vh-90-xs{width:90vh!important}.w-vw-90-xs{width:90vw!important}.h-90-xs{height:90%!important}.w-90-xs{width:90%!important}.mh-90-xs{max-height:90%!important}.mw-90-xs{max-width:90%!important}.h-vh-100-xs{height:100vh!important}.h-vw-100-xs{height:100vw!important}.w-vh-100-xs{width:100vh!important}.w-vw-100-xs{width:100vw!important}.h-100-xs{height:100%!important}.w-100-xs{width:100%!important}.mh-100-xs{max-height:100%!important}.mw-100-xs{max-width:100%!important}}@media screen and (min-width: 576px){.w-auto-sm{width:auto!important}.h-auto-sm{height:auto!important}.h-vh-10-sm{height:10vh!important}.h-vw-10-sm{height:10vw!important}.w-vh-10-sm{width:10vh!important}.w-vw-10-sm{width:10vw!important}.h-10-sm{height:10%!important}.w-10-sm{width:10%!important}.mh-10-sm{max-height:10%!important}.mw-10-sm{max-width:10%!important}.h-vh-20-sm{height:20vh!important}.h-vw-20-sm{height:20vw!important}.w-vh-20-sm{width:20vh!important}.w-vw-20-sm{width:20vw!important}.h-20-sm{height:20%!important}.w-20-sm{width:20%!important}.mh-20-sm{max-height:20%!important}.mw-20-sm{max-width:20%!important}.h-vh-25-sm{height:25vh!important}.h-vw-25-sm{height:25vw!important}.w-vh-25-sm{width:25vh!important}.w-vw-25-sm{width:25vw!important}.h-25-sm{height:25%!important}.w-25-sm{width:25%!important}.mh-25-sm{max-height:25%!important}.mw-25-sm{max-width:25%!important}.h-vh-33-sm{height:33vh!important}.h-vw-33-sm{height:33vw!important}.w-vh-33-sm{width:33vh!important}.w-vw-33-sm{width:33vw!important}.h-33-sm{height:33%!important}.w-33-sm{width:33%!important}.mh-33-sm{max-height:33%!important}.mw-33-sm{max-width:33%!important}.h-vh-50-sm{height:50vh!important}.h-vw-50-sm{height:50vw!important}.w-vh-50-sm{width:50vh!important}.w-vw-50-sm{width:50vw!important}.h-50-sm{height:50%!important}.w-50-sm{width:50%!important}.mh-50-sm{max-height:50%!important}.mw-50-sm{max-width:50%!important}.h-vh-66-sm{height:66vh!important}.h-vw-66-sm{height:66vw!important}.w-vh-66-sm{width:66vh!important}.w-vw-66-sm{width:66vw!important}.h-66-sm{height:66%!important}.w-66-sm{width:66%!important}.mh-66-sm{max-height:66%!important}.mw-66-sm{max-width:66%!important}.h-vh-75-sm{height:75vh!important}.h-vw-75-sm{height:75vw!important}.w-vh-75-sm{width:75vh!important}.w-vw-75-sm{width:75vw!important}.h-75-sm{height:75%!important}.w-75-sm{width:75%!important}.mh-75-sm{max-height:75%!important}.mw-75-sm{max-width:75%!important}.h-vh-80-sm{height:80vh!important}.h-vw-80-sm{height:80vw!important}.w-vh-80-sm{width:80vh!important}.w-vw-80-sm{width:80vw!important}.h-80-sm{height:80%!important}.w-80-sm{width:80%!important}.mh-80-sm{max-height:80%!important}.mw-80-sm{max-width:80%!important}.h-vh-90-sm{height:90vh!important}.h-vw-90-sm{height:90vw!important}.w-vh-90-sm{width:90vh!important}.w-vw-90-sm{width:90vw!important}.h-90-sm{height:90%!important}.w-90-sm{width:90%!important}.mh-90-sm{max-height:90%!important}.mw-90-sm{max-width:90%!important}.h-vh-100-sm{height:100vh!important}.h-vw-100-sm{height:100vw!important}.w-vh-100-sm{width:100vh!important}.w-vw-100-sm{width:100vw!important}.h-100-sm{height:100%!important}.w-100-sm{width:100%!important}.mh-100-sm{max-height:100%!important}.mw-100-sm{max-width:100%!important}}@media screen and (min-width: 640px){.w-auto-ld{width:auto!important}.h-auto-ld{height:auto!important}.h-vh-10-ld{height:10vh!important}.h-vw-10-ld{height:10vw!important}.w-vh-10-ld{width:10vh!important}.w-vw-10-ld{width:10vw!important}.h-10-ld{height:10%!important}.w-10-ld{width:10%!important}.mh-10-ld{max-height:10%!important}.mw-10-ld{max-width:10%!important}.h-vh-20-ld{height:20vh!important}.h-vw-20-ld{height:20vw!important}.w-vh-20-ld{width:20vh!important}.w-vw-20-ld{width:20vw!important}.h-20-ld{height:20%!important}.w-20-ld{width:20%!important}.mh-20-ld{max-height:20%!important}.mw-20-ld{max-width:20%!important}.h-vh-25-ld{height:25vh!important}.h-vw-25-ld{height:25vw!important}.w-vh-25-ld{width:25vh!important}.w-vw-25-ld{width:25vw!important}.h-25-ld{height:25%!important}.w-25-ld{width:25%!important}.mh-25-ld{max-height:25%!important}.mw-25-ld{max-width:25%!important}.h-vh-33-ld{height:33vh!important}.h-vw-33-ld{height:33vw!important}.w-vh-33-ld{width:33vh!important}.w-vw-33-ld{width:33vw!important}.h-33-ld{height:33%!important}.w-33-ld{width:33%!important}.mh-33-ld{max-height:33%!important}.mw-33-ld{max-width:33%!important}.h-vh-50-ld{height:50vh!important}.h-vw-50-ld{height:50vw!important}.w-vh-50-ld{width:50vh!important}.w-vw-50-ld{width:50vw!important}.h-50-ld{height:50%!important}.w-50-ld{width:50%!important}.mh-50-ld{max-height:50%!important}.mw-50-ld{max-width:50%!important}.h-vh-66-ld{height:66vh!important}.h-vw-66-ld{height:66vw!important}.w-vh-66-ld{width:66vh!important}.w-vw-66-ld{width:66vw!important}.h-66-ld{height:66%!important}.w-66-ld{width:66%!important}.mh-66-ld{max-height:66%!important}.mw-66-ld{max-width:66%!important}.h-vh-75-ld{height:75vh!important}.h-vw-75-ld{height:75vw!important}.w-vh-75-ld{width:75vh!important}.w-vw-75-ld{width:75vw!important}.h-75-ld{height:75%!important}.w-75-ld{width:75%!important}.mh-75-ld{max-height:75%!important}.mw-75-ld{max-width:75%!important}.h-vh-80-ld{height:80vh!important}.h-vw-80-ld{height:80vw!important}.w-vh-80-ld{width:80vh!important}.w-vw-80-ld{width:80vw!important}.h-80-ld{height:80%!important}.w-80-ld{width:80%!important}.mh-80-ld{max-height:80%!important}.mw-80-ld{max-width:80%!important}.h-vh-90-ld{height:90vh!important}.h-vw-90-ld{height:90vw!important}.w-vh-90-ld{width:90vh!important}.w-vw-90-ld{width:90vw!important}.h-90-ld{height:90%!important}.w-90-ld{width:90%!important}.mh-90-ld{max-height:90%!important}.mw-90-ld{max-width:90%!important}.h-vh-100-ld{height:100vh!important}.h-vw-100-ld{height:100vw!important}.w-vh-100-ld{width:100vh!important}.w-vw-100-ld{width:100vw!important}.h-100-ld{height:100%!important}.w-100-ld{width:100%!important}.mh-100-ld{max-height:100%!important}.mw-100-ld{max-width:100%!important}}@media screen and (min-width: 768px){.w-auto-md{width:auto!important}.h-auto-md{height:auto!important}.h-vh-10-md{height:10vh!important}.h-vw-10-md{height:10vw!important}.w-vh-10-md{width:10vh!important}.w-vw-10-md{width:10vw!important}.h-10-md{height:10%!important}.w-10-md{width:10%!important}.mh-10-md{max-height:10%!important}.mw-10-md{max-width:10%!important}.h-vh-20-md{height:20vh!important}.h-vw-20-md{height:20vw!important}.w-vh-20-md{width:20vh!important}.w-vw-20-md{width:20vw!important}.h-20-md{height:20%!important}.w-20-md{width:20%!important}.mh-20-md{max-height:20%!important}.mw-20-md{max-width:20%!important}.h-vh-25-md{height:25vh!important}.h-vw-25-md{height:25vw!important}.w-vh-25-md{width:25vh!important}.w-vw-25-md{width:25vw!important}.h-25-md{height:25%!important}.w-25-md{width:25%!important}.mh-25-md{max-height:25%!important}.mw-25-md{max-width:25%!important}.h-vh-33-md{height:33vh!important}.h-vw-33-md{height:33vw!important}.w-vh-33-md{width:33vh!important}.w-vw-33-md{width:33vw!important}.h-33-md{height:33%!important}.w-33-md{width:33%!important}.mh-33-md{max-height:33%!important}.mw-33-md{max-width:33%!important}.h-vh-50-md{height:50vh!important}.h-vw-50-md{height:50vw!important}.w-vh-50-md{width:50vh!important}.w-vw-50-md{width:50vw!important}.h-50-md{height:50%!important}.w-50-md{width:50%!important}.mh-50-md{max-height:50%!important}.mw-50-md{max-width:50%!important}.h-vh-66-md{height:66vh!important}.h-vw-66-md{height:66vw!important}.w-vh-66-md{width:66vh!important}.w-vw-66-md{width:66vw!important}.h-66-md{height:66%!important}.w-66-md{width:66%!important}.mh-66-md{max-height:66%!important}.mw-66-md{max-width:66%!important}.h-vh-75-md{height:75vh!important}.h-vw-75-md{height:75vw!important}.w-vh-75-md{width:75vh!important}.w-vw-75-md{width:75vw!important}.h-75-md{height:75%!important}.w-75-md{width:75%!important}.mh-75-md{max-height:75%!important}.mw-75-md{max-width:75%!important}.h-vh-80-md{height:80vh!important}.h-vw-80-md{height:80vw!important}.w-vh-80-md{width:80vh!important}.w-vw-80-md{width:80vw!important}.h-80-md{height:80%!important}.w-80-md{width:80%!important}.mh-80-md{max-height:80%!important}.mw-80-md{max-width:80%!important}.h-vh-90-md{height:90vh!important}.h-vw-90-md{height:90vw!important}.w-vh-90-md{width:90vh!important}.w-vw-90-md{width:90vw!important}.h-90-md{height:90%!important}.w-90-md{width:90%!important}.mh-90-md{max-height:90%!important}.mw-90-md{max-width:90%!important}.h-vh-100-md{height:100vh!important}.h-vw-100-md{height:100vw!important}.w-vh-100-md{width:100vh!important}.w-vw-100-md{width:100vw!important}.h-100-md{height:100%!important}.w-100-md{width:100%!important}.mh-100-md{max-height:100%!important}.mw-100-md{max-width:100%!important}}@media screen and (min-width: 992px){.w-auto-lg{width:auto!important}.h-auto-lg{height:auto!important}.h-vh-10-lg{height:10vh!important}.h-vw-10-lg{height:10vw!important}.w-vh-10-lg{width:10vh!important}.w-vw-10-lg{width:10vw!important}.h-10-lg{height:10%!important}.w-10-lg{width:10%!important}.mh-10-lg{max-height:10%!important}.mw-10-lg{max-width:10%!important}.h-vh-20-lg{height:20vh!important}.h-vw-20-lg{height:20vw!important}.w-vh-20-lg{width:20vh!important}.w-vw-20-lg{width:20vw!important}.h-20-lg{height:20%!important}.w-20-lg{width:20%!important}.mh-20-lg{max-height:20%!important}.mw-20-lg{max-width:20%!important}.h-vh-25-lg{height:25vh!important}.h-vw-25-lg{height:25vw!important}.w-vh-25-lg{width:25vh!important}.w-vw-25-lg{width:25vw!important}.h-25-lg{height:25%!important}.w-25-lg{width:25%!important}.mh-25-lg{max-height:25%!important}.mw-25-lg{max-width:25%!important}.h-vh-33-lg{height:33vh!important}.h-vw-33-lg{height:33vw!important}.w-vh-33-lg{width:33vh!important}.w-vw-33-lg{width:33vw!important}.h-33-lg{height:33%!important}.w-33-lg{width:33%!important}.mh-33-lg{max-height:33%!important}.mw-33-lg{max-width:33%!important}.h-vh-50-lg{height:50vh!important}.h-vw-50-lg{height:50vw!important}.w-vh-50-lg{width:50vh!important}.w-vw-50-lg{width:50vw!important}.h-50-lg{height:50%!important}.w-50-lg{width:50%!important}.mh-50-lg{max-height:50%!important}.mw-50-lg{max-width:50%!important}.h-vh-66-lg{height:66vh!important}.h-vw-66-lg{height:66vw!important}.w-vh-66-lg{width:66vh!important}.w-vw-66-lg{width:66vw!important}.h-66-lg{height:66%!important}.w-66-lg{width:66%!important}.mh-66-lg{max-height:66%!important}.mw-66-lg{max-width:66%!important}.h-vh-75-lg{height:75vh!important}.h-vw-75-lg{height:75vw!important}.w-vh-75-lg{width:75vh!important}.w-vw-75-lg{width:75vw!important}.h-75-lg{height:75%!important}.w-75-lg{width:75%!important}.mh-75-lg{max-height:75%!important}.mw-75-lg{max-width:75%!important}.h-vh-80-lg{height:80vh!important}.h-vw-80-lg{height:80vw!important}.w-vh-80-lg{width:80vh!important}.w-vw-80-lg{width:80vw!important}.h-80-lg{height:80%!important}.w-80-lg{width:80%!important}.mh-80-lg{max-height:80%!important}.mw-80-lg{max-width:80%!important}.h-vh-90-lg{height:90vh!important}.h-vw-90-lg{height:90vw!important}.w-vh-90-lg{width:90vh!important}.w-vw-90-lg{width:90vw!important}.h-90-lg{height:90%!important}.w-90-lg{width:90%!important}.mh-90-lg{max-height:90%!important}.mw-90-lg{max-width:90%!important}.h-vh-100-lg{height:100vh!important}.h-vw-100-lg{height:100vw!important}.w-vh-100-lg{width:100vh!important}.w-vw-100-lg{width:100vw!important}.h-100-lg{height:100%!important}.w-100-lg{width:100%!important}.mh-100-lg{max-height:100%!important}.mw-100-lg{max-width:100%!important}}@media screen and (min-width: 1200px){.w-auto-xl{width:auto!important}.h-auto-xl{height:auto!important}.h-vh-10-xl{height:10vh!important}.h-vw-10-xl{height:10vw!important}.w-vh-10-xl{width:10vh!important}.w-vw-10-xl{width:10vw!important}.h-10-xl{height:10%!important}.w-10-xl{width:10%!important}.mh-10-xl{max-height:10%!important}.mw-10-xl{max-width:10%!important}.h-vh-20-xl{height:20vh!important}.h-vw-20-xl{height:20vw!important}.w-vh-20-xl{width:20vh!important}.w-vw-20-xl{width:20vw!important}.h-20-xl{height:20%!important}.w-20-xl{width:20%!important}.mh-20-xl{max-height:20%!important}.mw-20-xl{max-width:20%!important}.h-vh-25-xl{height:25vh!important}.h-vw-25-xl{height:25vw!important}.w-vh-25-xl{width:25vh!important}.w-vw-25-xl{width:25vw!important}.h-25-xl{height:25%!important}.w-25-xl{width:25%!important}.mh-25-xl{max-height:25%!important}.mw-25-xl{max-width:25%!important}.h-vh-33-xl{height:33vh!important}.h-vw-33-xl{height:33vw!important}.w-vh-33-xl{width:33vh!important}.w-vw-33-xl{width:33vw!important}.h-33-xl{height:33%!important}.w-33-xl{width:33%!important}.mh-33-xl{max-height:33%!important}.mw-33-xl{max-width:33%!important}.h-vh-50-xl{height:50vh!important}.h-vw-50-xl{height:50vw!important}.w-vh-50-xl{width:50vh!important}.w-vw-50-xl{width:50vw!important}.h-50-xl{height:50%!important}.w-50-xl{width:50%!important}.mh-50-xl{max-height:50%!important}.mw-50-xl{max-width:50%!important}.h-vh-66-xl{height:66vh!important}.h-vw-66-xl{height:66vw!important}.w-vh-66-xl{width:66vh!important}.w-vw-66-xl{width:66vw!important}.h-66-xl{height:66%!important}.w-66-xl{width:66%!important}.mh-66-xl{max-height:66%!important}.mw-66-xl{max-width:66%!important}.h-vh-75-xl{height:75vh!important}.h-vw-75-xl{height:75vw!important}.w-vh-75-xl{width:75vh!important}.w-vw-75-xl{width:75vw!important}.h-75-xl{height:75%!important}.w-75-xl{width:75%!important}.mh-75-xl{max-height:75%!important}.mw-75-xl{max-width:75%!important}.h-vh-80-xl{height:80vh!important}.h-vw-80-xl{height:80vw!important}.w-vh-80-xl{width:80vh!important}.w-vw-80-xl{width:80vw!important}.h-80-xl{height:80%!important}.w-80-xl{width:80%!important}.mh-80-xl{max-height:80%!important}.mw-80-xl{max-width:80%!important}.h-vh-90-xl{height:90vh!important}.h-vw-90-xl{height:90vw!important}.w-vh-90-xl{width:90vh!important}.w-vw-90-xl{width:90vw!important}.h-90-xl{height:90%!important}.w-90-xl{width:90%!important}.mh-90-xl{max-height:90%!important}.mw-90-xl{max-width:90%!important}.h-vh-100-xl{height:100vh!important}.h-vw-100-xl{height:100vw!important}.w-vh-100-xl{width:100vh!important}.w-vw-100-xl{width:100vw!important}.h-100-xl{height:100%!important}.w-100-xl{width:100%!important}.mh-100-xl{max-height:100%!important}.mw-100-xl{max-width:100%!important}}@media screen and (min-width: 1452px){.w-auto-xxl{width:auto!important}.h-auto-xxl{height:auto!important}.h-vh-10-xxl{height:10vh!important}.h-vw-10-xxl{height:10vw!important}.w-vh-10-xxl{width:10vh!important}.w-vw-10-xxl{width:10vw!important}.h-10-xxl{height:10%!important}.w-10-xxl{width:10%!important}.mh-10-xxl{max-height:10%!important}.mw-10-xxl{max-width:10%!important}.h-vh-20-xxl{height:20vh!important}.h-vw-20-xxl{height:20vw!important}.w-vh-20-xxl{width:20vh!important}.w-vw-20-xxl{width:20vw!important}.h-20-xxl{height:20%!important}.w-20-xxl{width:20%!important}.mh-20-xxl{max-height:20%!important}.mw-20-xxl{max-width:20%!important}.h-vh-25-xxl{height:25vh!important}.h-vw-25-xxl{height:25vw!important}.w-vh-25-xxl{width:25vh!important}.w-vw-25-xxl{width:25vw!important}.h-25-xxl{height:25%!important}.w-25-xxl{width:25%!important}.mh-25-xxl{max-height:25%!important}.mw-25-xxl{max-width:25%!important}.h-vh-33-xxl{height:33vh!important}.h-vw-33-xxl{height:33vw!important}.w-vh-33-xxl{width:33vh!important}.w-vw-33-xxl{width:33vw!important}.h-33-xxl{height:33%!important}.w-33-xxl{width:33%!important}.mh-33-xxl{max-height:33%!important}.mw-33-xxl{max-width:33%!important}.h-vh-50-xxl{height:50vh!important}.h-vw-50-xxl{height:50vw!important}.w-vh-50-xxl{width:50vh!important}.w-vw-50-xxl{width:50vw!important}.h-50-xxl{height:50%!important}.w-50-xxl{width:50%!important}.mh-50-xxl{max-height:50%!important}.mw-50-xxl{max-width:50%!important}.h-vh-66-xxl{height:66vh!important}.h-vw-66-xxl{height:66vw!important}.w-vh-66-xxl{width:66vh!important}.w-vw-66-xxl{width:66vw!important}.h-66-xxl{height:66%!important}.w-66-xxl{width:66%!important}.mh-66-xxl{max-height:66%!important}.mw-66-xxl{max-width:66%!important}.h-vh-75-xxl{height:75vh!important}.h-vw-75-xxl{height:75vw!important}.w-vh-75-xxl{width:75vh!important}.w-vw-75-xxl{width:75vw!important}.h-75-xxl{height:75%!important}.w-75-xxl{width:75%!important}.mh-75-xxl{max-height:75%!important}.mw-75-xxl{max-width:75%!important}.h-vh-80-xxl{height:80vh!important}.h-vw-80-xxl{height:80vw!important}.w-vh-80-xxl{width:80vh!important}.w-vw-80-xxl{width:80vw!important}.h-80-xxl{height:80%!important}.w-80-xxl{width:80%!important}.mh-80-xxl{max-height:80%!important}.mw-80-xxl{max-width:80%!important}.h-vh-90-xxl{height:90vh!important}.h-vw-90-xxl{height:90vw!important}.w-vh-90-xxl{width:90vh!important}.w-vw-90-xxl{width:90vw!important}.h-90-xxl{height:90%!important}.w-90-xxl{width:90%!important}.mh-90-xxl{max-height:90%!important}.mw-90-xxl{max-width:90%!important}.h-vh-100-xxl{height:100vh!important}.h-vw-100-xxl{height:100vw!important}.w-vh-100-xxl{width:100vh!important}.w-vw-100-xxl{width:100vw!important}.h-100-xxl{height:100%!important}.w-100-xxl{width:100%!important}.mh-100-xxl{max-height:100%!important}.mw-100-xxl{max-width:100%!important}}@media screen and (min-width: 2000px){.w-auto-xxxl{width:auto!important}.h-auto-xxxl{height:auto!important}.h-vh-10-xxxl{height:10vh!important}.h-vw-10-xxxl{height:10vw!important}.w-vh-10-xxxl{width:10vh!important}.w-vw-10-xxxl{width:10vw!important}.h-10-xxxl{height:10%!important}.w-10-xxxl{width:10%!important}.mh-10-xxxl{max-height:10%!important}.mw-10-xxxl{max-width:10%!important}.h-vh-20-xxxl{height:20vh!important}.h-vw-20-xxxl{height:20vw!important}.w-vh-20-xxxl{width:20vh!important}.w-vw-20-xxxl{width:20vw!important}.h-20-xxxl{height:20%!important}.w-20-xxxl{width:20%!important}.mh-20-xxxl{max-height:20%!important}.mw-20-xxxl{max-width:20%!important}.h-vh-25-xxxl{height:25vh!important}.h-vw-25-xxxl{height:25vw!important}.w-vh-25-xxxl{width:25vh!important}.w-vw-25-xxxl{width:25vw!important}.h-25-xxxl{height:25%!important}.w-25-xxxl{width:25%!important}.mh-25-xxxl{max-height:25%!important}.mw-25-xxxl{max-width:25%!important}.h-vh-33-xxxl{height:33vh!important}.h-vw-33-xxxl{height:33vw!important}.w-vh-33-xxxl{width:33vh!important}.w-vw-33-xxxl{width:33vw!important}.h-33-xxxl{height:33%!important}.w-33-xxxl{width:33%!important}.mh-33-xxxl{max-height:33%!important}.mw-33-xxxl{max-width:33%!important}.h-vh-50-xxxl{height:50vh!important}.h-vw-50-xxxl{height:50vw!important}.w-vh-50-xxxl{width:50vh!important}.w-vw-50-xxxl{width:50vw!important}.h-50-xxxl{height:50%!important}.w-50-xxxl{width:50%!important}.mh-50-xxxl{max-height:50%!important}.mw-50-xxxl{max-width:50%!important}.h-vh-66-xxxl{height:66vh!important}.h-vw-66-xxxl{height:66vw!important}.w-vh-66-xxxl{width:66vh!important}.w-vw-66-xxxl{width:66vw!important}.h-66-xxxl{height:66%!important}.w-66-xxxl{width:66%!important}.mh-66-xxxl{max-height:66%!important}.mw-66-xxxl{max-width:66%!important}.h-vh-75-xxxl{height:75vh!important}.h-vw-75-xxxl{height:75vw!important}.w-vh-75-xxxl{width:75vh!important}.w-vw-75-xxxl{width:75vw!important}.h-75-xxxl{height:75%!important}.w-75-xxxl{width:75%!important}.mh-75-xxxl{max-height:75%!important}.mw-75-xxxl{max-width:75%!important}.h-vh-80-xxxl{height:80vh!important}.h-vw-80-xxxl{height:80vw!important}.w-vh-80-xxxl{width:80vh!important}.w-vw-80-xxxl{width:80vw!important}.h-80-xxxl{height:80%!important}.w-80-xxxl{width:80%!important}.mh-80-xxxl{max-height:80%!important}.mw-80-xxxl{max-width:80%!important}.h-vh-90-xxxl{height:90vh!important}.h-vw-90-xxxl{height:90vw!important}.w-vh-90-xxxl{width:90vh!important}.w-vw-90-xxxl{width:90vw!important}.h-90-xxxl{height:90%!important}.w-90-xxxl{width:90%!important}.mh-90-xxxl{max-height:90%!important}.mw-90-xxxl{max-width:90%!important}.h-vh-100-xxxl{height:100vh!important}.h-vw-100-xxxl{height:100vw!important}.w-vh-100-xxxl{width:100vh!important}.w-vw-100-xxxl{width:100vw!important}.h-100-xxxl{height:100%!important}.w-100-xxxl{width:100%!important}.mh-100-xxxl{max-height:100%!important}.mw-100-xxxl{max-width:100%!important}}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-auto{margin-top:auto!important;margin-left:auto!important}.ml-auto{margin-left:auto!important}.mr-auto{margin-right:auto!important}.mt-auto{margin-top:auto!important}.mb-auto{margin-bottom:auto!important}.p-0{padding:0!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.m-0{margin:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.p-1{padding:4px!important}.pr-1{padding-right:4px!important}.pl-1{padding-left:4px!important}.pt-1{padding-top:4px!important}.pb-1{padding-bottom:4px!important}.px-1{padding-left:4px!important;padding-right:4px!important}.py-1{padding-top:4px!important;padding-bottom:4px!important}.m-1{margin:4px!important}.mr-1{margin-right:4px!important}.ml-1{margin-left:4px!important}.mt-1{margin-top:4px!important}.mb-1{margin-bottom:4px!important}.mx-1{margin-left:4px!important;margin-right:4px!important}.my-1{margin-top:4px!important;margin-bottom:4px!important}.mr-1-minus{margin-right:-4px!important}.ml-1-minus{margin-left:-4px!important}.mt-1-minus{margin-top:-4px!important}.mb-1-minus{margin-bottom:-4px!important}.p-2{padding:8px!important}.pr-2{padding-right:8px!important}.pl-2{padding-left:8px!important}.pt-2{padding-top:8px!important}.pb-2{padding-bottom:8px!important}.px-2{padding-left:8px!important;padding-right:8px!important}.py-2{padding-top:8px!important;padding-bottom:8px!important}.m-2{margin:8px!important}.mr-2{margin-right:8px!important}.ml-2{margin-left:8px!important}.mt-2{margin-top:8px!important}.mb-2{margin-bottom:8px!important}.mx-2{margin-left:8px!important;margin-right:8px!important}.my-2{margin-top:8px!important;margin-bottom:8px!important}.mr-2-minus{margin-right:-8px!important}.ml-2-minus{margin-left:-8px!important}.mt-2-minus{margin-top:-8px!important}.mb-2-minus{margin-bottom:-8px!important}.p-3{padding:12px!important}.pr-3{padding-right:12px!important}.pl-3{padding-left:12px!important}.pt-3{padding-top:12px!important}.pb-3{padding-bottom:12px!important}.px-3{padding-left:12px!important;padding-right:12px!important}.py-3{padding-top:12px!important;padding-bottom:12px!important}.m-3{margin:12px!important}.mr-3{margin-right:12px!important}.ml-3{margin-left:12px!important}.mt-3{margin-top:12px!important}.mb-3{margin-bottom:12px!important}.mx-3{margin-left:12px!important;margin-right:12px!important}.my-3{margin-top:12px!important;margin-bottom:12px!important}.mr-3-minus{margin-right:-12px!important}.ml-3-minus{margin-left:-12px!important}.mt-3-minus{margin-top:-12px!important}.mb-3-minus{margin-bottom:-12px!important}.p-4{padding:16px!important}.pr-4{padding-right:16px!important}.pl-4{padding-left:16px!important}.pt-4{padding-top:16px!important}.pb-4{padding-bottom:16px!important}.px-4{padding-left:16px!important;padding-right:16px!important}.py-4{padding-top:16px!important;padding-bottom:16px!important}.m-4{margin:16px!important}.mr-4{margin-right:16px!important}.ml-4{margin-left:16px!important}.mt-4{margin-top:16px!important}.mb-4{margin-bottom:16px!important}.mx-4{margin-left:16px!important;margin-right:16px!important}.my-4{margin-top:16px!important;margin-bottom:16px!important}.mr-4-minus{margin-right:-16px!important}.ml-4-minus{margin-left:-16px!important}.mt-4-minus{margin-top:-16px!important}.mb-4-minus{margin-bottom:-16px!important}.p-5{padding:20px!important}.pr-5{padding-right:20px!important}.pl-5{padding-left:20px!important}.pt-5{padding-top:20px!important}.pb-5{padding-bottom:20px!important}.px-5{padding-left:20px!important;padding-right:20px!important}.py-5{padding-top:20px!important;padding-bottom:20px!important}.m-5{margin:20px!important}.mr-5{margin-right:20px!important}.ml-5{margin-left:20px!important}.mt-5{margin-top:20px!important}.mb-5{margin-bottom:20px!important}.mx-5{margin-left:20px!important;margin-right:20px!important}.my-5{margin-top:20px!important;margin-bottom:20px!important}.mr-5-minus{margin-right:-20px!important}.ml-5-minus{margin-left:-20px!important}.mt-5-minus{margin-top:-20px!important}.mb-5-minus{margin-bottom:-20px!important}.p-6{padding:24px!important}.pr-6{padding-right:24px!important}.pl-6{padding-left:24px!important}.pt-6{padding-top:24px!important}.pb-6{padding-bottom:24px!important}.px-6{padding-left:24px!important;padding-right:24px!important}.py-6{padding-top:24px!important;padding-bottom:24px!important}.m-6{margin:24px!important}.mr-6{margin-right:24px!important}.ml-6{margin-left:24px!important}.mt-6{margin-top:24px!important}.mb-6{margin-bottom:24px!important}.mx-6{margin-left:24px!important;margin-right:24px!important}.my-6{margin-top:24px!important;margin-bottom:24px!important}.mr-6-minus{margin-right:-24px!important}.ml-6-minus{margin-left:-24px!important}.mt-6-minus{margin-top:-24px!important}.mb-6-minus{margin-bottom:-24px!important}.p-7{padding:28px!important}.pr-7{padding-right:28px!important}.pl-7{padding-left:28px!important}.pt-7{padding-top:28px!important}.pb-7{padding-bottom:28px!important}.px-7{padding-left:28px!important;padding-right:28px!important}.py-7{padding-top:28px!important;padding-bottom:28px!important}.m-7{margin:28px!important}.mr-7{margin-right:28px!important}.ml-7{margin-left:28px!important}.mt-7{margin-top:28px!important}.mb-7{margin-bottom:28px!important}.mx-7{margin-left:28px!important;margin-right:28px!important}.my-7{margin-top:28px!important;margin-bottom:28px!important}.mr-7-minus{margin-right:-28px!important}.ml-7-minus{margin-left:-28px!important}.mt-7-minus{margin-top:-28px!important}.mb-7-minus{margin-bottom:-28px!important}.p-8{padding:32px!important}.pr-8{padding-right:32px!important}.pl-8{padding-left:32px!important}.pt-8{padding-top:32px!important}.pb-8{padding-bottom:32px!important}.px-8{padding-left:32px!important;padding-right:32px!important}.py-8{padding-top:32px!important;padding-bottom:32px!important}.m-8{margin:32px!important}.mr-8{margin-right:32px!important}.ml-8{margin-left:32px!important}.mt-8{margin-top:32px!important}.mb-8{margin-bottom:32px!important}.mx-8{margin-left:32px!important;margin-right:32px!important}.my-8{margin-top:32px!important;margin-bottom:32px!important}.mr-8-minus{margin-right:-32px!important}.ml-8-minus{margin-left:-32px!important}.mt-8-minus{margin-top:-32px!important}.mb-8-minus{margin-bottom:-32px!important}.p-9{padding:36px!important}.pr-9{padding-right:36px!important}.pl-9{padding-left:36px!important}.pt-9{padding-top:36px!important}.pb-9{padding-bottom:36px!important}.px-9{padding-left:36px!important;padding-right:36px!important}.py-9{padding-top:36px!important;padding-bottom:36px!important}.m-9{margin:36px!important}.mr-9{margin-right:36px!important}.ml-9{margin-left:36px!important}.mt-9{margin-top:36px!important}.mb-9{margin-bottom:36px!important}.mx-9{margin-left:36px!important;margin-right:36px!important}.my-9{margin-top:36px!important;margin-bottom:36px!important}.mr-9-minus{margin-right:-36px!important}.ml-9-minus{margin-left:-36px!important}.mt-9-minus{margin-top:-36px!important}.mb-9-minus{margin-bottom:-36px!important}.p-10{padding:40px!important}.pr-10{padding-right:40px!important}.pl-10{padding-left:40px!important}.pt-10{padding-top:40px!important}.pb-10{padding-bottom:40px!important}.px-10{padding-left:40px!important;padding-right:40px!important}.py-10{padding-top:40px!important;padding-bottom:40px!important}.m-10{margin:40px!important}.mr-10{margin-right:40px!important}.ml-10{margin-left:40px!important}.mt-10{margin-top:40px!important}.mb-10{margin-bottom:40px!important}.mx-10{margin-left:40px!important;margin-right:40px!important}.my-10{margin-top:40px!important;margin-bottom:40px!important}.mr-10-minus{margin-right:-40px!important}.ml-10-minus{margin-left:-40px!important}.mt-10-minus{margin-top:-40px!important}.mb-10-minus{margin-bottom:-40px!important}.p-11{padding:44px!important}.pr-11{padding-right:44px!important}.pl-11{padding-left:44px!important}.pt-11{padding-top:44px!important}.pb-11{padding-bottom:44px!important}.px-11{padding-left:44px!important;padding-right:44px!important}.py-11{padding-top:44px!important;padding-bottom:44px!important}.m-11{margin:44px!important}.mr-11{margin-right:44px!important}.ml-11{margin-left:44px!important}.mt-11{margin-top:44px!important}.mb-11{margin-bottom:44px!important}.mx-11{margin-left:44px!important;margin-right:44px!important}.my-11{margin-top:44px!important;margin-bottom:44px!important}.mr-11-minus{margin-right:-44px!important}.ml-11-minus{margin-left:-44px!important}.mt-11-minus{margin-top:-44px!important}.mb-11-minus{margin-bottom:-44px!important}.p-12{padding:48px!important}.pr-12{padding-right:48px!important}.pl-12{padding-left:48px!important}.pt-12{padding-top:48px!important}.pb-12{padding-bottom:48px!important}.px-12{padding-left:48px!important;padding-right:48px!important}.py-12{padding-top:48px!important;padding-bottom:48px!important}.m-12{margin:48px!important}.mr-12{margin-right:48px!important}.ml-12{margin-left:48px!important}.mt-12{margin-top:48px!important}.mb-12{margin-bottom:48px!important}.mx-12{margin-left:48px!important;margin-right:48px!important}.my-12{margin-top:48px!important;margin-bottom:48px!important}.mr-12-minus{margin-right:-48px!important}.ml-12-minus{margin-left:-48px!important}.mt-12-minus{margin-top:-48px!important}.mb-12-minus{margin-bottom:-48px!important}.p-13{padding:52px!important}.pr-13{padding-right:52px!important}.pl-13{padding-left:52px!important}.pt-13{padding-top:52px!important}.pb-13{padding-bottom:52px!important}.px-13{padding-left:52px!important;padding-right:52px!important}.py-13{padding-top:52px!important;padding-bottom:52px!important}.m-13{margin:52px!important}.mr-13{margin-right:52px!important}.ml-13{margin-left:52px!important}.mt-13{margin-top:52px!important}.mb-13{margin-bottom:52px!important}.mx-13{margin-left:52px!important;margin-right:52px!important}.my-13{margin-top:52px!important;margin-bottom:52px!important}.mr-13-minus{margin-right:-52px!important}.ml-13-minus{margin-left:-52px!important}.mt-13-minus{margin-top:-52px!important}.mb-13-minus{margin-bottom:-52px!important}.p-14{padding:56px!important}.pr-14{padding-right:56px!important}.pl-14{padding-left:56px!important}.pt-14{padding-top:56px!important}.pb-14{padding-bottom:56px!important}.px-14{padding-left:56px!important;padding-right:56px!important}.py-14{padding-top:56px!important;padding-bottom:56px!important}.m-14{margin:56px!important}.mr-14{margin-right:56px!important}.ml-14{margin-left:56px!important}.mt-14{margin-top:56px!important}.mb-14{margin-bottom:56px!important}.mx-14{margin-left:56px!important;margin-right:56px!important}.my-14{margin-top:56px!important;margin-bottom:56px!important}.mr-14-minus{margin-right:-56px!important}.ml-14-minus{margin-left:-56px!important}.mt-14-minus{margin-top:-56px!important}.mb-14-minus{margin-bottom:-56px!important}.p-15{padding:60px!important}.pr-15{padding-right:60px!important}.pl-15{padding-left:60px!important}.pt-15{padding-top:60px!important}.pb-15{padding-bottom:60px!important}.px-15{padding-left:60px!important;padding-right:60px!important}.py-15{padding-top:60px!important;padding-bottom:60px!important}.m-15{margin:60px!important}.mr-15{margin-right:60px!important}.ml-15{margin-left:60px!important}.mt-15{margin-top:60px!important}.mb-15{margin-bottom:60px!important}.mx-15{margin-left:60px!important;margin-right:60px!important}.my-15{margin-top:60px!important;margin-bottom:60px!important}.mr-15-minus{margin-right:-60px!important}.ml-15-minus{margin-left:-60px!important}.mt-15-minus{margin-top:-60px!important}.mb-15-minus{margin-bottom:-60px!important}.p-16{padding:64px!important}.pr-16{padding-right:64px!important}.pl-16{padding-left:64px!important}.pt-16{padding-top:64px!important}.pb-16{padding-bottom:64px!important}.px-16{padding-left:64px!important;padding-right:64px!important}.py-16{padding-top:64px!important;padding-bottom:64px!important}.m-16{margin:64px!important}.mr-16{margin-right:64px!important}.ml-16{margin-left:64px!important}.mt-16{margin-top:64px!important}.mb-16{margin-bottom:64px!important}.mx-16{margin-left:64px!important;margin-right:64px!important}.my-16{margin-top:64px!important;margin-bottom:64px!important}.mr-16-minus{margin-right:-64px!important}.ml-16-minus{margin-left:-64px!important}.mt-16-minus{margin-top:-64px!important}.mb-16-minus{margin-bottom:-64px!important}.p-17{padding:68px!important}.pr-17{padding-right:68px!important}.pl-17{padding-left:68px!important}.pt-17{padding-top:68px!important}.pb-17{padding-bottom:68px!important}.px-17{padding-left:68px!important;padding-right:68px!important}.py-17{padding-top:68px!important;padding-bottom:68px!important}.m-17{margin:68px!important}.mr-17{margin-right:68px!important}.ml-17{margin-left:68px!important}.mt-17{margin-top:68px!important}.mb-17{margin-bottom:68px!important}.mx-17{margin-left:68px!important;margin-right:68px!important}.my-17{margin-top:68px!important;margin-bottom:68px!important}.mr-17-minus{margin-right:-68px!important}.ml-17-minus{margin-left:-68px!important}.mt-17-minus{margin-top:-68px!important}.mb-17-minus{margin-bottom:-68px!important}.p-18{padding:72px!important}.pr-18{padding-right:72px!important}.pl-18{padding-left:72px!important}.pt-18{padding-top:72px!important}.pb-18{padding-bottom:72px!important}.px-18{padding-left:72px!important;padding-right:72px!important}.py-18{padding-top:72px!important;padding-bottom:72px!important}.m-18{margin:72px!important}.mr-18{margin-right:72px!important}.ml-18{margin-left:72px!important}.mt-18{margin-top:72px!important}.mb-18{margin-bottom:72px!important}.mx-18{margin-left:72px!important;margin-right:72px!important}.my-18{margin-top:72px!important;margin-bottom:72px!important}.mr-18-minus{margin-right:-72px!important}.ml-18-minus{margin-left:-72px!important}.mt-18-minus{margin-top:-72px!important}.mb-18-minus{margin-bottom:-72px!important}.p-19{padding:76px!important}.pr-19{padding-right:76px!important}.pl-19{padding-left:76px!important}.pt-19{padding-top:76px!important}.pb-19{padding-bottom:76px!important}.px-19{padding-left:76px!important;padding-right:76px!important}.py-19{padding-top:76px!important;padding-bottom:76px!important}.m-19{margin:76px!important}.mr-19{margin-right:76px!important}.ml-19{margin-left:76px!important}.mt-19{margin-top:76px!important}.mb-19{margin-bottom:76px!important}.mx-19{margin-left:76px!important;margin-right:76px!important}.my-19{margin-top:76px!important;margin-bottom:76px!important}.mr-19-minus{margin-right:-76px!important}.ml-19-minus{margin-left:-76px!important}.mt-19-minus{margin-top:-76px!important}.mb-19-minus{margin-bottom:-76px!important}.p-20{padding:80px!important}.pr-20{padding-right:80px!important}.pl-20{padding-left:80px!important}.pt-20{padding-top:80px!important}.pb-20{padding-bottom:80px!important}.px-20{padding-left:80px!important;padding-right:80px!important}.py-20{padding-top:80px!important;padding-bottom:80px!important}.m-20{margin:80px!important}.mr-20{margin-right:80px!important}.ml-20{margin-left:80px!important}.mt-20{margin-top:80px!important}.mb-20{margin-bottom:80px!important}.mx-20{margin-left:80px!important;margin-right:80px!important}.my-20{margin-top:80px!important;margin-bottom:80px!important}.mr-20-minus{margin-right:-80px!important}.ml-20-minus{margin-left:-80px!important}.mt-20-minus{margin-top:-80px!important}.mb-20-minus{margin-bottom:-80px!important}@media screen and (min-width: 0){.mx-auto-fs{margin-left:auto!important;margin-right:auto!important}.ml-auto-fs{margin-left:auto!important}.mr-auto-fs{margin-right:auto!important}.mt-auto-fs{margin-top:auto!important}.mb-auto-fs{margin-bottom:auto!important}.p-0-fs{padding:0!important}.pr-0-fs{padding-right:0!important}.pl-0-fs{padding-left:0!important}.pt-0-fs{padding-top:0!important}.pb-0-fs{padding-bottom:0!important}.px-0-fs{padding-left:0!important;padding-right:0!important}.py-0-fs{padding-top:0!important;padding-bottom:0!important}.m-0-fs{margin:0!important}.mr-0-fs{margin-right:0!important}.ml-0-fs{margin-left:0!important}.mt-0-fs{margin-top:0!important}.mb-0-fs{margin-bottom:0!important}.mx-0-fs{margin-left:0!important;margin-right:0!important}.my-0-fs{margin-top:0!important;margin-bottom:0!important}.m-0-fs-minus{margin:0!important}.mr-0-fs-minus{margin-right:0!important}.ml-0-fs-minus{margin-left:0!important}.mt-0-fs-minus{margin-top:0!important}.mb-0-fs-minus{margin-bottom:0!important}.p-1-fs{padding:4px!important}.pr-1-fs{padding-right:4px!important}.pl-1-fs{padding-left:4px!important}.pt-1-fs{padding-top:4px!important}.pb-1-fs{padding-bottom:4px!important}.px-1-fs{padding-left:4px!important;padding-right:4px!important}.py-1-fs{padding-top:4px!important;padding-bottom:4px!important}.m-1-fs{margin:4px!important}.mr-1-fs{margin-right:4px!important}.ml-1-fs{margin-left:4px!important}.mt-1-fs{margin-top:4px!important}.mb-1-fs{margin-bottom:4px!important}.mx-1-fs{margin-left:4px!important;margin-right:4px!important}.my-1-fs{margin-top:4px!important;margin-bottom:4px!important}.m-1-fs-minus{margin:-4px!important}.mr-1-fs-minus{margin-right:-4px!important}.ml-1-fs-minus{margin-left:-4px!important}.mt-1-fs-minus{margin-top:-4px!important}.mb-1-fs-minus{margin-bottom:-4px!important}.p-2-fs{padding:8px!important}.pr-2-fs{padding-right:8px!important}.pl-2-fs{padding-left:8px!important}.pt-2-fs{padding-top:8px!important}.pb-2-fs{padding-bottom:8px!important}.px-2-fs{padding-left:8px!important;padding-right:8px!important}.py-2-fs{padding-top:8px!important;padding-bottom:8px!important}.m-2-fs{margin:8px!important}.mr-2-fs{margin-right:8px!important}.ml-2-fs{margin-left:8px!important}.mt-2-fs{margin-top:8px!important}.mb-2-fs{margin-bottom:8px!important}.mx-2-fs{margin-left:8px!important;margin-right:8px!important}.my-2-fs{margin-top:8px!important;margin-bottom:8px!important}.m-2-fs-minus{margin:-8px!important}.mr-2-fs-minus{margin-right:-8px!important}.ml-2-fs-minus{margin-left:-8px!important}.mt-2-fs-minus{margin-top:-8px!important}.mb-2-fs-minus{margin-bottom:-8px!important}.p-3-fs{padding:12px!important}.pr-3-fs{padding-right:12px!important}.pl-3-fs{padding-left:12px!important}.pt-3-fs{padding-top:12px!important}.pb-3-fs{padding-bottom:12px!important}.px-3-fs{padding-left:12px!important;padding-right:12px!important}.py-3-fs{padding-top:12px!important;padding-bottom:12px!important}.m-3-fs{margin:12px!important}.mr-3-fs{margin-right:12px!important}.ml-3-fs{margin-left:12px!important}.mt-3-fs{margin-top:12px!important}.mb-3-fs{margin-bottom:12px!important}.mx-3-fs{margin-left:12px!important;margin-right:12px!important}.my-3-fs{margin-top:12px!important;margin-bottom:12px!important}.m-3-fs-minus{margin:-12px!important}.mr-3-fs-minus{margin-right:-12px!important}.ml-3-fs-minus{margin-left:-12px!important}.mt-3-fs-minus{margin-top:-12px!important}.mb-3-fs-minus{margin-bottom:-12px!important}.p-4-fs{padding:16px!important}.pr-4-fs{padding-right:16px!important}.pl-4-fs{padding-left:16px!important}.pt-4-fs{padding-top:16px!important}.pb-4-fs{padding-bottom:16px!important}.px-4-fs{padding-left:16px!important;padding-right:16px!important}.py-4-fs{padding-top:16px!important;padding-bottom:16px!important}.m-4-fs{margin:16px!important}.mr-4-fs{margin-right:16px!important}.ml-4-fs{margin-left:16px!important}.mt-4-fs{margin-top:16px!important}.mb-4-fs{margin-bottom:16px!important}.mx-4-fs{margin-left:16px!important;margin-right:16px!important}.my-4-fs{margin-top:16px!important;margin-bottom:16px!important}.m-4-fs-minus{margin:-16px!important}.mr-4-fs-minus{margin-right:-16px!important}.ml-4-fs-minus{margin-left:-16px!important}.mt-4-fs-minus{margin-top:-16px!important}.mb-4-fs-minus{margin-bottom:-16px!important}.p-5-fs{padding:20px!important}.pr-5-fs{padding-right:20px!important}.pl-5-fs{padding-left:20px!important}.pt-5-fs{padding-top:20px!important}.pb-5-fs{padding-bottom:20px!important}.px-5-fs{padding-left:20px!important;padding-right:20px!important}.py-5-fs{padding-top:20px!important;padding-bottom:20px!important}.m-5-fs{margin:20px!important}.mr-5-fs{margin-right:20px!important}.ml-5-fs{margin-left:20px!important}.mt-5-fs{margin-top:20px!important}.mb-5-fs{margin-bottom:20px!important}.mx-5-fs{margin-left:20px!important;margin-right:20px!important}.my-5-fs{margin-top:20px!important;margin-bottom:20px!important}.m-5-fs-minus{margin:-20px!important}.mr-5-fs-minus{margin-right:-20px!important}.ml-5-fs-minus{margin-left:-20px!important}.mt-5-fs-minus{margin-top:-20px!important}.mb-5-fs-minus{margin-bottom:-20px!important}.p-6-fs{padding:24px!important}.pr-6-fs{padding-right:24px!important}.pl-6-fs{padding-left:24px!important}.pt-6-fs{padding-top:24px!important}.pb-6-fs{padding-bottom:24px!important}.px-6-fs{padding-left:24px!important;padding-right:24px!important}.py-6-fs{padding-top:24px!important;padding-bottom:24px!important}.m-6-fs{margin:24px!important}.mr-6-fs{margin-right:24px!important}.ml-6-fs{margin-left:24px!important}.mt-6-fs{margin-top:24px!important}.mb-6-fs{margin-bottom:24px!important}.mx-6-fs{margin-left:24px!important;margin-right:24px!important}.my-6-fs{margin-top:24px!important;margin-bottom:24px!important}.m-6-fs-minus{margin:-24px!important}.mr-6-fs-minus{margin-right:-24px!important}.ml-6-fs-minus{margin-left:-24px!important}.mt-6-fs-minus{margin-top:-24px!important}.mb-6-fs-minus{margin-bottom:-24px!important}.p-7-fs{padding:28px!important}.pr-7-fs{padding-right:28px!important}.pl-7-fs{padding-left:28px!important}.pt-7-fs{padding-top:28px!important}.pb-7-fs{padding-bottom:28px!important}.px-7-fs{padding-left:28px!important;padding-right:28px!important}.py-7-fs{padding-top:28px!important;padding-bottom:28px!important}.m-7-fs{margin:28px!important}.mr-7-fs{margin-right:28px!important}.ml-7-fs{margin-left:28px!important}.mt-7-fs{margin-top:28px!important}.mb-7-fs{margin-bottom:28px!important}.mx-7-fs{margin-left:28px!important;margin-right:28px!important}.my-7-fs{margin-top:28px!important;margin-bottom:28px!important}.m-7-fs-minus{margin:-28px!important}.mr-7-fs-minus{margin-right:-28px!important}.ml-7-fs-minus{margin-left:-28px!important}.mt-7-fs-minus{margin-top:-28px!important}.mb-7-fs-minus{margin-bottom:-28px!important}.p-8-fs{padding:32px!important}.pr-8-fs{padding-right:32px!important}.pl-8-fs{padding-left:32px!important}.pt-8-fs{padding-top:32px!important}.pb-8-fs{padding-bottom:32px!important}.px-8-fs{padding-left:32px!important;padding-right:32px!important}.py-8-fs{padding-top:32px!important;padding-bottom:32px!important}.m-8-fs{margin:32px!important}.mr-8-fs{margin-right:32px!important}.ml-8-fs{margin-left:32px!important}.mt-8-fs{margin-top:32px!important}.mb-8-fs{margin-bottom:32px!important}.mx-8-fs{margin-left:32px!important;margin-right:32px!important}.my-8-fs{margin-top:32px!important;margin-bottom:32px!important}.m-8-fs-minus{margin:-32px!important}.mr-8-fs-minus{margin-right:-32px!important}.ml-8-fs-minus{margin-left:-32px!important}.mt-8-fs-minus{margin-top:-32px!important}.mb-8-fs-minus{margin-bottom:-32px!important}.p-9-fs{padding:36px!important}.pr-9-fs{padding-right:36px!important}.pl-9-fs{padding-left:36px!important}.pt-9-fs{padding-top:36px!important}.pb-9-fs{padding-bottom:36px!important}.px-9-fs{padding-left:36px!important;padding-right:36px!important}.py-9-fs{padding-top:36px!important;padding-bottom:36px!important}.m-9-fs{margin:36px!important}.mr-9-fs{margin-right:36px!important}.ml-9-fs{margin-left:36px!important}.mt-9-fs{margin-top:36px!important}.mb-9-fs{margin-bottom:36px!important}.mx-9-fs{margin-left:36px!important;margin-right:36px!important}.my-9-fs{margin-top:36px!important;margin-bottom:36px!important}.m-9-fs-minus{margin:-36px!important}.mr-9-fs-minus{margin-right:-36px!important}.ml-9-fs-minus{margin-left:-36px!important}.mt-9-fs-minus{margin-top:-36px!important}.mb-9-fs-minus{margin-bottom:-36px!important}.p-10-fs{padding:40px!important}.pr-10-fs{padding-right:40px!important}.pl-10-fs{padding-left:40px!important}.pt-10-fs{padding-top:40px!important}.pb-10-fs{padding-bottom:40px!important}.px-10-fs{padding-left:40px!important;padding-right:40px!important}.py-10-fs{padding-top:40px!important;padding-bottom:40px!important}.m-10-fs{margin:40px!important}.mr-10-fs{margin-right:40px!important}.ml-10-fs{margin-left:40px!important}.mt-10-fs{margin-top:40px!important}.mb-10-fs{margin-bottom:40px!important}.mx-10-fs{margin-left:40px!important;margin-right:40px!important}.my-10-fs{margin-top:40px!important;margin-bottom:40px!important}.m-10-fs-minus{margin:-40px!important}.mr-10-fs-minus{margin-right:-40px!important}.ml-10-fs-minus{margin-left:-40px!important}.mt-10-fs-minus{margin-top:-40px!important}.mb-10-fs-minus{margin-bottom:-40px!important}.p-11-fs{padding:44px!important}.pr-11-fs{padding-right:44px!important}.pl-11-fs{padding-left:44px!important}.pt-11-fs{padding-top:44px!important}.pb-11-fs{padding-bottom:44px!important}.px-11-fs{padding-left:44px!important;padding-right:44px!important}.py-11-fs{padding-top:44px!important;padding-bottom:44px!important}.m-11-fs{margin:44px!important}.mr-11-fs{margin-right:44px!important}.ml-11-fs{margin-left:44px!important}.mt-11-fs{margin-top:44px!important}.mb-11-fs{margin-bottom:44px!important}.mx-11-fs{margin-left:44px!important;margin-right:44px!important}.my-11-fs{margin-top:44px!important;margin-bottom:44px!important}.m-11-fs-minus{margin:-44px!important}.mr-11-fs-minus{margin-right:-44px!important}.ml-11-fs-minus{margin-left:-44px!important}.mt-11-fs-minus{margin-top:-44px!important}.mb-11-fs-minus{margin-bottom:-44px!important}.p-12-fs{padding:48px!important}.pr-12-fs{padding-right:48px!important}.pl-12-fs{padding-left:48px!important}.pt-12-fs{padding-top:48px!important}.pb-12-fs{padding-bottom:48px!important}.px-12-fs{padding-left:48px!important;padding-right:48px!important}.py-12-fs{padding-top:48px!important;padding-bottom:48px!important}.m-12-fs{margin:48px!important}.mr-12-fs{margin-right:48px!important}.ml-12-fs{margin-left:48px!important}.mt-12-fs{margin-top:48px!important}.mb-12-fs{margin-bottom:48px!important}.mx-12-fs{margin-left:48px!important;margin-right:48px!important}.my-12-fs{margin-top:48px!important;margin-bottom:48px!important}.m-12-fs-minus{margin:-48px!important}.mr-12-fs-minus{margin-right:-48px!important}.ml-12-fs-minus{margin-left:-48px!important}.mt-12-fs-minus{margin-top:-48px!important}.mb-12-fs-minus{margin-bottom:-48px!important}.p-13-fs{padding:52px!important}.pr-13-fs{padding-right:52px!important}.pl-13-fs{padding-left:52px!important}.pt-13-fs{padding-top:52px!important}.pb-13-fs{padding-bottom:52px!important}.px-13-fs{padding-left:52px!important;padding-right:52px!important}.py-13-fs{padding-top:52px!important;padding-bottom:52px!important}.m-13-fs{margin:52px!important}.mr-13-fs{margin-right:52px!important}.ml-13-fs{margin-left:52px!important}.mt-13-fs{margin-top:52px!important}.mb-13-fs{margin-bottom:52px!important}.mx-13-fs{margin-left:52px!important;margin-right:52px!important}.my-13-fs{margin-top:52px!important;margin-bottom:52px!important}.m-13-fs-minus{margin:-52px!important}.mr-13-fs-minus{margin-right:-52px!important}.ml-13-fs-minus{margin-left:-52px!important}.mt-13-fs-minus{margin-top:-52px!important}.mb-13-fs-minus{margin-bottom:-52px!important}.p-14-fs{padding:56px!important}.pr-14-fs{padding-right:56px!important}.pl-14-fs{padding-left:56px!important}.pt-14-fs{padding-top:56px!important}.pb-14-fs{padding-bottom:56px!important}.px-14-fs{padding-left:56px!important;padding-right:56px!important}.py-14-fs{padding-top:56px!important;padding-bottom:56px!important}.m-14-fs{margin:56px!important}.mr-14-fs{margin-right:56px!important}.ml-14-fs{margin-left:56px!important}.mt-14-fs{margin-top:56px!important}.mb-14-fs{margin-bottom:56px!important}.mx-14-fs{margin-left:56px!important;margin-right:56px!important}.my-14-fs{margin-top:56px!important;margin-bottom:56px!important}.m-14-fs-minus{margin:-56px!important}.mr-14-fs-minus{margin-right:-56px!important}.ml-14-fs-minus{margin-left:-56px!important}.mt-14-fs-minus{margin-top:-56px!important}.mb-14-fs-minus{margin-bottom:-56px!important}.p-15-fs{padding:60px!important}.pr-15-fs{padding-right:60px!important}.pl-15-fs{padding-left:60px!important}.pt-15-fs{padding-top:60px!important}.pb-15-fs{padding-bottom:60px!important}.px-15-fs{padding-left:60px!important;padding-right:60px!important}.py-15-fs{padding-top:60px!important;padding-bottom:60px!important}.m-15-fs{margin:60px!important}.mr-15-fs{margin-right:60px!important}.ml-15-fs{margin-left:60px!important}.mt-15-fs{margin-top:60px!important}.mb-15-fs{margin-bottom:60px!important}.mx-15-fs{margin-left:60px!important;margin-right:60px!important}.my-15-fs{margin-top:60px!important;margin-bottom:60px!important}.m-15-fs-minus{margin:-60px!important}.mr-15-fs-minus{margin-right:-60px!important}.ml-15-fs-minus{margin-left:-60px!important}.mt-15-fs-minus{margin-top:-60px!important}.mb-15-fs-minus{margin-bottom:-60px!important}.p-16-fs{padding:64px!important}.pr-16-fs{padding-right:64px!important}.pl-16-fs{padding-left:64px!important}.pt-16-fs{padding-top:64px!important}.pb-16-fs{padding-bottom:64px!important}.px-16-fs{padding-left:64px!important;padding-right:64px!important}.py-16-fs{padding-top:64px!important;padding-bottom:64px!important}.m-16-fs{margin:64px!important}.mr-16-fs{margin-right:64px!important}.ml-16-fs{margin-left:64px!important}.mt-16-fs{margin-top:64px!important}.mb-16-fs{margin-bottom:64px!important}.mx-16-fs{margin-left:64px!important;margin-right:64px!important}.my-16-fs{margin-top:64px!important;margin-bottom:64px!important}.m-16-fs-minus{margin:-64px!important}.mr-16-fs-minus{margin-right:-64px!important}.ml-16-fs-minus{margin-left:-64px!important}.mt-16-fs-minus{margin-top:-64px!important}.mb-16-fs-minus{margin-bottom:-64px!important}.p-17-fs{padding:68px!important}.pr-17-fs{padding-right:68px!important}.pl-17-fs{padding-left:68px!important}.pt-17-fs{padding-top:68px!important}.pb-17-fs{padding-bottom:68px!important}.px-17-fs{padding-left:68px!important;padding-right:68px!important}.py-17-fs{padding-top:68px!important;padding-bottom:68px!important}.m-17-fs{margin:68px!important}.mr-17-fs{margin-right:68px!important}.ml-17-fs{margin-left:68px!important}.mt-17-fs{margin-top:68px!important}.mb-17-fs{margin-bottom:68px!important}.mx-17-fs{margin-left:68px!important;margin-right:68px!important}.my-17-fs{margin-top:68px!important;margin-bottom:68px!important}.m-17-fs-minus{margin:-68px!important}.mr-17-fs-minus{margin-right:-68px!important}.ml-17-fs-minus{margin-left:-68px!important}.mt-17-fs-minus{margin-top:-68px!important}.mb-17-fs-minus{margin-bottom:-68px!important}.p-18-fs{padding:72px!important}.pr-18-fs{padding-right:72px!important}.pl-18-fs{padding-left:72px!important}.pt-18-fs{padding-top:72px!important}.pb-18-fs{padding-bottom:72px!important}.px-18-fs{padding-left:72px!important;padding-right:72px!important}.py-18-fs{padding-top:72px!important;padding-bottom:72px!important}.m-18-fs{margin:72px!important}.mr-18-fs{margin-right:72px!important}.ml-18-fs{margin-left:72px!important}.mt-18-fs{margin-top:72px!important}.mb-18-fs{margin-bottom:72px!important}.mx-18-fs{margin-left:72px!important;margin-right:72px!important}.my-18-fs{margin-top:72px!important;margin-bottom:72px!important}.m-18-fs-minus{margin:-72px!important}.mr-18-fs-minus{margin-right:-72px!important}.ml-18-fs-minus{margin-left:-72px!important}.mt-18-fs-minus{margin-top:-72px!important}.mb-18-fs-minus{margin-bottom:-72px!important}.p-19-fs{padding:76px!important}.pr-19-fs{padding-right:76px!important}.pl-19-fs{padding-left:76px!important}.pt-19-fs{padding-top:76px!important}.pb-19-fs{padding-bottom:76px!important}.px-19-fs{padding-left:76px!important;padding-right:76px!important}.py-19-fs{padding-top:76px!important;padding-bottom:76px!important}.m-19-fs{margin:76px!important}.mr-19-fs{margin-right:76px!important}.ml-19-fs{margin-left:76px!important}.mt-19-fs{margin-top:76px!important}.mb-19-fs{margin-bottom:76px!important}.mx-19-fs{margin-left:76px!important;margin-right:76px!important}.my-19-fs{margin-top:76px!important;margin-bottom:76px!important}.m-19-fs-minus{margin:-76px!important}.mr-19-fs-minus{margin-right:-76px!important}.ml-19-fs-minus{margin-left:-76px!important}.mt-19-fs-minus{margin-top:-76px!important}.mb-19-fs-minus{margin-bottom:-76px!important}.p-20-fs{padding:80px!important}.pr-20-fs{padding-right:80px!important}.pl-20-fs{padding-left:80px!important}.pt-20-fs{padding-top:80px!important}.pb-20-fs{padding-bottom:80px!important}.px-20-fs{padding-left:80px!important;padding-right:80px!important}.py-20-fs{padding-top:80px!important;padding-bottom:80px!important}.m-20-fs{margin:80px!important}.mr-20-fs{margin-right:80px!important}.ml-20-fs{margin-left:80px!important}.mt-20-fs{margin-top:80px!important}.mb-20-fs{margin-bottom:80px!important}.mx-20-fs{margin-left:80px!important;margin-right:80px!important}.my-20-fs{margin-top:80px!important;margin-bottom:80px!important}.m-20-fs-minus{margin:-80px!important}.mr-20-fs-minus{margin-right:-80px!important}.ml-20-fs-minus{margin-left:-80px!important}.mt-20-fs-minus{margin-top:-80px!important}.mb-20-fs-minus{margin-bottom:-80px!important}}@media screen and (min-width: 360px){.mx-auto-xs{margin-left:auto!important;margin-right:auto!important}.ml-auto-xs{margin-left:auto!important}.mr-auto-xs{margin-right:auto!important}.mt-auto-xs{margin-top:auto!important}.mb-auto-xs{margin-bottom:auto!important}.p-0-xs{padding:0!important}.pr-0-xs{padding-right:0!important}.pl-0-xs{padding-left:0!important}.pt-0-xs{padding-top:0!important}.pb-0-xs{padding-bottom:0!important}.px-0-xs{padding-left:0!important;padding-right:0!important}.py-0-xs{padding-top:0!important;padding-bottom:0!important}.m-0-xs{margin:0!important}.mr-0-xs{margin-right:0!important}.ml-0-xs{margin-left:0!important}.mt-0-xs{margin-top:0!important}.mb-0-xs{margin-bottom:0!important}.mx-0-xs{margin-left:0!important;margin-right:0!important}.my-0-xs{margin-top:0!important;margin-bottom:0!important}.m-0-xs-minus{margin:0!important}.mr-0-xs-minus{margin-right:0!important}.ml-0-xs-minus{margin-left:0!important}.mt-0-xs-minus{margin-top:0!important}.mb-0-xs-minus{margin-bottom:0!important}.p-1-xs{padding:4px!important}.pr-1-xs{padding-right:4px!important}.pl-1-xs{padding-left:4px!important}.pt-1-xs{padding-top:4px!important}.pb-1-xs{padding-bottom:4px!important}.px-1-xs{padding-left:4px!important;padding-right:4px!important}.py-1-xs{padding-top:4px!important;padding-bottom:4px!important}.m-1-xs{margin:4px!important}.mr-1-xs{margin-right:4px!important}.ml-1-xs{margin-left:4px!important}.mt-1-xs{margin-top:4px!important}.mb-1-xs{margin-bottom:4px!important}.mx-1-xs{margin-left:4px!important;margin-right:4px!important}.my-1-xs{margin-top:4px!important;margin-bottom:4px!important}.m-1-xs-minus{margin:-4px!important}.mr-1-xs-minus{margin-right:-4px!important}.ml-1-xs-minus{margin-left:-4px!important}.mt-1-xs-minus{margin-top:-4px!important}.mb-1-xs-minus{margin-bottom:-4px!important}.p-2-xs{padding:8px!important}.pr-2-xs{padding-right:8px!important}.pl-2-xs{padding-left:8px!important}.pt-2-xs{padding-top:8px!important}.pb-2-xs{padding-bottom:8px!important}.px-2-xs{padding-left:8px!important;padding-right:8px!important}.py-2-xs{padding-top:8px!important;padding-bottom:8px!important}.m-2-xs{margin:8px!important}.mr-2-xs{margin-right:8px!important}.ml-2-xs{margin-left:8px!important}.mt-2-xs{margin-top:8px!important}.mb-2-xs{margin-bottom:8px!important}.mx-2-xs{margin-left:8px!important;margin-right:8px!important}.my-2-xs{margin-top:8px!important;margin-bottom:8px!important}.m-2-xs-minus{margin:-8px!important}.mr-2-xs-minus{margin-right:-8px!important}.ml-2-xs-minus{margin-left:-8px!important}.mt-2-xs-minus{margin-top:-8px!important}.mb-2-xs-minus{margin-bottom:-8px!important}.p-3-xs{padding:12px!important}.pr-3-xs{padding-right:12px!important}.pl-3-xs{padding-left:12px!important}.pt-3-xs{padding-top:12px!important}.pb-3-xs{padding-bottom:12px!important}.px-3-xs{padding-left:12px!important;padding-right:12px!important}.py-3-xs{padding-top:12px!important;padding-bottom:12px!important}.m-3-xs{margin:12px!important}.mr-3-xs{margin-right:12px!important}.ml-3-xs{margin-left:12px!important}.mt-3-xs{margin-top:12px!important}.mb-3-xs{margin-bottom:12px!important}.mx-3-xs{margin-left:12px!important;margin-right:12px!important}.my-3-xs{margin-top:12px!important;margin-bottom:12px!important}.m-3-xs-minus{margin:-12px!important}.mr-3-xs-minus{margin-right:-12px!important}.ml-3-xs-minus{margin-left:-12px!important}.mt-3-xs-minus{margin-top:-12px!important}.mb-3-xs-minus{margin-bottom:-12px!important}.p-4-xs{padding:16px!important}.pr-4-xs{padding-right:16px!important}.pl-4-xs{padding-left:16px!important}.pt-4-xs{padding-top:16px!important}.pb-4-xs{padding-bottom:16px!important}.px-4-xs{padding-left:16px!important;padding-right:16px!important}.py-4-xs{padding-top:16px!important;padding-bottom:16px!important}.m-4-xs{margin:16px!important}.mr-4-xs{margin-right:16px!important}.ml-4-xs{margin-left:16px!important}.mt-4-xs{margin-top:16px!important}.mb-4-xs{margin-bottom:16px!important}.mx-4-xs{margin-left:16px!important;margin-right:16px!important}.my-4-xs{margin-top:16px!important;margin-bottom:16px!important}.m-4-xs-minus{margin:-16px!important}.mr-4-xs-minus{margin-right:-16px!important}.ml-4-xs-minus{margin-left:-16px!important}.mt-4-xs-minus{margin-top:-16px!important}.mb-4-xs-minus{margin-bottom:-16px!important}.p-5-xs{padding:20px!important}.pr-5-xs{padding-right:20px!important}.pl-5-xs{padding-left:20px!important}.pt-5-xs{padding-top:20px!important}.pb-5-xs{padding-bottom:20px!important}.px-5-xs{padding-left:20px!important;padding-right:20px!important}.py-5-xs{padding-top:20px!important;padding-bottom:20px!important}.m-5-xs{margin:20px!important}.mr-5-xs{margin-right:20px!important}.ml-5-xs{margin-left:20px!important}.mt-5-xs{margin-top:20px!important}.mb-5-xs{margin-bottom:20px!important}.mx-5-xs{margin-left:20px!important;margin-right:20px!important}.my-5-xs{margin-top:20px!important;margin-bottom:20px!important}.m-5-xs-minus{margin:-20px!important}.mr-5-xs-minus{margin-right:-20px!important}.ml-5-xs-minus{margin-left:-20px!important}.mt-5-xs-minus{margin-top:-20px!important}.mb-5-xs-minus{margin-bottom:-20px!important}.p-6-xs{padding:24px!important}.pr-6-xs{padding-right:24px!important}.pl-6-xs{padding-left:24px!important}.pt-6-xs{padding-top:24px!important}.pb-6-xs{padding-bottom:24px!important}.px-6-xs{padding-left:24px!important;padding-right:24px!important}.py-6-xs{padding-top:24px!important;padding-bottom:24px!important}.m-6-xs{margin:24px!important}.mr-6-xs{margin-right:24px!important}.ml-6-xs{margin-left:24px!important}.mt-6-xs{margin-top:24px!important}.mb-6-xs{margin-bottom:24px!important}.mx-6-xs{margin-left:24px!important;margin-right:24px!important}.my-6-xs{margin-top:24px!important;margin-bottom:24px!important}.m-6-xs-minus{margin:-24px!important}.mr-6-xs-minus{margin-right:-24px!important}.ml-6-xs-minus{margin-left:-24px!important}.mt-6-xs-minus{margin-top:-24px!important}.mb-6-xs-minus{margin-bottom:-24px!important}.p-7-xs{padding:28px!important}.pr-7-xs{padding-right:28px!important}.pl-7-xs{padding-left:28px!important}.pt-7-xs{padding-top:28px!important}.pb-7-xs{padding-bottom:28px!important}.px-7-xs{padding-left:28px!important;padding-right:28px!important}.py-7-xs{padding-top:28px!important;padding-bottom:28px!important}.m-7-xs{margin:28px!important}.mr-7-xs{margin-right:28px!important}.ml-7-xs{margin-left:28px!important}.mt-7-xs{margin-top:28px!important}.mb-7-xs{margin-bottom:28px!important}.mx-7-xs{margin-left:28px!important;margin-right:28px!important}.my-7-xs{margin-top:28px!important;margin-bottom:28px!important}.m-7-xs-minus{margin:-28px!important}.mr-7-xs-minus{margin-right:-28px!important}.ml-7-xs-minus{margin-left:-28px!important}.mt-7-xs-minus{margin-top:-28px!important}.mb-7-xs-minus{margin-bottom:-28px!important}.p-8-xs{padding:32px!important}.pr-8-xs{padding-right:32px!important}.pl-8-xs{padding-left:32px!important}.pt-8-xs{padding-top:32px!important}.pb-8-xs{padding-bottom:32px!important}.px-8-xs{padding-left:32px!important;padding-right:32px!important}.py-8-xs{padding-top:32px!important;padding-bottom:32px!important}.m-8-xs{margin:32px!important}.mr-8-xs{margin-right:32px!important}.ml-8-xs{margin-left:32px!important}.mt-8-xs{margin-top:32px!important}.mb-8-xs{margin-bottom:32px!important}.mx-8-xs{margin-left:32px!important;margin-right:32px!important}.my-8-xs{margin-top:32px!important;margin-bottom:32px!important}.m-8-xs-minus{margin:-32px!important}.mr-8-xs-minus{margin-right:-32px!important}.ml-8-xs-minus{margin-left:-32px!important}.mt-8-xs-minus{margin-top:-32px!important}.mb-8-xs-minus{margin-bottom:-32px!important}.p-9-xs{padding:36px!important}.pr-9-xs{padding-right:36px!important}.pl-9-xs{padding-left:36px!important}.pt-9-xs{padding-top:36px!important}.pb-9-xs{padding-bottom:36px!important}.px-9-xs{padding-left:36px!important;padding-right:36px!important}.py-9-xs{padding-top:36px!important;padding-bottom:36px!important}.m-9-xs{margin:36px!important}.mr-9-xs{margin-right:36px!important}.ml-9-xs{margin-left:36px!important}.mt-9-xs{margin-top:36px!important}.mb-9-xs{margin-bottom:36px!important}.mx-9-xs{margin-left:36px!important;margin-right:36px!important}.my-9-xs{margin-top:36px!important;margin-bottom:36px!important}.m-9-xs-minus{margin:-36px!important}.mr-9-xs-minus{margin-right:-36px!important}.ml-9-xs-minus{margin-left:-36px!important}.mt-9-xs-minus{margin-top:-36px!important}.mb-9-xs-minus{margin-bottom:-36px!important}.p-10-xs{padding:40px!important}.pr-10-xs{padding-right:40px!important}.pl-10-xs{padding-left:40px!important}.pt-10-xs{padding-top:40px!important}.pb-10-xs{padding-bottom:40px!important}.px-10-xs{padding-left:40px!important;padding-right:40px!important}.py-10-xs{padding-top:40px!important;padding-bottom:40px!important}.m-10-xs{margin:40px!important}.mr-10-xs{margin-right:40px!important}.ml-10-xs{margin-left:40px!important}.mt-10-xs{margin-top:40px!important}.mb-10-xs{margin-bottom:40px!important}.mx-10-xs{margin-left:40px!important;margin-right:40px!important}.my-10-xs{margin-top:40px!important;margin-bottom:40px!important}.m-10-xs-minus{margin:-40px!important}.mr-10-xs-minus{margin-right:-40px!important}.ml-10-xs-minus{margin-left:-40px!important}.mt-10-xs-minus{margin-top:-40px!important}.mb-10-xs-minus{margin-bottom:-40px!important}.p-11-xs{padding:44px!important}.pr-11-xs{padding-right:44px!important}.pl-11-xs{padding-left:44px!important}.pt-11-xs{padding-top:44px!important}.pb-11-xs{padding-bottom:44px!important}.px-11-xs{padding-left:44px!important;padding-right:44px!important}.py-11-xs{padding-top:44px!important;padding-bottom:44px!important}.m-11-xs{margin:44px!important}.mr-11-xs{margin-right:44px!important}.ml-11-xs{margin-left:44px!important}.mt-11-xs{margin-top:44px!important}.mb-11-xs{margin-bottom:44px!important}.mx-11-xs{margin-left:44px!important;margin-right:44px!important}.my-11-xs{margin-top:44px!important;margin-bottom:44px!important}.m-11-xs-minus{margin:-44px!important}.mr-11-xs-minus{margin-right:-44px!important}.ml-11-xs-minus{margin-left:-44px!important}.mt-11-xs-minus{margin-top:-44px!important}.mb-11-xs-minus{margin-bottom:-44px!important}.p-12-xs{padding:48px!important}.pr-12-xs{padding-right:48px!important}.pl-12-xs{padding-left:48px!important}.pt-12-xs{padding-top:48px!important}.pb-12-xs{padding-bottom:48px!important}.px-12-xs{padding-left:48px!important;padding-right:48px!important}.py-12-xs{padding-top:48px!important;padding-bottom:48px!important}.m-12-xs{margin:48px!important}.mr-12-xs{margin-right:48px!important}.ml-12-xs{margin-left:48px!important}.mt-12-xs{margin-top:48px!important}.mb-12-xs{margin-bottom:48px!important}.mx-12-xs{margin-left:48px!important;margin-right:48px!important}.my-12-xs{margin-top:48px!important;margin-bottom:48px!important}.m-12-xs-minus{margin:-48px!important}.mr-12-xs-minus{margin-right:-48px!important}.ml-12-xs-minus{margin-left:-48px!important}.mt-12-xs-minus{margin-top:-48px!important}.mb-12-xs-minus{margin-bottom:-48px!important}.p-13-xs{padding:52px!important}.pr-13-xs{padding-right:52px!important}.pl-13-xs{padding-left:52px!important}.pt-13-xs{padding-top:52px!important}.pb-13-xs{padding-bottom:52px!important}.px-13-xs{padding-left:52px!important;padding-right:52px!important}.py-13-xs{padding-top:52px!important;padding-bottom:52px!important}.m-13-xs{margin:52px!important}.mr-13-xs{margin-right:52px!important}.ml-13-xs{margin-left:52px!important}.mt-13-xs{margin-top:52px!important}.mb-13-xs{margin-bottom:52px!important}.mx-13-xs{margin-left:52px!important;margin-right:52px!important}.my-13-xs{margin-top:52px!important;margin-bottom:52px!important}.m-13-xs-minus{margin:-52px!important}.mr-13-xs-minus{margin-right:-52px!important}.ml-13-xs-minus{margin-left:-52px!important}.mt-13-xs-minus{margin-top:-52px!important}.mb-13-xs-minus{margin-bottom:-52px!important}.p-14-xs{padding:56px!important}.pr-14-xs{padding-right:56px!important}.pl-14-xs{padding-left:56px!important}.pt-14-xs{padding-top:56px!important}.pb-14-xs{padding-bottom:56px!important}.px-14-xs{padding-left:56px!important;padding-right:56px!important}.py-14-xs{padding-top:56px!important;padding-bottom:56px!important}.m-14-xs{margin:56px!important}.mr-14-xs{margin-right:56px!important}.ml-14-xs{margin-left:56px!important}.mt-14-xs{margin-top:56px!important}.mb-14-xs{margin-bottom:56px!important}.mx-14-xs{margin-left:56px!important;margin-right:56px!important}.my-14-xs{margin-top:56px!important;margin-bottom:56px!important}.m-14-xs-minus{margin:-56px!important}.mr-14-xs-minus{margin-right:-56px!important}.ml-14-xs-minus{margin-left:-56px!important}.mt-14-xs-minus{margin-top:-56px!important}.mb-14-xs-minus{margin-bottom:-56px!important}.p-15-xs{padding:60px!important}.pr-15-xs{padding-right:60px!important}.pl-15-xs{padding-left:60px!important}.pt-15-xs{padding-top:60px!important}.pb-15-xs{padding-bottom:60px!important}.px-15-xs{padding-left:60px!important;padding-right:60px!important}.py-15-xs{padding-top:60px!important;padding-bottom:60px!important}.m-15-xs{margin:60px!important}.mr-15-xs{margin-right:60px!important}.ml-15-xs{margin-left:60px!important}.mt-15-xs{margin-top:60px!important}.mb-15-xs{margin-bottom:60px!important}.mx-15-xs{margin-left:60px!important;margin-right:60px!important}.my-15-xs{margin-top:60px!important;margin-bottom:60px!important}.m-15-xs-minus{margin:-60px!important}.mr-15-xs-minus{margin-right:-60px!important}.ml-15-xs-minus{margin-left:-60px!important}.mt-15-xs-minus{margin-top:-60px!important}.mb-15-xs-minus{margin-bottom:-60px!important}.p-16-xs{padding:64px!important}.pr-16-xs{padding-right:64px!important}.pl-16-xs{padding-left:64px!important}.pt-16-xs{padding-top:64px!important}.pb-16-xs{padding-bottom:64px!important}.px-16-xs{padding-left:64px!important;padding-right:64px!important}.py-16-xs{padding-top:64px!important;padding-bottom:64px!important}.m-16-xs{margin:64px!important}.mr-16-xs{margin-right:64px!important}.ml-16-xs{margin-left:64px!important}.mt-16-xs{margin-top:64px!important}.mb-16-xs{margin-bottom:64px!important}.mx-16-xs{margin-left:64px!important;margin-right:64px!important}.my-16-xs{margin-top:64px!important;margin-bottom:64px!important}.m-16-xs-minus{margin:-64px!important}.mr-16-xs-minus{margin-right:-64px!important}.ml-16-xs-minus{margin-left:-64px!important}.mt-16-xs-minus{margin-top:-64px!important}.mb-16-xs-minus{margin-bottom:-64px!important}.p-17-xs{padding:68px!important}.pr-17-xs{padding-right:68px!important}.pl-17-xs{padding-left:68px!important}.pt-17-xs{padding-top:68px!important}.pb-17-xs{padding-bottom:68px!important}.px-17-xs{padding-left:68px!important;padding-right:68px!important}.py-17-xs{padding-top:68px!important;padding-bottom:68px!important}.m-17-xs{margin:68px!important}.mr-17-xs{margin-right:68px!important}.ml-17-xs{margin-left:68px!important}.mt-17-xs{margin-top:68px!important}.mb-17-xs{margin-bottom:68px!important}.mx-17-xs{margin-left:68px!important;margin-right:68px!important}.my-17-xs{margin-top:68px!important;margin-bottom:68px!important}.m-17-xs-minus{margin:-68px!important}.mr-17-xs-minus{margin-right:-68px!important}.ml-17-xs-minus{margin-left:-68px!important}.mt-17-xs-minus{margin-top:-68px!important}.mb-17-xs-minus{margin-bottom:-68px!important}.p-18-xs{padding:72px!important}.pr-18-xs{padding-right:72px!important}.pl-18-xs{padding-left:72px!important}.pt-18-xs{padding-top:72px!important}.pb-18-xs{padding-bottom:72px!important}.px-18-xs{padding-left:72px!important;padding-right:72px!important}.py-18-xs{padding-top:72px!important;padding-bottom:72px!important}.m-18-xs{margin:72px!important}.mr-18-xs{margin-right:72px!important}.ml-18-xs{margin-left:72px!important}.mt-18-xs{margin-top:72px!important}.mb-18-xs{margin-bottom:72px!important}.mx-18-xs{margin-left:72px!important;margin-right:72px!important}.my-18-xs{margin-top:72px!important;margin-bottom:72px!important}.m-18-xs-minus{margin:-72px!important}.mr-18-xs-minus{margin-right:-72px!important}.ml-18-xs-minus{margin-left:-72px!important}.mt-18-xs-minus{margin-top:-72px!important}.mb-18-xs-minus{margin-bottom:-72px!important}.p-19-xs{padding:76px!important}.pr-19-xs{padding-right:76px!important}.pl-19-xs{padding-left:76px!important}.pt-19-xs{padding-top:76px!important}.pb-19-xs{padding-bottom:76px!important}.px-19-xs{padding-left:76px!important;padding-right:76px!important}.py-19-xs{padding-top:76px!important;padding-bottom:76px!important}.m-19-xs{margin:76px!important}.mr-19-xs{margin-right:76px!important}.ml-19-xs{margin-left:76px!important}.mt-19-xs{margin-top:76px!important}.mb-19-xs{margin-bottom:76px!important}.mx-19-xs{margin-left:76px!important;margin-right:76px!important}.my-19-xs{margin-top:76px!important;margin-bottom:76px!important}.m-19-xs-minus{margin:-76px!important}.mr-19-xs-minus{margin-right:-76px!important}.ml-19-xs-minus{margin-left:-76px!important}.mt-19-xs-minus{margin-top:-76px!important}.mb-19-xs-minus{margin-bottom:-76px!important}.p-20-xs{padding:80px!important}.pr-20-xs{padding-right:80px!important}.pl-20-xs{padding-left:80px!important}.pt-20-xs{padding-top:80px!important}.pb-20-xs{padding-bottom:80px!important}.px-20-xs{padding-left:80px!important;padding-right:80px!important}.py-20-xs{padding-top:80px!important;padding-bottom:80px!important}.m-20-xs{margin:80px!important}.mr-20-xs{margin-right:80px!important}.ml-20-xs{margin-left:80px!important}.mt-20-xs{margin-top:80px!important}.mb-20-xs{margin-bottom:80px!important}.mx-20-xs{margin-left:80px!important;margin-right:80px!important}.my-20-xs{margin-top:80px!important;margin-bottom:80px!important}.m-20-xs-minus{margin:-80px!important}.mr-20-xs-minus{margin-right:-80px!important}.ml-20-xs-minus{margin-left:-80px!important}.mt-20-xs-minus{margin-top:-80px!important}.mb-20-xs-minus{margin-bottom:-80px!important}}@media screen and (min-width: 576px){.mx-auto-sm{margin-left:auto!important;margin-right:auto!important}.ml-auto-sm{margin-left:auto!important}.mr-auto-sm{margin-right:auto!important}.mt-auto-sm{margin-top:auto!important}.mb-auto-sm{margin-bottom:auto!important}.p-0-sm{padding:0!important}.pr-0-sm{padding-right:0!important}.pl-0-sm{padding-left:0!important}.pt-0-sm{padding-top:0!important}.pb-0-sm{padding-bottom:0!important}.px-0-sm{padding-left:0!important;padding-right:0!important}.py-0-sm{padding-top:0!important;padding-bottom:0!important}.m-0-sm{margin:0!important}.mr-0-sm{margin-right:0!important}.ml-0-sm{margin-left:0!important}.mt-0-sm{margin-top:0!important}.mb-0-sm{margin-bottom:0!important}.mx-0-sm{margin-left:0!important;margin-right:0!important}.my-0-sm{margin-top:0!important;margin-bottom:0!important}.m-0-sm-minus{margin:0!important}.mr-0-sm-minus{margin-right:0!important}.ml-0-sm-minus{margin-left:0!important}.mt-0-sm-minus{margin-top:0!important}.mb-0-sm-minus{margin-bottom:0!important}.p-1-sm{padding:4px!important}.pr-1-sm{padding-right:4px!important}.pl-1-sm{padding-left:4px!important}.pt-1-sm{padding-top:4px!important}.pb-1-sm{padding-bottom:4px!important}.px-1-sm{padding-left:4px!important;padding-right:4px!important}.py-1-sm{padding-top:4px!important;padding-bottom:4px!important}.m-1-sm{margin:4px!important}.mr-1-sm{margin-right:4px!important}.ml-1-sm{margin-left:4px!important}.mt-1-sm{margin-top:4px!important}.mb-1-sm{margin-bottom:4px!important}.mx-1-sm{margin-left:4px!important;margin-right:4px!important}.my-1-sm{margin-top:4px!important;margin-bottom:4px!important}.m-1-sm-minus{margin:-4px!important}.mr-1-sm-minus{margin-right:-4px!important}.ml-1-sm-minus{margin-left:-4px!important}.mt-1-sm-minus{margin-top:-4px!important}.mb-1-sm-minus{margin-bottom:-4px!important}.p-2-sm{padding:8px!important}.pr-2-sm{padding-right:8px!important}.pl-2-sm{padding-left:8px!important}.pt-2-sm{padding-top:8px!important}.pb-2-sm{padding-bottom:8px!important}.px-2-sm{padding-left:8px!important;padding-right:8px!important}.py-2-sm{padding-top:8px!important;padding-bottom:8px!important}.m-2-sm{margin:8px!important}.mr-2-sm{margin-right:8px!important}.ml-2-sm{margin-left:8px!important}.mt-2-sm{margin-top:8px!important}.mb-2-sm{margin-bottom:8px!important}.mx-2-sm{margin-left:8px!important;margin-right:8px!important}.my-2-sm{margin-top:8px!important;margin-bottom:8px!important}.m-2-sm-minus{margin:-8px!important}.mr-2-sm-minus{margin-right:-8px!important}.ml-2-sm-minus{margin-left:-8px!important}.mt-2-sm-minus{margin-top:-8px!important}.mb-2-sm-minus{margin-bottom:-8px!important}.p-3-sm{padding:12px!important}.pr-3-sm{padding-right:12px!important}.pl-3-sm{padding-left:12px!important}.pt-3-sm{padding-top:12px!important}.pb-3-sm{padding-bottom:12px!important}.px-3-sm{padding-left:12px!important;padding-right:12px!important}.py-3-sm{padding-top:12px!important;padding-bottom:12px!important}.m-3-sm{margin:12px!important}.mr-3-sm{margin-right:12px!important}.ml-3-sm{margin-left:12px!important}.mt-3-sm{margin-top:12px!important}.mb-3-sm{margin-bottom:12px!important}.mx-3-sm{margin-left:12px!important;margin-right:12px!important}.my-3-sm{margin-top:12px!important;margin-bottom:12px!important}.m-3-sm-minus{margin:-12px!important}.mr-3-sm-minus{margin-right:-12px!important}.ml-3-sm-minus{margin-left:-12px!important}.mt-3-sm-minus{margin-top:-12px!important}.mb-3-sm-minus{margin-bottom:-12px!important}.p-4-sm{padding:16px!important}.pr-4-sm{padding-right:16px!important}.pl-4-sm{padding-left:16px!important}.pt-4-sm{padding-top:16px!important}.pb-4-sm{padding-bottom:16px!important}.px-4-sm{padding-left:16px!important;padding-right:16px!important}.py-4-sm{padding-top:16px!important;padding-bottom:16px!important}.m-4-sm{margin:16px!important}.mr-4-sm{margin-right:16px!important}.ml-4-sm{margin-left:16px!important}.mt-4-sm{margin-top:16px!important}.mb-4-sm{margin-bottom:16px!important}.mx-4-sm{margin-left:16px!important;margin-right:16px!important}.my-4-sm{margin-top:16px!important;margin-bottom:16px!important}.m-4-sm-minus{margin:-16px!important}.mr-4-sm-minus{margin-right:-16px!important}.ml-4-sm-minus{margin-left:-16px!important}.mt-4-sm-minus{margin-top:-16px!important}.mb-4-sm-minus{margin-bottom:-16px!important}.p-5-sm{padding:20px!important}.pr-5-sm{padding-right:20px!important}.pl-5-sm{padding-left:20px!important}.pt-5-sm{padding-top:20px!important}.pb-5-sm{padding-bottom:20px!important}.px-5-sm{padding-left:20px!important;padding-right:20px!important}.py-5-sm{padding-top:20px!important;padding-bottom:20px!important}.m-5-sm{margin:20px!important}.mr-5-sm{margin-right:20px!important}.ml-5-sm{margin-left:20px!important}.mt-5-sm{margin-top:20px!important}.mb-5-sm{margin-bottom:20px!important}.mx-5-sm{margin-left:20px!important;margin-right:20px!important}.my-5-sm{margin-top:20px!important;margin-bottom:20px!important}.m-5-sm-minus{margin:-20px!important}.mr-5-sm-minus{margin-right:-20px!important}.ml-5-sm-minus{margin-left:-20px!important}.mt-5-sm-minus{margin-top:-20px!important}.mb-5-sm-minus{margin-bottom:-20px!important}.p-6-sm{padding:24px!important}.pr-6-sm{padding-right:24px!important}.pl-6-sm{padding-left:24px!important}.pt-6-sm{padding-top:24px!important}.pb-6-sm{padding-bottom:24px!important}.px-6-sm{padding-left:24px!important;padding-right:24px!important}.py-6-sm{padding-top:24px!important;padding-bottom:24px!important}.m-6-sm{margin:24px!important}.mr-6-sm{margin-right:24px!important}.ml-6-sm{margin-left:24px!important}.mt-6-sm{margin-top:24px!important}.mb-6-sm{margin-bottom:24px!important}.mx-6-sm{margin-left:24px!important;margin-right:24px!important}.my-6-sm{margin-top:24px!important;margin-bottom:24px!important}.m-6-sm-minus{margin:-24px!important}.mr-6-sm-minus{margin-right:-24px!important}.ml-6-sm-minus{margin-left:-24px!important}.mt-6-sm-minus{margin-top:-24px!important}.mb-6-sm-minus{margin-bottom:-24px!important}.p-7-sm{padding:28px!important}.pr-7-sm{padding-right:28px!important}.pl-7-sm{padding-left:28px!important}.pt-7-sm{padding-top:28px!important}.pb-7-sm{padding-bottom:28px!important}.px-7-sm{padding-left:28px!important;padding-right:28px!important}.py-7-sm{padding-top:28px!important;padding-bottom:28px!important}.m-7-sm{margin:28px!important}.mr-7-sm{margin-right:28px!important}.ml-7-sm{margin-left:28px!important}.mt-7-sm{margin-top:28px!important}.mb-7-sm{margin-bottom:28px!important}.mx-7-sm{margin-left:28px!important;margin-right:28px!important}.my-7-sm{margin-top:28px!important;margin-bottom:28px!important}.m-7-sm-minus{margin:-28px!important}.mr-7-sm-minus{margin-right:-28px!important}.ml-7-sm-minus{margin-left:-28px!important}.mt-7-sm-minus{margin-top:-28px!important}.mb-7-sm-minus{margin-bottom:-28px!important}.p-8-sm{padding:32px!important}.pr-8-sm{padding-right:32px!important}.pl-8-sm{padding-left:32px!important}.pt-8-sm{padding-top:32px!important}.pb-8-sm{padding-bottom:32px!important}.px-8-sm{padding-left:32px!important;padding-right:32px!important}.py-8-sm{padding-top:32px!important;padding-bottom:32px!important}.m-8-sm{margin:32px!important}.mr-8-sm{margin-right:32px!important}.ml-8-sm{margin-left:32px!important}.mt-8-sm{margin-top:32px!important}.mb-8-sm{margin-bottom:32px!important}.mx-8-sm{margin-left:32px!important;margin-right:32px!important}.my-8-sm{margin-top:32px!important;margin-bottom:32px!important}.m-8-sm-minus{margin:-32px!important}.mr-8-sm-minus{margin-right:-32px!important}.ml-8-sm-minus{margin-left:-32px!important}.mt-8-sm-minus{margin-top:-32px!important}.mb-8-sm-minus{margin-bottom:-32px!important}.p-9-sm{padding:36px!important}.pr-9-sm{padding-right:36px!important}.pl-9-sm{padding-left:36px!important}.pt-9-sm{padding-top:36px!important}.pb-9-sm{padding-bottom:36px!important}.px-9-sm{padding-left:36px!important;padding-right:36px!important}.py-9-sm{padding-top:36px!important;padding-bottom:36px!important}.m-9-sm{margin:36px!important}.mr-9-sm{margin-right:36px!important}.ml-9-sm{margin-left:36px!important}.mt-9-sm{margin-top:36px!important}.mb-9-sm{margin-bottom:36px!important}.mx-9-sm{margin-left:36px!important;margin-right:36px!important}.my-9-sm{margin-top:36px!important;margin-bottom:36px!important}.m-9-sm-minus{margin:-36px!important}.mr-9-sm-minus{margin-right:-36px!important}.ml-9-sm-minus{margin-left:-36px!important}.mt-9-sm-minus{margin-top:-36px!important}.mb-9-sm-minus{margin-bottom:-36px!important}.p-10-sm{padding:40px!important}.pr-10-sm{padding-right:40px!important}.pl-10-sm{padding-left:40px!important}.pt-10-sm{padding-top:40px!important}.pb-10-sm{padding-bottom:40px!important}.px-10-sm{padding-left:40px!important;padding-right:40px!important}.py-10-sm{padding-top:40px!important;padding-bottom:40px!important}.m-10-sm{margin:40px!important}.mr-10-sm{margin-right:40px!important}.ml-10-sm{margin-left:40px!important}.mt-10-sm{margin-top:40px!important}.mb-10-sm{margin-bottom:40px!important}.mx-10-sm{margin-left:40px!important;margin-right:40px!important}.my-10-sm{margin-top:40px!important;margin-bottom:40px!important}.m-10-sm-minus{margin:-40px!important}.mr-10-sm-minus{margin-right:-40px!important}.ml-10-sm-minus{margin-left:-40px!important}.mt-10-sm-minus{margin-top:-40px!important}.mb-10-sm-minus{margin-bottom:-40px!important}.p-11-sm{padding:44px!important}.pr-11-sm{padding-right:44px!important}.pl-11-sm{padding-left:44px!important}.pt-11-sm{padding-top:44px!important}.pb-11-sm{padding-bottom:44px!important}.px-11-sm{padding-left:44px!important;padding-right:44px!important}.py-11-sm{padding-top:44px!important;padding-bottom:44px!important}.m-11-sm{margin:44px!important}.mr-11-sm{margin-right:44px!important}.ml-11-sm{margin-left:44px!important}.mt-11-sm{margin-top:44px!important}.mb-11-sm{margin-bottom:44px!important}.mx-11-sm{margin-left:44px!important;margin-right:44px!important}.my-11-sm{margin-top:44px!important;margin-bottom:44px!important}.m-11-sm-minus{margin:-44px!important}.mr-11-sm-minus{margin-right:-44px!important}.ml-11-sm-minus{margin-left:-44px!important}.mt-11-sm-minus{margin-top:-44px!important}.mb-11-sm-minus{margin-bottom:-44px!important}.p-12-sm{padding:48px!important}.pr-12-sm{padding-right:48px!important}.pl-12-sm{padding-left:48px!important}.pt-12-sm{padding-top:48px!important}.pb-12-sm{padding-bottom:48px!important}.px-12-sm{padding-left:48px!important;padding-right:48px!important}.py-12-sm{padding-top:48px!important;padding-bottom:48px!important}.m-12-sm{margin:48px!important}.mr-12-sm{margin-right:48px!important}.ml-12-sm{margin-left:48px!important}.mt-12-sm{margin-top:48px!important}.mb-12-sm{margin-bottom:48px!important}.mx-12-sm{margin-left:48px!important;margin-right:48px!important}.my-12-sm{margin-top:48px!important;margin-bottom:48px!important}.m-12-sm-minus{margin:-48px!important}.mr-12-sm-minus{margin-right:-48px!important}.ml-12-sm-minus{margin-left:-48px!important}.mt-12-sm-minus{margin-top:-48px!important}.mb-12-sm-minus{margin-bottom:-48px!important}.p-13-sm{padding:52px!important}.pr-13-sm{padding-right:52px!important}.pl-13-sm{padding-left:52px!important}.pt-13-sm{padding-top:52px!important}.pb-13-sm{padding-bottom:52px!important}.px-13-sm{padding-left:52px!important;padding-right:52px!important}.py-13-sm{padding-top:52px!important;padding-bottom:52px!important}.m-13-sm{margin:52px!important}.mr-13-sm{margin-right:52px!important}.ml-13-sm{margin-left:52px!important}.mt-13-sm{margin-top:52px!important}.mb-13-sm{margin-bottom:52px!important}.mx-13-sm{margin-left:52px!important;margin-right:52px!important}.my-13-sm{margin-top:52px!important;margin-bottom:52px!important}.m-13-sm-minus{margin:-52px!important}.mr-13-sm-minus{margin-right:-52px!important}.ml-13-sm-minus{margin-left:-52px!important}.mt-13-sm-minus{margin-top:-52px!important}.mb-13-sm-minus{margin-bottom:-52px!important}.p-14-sm{padding:56px!important}.pr-14-sm{padding-right:56px!important}.pl-14-sm{padding-left:56px!important}.pt-14-sm{padding-top:56px!important}.pb-14-sm{padding-bottom:56px!important}.px-14-sm{padding-left:56px!important;padding-right:56px!important}.py-14-sm{padding-top:56px!important;padding-bottom:56px!important}.m-14-sm{margin:56px!important}.mr-14-sm{margin-right:56px!important}.ml-14-sm{margin-left:56px!important}.mt-14-sm{margin-top:56px!important}.mb-14-sm{margin-bottom:56px!important}.mx-14-sm{margin-left:56px!important;margin-right:56px!important}.my-14-sm{margin-top:56px!important;margin-bottom:56px!important}.m-14-sm-minus{margin:-56px!important}.mr-14-sm-minus{margin-right:-56px!important}.ml-14-sm-minus{margin-left:-56px!important}.mt-14-sm-minus{margin-top:-56px!important}.mb-14-sm-minus{margin-bottom:-56px!important}.p-15-sm{padding:60px!important}.pr-15-sm{padding-right:60px!important}.pl-15-sm{padding-left:60px!important}.pt-15-sm{padding-top:60px!important}.pb-15-sm{padding-bottom:60px!important}.px-15-sm{padding-left:60px!important;padding-right:60px!important}.py-15-sm{padding-top:60px!important;padding-bottom:60px!important}.m-15-sm{margin:60px!important}.mr-15-sm{margin-right:60px!important}.ml-15-sm{margin-left:60px!important}.mt-15-sm{margin-top:60px!important}.mb-15-sm{margin-bottom:60px!important}.mx-15-sm{margin-left:60px!important;margin-right:60px!important}.my-15-sm{margin-top:60px!important;margin-bottom:60px!important}.m-15-sm-minus{margin:-60px!important}.mr-15-sm-minus{margin-right:-60px!important}.ml-15-sm-minus{margin-left:-60px!important}.mt-15-sm-minus{margin-top:-60px!important}.mb-15-sm-minus{margin-bottom:-60px!important}.p-16-sm{padding:64px!important}.pr-16-sm{padding-right:64px!important}.pl-16-sm{padding-left:64px!important}.pt-16-sm{padding-top:64px!important}.pb-16-sm{padding-bottom:64px!important}.px-16-sm{padding-left:64px!important;padding-right:64px!important}.py-16-sm{padding-top:64px!important;padding-bottom:64px!important}.m-16-sm{margin:64px!important}.mr-16-sm{margin-right:64px!important}.ml-16-sm{margin-left:64px!important}.mt-16-sm{margin-top:64px!important}.mb-16-sm{margin-bottom:64px!important}.mx-16-sm{margin-left:64px!important;margin-right:64px!important}.my-16-sm{margin-top:64px!important;margin-bottom:64px!important}.m-16-sm-minus{margin:-64px!important}.mr-16-sm-minus{margin-right:-64px!important}.ml-16-sm-minus{margin-left:-64px!important}.mt-16-sm-minus{margin-top:-64px!important}.mb-16-sm-minus{margin-bottom:-64px!important}.p-17-sm{padding:68px!important}.pr-17-sm{padding-right:68px!important}.pl-17-sm{padding-left:68px!important}.pt-17-sm{padding-top:68px!important}.pb-17-sm{padding-bottom:68px!important}.px-17-sm{padding-left:68px!important;padding-right:68px!important}.py-17-sm{padding-top:68px!important;padding-bottom:68px!important}.m-17-sm{margin:68px!important}.mr-17-sm{margin-right:68px!important}.ml-17-sm{margin-left:68px!important}.mt-17-sm{margin-top:68px!important}.mb-17-sm{margin-bottom:68px!important}.mx-17-sm{margin-left:68px!important;margin-right:68px!important}.my-17-sm{margin-top:68px!important;margin-bottom:68px!important}.m-17-sm-minus{margin:-68px!important}.mr-17-sm-minus{margin-right:-68px!important}.ml-17-sm-minus{margin-left:-68px!important}.mt-17-sm-minus{margin-top:-68px!important}.mb-17-sm-minus{margin-bottom:-68px!important}.p-18-sm{padding:72px!important}.pr-18-sm{padding-right:72px!important}.pl-18-sm{padding-left:72px!important}.pt-18-sm{padding-top:72px!important}.pb-18-sm{padding-bottom:72px!important}.px-18-sm{padding-left:72px!important;padding-right:72px!important}.py-18-sm{padding-top:72px!important;padding-bottom:72px!important}.m-18-sm{margin:72px!important}.mr-18-sm{margin-right:72px!important}.ml-18-sm{margin-left:72px!important}.mt-18-sm{margin-top:72px!important}.mb-18-sm{margin-bottom:72px!important}.mx-18-sm{margin-left:72px!important;margin-right:72px!important}.my-18-sm{margin-top:72px!important;margin-bottom:72px!important}.m-18-sm-minus{margin:-72px!important}.mr-18-sm-minus{margin-right:-72px!important}.ml-18-sm-minus{margin-left:-72px!important}.mt-18-sm-minus{margin-top:-72px!important}.mb-18-sm-minus{margin-bottom:-72px!important}.p-19-sm{padding:76px!important}.pr-19-sm{padding-right:76px!important}.pl-19-sm{padding-left:76px!important}.pt-19-sm{padding-top:76px!important}.pb-19-sm{padding-bottom:76px!important}.px-19-sm{padding-left:76px!important;padding-right:76px!important}.py-19-sm{padding-top:76px!important;padding-bottom:76px!important}.m-19-sm{margin:76px!important}.mr-19-sm{margin-right:76px!important}.ml-19-sm{margin-left:76px!important}.mt-19-sm{margin-top:76px!important}.mb-19-sm{margin-bottom:76px!important}.mx-19-sm{margin-left:76px!important;margin-right:76px!important}.my-19-sm{margin-top:76px!important;margin-bottom:76px!important}.m-19-sm-minus{margin:-76px!important}.mr-19-sm-minus{margin-right:-76px!important}.ml-19-sm-minus{margin-left:-76px!important}.mt-19-sm-minus{margin-top:-76px!important}.mb-19-sm-minus{margin-bottom:-76px!important}.p-20-sm{padding:80px!important}.pr-20-sm{padding-right:80px!important}.pl-20-sm{padding-left:80px!important}.pt-20-sm{padding-top:80px!important}.pb-20-sm{padding-bottom:80px!important}.px-20-sm{padding-left:80px!important;padding-right:80px!important}.py-20-sm{padding-top:80px!important;padding-bottom:80px!important}.m-20-sm{margin:80px!important}.mr-20-sm{margin-right:80px!important}.ml-20-sm{margin-left:80px!important}.mt-20-sm{margin-top:80px!important}.mb-20-sm{margin-bottom:80px!important}.mx-20-sm{margin-left:80px!important;margin-right:80px!important}.my-20-sm{margin-top:80px!important;margin-bottom:80px!important}.m-20-sm-minus{margin:-80px!important}.mr-20-sm-minus{margin-right:-80px!important}.ml-20-sm-minus{margin-left:-80px!important}.mt-20-sm-minus{margin-top:-80px!important}.mb-20-sm-minus{margin-bottom:-80px!important}}@media screen and (min-width: 640px){.mx-auto-ld{margin-left:auto!important;margin-right:auto!important}.ml-auto-ld{margin-left:auto!important}.mr-auto-ld{margin-right:auto!important}.mt-auto-ld{margin-top:auto!important}.mb-auto-ld{margin-bottom:auto!important}.p-0-ld{padding:0!important}.pr-0-ld{padding-right:0!important}.pl-0-ld{padding-left:0!important}.pt-0-ld{padding-top:0!important}.pb-0-ld{padding-bottom:0!important}.px-0-ld{padding-left:0!important;padding-right:0!important}.py-0-ld{padding-top:0!important;padding-bottom:0!important}.m-0-ld{margin:0!important}.mr-0-ld{margin-right:0!important}.ml-0-ld{margin-left:0!important}.mt-0-ld{margin-top:0!important}.mb-0-ld{margin-bottom:0!important}.mx-0-ld{margin-left:0!important;margin-right:0!important}.my-0-ld{margin-top:0!important;margin-bottom:0!important}.m-0-ld-minus{margin:0!important}.mr-0-ld-minus{margin-right:0!important}.ml-0-ld-minus{margin-left:0!important}.mt-0-ld-minus{margin-top:0!important}.mb-0-ld-minus{margin-bottom:0!important}.p-1-ld{padding:4px!important}.pr-1-ld{padding-right:4px!important}.pl-1-ld{padding-left:4px!important}.pt-1-ld{padding-top:4px!important}.pb-1-ld{padding-bottom:4px!important}.px-1-ld{padding-left:4px!important;padding-right:4px!important}.py-1-ld{padding-top:4px!important;padding-bottom:4px!important}.m-1-ld{margin:4px!important}.mr-1-ld{margin-right:4px!important}.ml-1-ld{margin-left:4px!important}.mt-1-ld{margin-top:4px!important}.mb-1-ld{margin-bottom:4px!important}.mx-1-ld{margin-left:4px!important;margin-right:4px!important}.my-1-ld{margin-top:4px!important;margin-bottom:4px!important}.m-1-ld-minus{margin:-4px!important}.mr-1-ld-minus{margin-right:-4px!important}.ml-1-ld-minus{margin-left:-4px!important}.mt-1-ld-minus{margin-top:-4px!important}.mb-1-ld-minus{margin-bottom:-4px!important}.p-2-ld{padding:8px!important}.pr-2-ld{padding-right:8px!important}.pl-2-ld{padding-left:8px!important}.pt-2-ld{padding-top:8px!important}.pb-2-ld{padding-bottom:8px!important}.px-2-ld{padding-left:8px!important;padding-right:8px!important}.py-2-ld{padding-top:8px!important;padding-bottom:8px!important}.m-2-ld{margin:8px!important}.mr-2-ld{margin-right:8px!important}.ml-2-ld{margin-left:8px!important}.mt-2-ld{margin-top:8px!important}.mb-2-ld{margin-bottom:8px!important}.mx-2-ld{margin-left:8px!important;margin-right:8px!important}.my-2-ld{margin-top:8px!important;margin-bottom:8px!important}.m-2-ld-minus{margin:-8px!important}.mr-2-ld-minus{margin-right:-8px!important}.ml-2-ld-minus{margin-left:-8px!important}.mt-2-ld-minus{margin-top:-8px!important}.mb-2-ld-minus{margin-bottom:-8px!important}.p-3-ld{padding:12px!important}.pr-3-ld{padding-right:12px!important}.pl-3-ld{padding-left:12px!important}.pt-3-ld{padding-top:12px!important}.pb-3-ld{padding-bottom:12px!important}.px-3-ld{padding-left:12px!important;padding-right:12px!important}.py-3-ld{padding-top:12px!important;padding-bottom:12px!important}.m-3-ld{margin:12px!important}.mr-3-ld{margin-right:12px!important}.ml-3-ld{margin-left:12px!important}.mt-3-ld{margin-top:12px!important}.mb-3-ld{margin-bottom:12px!important}.mx-3-ld{margin-left:12px!important;margin-right:12px!important}.my-3-ld{margin-top:12px!important;margin-bottom:12px!important}.m-3-ld-minus{margin:-12px!important}.mr-3-ld-minus{margin-right:-12px!important}.ml-3-ld-minus{margin-left:-12px!important}.mt-3-ld-minus{margin-top:-12px!important}.mb-3-ld-minus{margin-bottom:-12px!important}.p-4-ld{padding:16px!important}.pr-4-ld{padding-right:16px!important}.pl-4-ld{padding-left:16px!important}.pt-4-ld{padding-top:16px!important}.pb-4-ld{padding-bottom:16px!important}.px-4-ld{padding-left:16px!important;padding-right:16px!important}.py-4-ld{padding-top:16px!important;padding-bottom:16px!important}.m-4-ld{margin:16px!important}.mr-4-ld{margin-right:16px!important}.ml-4-ld{margin-left:16px!important}.mt-4-ld{margin-top:16px!important}.mb-4-ld{margin-bottom:16px!important}.mx-4-ld{margin-left:16px!important;margin-right:16px!important}.my-4-ld{margin-top:16px!important;margin-bottom:16px!important}.m-4-ld-minus{margin:-16px!important}.mr-4-ld-minus{margin-right:-16px!important}.ml-4-ld-minus{margin-left:-16px!important}.mt-4-ld-minus{margin-top:-16px!important}.mb-4-ld-minus{margin-bottom:-16px!important}.p-5-ld{padding:20px!important}.pr-5-ld{padding-right:20px!important}.pl-5-ld{padding-left:20px!important}.pt-5-ld{padding-top:20px!important}.pb-5-ld{padding-bottom:20px!important}.px-5-ld{padding-left:20px!important;padding-right:20px!important}.py-5-ld{padding-top:20px!important;padding-bottom:20px!important}.m-5-ld{margin:20px!important}.mr-5-ld{margin-right:20px!important}.ml-5-ld{margin-left:20px!important}.mt-5-ld{margin-top:20px!important}.mb-5-ld{margin-bottom:20px!important}.mx-5-ld{margin-left:20px!important;margin-right:20px!important}.my-5-ld{margin-top:20px!important;margin-bottom:20px!important}.m-5-ld-minus{margin:-20px!important}.mr-5-ld-minus{margin-right:-20px!important}.ml-5-ld-minus{margin-left:-20px!important}.mt-5-ld-minus{margin-top:-20px!important}.mb-5-ld-minus{margin-bottom:-20px!important}.p-6-ld{padding:24px!important}.pr-6-ld{padding-right:24px!important}.pl-6-ld{padding-left:24px!important}.pt-6-ld{padding-top:24px!important}.pb-6-ld{padding-bottom:24px!important}.px-6-ld{padding-left:24px!important;padding-right:24px!important}.py-6-ld{padding-top:24px!important;padding-bottom:24px!important}.m-6-ld{margin:24px!important}.mr-6-ld{margin-right:24px!important}.ml-6-ld{margin-left:24px!important}.mt-6-ld{margin-top:24px!important}.mb-6-ld{margin-bottom:24px!important}.mx-6-ld{margin-left:24px!important;margin-right:24px!important}.my-6-ld{margin-top:24px!important;margin-bottom:24px!important}.m-6-ld-minus{margin:-24px!important}.mr-6-ld-minus{margin-right:-24px!important}.ml-6-ld-minus{margin-left:-24px!important}.mt-6-ld-minus{margin-top:-24px!important}.mb-6-ld-minus{margin-bottom:-24px!important}.p-7-ld{padding:28px!important}.pr-7-ld{padding-right:28px!important}.pl-7-ld{padding-left:28px!important}.pt-7-ld{padding-top:28px!important}.pb-7-ld{padding-bottom:28px!important}.px-7-ld{padding-left:28px!important;padding-right:28px!important}.py-7-ld{padding-top:28px!important;padding-bottom:28px!important}.m-7-ld{margin:28px!important}.mr-7-ld{margin-right:28px!important}.ml-7-ld{margin-left:28px!important}.mt-7-ld{margin-top:28px!important}.mb-7-ld{margin-bottom:28px!important}.mx-7-ld{margin-left:28px!important;margin-right:28px!important}.my-7-ld{margin-top:28px!important;margin-bottom:28px!important}.m-7-ld-minus{margin:-28px!important}.mr-7-ld-minus{margin-right:-28px!important}.ml-7-ld-minus{margin-left:-28px!important}.mt-7-ld-minus{margin-top:-28px!important}.mb-7-ld-minus{margin-bottom:-28px!important}.p-8-ld{padding:32px!important}.pr-8-ld{padding-right:32px!important}.pl-8-ld{padding-left:32px!important}.pt-8-ld{padding-top:32px!important}.pb-8-ld{padding-bottom:32px!important}.px-8-ld{padding-left:32px!important;padding-right:32px!important}.py-8-ld{padding-top:32px!important;padding-bottom:32px!important}.m-8-ld{margin:32px!important}.mr-8-ld{margin-right:32px!important}.ml-8-ld{margin-left:32px!important}.mt-8-ld{margin-top:32px!important}.mb-8-ld{margin-bottom:32px!important}.mx-8-ld{margin-left:32px!important;margin-right:32px!important}.my-8-ld{margin-top:32px!important;margin-bottom:32px!important}.m-8-ld-minus{margin:-32px!important}.mr-8-ld-minus{margin-right:-32px!important}.ml-8-ld-minus{margin-left:-32px!important}.mt-8-ld-minus{margin-top:-32px!important}.mb-8-ld-minus{margin-bottom:-32px!important}.p-9-ld{padding:36px!important}.pr-9-ld{padding-right:36px!important}.pl-9-ld{padding-left:36px!important}.pt-9-ld{padding-top:36px!important}.pb-9-ld{padding-bottom:36px!important}.px-9-ld{padding-left:36px!important;padding-right:36px!important}.py-9-ld{padding-top:36px!important;padding-bottom:36px!important}.m-9-ld{margin:36px!important}.mr-9-ld{margin-right:36px!important}.ml-9-ld{margin-left:36px!important}.mt-9-ld{margin-top:36px!important}.mb-9-ld{margin-bottom:36px!important}.mx-9-ld{margin-left:36px!important;margin-right:36px!important}.my-9-ld{margin-top:36px!important;margin-bottom:36px!important}.m-9-ld-minus{margin:-36px!important}.mr-9-ld-minus{margin-right:-36px!important}.ml-9-ld-minus{margin-left:-36px!important}.mt-9-ld-minus{margin-top:-36px!important}.mb-9-ld-minus{margin-bottom:-36px!important}.p-10-ld{padding:40px!important}.pr-10-ld{padding-right:40px!important}.pl-10-ld{padding-left:40px!important}.pt-10-ld{padding-top:40px!important}.pb-10-ld{padding-bottom:40px!important}.px-10-ld{padding-left:40px!important;padding-right:40px!important}.py-10-ld{padding-top:40px!important;padding-bottom:40px!important}.m-10-ld{margin:40px!important}.mr-10-ld{margin-right:40px!important}.ml-10-ld{margin-left:40px!important}.mt-10-ld{margin-top:40px!important}.mb-10-ld{margin-bottom:40px!important}.mx-10-ld{margin-left:40px!important;margin-right:40px!important}.my-10-ld{margin-top:40px!important;margin-bottom:40px!important}.m-10-ld-minus{margin:-40px!important}.mr-10-ld-minus{margin-right:-40px!important}.ml-10-ld-minus{margin-left:-40px!important}.mt-10-ld-minus{margin-top:-40px!important}.mb-10-ld-minus{margin-bottom:-40px!important}.p-11-ld{padding:44px!important}.pr-11-ld{padding-right:44px!important}.pl-11-ld{padding-left:44px!important}.pt-11-ld{padding-top:44px!important}.pb-11-ld{padding-bottom:44px!important}.px-11-ld{padding-left:44px!important;padding-right:44px!important}.py-11-ld{padding-top:44px!important;padding-bottom:44px!important}.m-11-ld{margin:44px!important}.mr-11-ld{margin-right:44px!important}.ml-11-ld{margin-left:44px!important}.mt-11-ld{margin-top:44px!important}.mb-11-ld{margin-bottom:44px!important}.mx-11-ld{margin-left:44px!important;margin-right:44px!important}.my-11-ld{margin-top:44px!important;margin-bottom:44px!important}.m-11-ld-minus{margin:-44px!important}.mr-11-ld-minus{margin-right:-44px!important}.ml-11-ld-minus{margin-left:-44px!important}.mt-11-ld-minus{margin-top:-44px!important}.mb-11-ld-minus{margin-bottom:-44px!important}.p-12-ld{padding:48px!important}.pr-12-ld{padding-right:48px!important}.pl-12-ld{padding-left:48px!important}.pt-12-ld{padding-top:48px!important}.pb-12-ld{padding-bottom:48px!important}.px-12-ld{padding-left:48px!important;padding-right:48px!important}.py-12-ld{padding-top:48px!important;padding-bottom:48px!important}.m-12-ld{margin:48px!important}.mr-12-ld{margin-right:48px!important}.ml-12-ld{margin-left:48px!important}.mt-12-ld{margin-top:48px!important}.mb-12-ld{margin-bottom:48px!important}.mx-12-ld{margin-left:48px!important;margin-right:48px!important}.my-12-ld{margin-top:48px!important;margin-bottom:48px!important}.m-12-ld-minus{margin:-48px!important}.mr-12-ld-minus{margin-right:-48px!important}.ml-12-ld-minus{margin-left:-48px!important}.mt-12-ld-minus{margin-top:-48px!important}.mb-12-ld-minus{margin-bottom:-48px!important}.p-13-ld{padding:52px!important}.pr-13-ld{padding-right:52px!important}.pl-13-ld{padding-left:52px!important}.pt-13-ld{padding-top:52px!important}.pb-13-ld{padding-bottom:52px!important}.px-13-ld{padding-left:52px!important;padding-right:52px!important}.py-13-ld{padding-top:52px!important;padding-bottom:52px!important}.m-13-ld{margin:52px!important}.mr-13-ld{margin-right:52px!important}.ml-13-ld{margin-left:52px!important}.mt-13-ld{margin-top:52px!important}.mb-13-ld{margin-bottom:52px!important}.mx-13-ld{margin-left:52px!important;margin-right:52px!important}.my-13-ld{margin-top:52px!important;margin-bottom:52px!important}.m-13-ld-minus{margin:-52px!important}.mr-13-ld-minus{margin-right:-52px!important}.ml-13-ld-minus{margin-left:-52px!important}.mt-13-ld-minus{margin-top:-52px!important}.mb-13-ld-minus{margin-bottom:-52px!important}.p-14-ld{padding:56px!important}.pr-14-ld{padding-right:56px!important}.pl-14-ld{padding-left:56px!important}.pt-14-ld{padding-top:56px!important}.pb-14-ld{padding-bottom:56px!important}.px-14-ld{padding-left:56px!important;padding-right:56px!important}.py-14-ld{padding-top:56px!important;padding-bottom:56px!important}.m-14-ld{margin:56px!important}.mr-14-ld{margin-right:56px!important}.ml-14-ld{margin-left:56px!important}.mt-14-ld{margin-top:56px!important}.mb-14-ld{margin-bottom:56px!important}.mx-14-ld{margin-left:56px!important;margin-right:56px!important}.my-14-ld{margin-top:56px!important;margin-bottom:56px!important}.m-14-ld-minus{margin:-56px!important}.mr-14-ld-minus{margin-right:-56px!important}.ml-14-ld-minus{margin-left:-56px!important}.mt-14-ld-minus{margin-top:-56px!important}.mb-14-ld-minus{margin-bottom:-56px!important}.p-15-ld{padding:60px!important}.pr-15-ld{padding-right:60px!important}.pl-15-ld{padding-left:60px!important}.pt-15-ld{padding-top:60px!important}.pb-15-ld{padding-bottom:60px!important}.px-15-ld{padding-left:60px!important;padding-right:60px!important}.py-15-ld{padding-top:60px!important;padding-bottom:60px!important}.m-15-ld{margin:60px!important}.mr-15-ld{margin-right:60px!important}.ml-15-ld{margin-left:60px!important}.mt-15-ld{margin-top:60px!important}.mb-15-ld{margin-bottom:60px!important}.mx-15-ld{margin-left:60px!important;margin-right:60px!important}.my-15-ld{margin-top:60px!important;margin-bottom:60px!important}.m-15-ld-minus{margin:-60px!important}.mr-15-ld-minus{margin-right:-60px!important}.ml-15-ld-minus{margin-left:-60px!important}.mt-15-ld-minus{margin-top:-60px!important}.mb-15-ld-minus{margin-bottom:-60px!important}.p-16-ld{padding:64px!important}.pr-16-ld{padding-right:64px!important}.pl-16-ld{padding-left:64px!important}.pt-16-ld{padding-top:64px!important}.pb-16-ld{padding-bottom:64px!important}.px-16-ld{padding-left:64px!important;padding-right:64px!important}.py-16-ld{padding-top:64px!important;padding-bottom:64px!important}.m-16-ld{margin:64px!important}.mr-16-ld{margin-right:64px!important}.ml-16-ld{margin-left:64px!important}.mt-16-ld{margin-top:64px!important}.mb-16-ld{margin-bottom:64px!important}.mx-16-ld{margin-left:64px!important;margin-right:64px!important}.my-16-ld{margin-top:64px!important;margin-bottom:64px!important}.m-16-ld-minus{margin:-64px!important}.mr-16-ld-minus{margin-right:-64px!important}.ml-16-ld-minus{margin-left:-64px!important}.mt-16-ld-minus{margin-top:-64px!important}.mb-16-ld-minus{margin-bottom:-64px!important}.p-17-ld{padding:68px!important}.pr-17-ld{padding-right:68px!important}.pl-17-ld{padding-left:68px!important}.pt-17-ld{padding-top:68px!important}.pb-17-ld{padding-bottom:68px!important}.px-17-ld{padding-left:68px!important;padding-right:68px!important}.py-17-ld{padding-top:68px!important;padding-bottom:68px!important}.m-17-ld{margin:68px!important}.mr-17-ld{margin-right:68px!important}.ml-17-ld{margin-left:68px!important}.mt-17-ld{margin-top:68px!important}.mb-17-ld{margin-bottom:68px!important}.mx-17-ld{margin-left:68px!important;margin-right:68px!important}.my-17-ld{margin-top:68px!important;margin-bottom:68px!important}.m-17-ld-minus{margin:-68px!important}.mr-17-ld-minus{margin-right:-68px!important}.ml-17-ld-minus{margin-left:-68px!important}.mt-17-ld-minus{margin-top:-68px!important}.mb-17-ld-minus{margin-bottom:-68px!important}.p-18-ld{padding:72px!important}.pr-18-ld{padding-right:72px!important}.pl-18-ld{padding-left:72px!important}.pt-18-ld{padding-top:72px!important}.pb-18-ld{padding-bottom:72px!important}.px-18-ld{padding-left:72px!important;padding-right:72px!important}.py-18-ld{padding-top:72px!important;padding-bottom:72px!important}.m-18-ld{margin:72px!important}.mr-18-ld{margin-right:72px!important}.ml-18-ld{margin-left:72px!important}.mt-18-ld{margin-top:72px!important}.mb-18-ld{margin-bottom:72px!important}.mx-18-ld{margin-left:72px!important;margin-right:72px!important}.my-18-ld{margin-top:72px!important;margin-bottom:72px!important}.m-18-ld-minus{margin:-72px!important}.mr-18-ld-minus{margin-right:-72px!important}.ml-18-ld-minus{margin-left:-72px!important}.mt-18-ld-minus{margin-top:-72px!important}.mb-18-ld-minus{margin-bottom:-72px!important}.p-19-ld{padding:76px!important}.pr-19-ld{padding-right:76px!important}.pl-19-ld{padding-left:76px!important}.pt-19-ld{padding-top:76px!important}.pb-19-ld{padding-bottom:76px!important}.px-19-ld{padding-left:76px!important;padding-right:76px!important}.py-19-ld{padding-top:76px!important;padding-bottom:76px!important}.m-19-ld{margin:76px!important}.mr-19-ld{margin-right:76px!important}.ml-19-ld{margin-left:76px!important}.mt-19-ld{margin-top:76px!important}.mb-19-ld{margin-bottom:76px!important}.mx-19-ld{margin-left:76px!important;margin-right:76px!important}.my-19-ld{margin-top:76px!important;margin-bottom:76px!important}.m-19-ld-minus{margin:-76px!important}.mr-19-ld-minus{margin-right:-76px!important}.ml-19-ld-minus{margin-left:-76px!important}.mt-19-ld-minus{margin-top:-76px!important}.mb-19-ld-minus{margin-bottom:-76px!important}.p-20-ld{padding:80px!important}.pr-20-ld{padding-right:80px!important}.pl-20-ld{padding-left:80px!important}.pt-20-ld{padding-top:80px!important}.pb-20-ld{padding-bottom:80px!important}.px-20-ld{padding-left:80px!important;padding-right:80px!important}.py-20-ld{padding-top:80px!important;padding-bottom:80px!important}.m-20-ld{margin:80px!important}.mr-20-ld{margin-right:80px!important}.ml-20-ld{margin-left:80px!important}.mt-20-ld{margin-top:80px!important}.mb-20-ld{margin-bottom:80px!important}.mx-20-ld{margin-left:80px!important;margin-right:80px!important}.my-20-ld{margin-top:80px!important;margin-bottom:80px!important}.m-20-ld-minus{margin:-80px!important}.mr-20-ld-minus{margin-right:-80px!important}.ml-20-ld-minus{margin-left:-80px!important}.mt-20-ld-minus{margin-top:-80px!important}.mb-20-ld-minus{margin-bottom:-80px!important}}@media screen and (min-width: 768px){.mx-auto-md{margin-left:auto!important;margin-right:auto!important}.ml-auto-md{margin-left:auto!important}.mr-auto-md{margin-right:auto!important}.mt-auto-md{margin-top:auto!important}.mb-auto-md{margin-bottom:auto!important}.p-0-md{padding:0!important}.pr-0-md{padding-right:0!important}.pl-0-md{padding-left:0!important}.pt-0-md{padding-top:0!important}.pb-0-md{padding-bottom:0!important}.px-0-md{padding-left:0!important;padding-right:0!important}.py-0-md{padding-top:0!important;padding-bottom:0!important}.m-0-md{margin:0!important}.mr-0-md{margin-right:0!important}.ml-0-md{margin-left:0!important}.mt-0-md{margin-top:0!important}.mb-0-md{margin-bottom:0!important}.mx-0-md{margin-left:0!important;margin-right:0!important}.my-0-md{margin-top:0!important;margin-bottom:0!important}.m-0-md-minus{margin:0!important}.mr-0-md-minus{margin-right:0!important}.ml-0-md-minus{margin-left:0!important}.mt-0-md-minus{margin-top:0!important}.mb-0-md-minus{margin-bottom:0!important}.p-1-md{padding:4px!important}.pr-1-md{padding-right:4px!important}.pl-1-md{padding-left:4px!important}.pt-1-md{padding-top:4px!important}.pb-1-md{padding-bottom:4px!important}.px-1-md{padding-left:4px!important;padding-right:4px!important}.py-1-md{padding-top:4px!important;padding-bottom:4px!important}.m-1-md{margin:4px!important}.mr-1-md{margin-right:4px!important}.ml-1-md{margin-left:4px!important}.mt-1-md{margin-top:4px!important}.mb-1-md{margin-bottom:4px!important}.mx-1-md{margin-left:4px!important;margin-right:4px!important}.my-1-md{margin-top:4px!important;margin-bottom:4px!important}.m-1-md-minus{margin:-4px!important}.mr-1-md-minus{margin-right:-4px!important}.ml-1-md-minus{margin-left:-4px!important}.mt-1-md-minus{margin-top:-4px!important}.mb-1-md-minus{margin-bottom:-4px!important}.p-2-md{padding:8px!important}.pr-2-md{padding-right:8px!important}.pl-2-md{padding-left:8px!important}.pt-2-md{padding-top:8px!important}.pb-2-md{padding-bottom:8px!important}.px-2-md{padding-left:8px!important;padding-right:8px!important}.py-2-md{padding-top:8px!important;padding-bottom:8px!important}.m-2-md{margin:8px!important}.mr-2-md{margin-right:8px!important}.ml-2-md{margin-left:8px!important}.mt-2-md{margin-top:8px!important}.mb-2-md{margin-bottom:8px!important}.mx-2-md{margin-left:8px!important;margin-right:8px!important}.my-2-md{margin-top:8px!important;margin-bottom:8px!important}.m-2-md-minus{margin:-8px!important}.mr-2-md-minus{margin-right:-8px!important}.ml-2-md-minus{margin-left:-8px!important}.mt-2-md-minus{margin-top:-8px!important}.mb-2-md-minus{margin-bottom:-8px!important}.p-3-md{padding:12px!important}.pr-3-md{padding-right:12px!important}.pl-3-md{padding-left:12px!important}.pt-3-md{padding-top:12px!important}.pb-3-md{padding-bottom:12px!important}.px-3-md{padding-left:12px!important;padding-right:12px!important}.py-3-md{padding-top:12px!important;padding-bottom:12px!important}.m-3-md{margin:12px!important}.mr-3-md{margin-right:12px!important}.ml-3-md{margin-left:12px!important}.mt-3-md{margin-top:12px!important}.mb-3-md{margin-bottom:12px!important}.mx-3-md{margin-left:12px!important;margin-right:12px!important}.my-3-md{margin-top:12px!important;margin-bottom:12px!important}.m-3-md-minus{margin:-12px!important}.mr-3-md-minus{margin-right:-12px!important}.ml-3-md-minus{margin-left:-12px!important}.mt-3-md-minus{margin-top:-12px!important}.mb-3-md-minus{margin-bottom:-12px!important}.p-4-md{padding:16px!important}.pr-4-md{padding-right:16px!important}.pl-4-md{padding-left:16px!important}.pt-4-md{padding-top:16px!important}.pb-4-md{padding-bottom:16px!important}.px-4-md{padding-left:16px!important;padding-right:16px!important}.py-4-md{padding-top:16px!important;padding-bottom:16px!important}.m-4-md{margin:16px!important}.mr-4-md{margin-right:16px!important}.ml-4-md{margin-left:16px!important}.mt-4-md{margin-top:16px!important}.mb-4-md{margin-bottom:16px!important}.mx-4-md{margin-left:16px!important;margin-right:16px!important}.my-4-md{margin-top:16px!important;margin-bottom:16px!important}.m-4-md-minus{margin:-16px!important}.mr-4-md-minus{margin-right:-16px!important}.ml-4-md-minus{margin-left:-16px!important}.mt-4-md-minus{margin-top:-16px!important}.mb-4-md-minus{margin-bottom:-16px!important}.p-5-md{padding:20px!important}.pr-5-md{padding-right:20px!important}.pl-5-md{padding-left:20px!important}.pt-5-md{padding-top:20px!important}.pb-5-md{padding-bottom:20px!important}.px-5-md{padding-left:20px!important;padding-right:20px!important}.py-5-md{padding-top:20px!important;padding-bottom:20px!important}.m-5-md{margin:20px!important}.mr-5-md{margin-right:20px!important}.ml-5-md{margin-left:20px!important}.mt-5-md{margin-top:20px!important}.mb-5-md{margin-bottom:20px!important}.mx-5-md{margin-left:20px!important;margin-right:20px!important}.my-5-md{margin-top:20px!important;margin-bottom:20px!important}.m-5-md-minus{margin:-20px!important}.mr-5-md-minus{margin-right:-20px!important}.ml-5-md-minus{margin-left:-20px!important}.mt-5-md-minus{margin-top:-20px!important}.mb-5-md-minus{margin-bottom:-20px!important}.p-6-md{padding:24px!important}.pr-6-md{padding-right:24px!important}.pl-6-md{padding-left:24px!important}.pt-6-md{padding-top:24px!important}.pb-6-md{padding-bottom:24px!important}.px-6-md{padding-left:24px!important;padding-right:24px!important}.py-6-md{padding-top:24px!important;padding-bottom:24px!important}.m-6-md{margin:24px!important}.mr-6-md{margin-right:24px!important}.ml-6-md{margin-left:24px!important}.mt-6-md{margin-top:24px!important}.mb-6-md{margin-bottom:24px!important}.mx-6-md{margin-left:24px!important;margin-right:24px!important}.my-6-md{margin-top:24px!important;margin-bottom:24px!important}.m-6-md-minus{margin:-24px!important}.mr-6-md-minus{margin-right:-24px!important}.ml-6-md-minus{margin-left:-24px!important}.mt-6-md-minus{margin-top:-24px!important}.mb-6-md-minus{margin-bottom:-24px!important}.p-7-md{padding:28px!important}.pr-7-md{padding-right:28px!important}.pl-7-md{padding-left:28px!important}.pt-7-md{padding-top:28px!important}.pb-7-md{padding-bottom:28px!important}.px-7-md{padding-left:28px!important;padding-right:28px!important}.py-7-md{padding-top:28px!important;padding-bottom:28px!important}.m-7-md{margin:28px!important}.mr-7-md{margin-right:28px!important}.ml-7-md{margin-left:28px!important}.mt-7-md{margin-top:28px!important}.mb-7-md{margin-bottom:28px!important}.mx-7-md{margin-left:28px!important;margin-right:28px!important}.my-7-md{margin-top:28px!important;margin-bottom:28px!important}.m-7-md-minus{margin:-28px!important}.mr-7-md-minus{margin-right:-28px!important}.ml-7-md-minus{margin-left:-28px!important}.mt-7-md-minus{margin-top:-28px!important}.mb-7-md-minus{margin-bottom:-28px!important}.p-8-md{padding:32px!important}.pr-8-md{padding-right:32px!important}.pl-8-md{padding-left:32px!important}.pt-8-md{padding-top:32px!important}.pb-8-md{padding-bottom:32px!important}.px-8-md{padding-left:32px!important;padding-right:32px!important}.py-8-md{padding-top:32px!important;padding-bottom:32px!important}.m-8-md{margin:32px!important}.mr-8-md{margin-right:32px!important}.ml-8-md{margin-left:32px!important}.mt-8-md{margin-top:32px!important}.mb-8-md{margin-bottom:32px!important}.mx-8-md{margin-left:32px!important;margin-right:32px!important}.my-8-md{margin-top:32px!important;margin-bottom:32px!important}.m-8-md-minus{margin:-32px!important}.mr-8-md-minus{margin-right:-32px!important}.ml-8-md-minus{margin-left:-32px!important}.mt-8-md-minus{margin-top:-32px!important}.mb-8-md-minus{margin-bottom:-32px!important}.p-9-md{padding:36px!important}.pr-9-md{padding-right:36px!important}.pl-9-md{padding-left:36px!important}.pt-9-md{padding-top:36px!important}.pb-9-md{padding-bottom:36px!important}.px-9-md{padding-left:36px!important;padding-right:36px!important}.py-9-md{padding-top:36px!important;padding-bottom:36px!important}.m-9-md{margin:36px!important}.mr-9-md{margin-right:36px!important}.ml-9-md{margin-left:36px!important}.mt-9-md{margin-top:36px!important}.mb-9-md{margin-bottom:36px!important}.mx-9-md{margin-left:36px!important;margin-right:36px!important}.my-9-md{margin-top:36px!important;margin-bottom:36px!important}.m-9-md-minus{margin:-36px!important}.mr-9-md-minus{margin-right:-36px!important}.ml-9-md-minus{margin-left:-36px!important}.mt-9-md-minus{margin-top:-36px!important}.mb-9-md-minus{margin-bottom:-36px!important}.p-10-md{padding:40px!important}.pr-10-md{padding-right:40px!important}.pl-10-md{padding-left:40px!important}.pt-10-md{padding-top:40px!important}.pb-10-md{padding-bottom:40px!important}.px-10-md{padding-left:40px!important;padding-right:40px!important}.py-10-md{padding-top:40px!important;padding-bottom:40px!important}.m-10-md{margin:40px!important}.mr-10-md{margin-right:40px!important}.ml-10-md{margin-left:40px!important}.mt-10-md{margin-top:40px!important}.mb-10-md{margin-bottom:40px!important}.mx-10-md{margin-left:40px!important;margin-right:40px!important}.my-10-md{margin-top:40px!important;margin-bottom:40px!important}.m-10-md-minus{margin:-40px!important}.mr-10-md-minus{margin-right:-40px!important}.ml-10-md-minus{margin-left:-40px!important}.mt-10-md-minus{margin-top:-40px!important}.mb-10-md-minus{margin-bottom:-40px!important}.p-11-md{padding:44px!important}.pr-11-md{padding-right:44px!important}.pl-11-md{padding-left:44px!important}.pt-11-md{padding-top:44px!important}.pb-11-md{padding-bottom:44px!important}.px-11-md{padding-left:44px!important;padding-right:44px!important}.py-11-md{padding-top:44px!important;padding-bottom:44px!important}.m-11-md{margin:44px!important}.mr-11-md{margin-right:44px!important}.ml-11-md{margin-left:44px!important}.mt-11-md{margin-top:44px!important}.mb-11-md{margin-bottom:44px!important}.mx-11-md{margin-left:44px!important;margin-right:44px!important}.my-11-md{margin-top:44px!important;margin-bottom:44px!important}.m-11-md-minus{margin:-44px!important}.mr-11-md-minus{margin-right:-44px!important}.ml-11-md-minus{margin-left:-44px!important}.mt-11-md-minus{margin-top:-44px!important}.mb-11-md-minus{margin-bottom:-44px!important}.p-12-md{padding:48px!important}.pr-12-md{padding-right:48px!important}.pl-12-md{padding-left:48px!important}.pt-12-md{padding-top:48px!important}.pb-12-md{padding-bottom:48px!important}.px-12-md{padding-left:48px!important;padding-right:48px!important}.py-12-md{padding-top:48px!important;padding-bottom:48px!important}.m-12-md{margin:48px!important}.mr-12-md{margin-right:48px!important}.ml-12-md{margin-left:48px!important}.mt-12-md{margin-top:48px!important}.mb-12-md{margin-bottom:48px!important}.mx-12-md{margin-left:48px!important;margin-right:48px!important}.my-12-md{margin-top:48px!important;margin-bottom:48px!important}.m-12-md-minus{margin:-48px!important}.mr-12-md-minus{margin-right:-48px!important}.ml-12-md-minus{margin-left:-48px!important}.mt-12-md-minus{margin-top:-48px!important}.mb-12-md-minus{margin-bottom:-48px!important}.p-13-md{padding:52px!important}.pr-13-md{padding-right:52px!important}.pl-13-md{padding-left:52px!important}.pt-13-md{padding-top:52px!important}.pb-13-md{padding-bottom:52px!important}.px-13-md{padding-left:52px!important;padding-right:52px!important}.py-13-md{padding-top:52px!important;padding-bottom:52px!important}.m-13-md{margin:52px!important}.mr-13-md{margin-right:52px!important}.ml-13-md{margin-left:52px!important}.mt-13-md{margin-top:52px!important}.mb-13-md{margin-bottom:52px!important}.mx-13-md{margin-left:52px!important;margin-right:52px!important}.my-13-md{margin-top:52px!important;margin-bottom:52px!important}.m-13-md-minus{margin:-52px!important}.mr-13-md-minus{margin-right:-52px!important}.ml-13-md-minus{margin-left:-52px!important}.mt-13-md-minus{margin-top:-52px!important}.mb-13-md-minus{margin-bottom:-52px!important}.p-14-md{padding:56px!important}.pr-14-md{padding-right:56px!important}.pl-14-md{padding-left:56px!important}.pt-14-md{padding-top:56px!important}.pb-14-md{padding-bottom:56px!important}.px-14-md{padding-left:56px!important;padding-right:56px!important}.py-14-md{padding-top:56px!important;padding-bottom:56px!important}.m-14-md{margin:56px!important}.mr-14-md{margin-right:56px!important}.ml-14-md{margin-left:56px!important}.mt-14-md{margin-top:56px!important}.mb-14-md{margin-bottom:56px!important}.mx-14-md{margin-left:56px!important;margin-right:56px!important}.my-14-md{margin-top:56px!important;margin-bottom:56px!important}.m-14-md-minus{margin:-56px!important}.mr-14-md-minus{margin-right:-56px!important}.ml-14-md-minus{margin-left:-56px!important}.mt-14-md-minus{margin-top:-56px!important}.mb-14-md-minus{margin-bottom:-56px!important}.p-15-md{padding:60px!important}.pr-15-md{padding-right:60px!important}.pl-15-md{padding-left:60px!important}.pt-15-md{padding-top:60px!important}.pb-15-md{padding-bottom:60px!important}.px-15-md{padding-left:60px!important;padding-right:60px!important}.py-15-md{padding-top:60px!important;padding-bottom:60px!important}.m-15-md{margin:60px!important}.mr-15-md{margin-right:60px!important}.ml-15-md{margin-left:60px!important}.mt-15-md{margin-top:60px!important}.mb-15-md{margin-bottom:60px!important}.mx-15-md{margin-left:60px!important;margin-right:60px!important}.my-15-md{margin-top:60px!important;margin-bottom:60px!important}.m-15-md-minus{margin:-60px!important}.mr-15-md-minus{margin-right:-60px!important}.ml-15-md-minus{margin-left:-60px!important}.mt-15-md-minus{margin-top:-60px!important}.mb-15-md-minus{margin-bottom:-60px!important}.p-16-md{padding:64px!important}.pr-16-md{padding-right:64px!important}.pl-16-md{padding-left:64px!important}.pt-16-md{padding-top:64px!important}.pb-16-md{padding-bottom:64px!important}.px-16-md{padding-left:64px!important;padding-right:64px!important}.py-16-md{padding-top:64px!important;padding-bottom:64px!important}.m-16-md{margin:64px!important}.mr-16-md{margin-right:64px!important}.ml-16-md{margin-left:64px!important}.mt-16-md{margin-top:64px!important}.mb-16-md{margin-bottom:64px!important}.mx-16-md{margin-left:64px!important;margin-right:64px!important}.my-16-md{margin-top:64px!important;margin-bottom:64px!important}.m-16-md-minus{margin:-64px!important}.mr-16-md-minus{margin-right:-64px!important}.ml-16-md-minus{margin-left:-64px!important}.mt-16-md-minus{margin-top:-64px!important}.mb-16-md-minus{margin-bottom:-64px!important}.p-17-md{padding:68px!important}.pr-17-md{padding-right:68px!important}.pl-17-md{padding-left:68px!important}.pt-17-md{padding-top:68px!important}.pb-17-md{padding-bottom:68px!important}.px-17-md{padding-left:68px!important;padding-right:68px!important}.py-17-md{padding-top:68px!important;padding-bottom:68px!important}.m-17-md{margin:68px!important}.mr-17-md{margin-right:68px!important}.ml-17-md{margin-left:68px!important}.mt-17-md{margin-top:68px!important}.mb-17-md{margin-bottom:68px!important}.mx-17-md{margin-left:68px!important;margin-right:68px!important}.my-17-md{margin-top:68px!important;margin-bottom:68px!important}.m-17-md-minus{margin:-68px!important}.mr-17-md-minus{margin-right:-68px!important}.ml-17-md-minus{margin-left:-68px!important}.mt-17-md-minus{margin-top:-68px!important}.mb-17-md-minus{margin-bottom:-68px!important}.p-18-md{padding:72px!important}.pr-18-md{padding-right:72px!important}.pl-18-md{padding-left:72px!important}.pt-18-md{padding-top:72px!important}.pb-18-md{padding-bottom:72px!important}.px-18-md{padding-left:72px!important;padding-right:72px!important}.py-18-md{padding-top:72px!important;padding-bottom:72px!important}.m-18-md{margin:72px!important}.mr-18-md{margin-right:72px!important}.ml-18-md{margin-left:72px!important}.mt-18-md{margin-top:72px!important}.mb-18-md{margin-bottom:72px!important}.mx-18-md{margin-left:72px!important;margin-right:72px!important}.my-18-md{margin-top:72px!important;margin-bottom:72px!important}.m-18-md-minus{margin:-72px!important}.mr-18-md-minus{margin-right:-72px!important}.ml-18-md-minus{margin-left:-72px!important}.mt-18-md-minus{margin-top:-72px!important}.mb-18-md-minus{margin-bottom:-72px!important}.p-19-md{padding:76px!important}.pr-19-md{padding-right:76px!important}.pl-19-md{padding-left:76px!important}.pt-19-md{padding-top:76px!important}.pb-19-md{padding-bottom:76px!important}.px-19-md{padding-left:76px!important;padding-right:76px!important}.py-19-md{padding-top:76px!important;padding-bottom:76px!important}.m-19-md{margin:76px!important}.mr-19-md{margin-right:76px!important}.ml-19-md{margin-left:76px!important}.mt-19-md{margin-top:76px!important}.mb-19-md{margin-bottom:76px!important}.mx-19-md{margin-left:76px!important;margin-right:76px!important}.my-19-md{margin-top:76px!important;margin-bottom:76px!important}.m-19-md-minus{margin:-76px!important}.mr-19-md-minus{margin-right:-76px!important}.ml-19-md-minus{margin-left:-76px!important}.mt-19-md-minus{margin-top:-76px!important}.mb-19-md-minus{margin-bottom:-76px!important}.p-20-md{padding:80px!important}.pr-20-md{padding-right:80px!important}.pl-20-md{padding-left:80px!important}.pt-20-md{padding-top:80px!important}.pb-20-md{padding-bottom:80px!important}.px-20-md{padding-left:80px!important;padding-right:80px!important}.py-20-md{padding-top:80px!important;padding-bottom:80px!important}.m-20-md{margin:80px!important}.mr-20-md{margin-right:80px!important}.ml-20-md{margin-left:80px!important}.mt-20-md{margin-top:80px!important}.mb-20-md{margin-bottom:80px!important}.mx-20-md{margin-left:80px!important;margin-right:80px!important}.my-20-md{margin-top:80px!important;margin-bottom:80px!important}.m-20-md-minus{margin:-80px!important}.mr-20-md-minus{margin-right:-80px!important}.ml-20-md-minus{margin-left:-80px!important}.mt-20-md-minus{margin-top:-80px!important}.mb-20-md-minus{margin-bottom:-80px!important}}@media screen and (min-width: 992px){.mx-auto-lg{margin-left:auto!important;margin-right:auto!important}.ml-auto-lg{margin-left:auto!important}.mr-auto-lg{margin-right:auto!important}.mt-auto-lg{margin-top:auto!important}.mb-auto-lg{margin-bottom:auto!important}.p-0-lg{padding:0!important}.pr-0-lg{padding-right:0!important}.pl-0-lg{padding-left:0!important}.pt-0-lg{padding-top:0!important}.pb-0-lg{padding-bottom:0!important}.px-0-lg{padding-left:0!important;padding-right:0!important}.py-0-lg{padding-top:0!important;padding-bottom:0!important}.m-0-lg{margin:0!important}.mr-0-lg{margin-right:0!important}.ml-0-lg{margin-left:0!important}.mt-0-lg{margin-top:0!important}.mb-0-lg{margin-bottom:0!important}.mx-0-lg{margin-left:0!important;margin-right:0!important}.my-0-lg{margin-top:0!important;margin-bottom:0!important}.m-0-lg-minus{margin:0!important}.mr-0-lg-minus{margin-right:0!important}.ml-0-lg-minus{margin-left:0!important}.mt-0-lg-minus{margin-top:0!important}.mb-0-lg-minus{margin-bottom:0!important}.p-1-lg{padding:4px!important}.pr-1-lg{padding-right:4px!important}.pl-1-lg{padding-left:4px!important}.pt-1-lg{padding-top:4px!important}.pb-1-lg{padding-bottom:4px!important}.px-1-lg{padding-left:4px!important;padding-right:4px!important}.py-1-lg{padding-top:4px!important;padding-bottom:4px!important}.m-1-lg{margin:4px!important}.mr-1-lg{margin-right:4px!important}.ml-1-lg{margin-left:4px!important}.mt-1-lg{margin-top:4px!important}.mb-1-lg{margin-bottom:4px!important}.mx-1-lg{margin-left:4px!important;margin-right:4px!important}.my-1-lg{margin-top:4px!important;margin-bottom:4px!important}.m-1-lg-minus{margin:-4px!important}.mr-1-lg-minus{margin-right:-4px!important}.ml-1-lg-minus{margin-left:-4px!important}.mt-1-lg-minus{margin-top:-4px!important}.mb-1-lg-minus{margin-bottom:-4px!important}.p-2-lg{padding:8px!important}.pr-2-lg{padding-right:8px!important}.pl-2-lg{padding-left:8px!important}.pt-2-lg{padding-top:8px!important}.pb-2-lg{padding-bottom:8px!important}.px-2-lg{padding-left:8px!important;padding-right:8px!important}.py-2-lg{padding-top:8px!important;padding-bottom:8px!important}.m-2-lg{margin:8px!important}.mr-2-lg{margin-right:8px!important}.ml-2-lg{margin-left:8px!important}.mt-2-lg{margin-top:8px!important}.mb-2-lg{margin-bottom:8px!important}.mx-2-lg{margin-left:8px!important;margin-right:8px!important}.my-2-lg{margin-top:8px!important;margin-bottom:8px!important}.m-2-lg-minus{margin:-8px!important}.mr-2-lg-minus{margin-right:-8px!important}.ml-2-lg-minus{margin-left:-8px!important}.mt-2-lg-minus{margin-top:-8px!important}.mb-2-lg-minus{margin-bottom:-8px!important}.p-3-lg{padding:12px!important}.pr-3-lg{padding-right:12px!important}.pl-3-lg{padding-left:12px!important}.pt-3-lg{padding-top:12px!important}.pb-3-lg{padding-bottom:12px!important}.px-3-lg{padding-left:12px!important;padding-right:12px!important}.py-3-lg{padding-top:12px!important;padding-bottom:12px!important}.m-3-lg{margin:12px!important}.mr-3-lg{margin-right:12px!important}.ml-3-lg{margin-left:12px!important}.mt-3-lg{margin-top:12px!important}.mb-3-lg{margin-bottom:12px!important}.mx-3-lg{margin-left:12px!important;margin-right:12px!important}.my-3-lg{margin-top:12px!important;margin-bottom:12px!important}.m-3-lg-minus{margin:-12px!important}.mr-3-lg-minus{margin-right:-12px!important}.ml-3-lg-minus{margin-left:-12px!important}.mt-3-lg-minus{margin-top:-12px!important}.mb-3-lg-minus{margin-bottom:-12px!important}.p-4-lg{padding:16px!important}.pr-4-lg{padding-right:16px!important}.pl-4-lg{padding-left:16px!important}.pt-4-lg{padding-top:16px!important}.pb-4-lg{padding-bottom:16px!important}.px-4-lg{padding-left:16px!important;padding-right:16px!important}.py-4-lg{padding-top:16px!important;padding-bottom:16px!important}.m-4-lg{margin:16px!important}.mr-4-lg{margin-right:16px!important}.ml-4-lg{margin-left:16px!important}.mt-4-lg{margin-top:16px!important}.mb-4-lg{margin-bottom:16px!important}.mx-4-lg{margin-left:16px!important;margin-right:16px!important}.my-4-lg{margin-top:16px!important;margin-bottom:16px!important}.m-4-lg-minus{margin:-16px!important}.mr-4-lg-minus{margin-right:-16px!important}.ml-4-lg-minus{margin-left:-16px!important}.mt-4-lg-minus{margin-top:-16px!important}.mb-4-lg-minus{margin-bottom:-16px!important}.p-5-lg{padding:20px!important}.pr-5-lg{padding-right:20px!important}.pl-5-lg{padding-left:20px!important}.pt-5-lg{padding-top:20px!important}.pb-5-lg{padding-bottom:20px!important}.px-5-lg{padding-left:20px!important;padding-right:20px!important}.py-5-lg{padding-top:20px!important;padding-bottom:20px!important}.m-5-lg{margin:20px!important}.mr-5-lg{margin-right:20px!important}.ml-5-lg{margin-left:20px!important}.mt-5-lg{margin-top:20px!important}.mb-5-lg{margin-bottom:20px!important}.mx-5-lg{margin-left:20px!important;margin-right:20px!important}.my-5-lg{margin-top:20px!important;margin-bottom:20px!important}.m-5-lg-minus{margin:-20px!important}.mr-5-lg-minus{margin-right:-20px!important}.ml-5-lg-minus{margin-left:-20px!important}.mt-5-lg-minus{margin-top:-20px!important}.mb-5-lg-minus{margin-bottom:-20px!important}.p-6-lg{padding:24px!important}.pr-6-lg{padding-right:24px!important}.pl-6-lg{padding-left:24px!important}.pt-6-lg{padding-top:24px!important}.pb-6-lg{padding-bottom:24px!important}.px-6-lg{padding-left:24px!important;padding-right:24px!important}.py-6-lg{padding-top:24px!important;padding-bottom:24px!important}.m-6-lg{margin:24px!important}.mr-6-lg{margin-right:24px!important}.ml-6-lg{margin-left:24px!important}.mt-6-lg{margin-top:24px!important}.mb-6-lg{margin-bottom:24px!important}.mx-6-lg{margin-left:24px!important;margin-right:24px!important}.my-6-lg{margin-top:24px!important;margin-bottom:24px!important}.m-6-lg-minus{margin:-24px!important}.mr-6-lg-minus{margin-right:-24px!important}.ml-6-lg-minus{margin-left:-24px!important}.mt-6-lg-minus{margin-top:-24px!important}.mb-6-lg-minus{margin-bottom:-24px!important}.p-7-lg{padding:28px!important}.pr-7-lg{padding-right:28px!important}.pl-7-lg{padding-left:28px!important}.pt-7-lg{padding-top:28px!important}.pb-7-lg{padding-bottom:28px!important}.px-7-lg{padding-left:28px!important;padding-right:28px!important}.py-7-lg{padding-top:28px!important;padding-bottom:28px!important}.m-7-lg{margin:28px!important}.mr-7-lg{margin-right:28px!important}.ml-7-lg{margin-left:28px!important}.mt-7-lg{margin-top:28px!important}.mb-7-lg{margin-bottom:28px!important}.mx-7-lg{margin-left:28px!important;margin-right:28px!important}.my-7-lg{margin-top:28px!important;margin-bottom:28px!important}.m-7-lg-minus{margin:-28px!important}.mr-7-lg-minus{margin-right:-28px!important}.ml-7-lg-minus{margin-left:-28px!important}.mt-7-lg-minus{margin-top:-28px!important}.mb-7-lg-minus{margin-bottom:-28px!important}.p-8-lg{padding:32px!important}.pr-8-lg{padding-right:32px!important}.pl-8-lg{padding-left:32px!important}.pt-8-lg{padding-top:32px!important}.pb-8-lg{padding-bottom:32px!important}.px-8-lg{padding-left:32px!important;padding-right:32px!important}.py-8-lg{padding-top:32px!important;padding-bottom:32px!important}.m-8-lg{margin:32px!important}.mr-8-lg{margin-right:32px!important}.ml-8-lg{margin-left:32px!important}.mt-8-lg{margin-top:32px!important}.mb-8-lg{margin-bottom:32px!important}.mx-8-lg{margin-left:32px!important;margin-right:32px!important}.my-8-lg{margin-top:32px!important;margin-bottom:32px!important}.m-8-lg-minus{margin:-32px!important}.mr-8-lg-minus{margin-right:-32px!important}.ml-8-lg-minus{margin-left:-32px!important}.mt-8-lg-minus{margin-top:-32px!important}.mb-8-lg-minus{margin-bottom:-32px!important}.p-9-lg{padding:36px!important}.pr-9-lg{padding-right:36px!important}.pl-9-lg{padding-left:36px!important}.pt-9-lg{padding-top:36px!important}.pb-9-lg{padding-bottom:36px!important}.px-9-lg{padding-left:36px!important;padding-right:36px!important}.py-9-lg{padding-top:36px!important;padding-bottom:36px!important}.m-9-lg{margin:36px!important}.mr-9-lg{margin-right:36px!important}.ml-9-lg{margin-left:36px!important}.mt-9-lg{margin-top:36px!important}.mb-9-lg{margin-bottom:36px!important}.mx-9-lg{margin-left:36px!important;margin-right:36px!important}.my-9-lg{margin-top:36px!important;margin-bottom:36px!important}.m-9-lg-minus{margin:-36px!important}.mr-9-lg-minus{margin-right:-36px!important}.ml-9-lg-minus{margin-left:-36px!important}.mt-9-lg-minus{margin-top:-36px!important}.mb-9-lg-minus{margin-bottom:-36px!important}.p-10-lg{padding:40px!important}.pr-10-lg{padding-right:40px!important}.pl-10-lg{padding-left:40px!important}.pt-10-lg{padding-top:40px!important}.pb-10-lg{padding-bottom:40px!important}.px-10-lg{padding-left:40px!important;padding-right:40px!important}.py-10-lg{padding-top:40px!important;padding-bottom:40px!important}.m-10-lg{margin:40px!important}.mr-10-lg{margin-right:40px!important}.ml-10-lg{margin-left:40px!important}.mt-10-lg{margin-top:40px!important}.mb-10-lg{margin-bottom:40px!important}.mx-10-lg{margin-left:40px!important;margin-right:40px!important}.my-10-lg{margin-top:40px!important;margin-bottom:40px!important}.m-10-lg-minus{margin:-40px!important}.mr-10-lg-minus{margin-right:-40px!important}.ml-10-lg-minus{margin-left:-40px!important}.mt-10-lg-minus{margin-top:-40px!important}.mb-10-lg-minus{margin-bottom:-40px!important}.p-11-lg{padding:44px!important}.pr-11-lg{padding-right:44px!important}.pl-11-lg{padding-left:44px!important}.pt-11-lg{padding-top:44px!important}.pb-11-lg{padding-bottom:44px!important}.px-11-lg{padding-left:44px!important;padding-right:44px!important}.py-11-lg{padding-top:44px!important;padding-bottom:44px!important}.m-11-lg{margin:44px!important}.mr-11-lg{margin-right:44px!important}.ml-11-lg{margin-left:44px!important}.mt-11-lg{margin-top:44px!important}.mb-11-lg{margin-bottom:44px!important}.mx-11-lg{margin-left:44px!important;margin-right:44px!important}.my-11-lg{margin-top:44px!important;margin-bottom:44px!important}.m-11-lg-minus{margin:-44px!important}.mr-11-lg-minus{margin-right:-44px!important}.ml-11-lg-minus{margin-left:-44px!important}.mt-11-lg-minus{margin-top:-44px!important}.mb-11-lg-minus{margin-bottom:-44px!important}.p-12-lg{padding:48px!important}.pr-12-lg{padding-right:48px!important}.pl-12-lg{padding-left:48px!important}.pt-12-lg{padding-top:48px!important}.pb-12-lg{padding-bottom:48px!important}.px-12-lg{padding-left:48px!important;padding-right:48px!important}.py-12-lg{padding-top:48px!important;padding-bottom:48px!important}.m-12-lg{margin:48px!important}.mr-12-lg{margin-right:48px!important}.ml-12-lg{margin-left:48px!important}.mt-12-lg{margin-top:48px!important}.mb-12-lg{margin-bottom:48px!important}.mx-12-lg{margin-left:48px!important;margin-right:48px!important}.my-12-lg{margin-top:48px!important;margin-bottom:48px!important}.m-12-lg-minus{margin:-48px!important}.mr-12-lg-minus{margin-right:-48px!important}.ml-12-lg-minus{margin-left:-48px!important}.mt-12-lg-minus{margin-top:-48px!important}.mb-12-lg-minus{margin-bottom:-48px!important}.p-13-lg{padding:52px!important}.pr-13-lg{padding-right:52px!important}.pl-13-lg{padding-left:52px!important}.pt-13-lg{padding-top:52px!important}.pb-13-lg{padding-bottom:52px!important}.px-13-lg{padding-left:52px!important;padding-right:52px!important}.py-13-lg{padding-top:52px!important;padding-bottom:52px!important}.m-13-lg{margin:52px!important}.mr-13-lg{margin-right:52px!important}.ml-13-lg{margin-left:52px!important}.mt-13-lg{margin-top:52px!important}.mb-13-lg{margin-bottom:52px!important}.mx-13-lg{margin-left:52px!important;margin-right:52px!important}.my-13-lg{margin-top:52px!important;margin-bottom:52px!important}.m-13-lg-minus{margin:-52px!important}.mr-13-lg-minus{margin-right:-52px!important}.ml-13-lg-minus{margin-left:-52px!important}.mt-13-lg-minus{margin-top:-52px!important}.mb-13-lg-minus{margin-bottom:-52px!important}.p-14-lg{padding:56px!important}.pr-14-lg{padding-right:56px!important}.pl-14-lg{padding-left:56px!important}.pt-14-lg{padding-top:56px!important}.pb-14-lg{padding-bottom:56px!important}.px-14-lg{padding-left:56px!important;padding-right:56px!important}.py-14-lg{padding-top:56px!important;padding-bottom:56px!important}.m-14-lg{margin:56px!important}.mr-14-lg{margin-right:56px!important}.ml-14-lg{margin-left:56px!important}.mt-14-lg{margin-top:56px!important}.mb-14-lg{margin-bottom:56px!important}.mx-14-lg{margin-left:56px!important;margin-right:56px!important}.my-14-lg{margin-top:56px!important;margin-bottom:56px!important}.m-14-lg-minus{margin:-56px!important}.mr-14-lg-minus{margin-right:-56px!important}.ml-14-lg-minus{margin-left:-56px!important}.mt-14-lg-minus{margin-top:-56px!important}.mb-14-lg-minus{margin-bottom:-56px!important}.p-15-lg{padding:60px!important}.pr-15-lg{padding-right:60px!important}.pl-15-lg{padding-left:60px!important}.pt-15-lg{padding-top:60px!important}.pb-15-lg{padding-bottom:60px!important}.px-15-lg{padding-left:60px!important;padding-right:60px!important}.py-15-lg{padding-top:60px!important;padding-bottom:60px!important}.m-15-lg{margin:60px!important}.mr-15-lg{margin-right:60px!important}.ml-15-lg{margin-left:60px!important}.mt-15-lg{margin-top:60px!important}.mb-15-lg{margin-bottom:60px!important}.mx-15-lg{margin-left:60px!important;margin-right:60px!important}.my-15-lg{margin-top:60px!important;margin-bottom:60px!important}.m-15-lg-minus{margin:-60px!important}.mr-15-lg-minus{margin-right:-60px!important}.ml-15-lg-minus{margin-left:-60px!important}.mt-15-lg-minus{margin-top:-60px!important}.mb-15-lg-minus{margin-bottom:-60px!important}.p-16-lg{padding:64px!important}.pr-16-lg{padding-right:64px!important}.pl-16-lg{padding-left:64px!important}.pt-16-lg{padding-top:64px!important}.pb-16-lg{padding-bottom:64px!important}.px-16-lg{padding-left:64px!important;padding-right:64px!important}.py-16-lg{padding-top:64px!important;padding-bottom:64px!important}.m-16-lg{margin:64px!important}.mr-16-lg{margin-right:64px!important}.ml-16-lg{margin-left:64px!important}.mt-16-lg{margin-top:64px!important}.mb-16-lg{margin-bottom:64px!important}.mx-16-lg{margin-left:64px!important;margin-right:64px!important}.my-16-lg{margin-top:64px!important;margin-bottom:64px!important}.m-16-lg-minus{margin:-64px!important}.mr-16-lg-minus{margin-right:-64px!important}.ml-16-lg-minus{margin-left:-64px!important}.mt-16-lg-minus{margin-top:-64px!important}.mb-16-lg-minus{margin-bottom:-64px!important}.p-17-lg{padding:68px!important}.pr-17-lg{padding-right:68px!important}.pl-17-lg{padding-left:68px!important}.pt-17-lg{padding-top:68px!important}.pb-17-lg{padding-bottom:68px!important}.px-17-lg{padding-left:68px!important;padding-right:68px!important}.py-17-lg{padding-top:68px!important;padding-bottom:68px!important}.m-17-lg{margin:68px!important}.mr-17-lg{margin-right:68px!important}.ml-17-lg{margin-left:68px!important}.mt-17-lg{margin-top:68px!important}.mb-17-lg{margin-bottom:68px!important}.mx-17-lg{margin-left:68px!important;margin-right:68px!important}.my-17-lg{margin-top:68px!important;margin-bottom:68px!important}.m-17-lg-minus{margin:-68px!important}.mr-17-lg-minus{margin-right:-68px!important}.ml-17-lg-minus{margin-left:-68px!important}.mt-17-lg-minus{margin-top:-68px!important}.mb-17-lg-minus{margin-bottom:-68px!important}.p-18-lg{padding:72px!important}.pr-18-lg{padding-right:72px!important}.pl-18-lg{padding-left:72px!important}.pt-18-lg{padding-top:72px!important}.pb-18-lg{padding-bottom:72px!important}.px-18-lg{padding-left:72px!important;padding-right:72px!important}.py-18-lg{padding-top:72px!important;padding-bottom:72px!important}.m-18-lg{margin:72px!important}.mr-18-lg{margin-right:72px!important}.ml-18-lg{margin-left:72px!important}.mt-18-lg{margin-top:72px!important}.mb-18-lg{margin-bottom:72px!important}.mx-18-lg{margin-left:72px!important;margin-right:72px!important}.my-18-lg{margin-top:72px!important;margin-bottom:72px!important}.m-18-lg-minus{margin:-72px!important}.mr-18-lg-minus{margin-right:-72px!important}.ml-18-lg-minus{margin-left:-72px!important}.mt-18-lg-minus{margin-top:-72px!important}.mb-18-lg-minus{margin-bottom:-72px!important}.p-19-lg{padding:76px!important}.pr-19-lg{padding-right:76px!important}.pl-19-lg{padding-left:76px!important}.pt-19-lg{padding-top:76px!important}.pb-19-lg{padding-bottom:76px!important}.px-19-lg{padding-left:76px!important;padding-right:76px!important}.py-19-lg{padding-top:76px!important;padding-bottom:76px!important}.m-19-lg{margin:76px!important}.mr-19-lg{margin-right:76px!important}.ml-19-lg{margin-left:76px!important}.mt-19-lg{margin-top:76px!important}.mb-19-lg{margin-bottom:76px!important}.mx-19-lg{margin-left:76px!important;margin-right:76px!important}.my-19-lg{margin-top:76px!important;margin-bottom:76px!important}.m-19-lg-minus{margin:-76px!important}.mr-19-lg-minus{margin-right:-76px!important}.ml-19-lg-minus{margin-left:-76px!important}.mt-19-lg-minus{margin-top:-76px!important}.mb-19-lg-minus{margin-bottom:-76px!important}.p-20-lg{padding:80px!important}.pr-20-lg{padding-right:80px!important}.pl-20-lg{padding-left:80px!important}.pt-20-lg{padding-top:80px!important}.pb-20-lg{padding-bottom:80px!important}.px-20-lg{padding-left:80px!important;padding-right:80px!important}.py-20-lg{padding-top:80px!important;padding-bottom:80px!important}.m-20-lg{margin:80px!important}.mr-20-lg{margin-right:80px!important}.ml-20-lg{margin-left:80px!important}.mt-20-lg{margin-top:80px!important}.mb-20-lg{margin-bottom:80px!important}.mx-20-lg{margin-left:80px!important;margin-right:80px!important}.my-20-lg{margin-top:80px!important;margin-bottom:80px!important}.m-20-lg-minus{margin:-80px!important}.mr-20-lg-minus{margin-right:-80px!important}.ml-20-lg-minus{margin-left:-80px!important}.mt-20-lg-minus{margin-top:-80px!important}.mb-20-lg-minus{margin-bottom:-80px!important}}@media screen and (min-width: 1200px){.mx-auto-xl{margin-left:auto!important;margin-right:auto!important}.ml-auto-xl{margin-left:auto!important}.mr-auto-xl{margin-right:auto!important}.mt-auto-xl{margin-top:auto!important}.mb-auto-xl{margin-bottom:auto!important}.p-0-xl{padding:0!important}.pr-0-xl{padding-right:0!important}.pl-0-xl{padding-left:0!important}.pt-0-xl{padding-top:0!important}.pb-0-xl{padding-bottom:0!important}.px-0-xl{padding-left:0!important;padding-right:0!important}.py-0-xl{padding-top:0!important;padding-bottom:0!important}.m-0-xl{margin:0!important}.mr-0-xl{margin-right:0!important}.ml-0-xl{margin-left:0!important}.mt-0-xl{margin-top:0!important}.mb-0-xl{margin-bottom:0!important}.mx-0-xl{margin-left:0!important;margin-right:0!important}.my-0-xl{margin-top:0!important;margin-bottom:0!important}.m-0-xl-minus{margin:0!important}.mr-0-xl-minus{margin-right:0!important}.ml-0-xl-minus{margin-left:0!important}.mt-0-xl-minus{margin-top:0!important}.mb-0-xl-minus{margin-bottom:0!important}.p-1-xl{padding:4px!important}.pr-1-xl{padding-right:4px!important}.pl-1-xl{padding-left:4px!important}.pt-1-xl{padding-top:4px!important}.pb-1-xl{padding-bottom:4px!important}.px-1-xl{padding-left:4px!important;padding-right:4px!important}.py-1-xl{padding-top:4px!important;padding-bottom:4px!important}.m-1-xl{margin:4px!important}.mr-1-xl{margin-right:4px!important}.ml-1-xl{margin-left:4px!important}.mt-1-xl{margin-top:4px!important}.mb-1-xl{margin-bottom:4px!important}.mx-1-xl{margin-left:4px!important;margin-right:4px!important}.my-1-xl{margin-top:4px!important;margin-bottom:4px!important}.m-1-xl-minus{margin:-4px!important}.mr-1-xl-minus{margin-right:-4px!important}.ml-1-xl-minus{margin-left:-4px!important}.mt-1-xl-minus{margin-top:-4px!important}.mb-1-xl-minus{margin-bottom:-4px!important}.p-2-xl{padding:8px!important}.pr-2-xl{padding-right:8px!important}.pl-2-xl{padding-left:8px!important}.pt-2-xl{padding-top:8px!important}.pb-2-xl{padding-bottom:8px!important}.px-2-xl{padding-left:8px!important;padding-right:8px!important}.py-2-xl{padding-top:8px!important;padding-bottom:8px!important}.m-2-xl{margin:8px!important}.mr-2-xl{margin-right:8px!important}.ml-2-xl{margin-left:8px!important}.mt-2-xl{margin-top:8px!important}.mb-2-xl{margin-bottom:8px!important}.mx-2-xl{margin-left:8px!important;margin-right:8px!important}.my-2-xl{margin-top:8px!important;margin-bottom:8px!important}.m-2-xl-minus{margin:-8px!important}.mr-2-xl-minus{margin-right:-8px!important}.ml-2-xl-minus{margin-left:-8px!important}.mt-2-xl-minus{margin-top:-8px!important}.mb-2-xl-minus{margin-bottom:-8px!important}.p-3-xl{padding:12px!important}.pr-3-xl{padding-right:12px!important}.pl-3-xl{padding-left:12px!important}.pt-3-xl{padding-top:12px!important}.pb-3-xl{padding-bottom:12px!important}.px-3-xl{padding-left:12px!important;padding-right:12px!important}.py-3-xl{padding-top:12px!important;padding-bottom:12px!important}.m-3-xl{margin:12px!important}.mr-3-xl{margin-right:12px!important}.ml-3-xl{margin-left:12px!important}.mt-3-xl{margin-top:12px!important}.mb-3-xl{margin-bottom:12px!important}.mx-3-xl{margin-left:12px!important;margin-right:12px!important}.my-3-xl{margin-top:12px!important;margin-bottom:12px!important}.m-3-xl-minus{margin:-12px!important}.mr-3-xl-minus{margin-right:-12px!important}.ml-3-xl-minus{margin-left:-12px!important}.mt-3-xl-minus{margin-top:-12px!important}.mb-3-xl-minus{margin-bottom:-12px!important}.p-4-xl{padding:16px!important}.pr-4-xl{padding-right:16px!important}.pl-4-xl{padding-left:16px!important}.pt-4-xl{padding-top:16px!important}.pb-4-xl{padding-bottom:16px!important}.px-4-xl{padding-left:16px!important;padding-right:16px!important}.py-4-xl{padding-top:16px!important;padding-bottom:16px!important}.m-4-xl{margin:16px!important}.mr-4-xl{margin-right:16px!important}.ml-4-xl{margin-left:16px!important}.mt-4-xl{margin-top:16px!important}.mb-4-xl{margin-bottom:16px!important}.mx-4-xl{margin-left:16px!important;margin-right:16px!important}.my-4-xl{margin-top:16px!important;margin-bottom:16px!important}.m-4-xl-minus{margin:-16px!important}.mr-4-xl-minus{margin-right:-16px!important}.ml-4-xl-minus{margin-left:-16px!important}.mt-4-xl-minus{margin-top:-16px!important}.mb-4-xl-minus{margin-bottom:-16px!important}.p-5-xl{padding:20px!important}.pr-5-xl{padding-right:20px!important}.pl-5-xl{padding-left:20px!important}.pt-5-xl{padding-top:20px!important}.pb-5-xl{padding-bottom:20px!important}.px-5-xl{padding-left:20px!important;padding-right:20px!important}.py-5-xl{padding-top:20px!important;padding-bottom:20px!important}.m-5-xl{margin:20px!important}.mr-5-xl{margin-right:20px!important}.ml-5-xl{margin-left:20px!important}.mt-5-xl{margin-top:20px!important}.mb-5-xl{margin-bottom:20px!important}.mx-5-xl{margin-left:20px!important;margin-right:20px!important}.my-5-xl{margin-top:20px!important;margin-bottom:20px!important}.m-5-xl-minus{margin:-20px!important}.mr-5-xl-minus{margin-right:-20px!important}.ml-5-xl-minus{margin-left:-20px!important}.mt-5-xl-minus{margin-top:-20px!important}.mb-5-xl-minus{margin-bottom:-20px!important}.p-6-xl{padding:24px!important}.pr-6-xl{padding-right:24px!important}.pl-6-xl{padding-left:24px!important}.pt-6-xl{padding-top:24px!important}.pb-6-xl{padding-bottom:24px!important}.px-6-xl{padding-left:24px!important;padding-right:24px!important}.py-6-xl{padding-top:24px!important;padding-bottom:24px!important}.m-6-xl{margin:24px!important}.mr-6-xl{margin-right:24px!important}.ml-6-xl{margin-left:24px!important}.mt-6-xl{margin-top:24px!important}.mb-6-xl{margin-bottom:24px!important}.mx-6-xl{margin-left:24px!important;margin-right:24px!important}.my-6-xl{margin-top:24px!important;margin-bottom:24px!important}.m-6-xl-minus{margin:-24px!important}.mr-6-xl-minus{margin-right:-24px!important}.ml-6-xl-minus{margin-left:-24px!important}.mt-6-xl-minus{margin-top:-24px!important}.mb-6-xl-minus{margin-bottom:-24px!important}.p-7-xl{padding:28px!important}.pr-7-xl{padding-right:28px!important}.pl-7-xl{padding-left:28px!important}.pt-7-xl{padding-top:28px!important}.pb-7-xl{padding-bottom:28px!important}.px-7-xl{padding-left:28px!important;padding-right:28px!important}.py-7-xl{padding-top:28px!important;padding-bottom:28px!important}.m-7-xl{margin:28px!important}.mr-7-xl{margin-right:28px!important}.ml-7-xl{margin-left:28px!important}.mt-7-xl{margin-top:28px!important}.mb-7-xl{margin-bottom:28px!important}.mx-7-xl{margin-left:28px!important;margin-right:28px!important}.my-7-xl{margin-top:28px!important;margin-bottom:28px!important}.m-7-xl-minus{margin:-28px!important}.mr-7-xl-minus{margin-right:-28px!important}.ml-7-xl-minus{margin-left:-28px!important}.mt-7-xl-minus{margin-top:-28px!important}.mb-7-xl-minus{margin-bottom:-28px!important}.p-8-xl{padding:32px!important}.pr-8-xl{padding-right:32px!important}.pl-8-xl{padding-left:32px!important}.pt-8-xl{padding-top:32px!important}.pb-8-xl{padding-bottom:32px!important}.px-8-xl{padding-left:32px!important;padding-right:32px!important}.py-8-xl{padding-top:32px!important;padding-bottom:32px!important}.m-8-xl{margin:32px!important}.mr-8-xl{margin-right:32px!important}.ml-8-xl{margin-left:32px!important}.mt-8-xl{margin-top:32px!important}.mb-8-xl{margin-bottom:32px!important}.mx-8-xl{margin-left:32px!important;margin-right:32px!important}.my-8-xl{margin-top:32px!important;margin-bottom:32px!important}.m-8-xl-minus{margin:-32px!important}.mr-8-xl-minus{margin-right:-32px!important}.ml-8-xl-minus{margin-left:-32px!important}.mt-8-xl-minus{margin-top:-32px!important}.mb-8-xl-minus{margin-bottom:-32px!important}.p-9-xl{padding:36px!important}.pr-9-xl{padding-right:36px!important}.pl-9-xl{padding-left:36px!important}.pt-9-xl{padding-top:36px!important}.pb-9-xl{padding-bottom:36px!important}.px-9-xl{padding-left:36px!important;padding-right:36px!important}.py-9-xl{padding-top:36px!important;padding-bottom:36px!important}.m-9-xl{margin:36px!important}.mr-9-xl{margin-right:36px!important}.ml-9-xl{margin-left:36px!important}.mt-9-xl{margin-top:36px!important}.mb-9-xl{margin-bottom:36px!important}.mx-9-xl{margin-left:36px!important;margin-right:36px!important}.my-9-xl{margin-top:36px!important;margin-bottom:36px!important}.m-9-xl-minus{margin:-36px!important}.mr-9-xl-minus{margin-right:-36px!important}.ml-9-xl-minus{margin-left:-36px!important}.mt-9-xl-minus{margin-top:-36px!important}.mb-9-xl-minus{margin-bottom:-36px!important}.p-10-xl{padding:40px!important}.pr-10-xl{padding-right:40px!important}.pl-10-xl{padding-left:40px!important}.pt-10-xl{padding-top:40px!important}.pb-10-xl{padding-bottom:40px!important}.px-10-xl{padding-left:40px!important;padding-right:40px!important}.py-10-xl{padding-top:40px!important;padding-bottom:40px!important}.m-10-xl{margin:40px!important}.mr-10-xl{margin-right:40px!important}.ml-10-xl{margin-left:40px!important}.mt-10-xl{margin-top:40px!important}.mb-10-xl{margin-bottom:40px!important}.mx-10-xl{margin-left:40px!important;margin-right:40px!important}.my-10-xl{margin-top:40px!important;margin-bottom:40px!important}.m-10-xl-minus{margin:-40px!important}.mr-10-xl-minus{margin-right:-40px!important}.ml-10-xl-minus{margin-left:-40px!important}.mt-10-xl-minus{margin-top:-40px!important}.mb-10-xl-minus{margin-bottom:-40px!important}.p-11-xl{padding:44px!important}.pr-11-xl{padding-right:44px!important}.pl-11-xl{padding-left:44px!important}.pt-11-xl{padding-top:44px!important}.pb-11-xl{padding-bottom:44px!important}.px-11-xl{padding-left:44px!important;padding-right:44px!important}.py-11-xl{padding-top:44px!important;padding-bottom:44px!important}.m-11-xl{margin:44px!important}.mr-11-xl{margin-right:44px!important}.ml-11-xl{margin-left:44px!important}.mt-11-xl{margin-top:44px!important}.mb-11-xl{margin-bottom:44px!important}.mx-11-xl{margin-left:44px!important;margin-right:44px!important}.my-11-xl{margin-top:44px!important;margin-bottom:44px!important}.m-11-xl-minus{margin:-44px!important}.mr-11-xl-minus{margin-right:-44px!important}.ml-11-xl-minus{margin-left:-44px!important}.mt-11-xl-minus{margin-top:-44px!important}.mb-11-xl-minus{margin-bottom:-44px!important}.p-12-xl{padding:48px!important}.pr-12-xl{padding-right:48px!important}.pl-12-xl{padding-left:48px!important}.pt-12-xl{padding-top:48px!important}.pb-12-xl{padding-bottom:48px!important}.px-12-xl{padding-left:48px!important;padding-right:48px!important}.py-12-xl{padding-top:48px!important;padding-bottom:48px!important}.m-12-xl{margin:48px!important}.mr-12-xl{margin-right:48px!important}.ml-12-xl{margin-left:48px!important}.mt-12-xl{margin-top:48px!important}.mb-12-xl{margin-bottom:48px!important}.mx-12-xl{margin-left:48px!important;margin-right:48px!important}.my-12-xl{margin-top:48px!important;margin-bottom:48px!important}.m-12-xl-minus{margin:-48px!important}.mr-12-xl-minus{margin-right:-48px!important}.ml-12-xl-minus{margin-left:-48px!important}.mt-12-xl-minus{margin-top:-48px!important}.mb-12-xl-minus{margin-bottom:-48px!important}.p-13-xl{padding:52px!important}.pr-13-xl{padding-right:52px!important}.pl-13-xl{padding-left:52px!important}.pt-13-xl{padding-top:52px!important}.pb-13-xl{padding-bottom:52px!important}.px-13-xl{padding-left:52px!important;padding-right:52px!important}.py-13-xl{padding-top:52px!important;padding-bottom:52px!important}.m-13-xl{margin:52px!important}.mr-13-xl{margin-right:52px!important}.ml-13-xl{margin-left:52px!important}.mt-13-xl{margin-top:52px!important}.mb-13-xl{margin-bottom:52px!important}.mx-13-xl{margin-left:52px!important;margin-right:52px!important}.my-13-xl{margin-top:52px!important;margin-bottom:52px!important}.m-13-xl-minus{margin:-52px!important}.mr-13-xl-minus{margin-right:-52px!important}.ml-13-xl-minus{margin-left:-52px!important}.mt-13-xl-minus{margin-top:-52px!important}.mb-13-xl-minus{margin-bottom:-52px!important}.p-14-xl{padding:56px!important}.pr-14-xl{padding-right:56px!important}.pl-14-xl{padding-left:56px!important}.pt-14-xl{padding-top:56px!important}.pb-14-xl{padding-bottom:56px!important}.px-14-xl{padding-left:56px!important;padding-right:56px!important}.py-14-xl{padding-top:56px!important;padding-bottom:56px!important}.m-14-xl{margin:56px!important}.mr-14-xl{margin-right:56px!important}.ml-14-xl{margin-left:56px!important}.mt-14-xl{margin-top:56px!important}.mb-14-xl{margin-bottom:56px!important}.mx-14-xl{margin-left:56px!important;margin-right:56px!important}.my-14-xl{margin-top:56px!important;margin-bottom:56px!important}.m-14-xl-minus{margin:-56px!important}.mr-14-xl-minus{margin-right:-56px!important}.ml-14-xl-minus{margin-left:-56px!important}.mt-14-xl-minus{margin-top:-56px!important}.mb-14-xl-minus{margin-bottom:-56px!important}.p-15-xl{padding:60px!important}.pr-15-xl{padding-right:60px!important}.pl-15-xl{padding-left:60px!important}.pt-15-xl{padding-top:60px!important}.pb-15-xl{padding-bottom:60px!important}.px-15-xl{padding-left:60px!important;padding-right:60px!important}.py-15-xl{padding-top:60px!important;padding-bottom:60px!important}.m-15-xl{margin:60px!important}.mr-15-xl{margin-right:60px!important}.ml-15-xl{margin-left:60px!important}.mt-15-xl{margin-top:60px!important}.mb-15-xl{margin-bottom:60px!important}.mx-15-xl{margin-left:60px!important;margin-right:60px!important}.my-15-xl{margin-top:60px!important;margin-bottom:60px!important}.m-15-xl-minus{margin:-60px!important}.mr-15-xl-minus{margin-right:-60px!important}.ml-15-xl-minus{margin-left:-60px!important}.mt-15-xl-minus{margin-top:-60px!important}.mb-15-xl-minus{margin-bottom:-60px!important}.p-16-xl{padding:64px!important}.pr-16-xl{padding-right:64px!important}.pl-16-xl{padding-left:64px!important}.pt-16-xl{padding-top:64px!important}.pb-16-xl{padding-bottom:64px!important}.px-16-xl{padding-left:64px!important;padding-right:64px!important}.py-16-xl{padding-top:64px!important;padding-bottom:64px!important}.m-16-xl{margin:64px!important}.mr-16-xl{margin-right:64px!important}.ml-16-xl{margin-left:64px!important}.mt-16-xl{margin-top:64px!important}.mb-16-xl{margin-bottom:64px!important}.mx-16-xl{margin-left:64px!important;margin-right:64px!important}.my-16-xl{margin-top:64px!important;margin-bottom:64px!important}.m-16-xl-minus{margin:-64px!important}.mr-16-xl-minus{margin-right:-64px!important}.ml-16-xl-minus{margin-left:-64px!important}.mt-16-xl-minus{margin-top:-64px!important}.mb-16-xl-minus{margin-bottom:-64px!important}.p-17-xl{padding:68px!important}.pr-17-xl{padding-right:68px!important}.pl-17-xl{padding-left:68px!important}.pt-17-xl{padding-top:68px!important}.pb-17-xl{padding-bottom:68px!important}.px-17-xl{padding-left:68px!important;padding-right:68px!important}.py-17-xl{padding-top:68px!important;padding-bottom:68px!important}.m-17-xl{margin:68px!important}.mr-17-xl{margin-right:68px!important}.ml-17-xl{margin-left:68px!important}.mt-17-xl{margin-top:68px!important}.mb-17-xl{margin-bottom:68px!important}.mx-17-xl{margin-left:68px!important;margin-right:68px!important}.my-17-xl{margin-top:68px!important;margin-bottom:68px!important}.m-17-xl-minus{margin:-68px!important}.mr-17-xl-minus{margin-right:-68px!important}.ml-17-xl-minus{margin-left:-68px!important}.mt-17-xl-minus{margin-top:-68px!important}.mb-17-xl-minus{margin-bottom:-68px!important}.p-18-xl{padding:72px!important}.pr-18-xl{padding-right:72px!important}.pl-18-xl{padding-left:72px!important}.pt-18-xl{padding-top:72px!important}.pb-18-xl{padding-bottom:72px!important}.px-18-xl{padding-left:72px!important;padding-right:72px!important}.py-18-xl{padding-top:72px!important;padding-bottom:72px!important}.m-18-xl{margin:72px!important}.mr-18-xl{margin-right:72px!important}.ml-18-xl{margin-left:72px!important}.mt-18-xl{margin-top:72px!important}.mb-18-xl{margin-bottom:72px!important}.mx-18-xl{margin-left:72px!important;margin-right:72px!important}.my-18-xl{margin-top:72px!important;margin-bottom:72px!important}.m-18-xl-minus{margin:-72px!important}.mr-18-xl-minus{margin-right:-72px!important}.ml-18-xl-minus{margin-left:-72px!important}.mt-18-xl-minus{margin-top:-72px!important}.mb-18-xl-minus{margin-bottom:-72px!important}.p-19-xl{padding:76px!important}.pr-19-xl{padding-right:76px!important}.pl-19-xl{padding-left:76px!important}.pt-19-xl{padding-top:76px!important}.pb-19-xl{padding-bottom:76px!important}.px-19-xl{padding-left:76px!important;padding-right:76px!important}.py-19-xl{padding-top:76px!important;padding-bottom:76px!important}.m-19-xl{margin:76px!important}.mr-19-xl{margin-right:76px!important}.ml-19-xl{margin-left:76px!important}.mt-19-xl{margin-top:76px!important}.mb-19-xl{margin-bottom:76px!important}.mx-19-xl{margin-left:76px!important;margin-right:76px!important}.my-19-xl{margin-top:76px!important;margin-bottom:76px!important}.m-19-xl-minus{margin:-76px!important}.mr-19-xl-minus{margin-right:-76px!important}.ml-19-xl-minus{margin-left:-76px!important}.mt-19-xl-minus{margin-top:-76px!important}.mb-19-xl-minus{margin-bottom:-76px!important}.p-20-xl{padding:80px!important}.pr-20-xl{padding-right:80px!important}.pl-20-xl{padding-left:80px!important}.pt-20-xl{padding-top:80px!important}.pb-20-xl{padding-bottom:80px!important}.px-20-xl{padding-left:80px!important;padding-right:80px!important}.py-20-xl{padding-top:80px!important;padding-bottom:80px!important}.m-20-xl{margin:80px!important}.mr-20-xl{margin-right:80px!important}.ml-20-xl{margin-left:80px!important}.mt-20-xl{margin-top:80px!important}.mb-20-xl{margin-bottom:80px!important}.mx-20-xl{margin-left:80px!important;margin-right:80px!important}.my-20-xl{margin-top:80px!important;margin-bottom:80px!important}.m-20-xl-minus{margin:-80px!important}.mr-20-xl-minus{margin-right:-80px!important}.ml-20-xl-minus{margin-left:-80px!important}.mt-20-xl-minus{margin-top:-80px!important}.mb-20-xl-minus{margin-bottom:-80px!important}}@media screen and (min-width: 1452px){.mx-auto-xxl{margin-left:auto!important;margin-right:auto!important}.ml-auto-xxl{margin-left:auto!important}.mr-auto-xxl{margin-right:auto!important}.mt-auto-xxl{margin-top:auto!important}.mb-auto-xxl{margin-bottom:auto!important}.p-0-xxl{padding:0!important}.pr-0-xxl{padding-right:0!important}.pl-0-xxl{padding-left:0!important}.pt-0-xxl{padding-top:0!important}.pb-0-xxl{padding-bottom:0!important}.px-0-xxl{padding-left:0!important;padding-right:0!important}.py-0-xxl{padding-top:0!important;padding-bottom:0!important}.m-0-xxl{margin:0!important}.mr-0-xxl{margin-right:0!important}.ml-0-xxl{margin-left:0!important}.mt-0-xxl{margin-top:0!important}.mb-0-xxl{margin-bottom:0!important}.mx-0-xxl{margin-left:0!important;margin-right:0!important}.my-0-xxl{margin-top:0!important;margin-bottom:0!important}.m-0-xxl-minus{margin:0!important}.mr-0-xxl-minus{margin-right:0!important}.ml-0-xxl-minus{margin-left:0!important}.mt-0-xxl-minus{margin-top:0!important}.mb-0-xxl-minus{margin-bottom:0!important}.p-1-xxl{padding:4px!important}.pr-1-xxl{padding-right:4px!important}.pl-1-xxl{padding-left:4px!important}.pt-1-xxl{padding-top:4px!important}.pb-1-xxl{padding-bottom:4px!important}.px-1-xxl{padding-left:4px!important;padding-right:4px!important}.py-1-xxl{padding-top:4px!important;padding-bottom:4px!important}.m-1-xxl{margin:4px!important}.mr-1-xxl{margin-right:4px!important}.ml-1-xxl{margin-left:4px!important}.mt-1-xxl{margin-top:4px!important}.mb-1-xxl{margin-bottom:4px!important}.mx-1-xxl{margin-left:4px!important;margin-right:4px!important}.my-1-xxl{margin-top:4px!important;margin-bottom:4px!important}.m-1-xxl-minus{margin:-4px!important}.mr-1-xxl-minus{margin-right:-4px!important}.ml-1-xxl-minus{margin-left:-4px!important}.mt-1-xxl-minus{margin-top:-4px!important}.mb-1-xxl-minus{margin-bottom:-4px!important}.p-2-xxl{padding:8px!important}.pr-2-xxl{padding-right:8px!important}.pl-2-xxl{padding-left:8px!important}.pt-2-xxl{padding-top:8px!important}.pb-2-xxl{padding-bottom:8px!important}.px-2-xxl{padding-left:8px!important;padding-right:8px!important}.py-2-xxl{padding-top:8px!important;padding-bottom:8px!important}.m-2-xxl{margin:8px!important}.mr-2-xxl{margin-right:8px!important}.ml-2-xxl{margin-left:8px!important}.mt-2-xxl{margin-top:8px!important}.mb-2-xxl{margin-bottom:8px!important}.mx-2-xxl{margin-left:8px!important;margin-right:8px!important}.my-2-xxl{margin-top:8px!important;margin-bottom:8px!important}.m-2-xxl-minus{margin:-8px!important}.mr-2-xxl-minus{margin-right:-8px!important}.ml-2-xxl-minus{margin-left:-8px!important}.mt-2-xxl-minus{margin-top:-8px!important}.mb-2-xxl-minus{margin-bottom:-8px!important}.p-3-xxl{padding:12px!important}.pr-3-xxl{padding-right:12px!important}.pl-3-xxl{padding-left:12px!important}.pt-3-xxl{padding-top:12px!important}.pb-3-xxl{padding-bottom:12px!important}.px-3-xxl{padding-left:12px!important;padding-right:12px!important}.py-3-xxl{padding-top:12px!important;padding-bottom:12px!important}.m-3-xxl{margin:12px!important}.mr-3-xxl{margin-right:12px!important}.ml-3-xxl{margin-left:12px!important}.mt-3-xxl{margin-top:12px!important}.mb-3-xxl{margin-bottom:12px!important}.mx-3-xxl{margin-left:12px!important;margin-right:12px!important}.my-3-xxl{margin-top:12px!important;margin-bottom:12px!important}.m-3-xxl-minus{margin:-12px!important}.mr-3-xxl-minus{margin-right:-12px!important}.ml-3-xxl-minus{margin-left:-12px!important}.mt-3-xxl-minus{margin-top:-12px!important}.mb-3-xxl-minus{margin-bottom:-12px!important}.p-4-xxl{padding:16px!important}.pr-4-xxl{padding-right:16px!important}.pl-4-xxl{padding-left:16px!important}.pt-4-xxl{padding-top:16px!important}.pb-4-xxl{padding-bottom:16px!important}.px-4-xxl{padding-left:16px!important;padding-right:16px!important}.py-4-xxl{padding-top:16px!important;padding-bottom:16px!important}.m-4-xxl{margin:16px!important}.mr-4-xxl{margin-right:16px!important}.ml-4-xxl{margin-left:16px!important}.mt-4-xxl{margin-top:16px!important}.mb-4-xxl{margin-bottom:16px!important}.mx-4-xxl{margin-left:16px!important;margin-right:16px!important}.my-4-xxl{margin-top:16px!important;margin-bottom:16px!important}.m-4-xxl-minus{margin:-16px!important}.mr-4-xxl-minus{margin-right:-16px!important}.ml-4-xxl-minus{margin-left:-16px!important}.mt-4-xxl-minus{margin-top:-16px!important}.mb-4-xxl-minus{margin-bottom:-16px!important}.p-5-xxl{padding:20px!important}.pr-5-xxl{padding-right:20px!important}.pl-5-xxl{padding-left:20px!important}.pt-5-xxl{padding-top:20px!important}.pb-5-xxl{padding-bottom:20px!important}.px-5-xxl{padding-left:20px!important;padding-right:20px!important}.py-5-xxl{padding-top:20px!important;padding-bottom:20px!important}.m-5-xxl{margin:20px!important}.mr-5-xxl{margin-right:20px!important}.ml-5-xxl{margin-left:20px!important}.mt-5-xxl{margin-top:20px!important}.mb-5-xxl{margin-bottom:20px!important}.mx-5-xxl{margin-left:20px!important;margin-right:20px!important}.my-5-xxl{margin-top:20px!important;margin-bottom:20px!important}.m-5-xxl-minus{margin:-20px!important}.mr-5-xxl-minus{margin-right:-20px!important}.ml-5-xxl-minus{margin-left:-20px!important}.mt-5-xxl-minus{margin-top:-20px!important}.mb-5-xxl-minus{margin-bottom:-20px!important}.p-6-xxl{padding:24px!important}.pr-6-xxl{padding-right:24px!important}.pl-6-xxl{padding-left:24px!important}.pt-6-xxl{padding-top:24px!important}.pb-6-xxl{padding-bottom:24px!important}.px-6-xxl{padding-left:24px!important;padding-right:24px!important}.py-6-xxl{padding-top:24px!important;padding-bottom:24px!important}.m-6-xxl{margin:24px!important}.mr-6-xxl{margin-right:24px!important}.ml-6-xxl{margin-left:24px!important}.mt-6-xxl{margin-top:24px!important}.mb-6-xxl{margin-bottom:24px!important}.mx-6-xxl{margin-left:24px!important;margin-right:24px!important}.my-6-xxl{margin-top:24px!important;margin-bottom:24px!important}.m-6-xxl-minus{margin:-24px!important}.mr-6-xxl-minus{margin-right:-24px!important}.ml-6-xxl-minus{margin-left:-24px!important}.mt-6-xxl-minus{margin-top:-24px!important}.mb-6-xxl-minus{margin-bottom:-24px!important}.p-7-xxl{padding:28px!important}.pr-7-xxl{padding-right:28px!important}.pl-7-xxl{padding-left:28px!important}.pt-7-xxl{padding-top:28px!important}.pb-7-xxl{padding-bottom:28px!important}.px-7-xxl{padding-left:28px!important;padding-right:28px!important}.py-7-xxl{padding-top:28px!important;padding-bottom:28px!important}.m-7-xxl{margin:28px!important}.mr-7-xxl{margin-right:28px!important}.ml-7-xxl{margin-left:28px!important}.mt-7-xxl{margin-top:28px!important}.mb-7-xxl{margin-bottom:28px!important}.mx-7-xxl{margin-left:28px!important;margin-right:28px!important}.my-7-xxl{margin-top:28px!important;margin-bottom:28px!important}.m-7-xxl-minus{margin:-28px!important}.mr-7-xxl-minus{margin-right:-28px!important}.ml-7-xxl-minus{margin-left:-28px!important}.mt-7-xxl-minus{margin-top:-28px!important}.mb-7-xxl-minus{margin-bottom:-28px!important}.p-8-xxl{padding:32px!important}.pr-8-xxl{padding-right:32px!important}.pl-8-xxl{padding-left:32px!important}.pt-8-xxl{padding-top:32px!important}.pb-8-xxl{padding-bottom:32px!important}.px-8-xxl{padding-left:32px!important;padding-right:32px!important}.py-8-xxl{padding-top:32px!important;padding-bottom:32px!important}.m-8-xxl{margin:32px!important}.mr-8-xxl{margin-right:32px!important}.ml-8-xxl{margin-left:32px!important}.mt-8-xxl{margin-top:32px!important}.mb-8-xxl{margin-bottom:32px!important}.mx-8-xxl{margin-left:32px!important;margin-right:32px!important}.my-8-xxl{margin-top:32px!important;margin-bottom:32px!important}.m-8-xxl-minus{margin:-32px!important}.mr-8-xxl-minus{margin-right:-32px!important}.ml-8-xxl-minus{margin-left:-32px!important}.mt-8-xxl-minus{margin-top:-32px!important}.mb-8-xxl-minus{margin-bottom:-32px!important}.p-9-xxl{padding:36px!important}.pr-9-xxl{padding-right:36px!important}.pl-9-xxl{padding-left:36px!important}.pt-9-xxl{padding-top:36px!important}.pb-9-xxl{padding-bottom:36px!important}.px-9-xxl{padding-left:36px!important;padding-right:36px!important}.py-9-xxl{padding-top:36px!important;padding-bottom:36px!important}.m-9-xxl{margin:36px!important}.mr-9-xxl{margin-right:36px!important}.ml-9-xxl{margin-left:36px!important}.mt-9-xxl{margin-top:36px!important}.mb-9-xxl{margin-bottom:36px!important}.mx-9-xxl{margin-left:36px!important;margin-right:36px!important}.my-9-xxl{margin-top:36px!important;margin-bottom:36px!important}.m-9-xxl-minus{margin:-36px!important}.mr-9-xxl-minus{margin-right:-36px!important}.ml-9-xxl-minus{margin-left:-36px!important}.mt-9-xxl-minus{margin-top:-36px!important}.mb-9-xxl-minus{margin-bottom:-36px!important}.p-10-xxl{padding:40px!important}.pr-10-xxl{padding-right:40px!important}.pl-10-xxl{padding-left:40px!important}.pt-10-xxl{padding-top:40px!important}.pb-10-xxl{padding-bottom:40px!important}.px-10-xxl{padding-left:40px!important;padding-right:40px!important}.py-10-xxl{padding-top:40px!important;padding-bottom:40px!important}.m-10-xxl{margin:40px!important}.mr-10-xxl{margin-right:40px!important}.ml-10-xxl{margin-left:40px!important}.mt-10-xxl{margin-top:40px!important}.mb-10-xxl{margin-bottom:40px!important}.mx-10-xxl{margin-left:40px!important;margin-right:40px!important}.my-10-xxl{margin-top:40px!important;margin-bottom:40px!important}.m-10-xxl-minus{margin:-40px!important}.mr-10-xxl-minus{margin-right:-40px!important}.ml-10-xxl-minus{margin-left:-40px!important}.mt-10-xxl-minus{margin-top:-40px!important}.mb-10-xxl-minus{margin-bottom:-40px!important}.p-11-xxl{padding:44px!important}.pr-11-xxl{padding-right:44px!important}.pl-11-xxl{padding-left:44px!important}.pt-11-xxl{padding-top:44px!important}.pb-11-xxl{padding-bottom:44px!important}.px-11-xxl{padding-left:44px!important;padding-right:44px!important}.py-11-xxl{padding-top:44px!important;padding-bottom:44px!important}.m-11-xxl{margin:44px!important}.mr-11-xxl{margin-right:44px!important}.ml-11-xxl{margin-left:44px!important}.mt-11-xxl{margin-top:44px!important}.mb-11-xxl{margin-bottom:44px!important}.mx-11-xxl{margin-left:44px!important;margin-right:44px!important}.my-11-xxl{margin-top:44px!important;margin-bottom:44px!important}.m-11-xxl-minus{margin:-44px!important}.mr-11-xxl-minus{margin-right:-44px!important}.ml-11-xxl-minus{margin-left:-44px!important}.mt-11-xxl-minus{margin-top:-44px!important}.mb-11-xxl-minus{margin-bottom:-44px!important}.p-12-xxl{padding:48px!important}.pr-12-xxl{padding-right:48px!important}.pl-12-xxl{padding-left:48px!important}.pt-12-xxl{padding-top:48px!important}.pb-12-xxl{padding-bottom:48px!important}.px-12-xxl{padding-left:48px!important;padding-right:48px!important}.py-12-xxl{padding-top:48px!important;padding-bottom:48px!important}.m-12-xxl{margin:48px!important}.mr-12-xxl{margin-right:48px!important}.ml-12-xxl{margin-left:48px!important}.mt-12-xxl{margin-top:48px!important}.mb-12-xxl{margin-bottom:48px!important}.mx-12-xxl{margin-left:48px!important;margin-right:48px!important}.my-12-xxl{margin-top:48px!important;margin-bottom:48px!important}.m-12-xxl-minus{margin:-48px!important}.mr-12-xxl-minus{margin-right:-48px!important}.ml-12-xxl-minus{margin-left:-48px!important}.mt-12-xxl-minus{margin-top:-48px!important}.mb-12-xxl-minus{margin-bottom:-48px!important}.p-13-xxl{padding:52px!important}.pr-13-xxl{padding-right:52px!important}.pl-13-xxl{padding-left:52px!important}.pt-13-xxl{padding-top:52px!important}.pb-13-xxl{padding-bottom:52px!important}.px-13-xxl{padding-left:52px!important;padding-right:52px!important}.py-13-xxl{padding-top:52px!important;padding-bottom:52px!important}.m-13-xxl{margin:52px!important}.mr-13-xxl{margin-right:52px!important}.ml-13-xxl{margin-left:52px!important}.mt-13-xxl{margin-top:52px!important}.mb-13-xxl{margin-bottom:52px!important}.mx-13-xxl{margin-left:52px!important;margin-right:52px!important}.my-13-xxl{margin-top:52px!important;margin-bottom:52px!important}.m-13-xxl-minus{margin:-52px!important}.mr-13-xxl-minus{margin-right:-52px!important}.ml-13-xxl-minus{margin-left:-52px!important}.mt-13-xxl-minus{margin-top:-52px!important}.mb-13-xxl-minus{margin-bottom:-52px!important}.p-14-xxl{padding:56px!important}.pr-14-xxl{padding-right:56px!important}.pl-14-xxl{padding-left:56px!important}.pt-14-xxl{padding-top:56px!important}.pb-14-xxl{padding-bottom:56px!important}.px-14-xxl{padding-left:56px!important;padding-right:56px!important}.py-14-xxl{padding-top:56px!important;padding-bottom:56px!important}.m-14-xxl{margin:56px!important}.mr-14-xxl{margin-right:56px!important}.ml-14-xxl{margin-left:56px!important}.mt-14-xxl{margin-top:56px!important}.mb-14-xxl{margin-bottom:56px!important}.mx-14-xxl{margin-left:56px!important;margin-right:56px!important}.my-14-xxl{margin-top:56px!important;margin-bottom:56px!important}.m-14-xxl-minus{margin:-56px!important}.mr-14-xxl-minus{margin-right:-56px!important}.ml-14-xxl-minus{margin-left:-56px!important}.mt-14-xxl-minus{margin-top:-56px!important}.mb-14-xxl-minus{margin-bottom:-56px!important}.p-15-xxl{padding:60px!important}.pr-15-xxl{padding-right:60px!important}.pl-15-xxl{padding-left:60px!important}.pt-15-xxl{padding-top:60px!important}.pb-15-xxl{padding-bottom:60px!important}.px-15-xxl{padding-left:60px!important;padding-right:60px!important}.py-15-xxl{padding-top:60px!important;padding-bottom:60px!important}.m-15-xxl{margin:60px!important}.mr-15-xxl{margin-right:60px!important}.ml-15-xxl{margin-left:60px!important}.mt-15-xxl{margin-top:60px!important}.mb-15-xxl{margin-bottom:60px!important}.mx-15-xxl{margin-left:60px!important;margin-right:60px!important}.my-15-xxl{margin-top:60px!important;margin-bottom:60px!important}.m-15-xxl-minus{margin:-60px!important}.mr-15-xxl-minus{margin-right:-60px!important}.ml-15-xxl-minus{margin-left:-60px!important}.mt-15-xxl-minus{margin-top:-60px!important}.mb-15-xxl-minus{margin-bottom:-60px!important}.p-16-xxl{padding:64px!important}.pr-16-xxl{padding-right:64px!important}.pl-16-xxl{padding-left:64px!important}.pt-16-xxl{padding-top:64px!important}.pb-16-xxl{padding-bottom:64px!important}.px-16-xxl{padding-left:64px!important;padding-right:64px!important}.py-16-xxl{padding-top:64px!important;padding-bottom:64px!important}.m-16-xxl{margin:64px!important}.mr-16-xxl{margin-right:64px!important}.ml-16-xxl{margin-left:64px!important}.mt-16-xxl{margin-top:64px!important}.mb-16-xxl{margin-bottom:64px!important}.mx-16-xxl{margin-left:64px!important;margin-right:64px!important}.my-16-xxl{margin-top:64px!important;margin-bottom:64px!important}.m-16-xxl-minus{margin:-64px!important}.mr-16-xxl-minus{margin-right:-64px!important}.ml-16-xxl-minus{margin-left:-64px!important}.mt-16-xxl-minus{margin-top:-64px!important}.mb-16-xxl-minus{margin-bottom:-64px!important}.p-17-xxl{padding:68px!important}.pr-17-xxl{padding-right:68px!important}.pl-17-xxl{padding-left:68px!important}.pt-17-xxl{padding-top:68px!important}.pb-17-xxl{padding-bottom:68px!important}.px-17-xxl{padding-left:68px!important;padding-right:68px!important}.py-17-xxl{padding-top:68px!important;padding-bottom:68px!important}.m-17-xxl{margin:68px!important}.mr-17-xxl{margin-right:68px!important}.ml-17-xxl{margin-left:68px!important}.mt-17-xxl{margin-top:68px!important}.mb-17-xxl{margin-bottom:68px!important}.mx-17-xxl{margin-left:68px!important;margin-right:68px!important}.my-17-xxl{margin-top:68px!important;margin-bottom:68px!important}.m-17-xxl-minus{margin:-68px!important}.mr-17-xxl-minus{margin-right:-68px!important}.ml-17-xxl-minus{margin-left:-68px!important}.mt-17-xxl-minus{margin-top:-68px!important}.mb-17-xxl-minus{margin-bottom:-68px!important}.p-18-xxl{padding:72px!important}.pr-18-xxl{padding-right:72px!important}.pl-18-xxl{padding-left:72px!important}.pt-18-xxl{padding-top:72px!important}.pb-18-xxl{padding-bottom:72px!important}.px-18-xxl{padding-left:72px!important;padding-right:72px!important}.py-18-xxl{padding-top:72px!important;padding-bottom:72px!important}.m-18-xxl{margin:72px!important}.mr-18-xxl{margin-right:72px!important}.ml-18-xxl{margin-left:72px!important}.mt-18-xxl{margin-top:72px!important}.mb-18-xxl{margin-bottom:72px!important}.mx-18-xxl{margin-left:72px!important;margin-right:72px!important}.my-18-xxl{margin-top:72px!important;margin-bottom:72px!important}.m-18-xxl-minus{margin:-72px!important}.mr-18-xxl-minus{margin-right:-72px!important}.ml-18-xxl-minus{margin-left:-72px!important}.mt-18-xxl-minus{margin-top:-72px!important}.mb-18-xxl-minus{margin-bottom:-72px!important}.p-19-xxl{padding:76px!important}.pr-19-xxl{padding-right:76px!important}.pl-19-xxl{padding-left:76px!important}.pt-19-xxl{padding-top:76px!important}.pb-19-xxl{padding-bottom:76px!important}.px-19-xxl{padding-left:76px!important;padding-right:76px!important}.py-19-xxl{padding-top:76px!important;padding-bottom:76px!important}.m-19-xxl{margin:76px!important}.mr-19-xxl{margin-right:76px!important}.ml-19-xxl{margin-left:76px!important}.mt-19-xxl{margin-top:76px!important}.mb-19-xxl{margin-bottom:76px!important}.mx-19-xxl{margin-left:76px!important;margin-right:76px!important}.my-19-xxl{margin-top:76px!important;margin-bottom:76px!important}.m-19-xxl-minus{margin:-76px!important}.mr-19-xxl-minus{margin-right:-76px!important}.ml-19-xxl-minus{margin-left:-76px!important}.mt-19-xxl-minus{margin-top:-76px!important}.mb-19-xxl-minus{margin-bottom:-76px!important}.p-20-xxl{padding:80px!important}.pr-20-xxl{padding-right:80px!important}.pl-20-xxl{padding-left:80px!important}.pt-20-xxl{padding-top:80px!important}.pb-20-xxl{padding-bottom:80px!important}.px-20-xxl{padding-left:80px!important;padding-right:80px!important}.py-20-xxl{padding-top:80px!important;padding-bottom:80px!important}.m-20-xxl{margin:80px!important}.mr-20-xxl{margin-right:80px!important}.ml-20-xxl{margin-left:80px!important}.mt-20-xxl{margin-top:80px!important}.mb-20-xxl{margin-bottom:80px!important}.mx-20-xxl{margin-left:80px!important;margin-right:80px!important}.my-20-xxl{margin-top:80px!important;margin-bottom:80px!important}.m-20-xxl-minus{margin:-80px!important}.mr-20-xxl-minus{margin-right:-80px!important}.ml-20-xxl-minus{margin-left:-80px!important}.mt-20-xxl-minus{margin-top:-80px!important}.mb-20-xxl-minus{margin-bottom:-80px!important}}@media screen and (min-width: 2000px){.mx-auto-xxxl{margin-left:auto!important;margin-right:auto!important}.ml-auto-xxxl{margin-left:auto!important}.mr-auto-xxxl{margin-right:auto!important}.mt-auto-xxxl{margin-top:auto!important}.mb-auto-xxxl{margin-bottom:auto!important}.p-0-xxxl{padding:0!important}.pr-0-xxxl{padding-right:0!important}.pl-0-xxxl{padding-left:0!important}.pt-0-xxxl{padding-top:0!important}.pb-0-xxxl{padding-bottom:0!important}.px-0-xxxl{padding-left:0!important;padding-right:0!important}.py-0-xxxl{padding-top:0!important;padding-bottom:0!important}.m-0-xxxl{margin:0!important}.mr-0-xxxl{margin-right:0!important}.ml-0-xxxl{margin-left:0!important}.mt-0-xxxl{margin-top:0!important}.mb-0-xxxl{margin-bottom:0!important}.mx-0-xxxl{margin-left:0!important;margin-right:0!important}.my-0-xxxl{margin-top:0!important;margin-bottom:0!important}.m-0-xxxl-minus{margin:0!important}.mr-0-xxxl-minus{margin-right:0!important}.ml-0-xxxl-minus{margin-left:0!important}.mt-0-xxxl-minus{margin-top:0!important}.mb-0-xxxl-minus{margin-bottom:0!important}.p-1-xxxl{padding:4px!important}.pr-1-xxxl{padding-right:4px!important}.pl-1-xxxl{padding-left:4px!important}.pt-1-xxxl{padding-top:4px!important}.pb-1-xxxl{padding-bottom:4px!important}.px-1-xxxl{padding-left:4px!important;padding-right:4px!important}.py-1-xxxl{padding-top:4px!important;padding-bottom:4px!important}.m-1-xxxl{margin:4px!important}.mr-1-xxxl{margin-right:4px!important}.ml-1-xxxl{margin-left:4px!important}.mt-1-xxxl{margin-top:4px!important}.mb-1-xxxl{margin-bottom:4px!important}.mx-1-xxxl{margin-left:4px!important;margin-right:4px!important}.my-1-xxxl{margin-top:4px!important;margin-bottom:4px!important}.m-1-xxxl-minus{margin:-4px!important}.mr-1-xxxl-minus{margin-right:-4px!important}.ml-1-xxxl-minus{margin-left:-4px!important}.mt-1-xxxl-minus{margin-top:-4px!important}.mb-1-xxxl-minus{margin-bottom:-4px!important}.p-2-xxxl{padding:8px!important}.pr-2-xxxl{padding-right:8px!important}.pl-2-xxxl{padding-left:8px!important}.pt-2-xxxl{padding-top:8px!important}.pb-2-xxxl{padding-bottom:8px!important}.px-2-xxxl{padding-left:8px!important;padding-right:8px!important}.py-2-xxxl{padding-top:8px!important;padding-bottom:8px!important}.m-2-xxxl{margin:8px!important}.mr-2-xxxl{margin-right:8px!important}.ml-2-xxxl{margin-left:8px!important}.mt-2-xxxl{margin-top:8px!important}.mb-2-xxxl{margin-bottom:8px!important}.mx-2-xxxl{margin-left:8px!important;margin-right:8px!important}.my-2-xxxl{margin-top:8px!important;margin-bottom:8px!important}.m-2-xxxl-minus{margin:-8px!important}.mr-2-xxxl-minus{margin-right:-8px!important}.ml-2-xxxl-minus{margin-left:-8px!important}.mt-2-xxxl-minus{margin-top:-8px!important}.mb-2-xxxl-minus{margin-bottom:-8px!important}.p-3-xxxl{padding:12px!important}.pr-3-xxxl{padding-right:12px!important}.pl-3-xxxl{padding-left:12px!important}.pt-3-xxxl{padding-top:12px!important}.pb-3-xxxl{padding-bottom:12px!important}.px-3-xxxl{padding-left:12px!important;padding-right:12px!important}.py-3-xxxl{padding-top:12px!important;padding-bottom:12px!important}.m-3-xxxl{margin:12px!important}.mr-3-xxxl{margin-right:12px!important}.ml-3-xxxl{margin-left:12px!important}.mt-3-xxxl{margin-top:12px!important}.mb-3-xxxl{margin-bottom:12px!important}.mx-3-xxxl{margin-left:12px!important;margin-right:12px!important}.my-3-xxxl{margin-top:12px!important;margin-bottom:12px!important}.m-3-xxxl-minus{margin:-12px!important}.mr-3-xxxl-minus{margin-right:-12px!important}.ml-3-xxxl-minus{margin-left:-12px!important}.mt-3-xxxl-minus{margin-top:-12px!important}.mb-3-xxxl-minus{margin-bottom:-12px!important}.p-4-xxxl{padding:16px!important}.pr-4-xxxl{padding-right:16px!important}.pl-4-xxxl{padding-left:16px!important}.pt-4-xxxl{padding-top:16px!important}.pb-4-xxxl{padding-bottom:16px!important}.px-4-xxxl{padding-left:16px!important;padding-right:16px!important}.py-4-xxxl{padding-top:16px!important;padding-bottom:16px!important}.m-4-xxxl{margin:16px!important}.mr-4-xxxl{margin-right:16px!important}.ml-4-xxxl{margin-left:16px!important}.mt-4-xxxl{margin-top:16px!important}.mb-4-xxxl{margin-bottom:16px!important}.mx-4-xxxl{margin-left:16px!important;margin-right:16px!important}.my-4-xxxl{margin-top:16px!important;margin-bottom:16px!important}.m-4-xxxl-minus{margin:-16px!important}.mr-4-xxxl-minus{margin-right:-16px!important}.ml-4-xxxl-minus{margin-left:-16px!important}.mt-4-xxxl-minus{margin-top:-16px!important}.mb-4-xxxl-minus{margin-bottom:-16px!important}.p-5-xxxl{padding:20px!important}.pr-5-xxxl{padding-right:20px!important}.pl-5-xxxl{padding-left:20px!important}.pt-5-xxxl{padding-top:20px!important}.pb-5-xxxl{padding-bottom:20px!important}.px-5-xxxl{padding-left:20px!important;padding-right:20px!important}.py-5-xxxl{padding-top:20px!important;padding-bottom:20px!important}.m-5-xxxl{margin:20px!important}.mr-5-xxxl{margin-right:20px!important}.ml-5-xxxl{margin-left:20px!important}.mt-5-xxxl{margin-top:20px!important}.mb-5-xxxl{margin-bottom:20px!important}.mx-5-xxxl{margin-left:20px!important;margin-right:20px!important}.my-5-xxxl{margin-top:20px!important;margin-bottom:20px!important}.m-5-xxxl-minus{margin:-20px!important}.mr-5-xxxl-minus{margin-right:-20px!important}.ml-5-xxxl-minus{margin-left:-20px!important}.mt-5-xxxl-minus{margin-top:-20px!important}.mb-5-xxxl-minus{margin-bottom:-20px!important}.p-6-xxxl{padding:24px!important}.pr-6-xxxl{padding-right:24px!important}.pl-6-xxxl{padding-left:24px!important}.pt-6-xxxl{padding-top:24px!important}.pb-6-xxxl{padding-bottom:24px!important}.px-6-xxxl{padding-left:24px!important;padding-right:24px!important}.py-6-xxxl{padding-top:24px!important;padding-bottom:24px!important}.m-6-xxxl{margin:24px!important}.mr-6-xxxl{margin-right:24px!important}.ml-6-xxxl{margin-left:24px!important}.mt-6-xxxl{margin-top:24px!important}.mb-6-xxxl{margin-bottom:24px!important}.mx-6-xxxl{margin-left:24px!important;margin-right:24px!important}.my-6-xxxl{margin-top:24px!important;margin-bottom:24px!important}.m-6-xxxl-minus{margin:-24px!important}.mr-6-xxxl-minus{margin-right:-24px!important}.ml-6-xxxl-minus{margin-left:-24px!important}.mt-6-xxxl-minus{margin-top:-24px!important}.mb-6-xxxl-minus{margin-bottom:-24px!important}.p-7-xxxl{padding:28px!important}.pr-7-xxxl{padding-right:28px!important}.pl-7-xxxl{padding-left:28px!important}.pt-7-xxxl{padding-top:28px!important}.pb-7-xxxl{padding-bottom:28px!important}.px-7-xxxl{padding-left:28px!important;padding-right:28px!important}.py-7-xxxl{padding-top:28px!important;padding-bottom:28px!important}.m-7-xxxl{margin:28px!important}.mr-7-xxxl{margin-right:28px!important}.ml-7-xxxl{margin-left:28px!important}.mt-7-xxxl{margin-top:28px!important}.mb-7-xxxl{margin-bottom:28px!important}.mx-7-xxxl{margin-left:28px!important;margin-right:28px!important}.my-7-xxxl{margin-top:28px!important;margin-bottom:28px!important}.m-7-xxxl-minus{margin:-28px!important}.mr-7-xxxl-minus{margin-right:-28px!important}.ml-7-xxxl-minus{margin-left:-28px!important}.mt-7-xxxl-minus{margin-top:-28px!important}.mb-7-xxxl-minus{margin-bottom:-28px!important}.p-8-xxxl{padding:32px!important}.pr-8-xxxl{padding-right:32px!important}.pl-8-xxxl{padding-left:32px!important}.pt-8-xxxl{padding-top:32px!important}.pb-8-xxxl{padding-bottom:32px!important}.px-8-xxxl{padding-left:32px!important;padding-right:32px!important}.py-8-xxxl{padding-top:32px!important;padding-bottom:32px!important}.m-8-xxxl{margin:32px!important}.mr-8-xxxl{margin-right:32px!important}.ml-8-xxxl{margin-left:32px!important}.mt-8-xxxl{margin-top:32px!important}.mb-8-xxxl{margin-bottom:32px!important}.mx-8-xxxl{margin-left:32px!important;margin-right:32px!important}.my-8-xxxl{margin-top:32px!important;margin-bottom:32px!important}.m-8-xxxl-minus{margin:-32px!important}.mr-8-xxxl-minus{margin-right:-32px!important}.ml-8-xxxl-minus{margin-left:-32px!important}.mt-8-xxxl-minus{margin-top:-32px!important}.mb-8-xxxl-minus{margin-bottom:-32px!important}.p-9-xxxl{padding:36px!important}.pr-9-xxxl{padding-right:36px!important}.pl-9-xxxl{padding-left:36px!important}.pt-9-xxxl{padding-top:36px!important}.pb-9-xxxl{padding-bottom:36px!important}.px-9-xxxl{padding-left:36px!important;padding-right:36px!important}.py-9-xxxl{padding-top:36px!important;padding-bottom:36px!important}.m-9-xxxl{margin:36px!important}.mr-9-xxxl{margin-right:36px!important}.ml-9-xxxl{margin-left:36px!important}.mt-9-xxxl{margin-top:36px!important}.mb-9-xxxl{margin-bottom:36px!important}.mx-9-xxxl{margin-left:36px!important;margin-right:36px!important}.my-9-xxxl{margin-top:36px!important;margin-bottom:36px!important}.m-9-xxxl-minus{margin:-36px!important}.mr-9-xxxl-minus{margin-right:-36px!important}.ml-9-xxxl-minus{margin-left:-36px!important}.mt-9-xxxl-minus{margin-top:-36px!important}.mb-9-xxxl-minus{margin-bottom:-36px!important}.p-10-xxxl{padding:40px!important}.pr-10-xxxl{padding-right:40px!important}.pl-10-xxxl{padding-left:40px!important}.pt-10-xxxl{padding-top:40px!important}.pb-10-xxxl{padding-bottom:40px!important}.px-10-xxxl{padding-left:40px!important;padding-right:40px!important}.py-10-xxxl{padding-top:40px!important;padding-bottom:40px!important}.m-10-xxxl{margin:40px!important}.mr-10-xxxl{margin-right:40px!important}.ml-10-xxxl{margin-left:40px!important}.mt-10-xxxl{margin-top:40px!important}.mb-10-xxxl{margin-bottom:40px!important}.mx-10-xxxl{margin-left:40px!important;margin-right:40px!important}.my-10-xxxl{margin-top:40px!important;margin-bottom:40px!important}.m-10-xxxl-minus{margin:-40px!important}.mr-10-xxxl-minus{margin-right:-40px!important}.ml-10-xxxl-minus{margin-left:-40px!important}.mt-10-xxxl-minus{margin-top:-40px!important}.mb-10-xxxl-minus{margin-bottom:-40px!important}.p-11-xxxl{padding:44px!important}.pr-11-xxxl{padding-right:44px!important}.pl-11-xxxl{padding-left:44px!important}.pt-11-xxxl{padding-top:44px!important}.pb-11-xxxl{padding-bottom:44px!important}.px-11-xxxl{padding-left:44px!important;padding-right:44px!important}.py-11-xxxl{padding-top:44px!important;padding-bottom:44px!important}.m-11-xxxl{margin:44px!important}.mr-11-xxxl{margin-right:44px!important}.ml-11-xxxl{margin-left:44px!important}.mt-11-xxxl{margin-top:44px!important}.mb-11-xxxl{margin-bottom:44px!important}.mx-11-xxxl{margin-left:44px!important;margin-right:44px!important}.my-11-xxxl{margin-top:44px!important;margin-bottom:44px!important}.m-11-xxxl-minus{margin:-44px!important}.mr-11-xxxl-minus{margin-right:-44px!important}.ml-11-xxxl-minus{margin-left:-44px!important}.mt-11-xxxl-minus{margin-top:-44px!important}.mb-11-xxxl-minus{margin-bottom:-44px!important}.p-12-xxxl{padding:48px!important}.pr-12-xxxl{padding-right:48px!important}.pl-12-xxxl{padding-left:48px!important}.pt-12-xxxl{padding-top:48px!important}.pb-12-xxxl{padding-bottom:48px!important}.px-12-xxxl{padding-left:48px!important;padding-right:48px!important}.py-12-xxxl{padding-top:48px!important;padding-bottom:48px!important}.m-12-xxxl{margin:48px!important}.mr-12-xxxl{margin-right:48px!important}.ml-12-xxxl{margin-left:48px!important}.mt-12-xxxl{margin-top:48px!important}.mb-12-xxxl{margin-bottom:48px!important}.mx-12-xxxl{margin-left:48px!important;margin-right:48px!important}.my-12-xxxl{margin-top:48px!important;margin-bottom:48px!important}.m-12-xxxl-minus{margin:-48px!important}.mr-12-xxxl-minus{margin-right:-48px!important}.ml-12-xxxl-minus{margin-left:-48px!important}.mt-12-xxxl-minus{margin-top:-48px!important}.mb-12-xxxl-minus{margin-bottom:-48px!important}.p-13-xxxl{padding:52px!important}.pr-13-xxxl{padding-right:52px!important}.pl-13-xxxl{padding-left:52px!important}.pt-13-xxxl{padding-top:52px!important}.pb-13-xxxl{padding-bottom:52px!important}.px-13-xxxl{padding-left:52px!important;padding-right:52px!important}.py-13-xxxl{padding-top:52px!important;padding-bottom:52px!important}.m-13-xxxl{margin:52px!important}.mr-13-xxxl{margin-right:52px!important}.ml-13-xxxl{margin-left:52px!important}.mt-13-xxxl{margin-top:52px!important}.mb-13-xxxl{margin-bottom:52px!important}.mx-13-xxxl{margin-left:52px!important;margin-right:52px!important}.my-13-xxxl{margin-top:52px!important;margin-bottom:52px!important}.m-13-xxxl-minus{margin:-52px!important}.mr-13-xxxl-minus{margin-right:-52px!important}.ml-13-xxxl-minus{margin-left:-52px!important}.mt-13-xxxl-minus{margin-top:-52px!important}.mb-13-xxxl-minus{margin-bottom:-52px!important}.p-14-xxxl{padding:56px!important}.pr-14-xxxl{padding-right:56px!important}.pl-14-xxxl{padding-left:56px!important}.pt-14-xxxl{padding-top:56px!important}.pb-14-xxxl{padding-bottom:56px!important}.px-14-xxxl{padding-left:56px!important;padding-right:56px!important}.py-14-xxxl{padding-top:56px!important;padding-bottom:56px!important}.m-14-xxxl{margin:56px!important}.mr-14-xxxl{margin-right:56px!important}.ml-14-xxxl{margin-left:56px!important}.mt-14-xxxl{margin-top:56px!important}.mb-14-xxxl{margin-bottom:56px!important}.mx-14-xxxl{margin-left:56px!important;margin-right:56px!important}.my-14-xxxl{margin-top:56px!important;margin-bottom:56px!important}.m-14-xxxl-minus{margin:-56px!important}.mr-14-xxxl-minus{margin-right:-56px!important}.ml-14-xxxl-minus{margin-left:-56px!important}.mt-14-xxxl-minus{margin-top:-56px!important}.mb-14-xxxl-minus{margin-bottom:-56px!important}.p-15-xxxl{padding:60px!important}.pr-15-xxxl{padding-right:60px!important}.pl-15-xxxl{padding-left:60px!important}.pt-15-xxxl{padding-top:60px!important}.pb-15-xxxl{padding-bottom:60px!important}.px-15-xxxl{padding-left:60px!important;padding-right:60px!important}.py-15-xxxl{padding-top:60px!important;padding-bottom:60px!important}.m-15-xxxl{margin:60px!important}.mr-15-xxxl{margin-right:60px!important}.ml-15-xxxl{margin-left:60px!important}.mt-15-xxxl{margin-top:60px!important}.mb-15-xxxl{margin-bottom:60px!important}.mx-15-xxxl{margin-left:60px!important;margin-right:60px!important}.my-15-xxxl{margin-top:60px!important;margin-bottom:60px!important}.m-15-xxxl-minus{margin:-60px!important}.mr-15-xxxl-minus{margin-right:-60px!important}.ml-15-xxxl-minus{margin-left:-60px!important}.mt-15-xxxl-minus{margin-top:-60px!important}.mb-15-xxxl-minus{margin-bottom:-60px!important}.p-16-xxxl{padding:64px!important}.pr-16-xxxl{padding-right:64px!important}.pl-16-xxxl{padding-left:64px!important}.pt-16-xxxl{padding-top:64px!important}.pb-16-xxxl{padding-bottom:64px!important}.px-16-xxxl{padding-left:64px!important;padding-right:64px!important}.py-16-xxxl{padding-top:64px!important;padding-bottom:64px!important}.m-16-xxxl{margin:64px!important}.mr-16-xxxl{margin-right:64px!important}.ml-16-xxxl{margin-left:64px!important}.mt-16-xxxl{margin-top:64px!important}.mb-16-xxxl{margin-bottom:64px!important}.mx-16-xxxl{margin-left:64px!important;margin-right:64px!important}.my-16-xxxl{margin-top:64px!important;margin-bottom:64px!important}.m-16-xxxl-minus{margin:-64px!important}.mr-16-xxxl-minus{margin-right:-64px!important}.ml-16-xxxl-minus{margin-left:-64px!important}.mt-16-xxxl-minus{margin-top:-64px!important}.mb-16-xxxl-minus{margin-bottom:-64px!important}.p-17-xxxl{padding:68px!important}.pr-17-xxxl{padding-right:68px!important}.pl-17-xxxl{padding-left:68px!important}.pt-17-xxxl{padding-top:68px!important}.pb-17-xxxl{padding-bottom:68px!important}.px-17-xxxl{padding-left:68px!important;padding-right:68px!important}.py-17-xxxl{padding-top:68px!important;padding-bottom:68px!important}.m-17-xxxl{margin:68px!important}.mr-17-xxxl{margin-right:68px!important}.ml-17-xxxl{margin-left:68px!important}.mt-17-xxxl{margin-top:68px!important}.mb-17-xxxl{margin-bottom:68px!important}.mx-17-xxxl{margin-left:68px!important;margin-right:68px!important}.my-17-xxxl{margin-top:68px!important;margin-bottom:68px!important}.m-17-xxxl-minus{margin:-68px!important}.mr-17-xxxl-minus{margin-right:-68px!important}.ml-17-xxxl-minus{margin-left:-68px!important}.mt-17-xxxl-minus{margin-top:-68px!important}.mb-17-xxxl-minus{margin-bottom:-68px!important}.p-18-xxxl{padding:72px!important}.pr-18-xxxl{padding-right:72px!important}.pl-18-xxxl{padding-left:72px!important}.pt-18-xxxl{padding-top:72px!important}.pb-18-xxxl{padding-bottom:72px!important}.px-18-xxxl{padding-left:72px!important;padding-right:72px!important}.py-18-xxxl{padding-top:72px!important;padding-bottom:72px!important}.m-18-xxxl{margin:72px!important}.mr-18-xxxl{margin-right:72px!important}.ml-18-xxxl{margin-left:72px!important}.mt-18-xxxl{margin-top:72px!important}.mb-18-xxxl{margin-bottom:72px!important}.mx-18-xxxl{margin-left:72px!important;margin-right:72px!important}.my-18-xxxl{margin-top:72px!important;margin-bottom:72px!important}.m-18-xxxl-minus{margin:-72px!important}.mr-18-xxxl-minus{margin-right:-72px!important}.ml-18-xxxl-minus{margin-left:-72px!important}.mt-18-xxxl-minus{margin-top:-72px!important}.mb-18-xxxl-minus{margin-bottom:-72px!important}.p-19-xxxl{padding:76px!important}.pr-19-xxxl{padding-right:76px!important}.pl-19-xxxl{padding-left:76px!important}.pt-19-xxxl{padding-top:76px!important}.pb-19-xxxl{padding-bottom:76px!important}.px-19-xxxl{padding-left:76px!important;padding-right:76px!important}.py-19-xxxl{padding-top:76px!important;padding-bottom:76px!important}.m-19-xxxl{margin:76px!important}.mr-19-xxxl{margin-right:76px!important}.ml-19-xxxl{margin-left:76px!important}.mt-19-xxxl{margin-top:76px!important}.mb-19-xxxl{margin-bottom:76px!important}.mx-19-xxxl{margin-left:76px!important;margin-right:76px!important}.my-19-xxxl{margin-top:76px!important;margin-bottom:76px!important}.m-19-xxxl-minus{margin:-76px!important}.mr-19-xxxl-minus{margin-right:-76px!important}.ml-19-xxxl-minus{margin-left:-76px!important}.mt-19-xxxl-minus{margin-top:-76px!important}.mb-19-xxxl-minus{margin-bottom:-76px!important}.p-20-xxxl{padding:80px!important}.pr-20-xxxl{padding-right:80px!important}.pl-20-xxxl{padding-left:80px!important}.pt-20-xxxl{padding-top:80px!important}.pb-20-xxxl{padding-bottom:80px!important}.px-20-xxxl{padding-left:80px!important;padding-right:80px!important}.py-20-xxxl{padding-top:80px!important;padding-bottom:80px!important}.m-20-xxxl{margin:80px!important}.mr-20-xxxl{margin-right:80px!important}.ml-20-xxxl{margin-left:80px!important}.mt-20-xxxl{margin-top:80px!important}.mb-20-xxxl{margin-bottom:80px!important}.mx-20-xxxl{margin-left:80px!important;margin-right:80px!important}.my-20-xxxl{margin-top:80px!important;margin-bottom:80px!important}.m-20-xxxl-minus{margin:-80px!important}.mr-20-xxxl-minus{margin-right:-80px!important}.ml-20-xxxl-minus{margin-left:-80px!important}.mt-20-xxxl-minus{margin-top:-80px!important}.mb-20-xxxl-minus{margin-bottom:-80px!important}}:root{--mark-background: #a6d2ff;--mark-color: #191919;--code-background: #f8f8f8;--code-color: #191919;--kbd-background: #004D6FFF;--kbd-color: #ffffff}.dark-side{--mark-background: #c0c0c0;--mark-color: #000000;--code-background: #26282e;--code-color: #ffffff;--kbd-background: #004D6FFF;--kbd-color: #ffffff}.text-ultralight{font-weight:100!important}.text-light{font-weight:200!important}.text-normal{font-weight:400!important}.text-medium{font-weight:500!important}.text-bold{font-weight:700!important}.display4{font-size:112px;font-weight:200}.display3{font-size:56px;font-weight:400}.display2{font-size:48px;font-weight:400}.display1{font-size:36px;font-weight:400}.display1,.display2,.display3,.display4{margin-top:20px;margin-bottom:20px;line-height:1}.leader,.h1,h1{font-weight:100;font-size:48px}.sub-leader,.h2,h2{font-weight:400;font-size:38px}.header,.h3,h3{font-weight:500;font-size:30px}.sub-header,.h4,h4{font-weight:500;font-size:24px}.alt-header,.h5,h5{font-weight:500;font-size:20px}.sub-alt-header,.h6,h6{font-weight:500;font-size:16px}.text-small{font-weight:400;font-size:12px}.text-secondary{font-weight:400;font-size:14px}.text-leader{font-size:24px;font-weight:300;line-height:1.2}.text-leader2{font-size:20px;font-weight:300;line-height:1.2}.text-muted{color:var(--body-color-secondary)}.leader,.h1,h1,.sub-leader,.h2,h2,.header,.h3,h3,.sub-header,.h4,h4,.alt-header,.h5,h5,.sub-alt-header,.h6,h6{color:inherit;margin:1rem 0;line-height:1.1}.leader>small,.h1>small,h1>small,.sub-leader>small,.h2>small,h2>small,.header>small,.h3>small,h3>small,.sub-header>small,.h4>small,h4>small,.alt-header>small,.h5>small,h5>small,.sub-alt-header>small,.h6>small,h6>small,.leader>.small,.h1>.small,h1>.small,.sub-leader>.small,.h2>.small,h2>.small,.header>.small,.h3>.small,h3>.small,.sub-header>.small,.h4>.small,h4>.small,.alt-header>.small,.h5>.small,h5>.small,.sub-alt-header>.small,.h6>.small,h6>.small{font-weight:400;font-size:.7em;line-height:1;color:var(--body-color-secondary)}.leader:nth-child(1),.h1:nth-child(1),h1:nth-child(1),.sub-leader:nth-child(1),.h2:nth-child(1),h2:nth-child(1),.header:nth-child(1),.h3:nth-child(1),h3:nth-child(1),.sub-header:nth-child(1),.h4:nth-child(1),h4:nth-child(1),.alt-header:nth-child(1),.h5:nth-child(1),h5:nth-child(1),.sub-alt-header:nth-child(1),.h6:nth-child(1),h6:nth-child(1){margin-top:0}.text-upper{text-transform:uppercase!important}.text-lower{text-transform:lowercase!important}.text-cap{text-transform:capitalize!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-just{text-align:justify!important}.text-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.text-italic{font-style:italic!important}.text-oblique{font-style:oblique!important}.text-overline{text-decoration:overline!important}.text-linethrough{text-decoration:line-through!important}.text-underline{text-decoration:underline!important}.text-underover{text-decoration:underline overline!important}.va-top{vertical-align:top!important}.va-bottom{vertical-align:bottom!important}.va-baseline{vertical-align:baseline!important}.va-middle{vertical-align:middle!important}.va-sub{vertical-align:sub!important}.va-super{vertical-align:super!important}.va-text-top{vertical-align:text-top!important}.va-text-bottom{vertical-align:text-bottom!important}abbr{text-decoration:none;border-bottom:1px var(--border-color) dotted;cursor:help;display:inline}address{font-weight:400;margin-bottom:1rem;font-style:normal}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:monospace,monospace;font-size:16px}pre{margin:0;overflow:auto}code{white-space:nowrap}pre code{white-space:inherit}a{position:relative;color:var(--link-color);text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects;box-shadow:none}a:hover{color:var(--link-color-hover);text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none;outline:0}.no-decor{text-decoration:none!important}mark{padding:.1875rem;background-color:var(--mark-background);color:var(--mark-color)}del{color:var(--body-color-secondary);text-decoration:line-through}*+p{margin-top:1rem}dl,ul,ol{margin:1rem;list-style-position:inside}dl dl,ul dl,ol dl,dl ul,ul ul,ol ul,dl ol,ul ol,ol ol{margin-bottom:0;margin-top:0;padding-left:1.5rem}ul,menu,dir{display:block;list-style-type:disc}ol{list-style-type:decimal}ul ul{list-style:circle}ul ul ul{list-style:square}ol{list-style-type:upper-roman}ol ol{list-style-type:decimal}ol ol ol{list-style-type:lower-alpha}dl dt,dl dd{line-height:1.25rem}dl dt{font-weight:700}dl dd{margin-left:.9375rem}dl.horizontal dt{float:left;width:10rem;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}dl.horizontal dd{margin-left:11.25rem}.indent:first-letter{margin-left:2.5rem}.indent-letter:first-letter{font-weight:700;float:left;padding:0;line-height:2.5rem;font-size:3rem;margin-right:.5rem;margin-left:-.125rem;margin-top:.125rem}blockquote{margin-bottom:1rem;padding:0 0 0 .625rem;border-left:.25rem var(--border-color) solid}blockquote small{color:var(--body-color-secondary)}blockquote small:before{content:"\2014\a0"}blockquote.right-side{border:0;border-right:4px var(--border-color) solid;padding-right:.625rem;text-align:right}blockquote.right-side small:before{content:""}blockquote.right-side small:after{content:" \a0\2014"}hr{border:0;height:2px;background-color:var(--border-color)}hr.thin{height:1px}hr.fat{height:3px}.tally,code,kbd{display:inline-block;padding:0 6px;font-size:90%;color:var(--code-color);background-color:var(--code-background);border-radius:4px;vertical-align:middle}a .tally,a code,a kbd{text-decoration:underline;cursor:pointer}kbd{background-color:var(--kbd-background);color:var(--kbd-color)}.tally{line-height:16px}pre code{background-color:inherit;height:auto}.reduce-1{font-size:.9em!important}.reduce-2{font-size:.8em!important}.reduce-3{font-size:.7em!important}.reduce-4{font-size:.6em!important}.reduce-5{font-size:.5em!important}.reduce-6{font-size:.4em!important}.reduce-7{font-size:.3em!important}.reduce-8{font-size:.2em!important}.reduce-9{font-size:.1em!important}.enlarge{font-size:1em!important}.enlarge-1{font-size:1.1em!important}.enlarge-2{font-size:1.2em!important}.enlarge-3{font-size:1.3em!important}.enlarge-4{font-size:1.4em!important}.enlarge-5{font-size:1.5em!important}.enlarge-6{font-size:1.6em!important}.enlarge-7{font-size:1.7em!important}.enlarge-8{font-size:1.8em!important}.enlarge-9{font-size:1.9em!important}.enlarge-2x{font-size:2em!important}.enlarge-3x{font-size:3em!important}.enlarge-4x{font-size:4em!important}.align-size{font-size:1em!important}.text-underline{text-decoration:underline}@media screen and (min-width: 0){.text-upper-fs{text-transform:uppercase!important}.text-lower-fs{text-transform:lowercase!important}.text-cap-fs{text-transform:capitalize!important}.text-left-fs{text-align:left!important}.text-right-fs{text-align:right!important}.text-center-fs{text-align:center!important}.text-just-fs{text-align:justify!important}.va-top-fs{vertical-align:top!important}.va-bottom-fs{vertical-align:bottom!important}.va-baseline-fs{vertical-align:baseline!important}.va-middle-fs{vertical-align:middle!important}.va-sub-fs{vertical-align:sub!important}.va-super-fs{vertical-align:super!important}.va-text-top-fs{vertical-align:text-top!important}.va-text-bottom-fs{vertical-align:text-bottom!important}.reduce-1-fs{font-size:.9em!important}.reduce-2-fs{font-size:.8em!important}.reduce-3-fs{font-size:.7em!important}.reduce-4-fs{font-size:.6em!important}.reduce-5-fs{font-size:.5em!important}.reduce-6-fs{font-size:.4em!important}.reduce-7-fs{font-size:.3em!important}.reduce-8-fs{font-size:.2em!important}.reduce-9-fs{font-size:.1em!important}.enlarge-fs{font-size:1em!important}.enlarge-1-fs{font-size:1.1em!important}.enlarge-2-fs{font-size:1.2em!important}.enlarge-3-fs{font-size:1.3em!important}.enlarge-4-fs{font-size:1.4em!important}.enlarge-5-fs{font-size:1.5em!important}.enlarge-6-fs{font-size:1.6em!important}.enlarge-7-fs{font-size:1.7em!important}.enlarge-8-fs{font-size:1.8em!important}.enlarge-9-fs{font-size:1.9em!important}.enlarge-2x-fs{font-size:2em!important}.enlarge-3x-fs{font-size:3em!important}.enlarge-4x-fs{font-size:4em!important}}@media screen and (min-width: 360px){.text-upper-xs{text-transform:uppercase!important}.text-lower-xs{text-transform:lowercase!important}.text-cap-xs{text-transform:capitalize!important}.text-left-xs{text-align:left!important}.text-right-xs{text-align:right!important}.text-center-xs{text-align:center!important}.text-just-xs{text-align:justify!important}.va-top-xs{vertical-align:top!important}.va-bottom-xs{vertical-align:bottom!important}.va-baseline-xs{vertical-align:baseline!important}.va-middle-xs{vertical-align:middle!important}.va-sub-xs{vertical-align:sub!important}.va-super-xs{vertical-align:super!important}.va-text-top-xs{vertical-align:text-top!important}.va-text-bottom-xs{vertical-align:text-bottom!important}.reduce-1-xs{font-size:.9em!important}.reduce-2-xs{font-size:.8em!important}.reduce-3-xs{font-size:.7em!important}.reduce-4-xs{font-size:.6em!important}.reduce-5-xs{font-size:.5em!important}.reduce-6-xs{font-size:.4em!important}.reduce-7-xs{font-size:.3em!important}.reduce-8-xs{font-size:.2em!important}.reduce-9-xs{font-size:.1em!important}.enlarge-xs{font-size:1em!important}.enlarge-1-xs{font-size:1.1em!important}.enlarge-2-xs{font-size:1.2em!important}.enlarge-3-xs{font-size:1.3em!important}.enlarge-4-xs{font-size:1.4em!important}.enlarge-5-xs{font-size:1.5em!important}.enlarge-6-xs{font-size:1.6em!important}.enlarge-7-xs{font-size:1.7em!important}.enlarge-8-xs{font-size:1.8em!important}.enlarge-9-xs{font-size:1.9em!important}.enlarge-2x-xs{font-size:2em!important}.enlarge-3x-xs{font-size:3em!important}.enlarge-4x-xs{font-size:4em!important}}@media screen and (min-width: 576px){.text-upper-sm{text-transform:uppercase!important}.text-lower-sm{text-transform:lowercase!important}.text-cap-sm{text-transform:capitalize!important}.text-left-sm{text-align:left!important}.text-right-sm{text-align:right!important}.text-center-sm{text-align:center!important}.text-just-sm{text-align:justify!important}.va-top-sm{vertical-align:top!important}.va-bottom-sm{vertical-align:bottom!important}.va-baseline-sm{vertical-align:baseline!important}.va-middle-sm{vertical-align:middle!important}.va-sub-sm{vertical-align:sub!important}.va-super-sm{vertical-align:super!important}.va-text-top-sm{vertical-align:text-top!important}.va-text-bottom-sm{vertical-align:text-bottom!important}.reduce-1-sm{font-size:.9em!important}.reduce-2-sm{font-size:.8em!important}.reduce-3-sm{font-size:.7em!important}.reduce-4-sm{font-size:.6em!important}.reduce-5-sm{font-size:.5em!important}.reduce-6-sm{font-size:.4em!important}.reduce-7-sm{font-size:.3em!important}.reduce-8-sm{font-size:.2em!important}.reduce-9-sm{font-size:.1em!important}.enlarge-sm{font-size:1em!important}.enlarge-1-sm{font-size:1.1em!important}.enlarge-2-sm{font-size:1.2em!important}.enlarge-3-sm{font-size:1.3em!important}.enlarge-4-sm{font-size:1.4em!important}.enlarge-5-sm{font-size:1.5em!important}.enlarge-6-sm{font-size:1.6em!important}.enlarge-7-sm{font-size:1.7em!important}.enlarge-8-sm{font-size:1.8em!important}.enlarge-9-sm{font-size:1.9em!important}.enlarge-2x-sm{font-size:2em!important}.enlarge-3x-sm{font-size:3em!important}.enlarge-4x-sm{font-size:4em!important}}@media screen and (min-width: 640px){.text-upper-ld{text-transform:uppercase!important}.text-lower-ld{text-transform:lowercase!important}.text-cap-ld{text-transform:capitalize!important}.text-left-ld{text-align:left!important}.text-right-ld{text-align:right!important}.text-center-ld{text-align:center!important}.text-just-ld{text-align:justify!important}.va-top-ld{vertical-align:top!important}.va-bottom-ld{vertical-align:bottom!important}.va-baseline-ld{vertical-align:baseline!important}.va-middle-ld{vertical-align:middle!important}.va-sub-ld{vertical-align:sub!important}.va-super-ld{vertical-align:super!important}.va-text-top-ld{vertical-align:text-top!important}.va-text-bottom-ld{vertical-align:text-bottom!important}.reduce-1-ld{font-size:.9em!important}.reduce-2-ld{font-size:.8em!important}.reduce-3-ld{font-size:.7em!important}.reduce-4-ld{font-size:.6em!important}.reduce-5-ld{font-size:.5em!important}.reduce-6-ld{font-size:.4em!important}.reduce-7-ld{font-size:.3em!important}.reduce-8-ld{font-size:.2em!important}.reduce-9-ld{font-size:.1em!important}.enlarge-ld{font-size:1em!important}.enlarge-1-ld{font-size:1.1em!important}.enlarge-2-ld{font-size:1.2em!important}.enlarge-3-ld{font-size:1.3em!important}.enlarge-4-ld{font-size:1.4em!important}.enlarge-5-ld{font-size:1.5em!important}.enlarge-6-ld{font-size:1.6em!important}.enlarge-7-ld{font-size:1.7em!important}.enlarge-8-ld{font-size:1.8em!important}.enlarge-9-ld{font-size:1.9em!important}.enlarge-2x-ld{font-size:2em!important}.enlarge-3x-ld{font-size:3em!important}.enlarge-4x-ld{font-size:4em!important}}@media screen and (min-width: 768px){.text-upper-md{text-transform:uppercase!important}.text-lower-md{text-transform:lowercase!important}.text-cap-md{text-transform:capitalize!important}.text-left-md{text-align:left!important}.text-right-md{text-align:right!important}.text-center-md{text-align:center!important}.text-just-md{text-align:justify!important}.va-top-md{vertical-align:top!important}.va-bottom-md{vertical-align:bottom!important}.va-baseline-md{vertical-align:baseline!important}.va-middle-md{vertical-align:middle!important}.va-sub-md{vertical-align:sub!important}.va-super-md{vertical-align:super!important}.va-text-top-md{vertical-align:text-top!important}.va-text-bottom-md{vertical-align:text-bottom!important}.reduce-1-md{font-size:.9em!important}.reduce-2-md{font-size:.8em!important}.reduce-3-md{font-size:.7em!important}.reduce-4-md{font-size:.6em!important}.reduce-5-md{font-size:.5em!important}.reduce-6-md{font-size:.4em!important}.reduce-7-md{font-size:.3em!important}.reduce-8-md{font-size:.2em!important}.reduce-9-md{font-size:.1em!important}.enlarge-md{font-size:1em!important}.enlarge-1-md{font-size:1.1em!important}.enlarge-2-md{font-size:1.2em!important}.enlarge-3-md{font-size:1.3em!important}.enlarge-4-md{font-size:1.4em!important}.enlarge-5-md{font-size:1.5em!important}.enlarge-6-md{font-size:1.6em!important}.enlarge-7-md{font-size:1.7em!important}.enlarge-8-md{font-size:1.8em!important}.enlarge-9-md{font-size:1.9em!important}.enlarge-2x-md{font-size:2em!important}.enlarge-3x-md{font-size:3em!important}.enlarge-4x-md{font-size:4em!important}}@media screen and (min-width: 992px){.text-upper-lg{text-transform:uppercase!important}.text-lower-lg{text-transform:lowercase!important}.text-cap-lg{text-transform:capitalize!important}.text-left-lg{text-align:left!important}.text-right-lg{text-align:right!important}.text-center-lg{text-align:center!important}.text-just-lg{text-align:justify!important}.va-top-lg{vertical-align:top!important}.va-bottom-lg{vertical-align:bottom!important}.va-baseline-lg{vertical-align:baseline!important}.va-middle-lg{vertical-align:middle!important}.va-sub-lg{vertical-align:sub!important}.va-super-lg{vertical-align:super!important}.va-text-top-lg{vertical-align:text-top!important}.va-text-bottom-lg{vertical-align:text-bottom!important}.reduce-1-lg{font-size:.9em!important}.reduce-2-lg{font-size:.8em!important}.reduce-3-lg{font-size:.7em!important}.reduce-4-lg{font-size:.6em!important}.reduce-5-lg{font-size:.5em!important}.reduce-6-lg{font-size:.4em!important}.reduce-7-lg{font-size:.3em!important}.reduce-8-lg{font-size:.2em!important}.reduce-9-lg{font-size:.1em!important}.enlarge-lg{font-size:1em!important}.enlarge-1-lg{font-size:1.1em!important}.enlarge-2-lg{font-size:1.2em!important}.enlarge-3-lg{font-size:1.3em!important}.enlarge-4-lg{font-size:1.4em!important}.enlarge-5-lg{font-size:1.5em!important}.enlarge-6-lg{font-size:1.6em!important}.enlarge-7-lg{font-size:1.7em!important}.enlarge-8-lg{font-size:1.8em!important}.enlarge-9-lg{font-size:1.9em!important}.enlarge-2x-lg{font-size:2em!important}.enlarge-3x-lg{font-size:3em!important}.enlarge-4x-lg{font-size:4em!important}}@media screen and (min-width: 1200px){.text-upper-xl{text-transform:uppercase!important}.text-lower-xl{text-transform:lowercase!important}.text-cap-xl{text-transform:capitalize!important}.text-left-xl{text-align:left!important}.text-right-xl{text-align:right!important}.text-center-xl{text-align:center!important}.text-just-xl{text-align:justify!important}.va-top-xl{vertical-align:top!important}.va-bottom-xl{vertical-align:bottom!important}.va-baseline-xl{vertical-align:baseline!important}.va-middle-xl{vertical-align:middle!important}.va-sub-xl{vertical-align:sub!important}.va-super-xl{vertical-align:super!important}.va-text-top-xl{vertical-align:text-top!important}.va-text-bottom-xl{vertical-align:text-bottom!important}.reduce-1-xl{font-size:.9em!important}.reduce-2-xl{font-size:.8em!important}.reduce-3-xl{font-size:.7em!important}.reduce-4-xl{font-size:.6em!important}.reduce-5-xl{font-size:.5em!important}.reduce-6-xl{font-size:.4em!important}.reduce-7-xl{font-size:.3em!important}.reduce-8-xl{font-size:.2em!important}.reduce-9-xl{font-size:.1em!important}.enlarge-xl{font-size:1em!important}.enlarge-1-xl{font-size:1.1em!important}.enlarge-2-xl{font-size:1.2em!important}.enlarge-3-xl{font-size:1.3em!important}.enlarge-4-xl{font-size:1.4em!important}.enlarge-5-xl{font-size:1.5em!important}.enlarge-6-xl{font-size:1.6em!important}.enlarge-7-xl{font-size:1.7em!important}.enlarge-8-xl{font-size:1.8em!important}.enlarge-9-xl{font-size:1.9em!important}.enlarge-2x-xl{font-size:2em!important}.enlarge-3x-xl{font-size:3em!important}.enlarge-4x-xl{font-size:4em!important}}@media screen and (min-width: 1452px){.text-upper-xxl{text-transform:uppercase!important}.text-lower-xxl{text-transform:lowercase!important}.text-cap-xxl{text-transform:capitalize!important}.text-left-xxl{text-align:left!important}.text-right-xxl{text-align:right!important}.text-center-xxl{text-align:center!important}.text-just-xxl{text-align:justify!important}.va-top-xxl{vertical-align:top!important}.va-bottom-xxl{vertical-align:bottom!important}.va-baseline-xxl{vertical-align:baseline!important}.va-middle-xxl{vertical-align:middle!important}.va-sub-xxl{vertical-align:sub!important}.va-super-xxl{vertical-align:super!important}.va-text-top-xxl{vertical-align:text-top!important}.va-text-bottom-xxl{vertical-align:text-bottom!important}.reduce-1-xxl{font-size:.9em!important}.reduce-2-xxl{font-size:.8em!important}.reduce-3-xxl{font-size:.7em!important}.reduce-4-xxl{font-size:.6em!important}.reduce-5-xxl{font-size:.5em!important}.reduce-6-xxl{font-size:.4em!important}.reduce-7-xxl{font-size:.3em!important}.reduce-8-xxl{font-size:.2em!important}.reduce-9-xxl{font-size:.1em!important}.enlarge-xxl{font-size:1em!important}.enlarge-1-xxl{font-size:1.1em!important}.enlarge-2-xxl{font-size:1.2em!important}.enlarge-3-xxl{font-size:1.3em!important}.enlarge-4-xxl{font-size:1.4em!important}.enlarge-5-xxl{font-size:1.5em!important}.enlarge-6-xxl{font-size:1.6em!important}.enlarge-7-xxl{font-size:1.7em!important}.enlarge-8-xxl{font-size:1.8em!important}.enlarge-9-xxl{font-size:1.9em!important}.enlarge-2x-xxl{font-size:2em!important}.enlarge-3x-xxl{font-size:3em!important}.enlarge-4x-xxl{font-size:4em!important}}@media screen and (min-width: 2000px){.text-upper-xxxl{text-transform:uppercase!important}.text-lower-xxxl{text-transform:lowercase!important}.text-cap-xxxl{text-transform:capitalize!important}.text-left-xxxl{text-align:left!important}.text-right-xxxl{text-align:right!important}.text-center-xxxl{text-align:center!important}.text-just-xxxl{text-align:justify!important}.va-top-xxxl{vertical-align:top!important}.va-bottom-xxxl{vertical-align:bottom!important}.va-baseline-xxxl{vertical-align:baseline!important}.va-middle-xxxl{vertical-align:middle!important}.va-sub-xxxl{vertical-align:sub!important}.va-super-xxxl{vertical-align:super!important}.va-text-top-xxxl{vertical-align:text-top!important}.va-text-bottom-xxxl{vertical-align:text-bottom!important}.reduce-1-xxxl{font-size:.9em!important}.reduce-2-xxxl{font-size:.8em!important}.reduce-3-xxxl{font-size:.7em!important}.reduce-4-xxxl{font-size:.6em!important}.reduce-5-xxxl{font-size:.5em!important}.reduce-6-xxxl{font-size:.4em!important}.reduce-7-xxxl{font-size:.3em!important}.reduce-8-xxxl{font-size:.2em!important}.reduce-9-xxxl{font-size:.1em!important}.enlarge-xxxl{font-size:1em!important}.enlarge-1-xxxl{font-size:1.1em!important}.enlarge-2-xxxl{font-size:1.2em!important}.enlarge-3-xxxl{font-size:1.3em!important}.enlarge-4-xxxl{font-size:1.4em!important}.enlarge-5-xxxl{font-size:1.5em!important}.enlarge-6-xxxl{font-size:1.6em!important}.enlarge-7-xxxl{font-size:1.7em!important}.enlarge-8-xxxl{font-size:1.8em!important}.enlarge-9-xxxl{font-size:1.9em!important}.enlarge-2x-xxxl{font-size:2em!important}.enlarge-3x-xxxl{font-size:3em!important}.enlarge-4x-xxxl{font-size:4em!important}}.wrap-long{word-break:break-word;word-wrap:break-word;overflow-wrap:break-word}.error{text-decoration:underline wavy red}.transition{transition:all .3s linear}.inherit-colors{background-color:inherit!important;color:inherit!important}.inherit-background{background-color:inherit!important}.inherit-color{color:inherit!important}.clear:after,.clear-fix:after,.clearfix:after{display:block;clear:both;content:""}.overflow{overflow:auto!important}.no-overflow{overflow:hidden!important}.scroll{overflow:scroll!important}.scroll-x{overflow-x:auto!important}.scroll-y{overflow-y:auto!important}.no-scroll{overflow:hidden!important}.no-scroll-x{overflow-x:hidden!important}.no-scroll-y{overflow-y:hidden!important}.wrap{white-space:normal!important}.no-wrap{white-space:nowrap!important}.no-user-select{user-select:none!important}.no-appearance{appearance:none!important}.collapse{overflow:hidden;max-height:0;transition:max-height .3s ease}.expand{max-height:1000px!important;transition:max-height .3s ease!important;transition-duration:.5s!important;overflow:visible!important}.selected{box-shadow:0 0 0 4px var(--selected-color)!important}.selected:after{position:absolute;display:block;border-top:28px solid var(--selected-color);border-left:28px solid transparent;right:-1px;content:"";top:-1px;z-index:100}.selected:before{position:absolute;display:block;content:"";background-color:transparent;border-color:#fff!important;border-left:2px solid;border-bottom:2px solid;height:.325rem;width:.5rem;right:.25rem;top:.25rem;z-index:102;transform:rotate(-45deg)}.disabled,.-disabled{pointer-events:none!important}.stop-pointer{pointer-events:none;user-select:none}@media screen and (min-width: 0){.overflow-fs{overflow:auto!important}.no-overflow-fs{overflow:hidden!important}.scroll-fs{overflow:scroll!important}.scroll-x-fs{overflow-x:auto!important}.scroll-y-fs{overflow-y:auto!important}.no-scroll-fs{overflow:hidden!important}.no-scroll-x-fs{overflow-x:hidden!important}.no-scroll-y-fs{overflow-y:hidden!important}.wrap-fs{white-space:normal!important}.no-wrap-fs{white-space:nowrap!important}.collapse-fs{overflow:hidden;max-height:0;transition:max-height .3s ease}.expand-fs{max-height:1000px!important;transition:max-height .3s ease!important;transition-duration:.5s!important;overflow:visible!important}}@media screen and (min-width: 360px){.overflow-xs{overflow:auto!important}.no-overflow-xs{overflow:hidden!important}.scroll-xs{overflow:scroll!important}.scroll-x-xs{overflow-x:auto!important}.scroll-y-xs{overflow-y:auto!important}.no-scroll-xs{overflow:hidden!important}.no-scroll-x-xs{overflow-x:hidden!important}.no-scroll-y-xs{overflow-y:hidden!important}.wrap-xs{white-space:normal!important}.no-wrap-xs{white-space:nowrap!important}.collapse-xs{overflow:hidden;max-height:0;transition:max-height .3s ease}.expand-xs{max-height:1000px!important;transition:max-height .3s ease!important;transition-duration:.5s!important;overflow:visible!important}}@media screen and (min-width: 576px){.overflow-sm{overflow:auto!important}.no-overflow-sm{overflow:hidden!important}.scroll-sm{overflow:scroll!important}.scroll-x-sm{overflow-x:auto!important}.scroll-y-sm{overflow-y:auto!important}.no-scroll-sm{overflow:hidden!important}.no-scroll-x-sm{overflow-x:hidden!important}.no-scroll-y-sm{overflow-y:hidden!important}.wrap-sm{white-space:normal!important}.no-wrap-sm{white-space:nowrap!important}.collapse-sm{overflow:hidden;max-height:0;transition:max-height .3s ease}.expand-sm{max-height:1000px!important;transition:max-height .3s ease!important;transition-duration:.5s!important;overflow:visible!important}}@media screen and (min-width: 640px){.overflow-ld{overflow:auto!important}.no-overflow-ld{overflow:hidden!important}.scroll-ld{overflow:scroll!important}.scroll-x-ld{overflow-x:auto!important}.scroll-y-ld{overflow-y:auto!important}.no-scroll-ld{overflow:hidden!important}.no-scroll-x-ld{overflow-x:hidden!important}.no-scroll-y-ld{overflow-y:hidden!important}.wrap-ld{white-space:normal!important}.no-wrap-ld{white-space:nowrap!important}.collapse-ld{overflow:hidden;max-height:0;transition:max-height .3s ease}.expand-ld{max-height:1000px!important;transition:max-height .3s ease!important;transition-duration:.5s!important;overflow:visible!important}}@media screen and (min-width: 768px){.overflow-md{overflow:auto!important}.no-overflow-md{overflow:hidden!important}.scroll-md{overflow:scroll!important}.scroll-x-md{overflow-x:auto!important}.scroll-y-md{overflow-y:auto!important}.no-scroll-md{overflow:hidden!important}.no-scroll-x-md{overflow-x:hidden!important}.no-scroll-y-md{overflow-y:hidden!important}.wrap-md{white-space:normal!important}.no-wrap-md{white-space:nowrap!important}.collapse-md{overflow:hidden;max-height:0;transition:max-height .3s ease}.expand-md{max-height:1000px!important;transition:max-height .3s ease!important;transition-duration:.5s!important;overflow:visible!important}}@media screen and (min-width: 992px){.overflow-lg{overflow:auto!important}.no-overflow-lg{overflow:hidden!important}.scroll-lg{overflow:scroll!important}.scroll-x-lg{overflow-x:auto!important}.scroll-y-lg{overflow-y:auto!important}.no-scroll-lg{overflow:hidden!important}.no-scroll-x-lg{overflow-x:hidden!important}.no-scroll-y-lg{overflow-y:hidden!important}.wrap-lg{white-space:normal!important}.no-wrap-lg{white-space:nowrap!important}.collapse-lg{overflow:hidden;max-height:0;transition:max-height .3s ease}.expand-lg{max-height:1000px!important;transition:max-height .3s ease!important;transition-duration:.5s!important;overflow:visible!important}}@media screen and (min-width: 1200px){.overflow-xl{overflow:auto!important}.no-overflow-xl{overflow:hidden!important}.scroll-xl{overflow:scroll!important}.scroll-x-xl{overflow-x:auto!important}.scroll-y-xl{overflow-y:auto!important}.no-scroll-xl{overflow:hidden!important}.no-scroll-x-xl{overflow-x:hidden!important}.no-scroll-y-xl{overflow-y:hidden!important}.wrap-xl{white-space:normal!important}.no-wrap-xl{white-space:nowrap!important}.collapse-xl{overflow:hidden;max-height:0;transition:max-height .3s ease}.expand-xl{max-height:1000px!important;transition:max-height .3s ease!important;transition-duration:.5s!important;overflow:visible!important}}@media screen and (min-width: 1452px){.overflow-xxl{overflow:auto!important}.no-overflow-xxl{overflow:hidden!important}.scroll-xxl{overflow:scroll!important}.scroll-x-xxl{overflow-x:auto!important}.scroll-y-xxl{overflow-y:auto!important}.no-scroll-xxl{overflow:hidden!important}.no-scroll-x-xxl{overflow-x:hidden!important}.no-scroll-y-xxl{overflow-y:hidden!important}.wrap-xxl{white-space:normal!important}.no-wrap-xxl{white-space:nowrap!important}.collapse-xxl{overflow:hidden;max-height:0;transition:max-height .3s ease}.expand-xxl{max-height:1000px!important;transition:max-height .3s ease!important;transition-duration:.5s!important;overflow:visible!important}}@media screen and (min-width: 2000px){.overflow-xxxl{overflow:auto!important}.no-overflow-xxxl{overflow:hidden!important}.scroll-xxxl{overflow:scroll!important}.scroll-x-xxxl{overflow-x:auto!important}.scroll-y-xxxl{overflow-y:auto!important}.no-scroll-xxxl{overflow:hidden!important}.no-scroll-x-xxxl{overflow-x:hidden!important}.no-scroll-y-xxxl{overflow-y:hidden!important}.wrap-xxxl{white-space:normal!important}.no-wrap-xxxl{white-space:nowrap!important}.collapse-xxxl{overflow:hidden;max-height:0;transition:max-height .3s ease}.expand-xxxl{max-height:1000px!important;transition:max-height .3s ease!important;transition-duration:.5s!important;overflow:visible!important}}:root{--z-index-selected: 100;--z-index-absolute: 500;--z-index-dropdown: 1000;--z-index-sticy: 1020;--z-index-fixed: 1030;--z-index-modal-backdrop: 1040;--z-index-modal: 1050;--z-index-popover: 1060;--z-index-tooltip: 1070;--z-index-top: 1080;--z-index-notify: 1085;--z-index-charms: 1090;--z-index-overlay: 2000;--z-index-fullscreen: 2147483647}.z-absolute{z-index:500!important}.z-dropdown{z-index:1000!important}.z-sticky{z-index:1020!important}.z-fixed{z-index:1030!important}.z-modal-backdrop{z-index:1040!important}.z-modal{z-index:1050!important}.z-popover{z-index:1060!important}.z-tooltip{z-index:1070!important}.z-top{z-index:1080!important}.z-notify{z-index:1085!important}.z-charms{z-index:1090!important}.z-overlay{z-index:2000!important}.z-fullscreen{z-index:2147483647!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}.z-4{z-index:4!important}.z-5{z-index:5!important}.z-6{z-index:6!important}.z-7{z-index:7!important}.z-8{z-index:8!important}.z-9{z-index:9!important}.z-10{z-index:10!important}:root{--accordion-heading-background: #f8f8f8;--accordion-heading-color: #191919}.dark-side{--accordion-heading-background: #2b2d30;--accordion-heading-color: #dfe1e5}.accordion{list-style:none inside;margin:0;padding:0;position:relative;display:flex;flex-direction:column;width:100%}.accordion>.frame{display:block;margin:1px 0}.accordion>.frame>.heading{display:block;position:relative;padding:8px 16px;background-color:var(--accordion-heading-background);color:var(--accordion-heading-color);cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.accordion>.frame>.content{display:block}.accordion.marker-on .heading{padding-left:40px}.accordion.marker-on .heading:before{line-height:1;display:block;content:"\203a";position:absolute;left:0;top:0;font-size:32px;width:34px;height:34px;text-align:center;transform:rotate(0);transition:transform .3s;transform-origin:50% 50%}.accordion.marker-on .frame.active>.heading:before{transform:rotate(90deg);transition:transform .3s}.accordion.marker-on[dir=rtl] .heading{padding-left:1rem;padding-right:32px}.accordion.marker-on[dir=rtl] .heading:before{left:auto;right:0}.accordion.marker-on[dir=rtl] .frame.active>.heading:before{transform:rotate(-90deg);transition:transform .3s}.accordion.material .heading:before{display:none}.accordion.material>.frame>.heading{padding:16px 42px 16px 16px;font-size:16px;background-color:var(--accordion-heading-background);color:var(--accordion-heading-color)}.accordion.material>.frame>.heading:after{display:block;content:"\203a";position:absolute;right:16px;top:8px;font-size:32px;width:40px;height:40px;text-align:center;line-height:1;transform:rotate(0);transition:transform .3s;transform-origin:50% 50%}.accordion.material .frame+.frame{border-top:1px var(--border-color) solid}.accordion.material>.frame>.content{padding:16px;font-size:14px}.accordion.material>.frame.active .heading:after{transform:rotate(90deg);transition:transform .3s}.accordion.rtl.material>.frame>.heading,.accordion[dir=rtl].material>.frame>.heading{padding:16px 16px 16px 42px}.accordion.rtl.material>.frame>.heading:after,.accordion[dir=rtl].material>.frame>.heading:after{left:16px;right:auto;top:8px;transform:rotate(180deg)}.accordion.rtl.material>.frame.active .heading:after,.accordion[dir=rtl].material>.frame.active .heading:after{transform:rotate(270deg)}.action-button{padding:0;border-radius:50%;width:56px;height:56px;line-height:56px;text-align:center;display:inline-block;font-weight:400;white-space:nowrap;vertical-align:middle;user-select:none;border:1px solid transparent;font-size:.875rem;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:none;position:relative;box-shadow:0 2px 10px #00000029,0 2px 5px #00000042}.action-button .icon{width:20px;height:20px;line-height:20px;font-size:20px;display:inline-block;text-align:center;margin-top:18px}.action-button .icon>*{width:100%;max-height:100%;display:inline-block}.action-button.second{width:40px;height:40px;line-height:40px;box-shadow:0 2px 10px #00000029,0 2px 5px #00000042}.action-button.second .icon{width:16px;height:16px;line-height:16px;font-size:16px;margin-top:0}.action-button.prime{box-shadow:0 6px 20px #00000030,0 8px 17px #0003}.action-button:active{box-shadow:0 17px 50px #00000030,0 12px 15px #0000003d}.multi-action{display:inline-block;vertical-align:middle;position:relative;width:56px;height:56px}.multi-action .action-button{position:absolute;z-index:2;margin:0!important}.multi-action .actions{position:absolute;list-style:none inside none;margin:0;padding:0;width:auto;float:left;background-color:transparent;top:8px;left:8px;z-index:1;width:40px;height:40px;border-radius:50%}.multi-action .actions li{position:absolute;display:block;width:40px;height:40px;border-radius:50%;box-shadow:0 2px 10px #00000029,0 2px 5px #00000042;margin:0;background:#989898;color:#fff;transform:scale(.2);line-height:40px;font-size:20px;transition:all .3s;cursor:pointer}.multi-action .actions li a{background:inherit;color:inherit;display:block;width:40px;height:40px;border-radius:50%;line-height:40px;text-align:center;text-decoration:none}.multi-action .actions li:active{box-shadow:0 6px 20px #00000030,0 8px 17px #0003}.multi-action .actions.drop-right,.multi-action .actions.drop-left,.multi-action .actions.drop-down,.multi-action .actions.drop-up{top:8px!important;left:8px!important}.multi-action .action-button.active~.actions li{transition:all .3s;transform:scale(1)}.multi-action .action-button.active~.actions li:nth-child(1){margin-top:-56px}.multi-action .action-button.active~.actions li:nth-child(2){margin-top:-104px}.multi-action .action-button.active~.actions li:nth-child(3){margin-top:-152px}.multi-action .action-button.active~.actions li:nth-child(4){margin-top:-200px}.multi-action .action-button.active~.actions li:nth-child(5){margin-top:-248px}.multi-action .action-button.active~.actions li:nth-child(6){margin-top:-296px}.multi-action .action-button.active~.actions li:nth-child(7){margin-top:-344px}.multi-action .action-button.active~.actions li:nth-child(8){margin-top:-392px}.multi-action .action-button.active~.actions li:nth-child(9){margin-top:-440px}.multi-action .action-button.active~.actions li:nth-child(10){margin-top:-488px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(1),.multi-action .action-button.active~.actions.drop-down li:nth-child(1){margin-top:56px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(2),.multi-action .action-button.active~.actions.drop-down li:nth-child(2){margin-top:104px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(3),.multi-action .action-button.active~.actions.drop-down li:nth-child(3){margin-top:152px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(4),.multi-action .action-button.active~.actions.drop-down li:nth-child(4){margin-top:200px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(5),.multi-action .action-button.active~.actions.drop-down li:nth-child(5){margin-top:248px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(6),.multi-action .action-button.active~.actions.drop-down li:nth-child(6){margin-top:296px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(7),.multi-action .action-button.active~.actions.drop-down li:nth-child(7){margin-top:344px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(8),.multi-action .action-button.active~.actions.drop-down li:nth-child(8){margin-top:392px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(9),.multi-action .action-button.active~.actions.drop-down li:nth-child(9){margin-top:440px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(10),.multi-action .action-button.active~.actions.drop-down li:nth-child(10){margin-top:488px}.multi-action .action-button.active~.actions.drop-right li{margin-top:0}.multi-action .action-button.active~.actions.drop-right li:nth-child(1){margin-left:56px}.multi-action .action-button.active~.actions.drop-right li:nth-child(2){margin-left:104px}.multi-action .action-button.active~.actions.drop-right li:nth-child(3){margin-left:152px}.multi-action .action-button.active~.actions.drop-right li:nth-child(4){margin-left:200px}.multi-action .action-button.active~.actions.drop-right li:nth-child(5){margin-left:248px}.multi-action .action-button.active~.actions.drop-right li:nth-child(6){margin-left:296px}.multi-action .action-button.active~.actions.drop-right li:nth-child(7){margin-left:344px}.multi-action .action-button.active~.actions.drop-right li:nth-child(8){margin-left:392px}.multi-action .action-button.active~.actions.drop-right li:nth-child(9){margin-left:440px}.multi-action .action-button.active~.actions.drop-right li:nth-child(10){margin-left:488px}.multi-action .action-button.active~.actions.drop-left li{margin-top:0}.multi-action .action-button.active~.actions.drop-left li:nth-child(1){margin-left:-56px}.multi-action .action-button.active~.actions.drop-left li:nth-child(2){margin-left:-104px}.multi-action .action-button.active~.actions.drop-left li:nth-child(3){margin-left:-152px}.multi-action .action-button.active~.actions.drop-left li:nth-child(4){margin-left:-200px}.multi-action .action-button.active~.actions.drop-left li:nth-child(5){margin-left:-248px}.multi-action .action-button.active~.actions.drop-left li:nth-child(6){margin-left:-296px}.multi-action .action-button.active~.actions.drop-left li:nth-child(7){margin-left:-344px}.multi-action .action-button.active~.actions.drop-left li:nth-child(8){margin-left:-392px}.multi-action .action-button.active~.actions.drop-left li:nth-child(9){margin-left:-440px}.multi-action .action-button.active~.actions.drop-left li:nth-child(10){margin-left:-488px}.multi-action .action-button .icon{transition:all .3s}.multi-action .action-button.active.rotate .icon{transform:rotate(45deg)}.multi-action .action-button.active.rotate-minus .icon{transform:rotate(-45deg)}.action-button.floating-action-top,.multi-action.floating-action-top{z-index:1080;top:90px;left:16px;position:fixed}.action-button.floating-action-bottom,.multi-action.floating-action-bottom{z-index:1080;bottom:20px;right:20px;position:fixed}:root{--button-background: #ebebeb;--button-background-hover: #dadada;--button-color: #191919;--button-border-color: #ebebeb;--button-border-radius: 0}.dark-side{--button-background: #2b2d30;--button-background-hover: #333439;--button-color: #f3fcff;--button-border-color: #4e5157}.button,.flat-button{display:inline-flex;align-items:center;justify-content:center;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;padding:0 .75rem;font-size:.875rem;height:36px;transition:all .15s ease-in-out;background-color:var(--button-background);color:var(--button-color);border:1px solid var(--button-border-color);cursor:pointer;outline:none;position:relative;overflow:visible;border-radius:var(--button-border-radius)}.button *+*,.flat-button *+*{margin-left:8px}.button.disabled,.flat-button.disabled,.button:disabled,.flat-button:disabled{pointer-events:none;opacity:.65}.button img,.flat-button img{height:1rem}.button:active,.button.focus,.button:focus{text-decoration:none}.button:hover{background-color:var(--button-background-hover)}.button.link{background-color:transparent}.button.link:hover{background-color:transparent;text-decoration:underline}.button.link.focus,.button.link:focus{box-shadow:none}.button.mini{font-size:.625rem;padding:0 .5rem;height:20px;line-height:20px}.button.mini img{height:.625rem}.button.small{font-size:.75rem;padding:0 .6rem;height:26px;line-height:26px}.button.small img{height:.75rem}.button.large{font-size:1.375rem;padding:0 1rem;height:53px;line-height:53px}.button.large img{height:1.375rem}.button.square,.button.cycle{width:2.25rem;height:2.25rem;padding-left:0!important;padding-right:0!important;flex-shrink:0!important;flex-grow:0!important}.button.square.mini,.button.cycle.mini{width:1.25rem;height:1.25rem}.button.square.small,.button.cycle.small{width:1.625rem;height:1.625rem}.button.square.large,.button.cycle.large{width:3.3125rem;height:3.3125rem}.button.cycle{border-radius:50%}.button.square.dropdown-toggle:before,.button.cycle.dropdown-toggle:before{display:none}.button.dropdown-toggle.no-marker{padding-right:.75rem!important}.button.outline{background:transparent none;border-width:1px;border-color:var(--button-border-color)}a.button,a.flat-button{appearance:none;color:var(--button-color);box-shadow:none;text-decoration:none}input[type=button],input[type=submit],input[type=reset]{display:inline-flex;align-items:center;justify-content:center;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;padding:0 .75rem;font-size:.875rem;height:36px;transition:all .15s ease-in-out;background-color:var(--button-background);color:var(--button-color);border:1px solid var(--button-border-color);cursor:pointer;outline:none;position:relative;overflow:visible;border-radius:var(--button-border-radius)}input[type=button] *+*,input[type=submit] *+*,input[type=reset] *+*{margin-left:8px}input[type=button].disabled,input[type=submit].disabled,input[type=reset].disabled,input[type=button]:disabled,input[type=submit]:disabled,input[type=reset]:disabled{pointer-events:none;opacity:.65}input[type=button] img,input[type=submit] img,input[type=reset] img{height:1rem}input[type=button]:active,input[type=submit]:active,input[type=reset]:active,input[type=button].focus,input[type=submit].focus,input[type=reset].focus,input[type=button]:focus,input[type=submit]:focus,input[type=reset]:focus{text-decoration:none}input[type=button]:hover,input[type=submit]:hover,input[type=reset]:hover{background-color:var(--button-background-hover)}input[type=button].link,input[type=submit].link,input[type=reset].link{background-color:transparent}input[type=button].link:hover,input[type=submit].link:hover,input[type=reset].link:hover{background-color:transparent;text-decoration:underline}input[type=button].link.focus,input[type=submit].link.focus,input[type=reset].link.focus,input[type=button].link:focus,input[type=submit].link:focus,input[type=reset].link:focus{box-shadow:none}input[type=button].mini,input[type=submit].mini,input[type=reset].mini{font-size:.625rem;padding:0 .5rem;height:20px;line-height:20px}input[type=button].mini img,input[type=submit].mini img,input[type=reset].mini img{height:.625rem}input[type=button].small,input[type=submit].small,input[type=reset].small{font-size:.75rem;padding:0 .6rem;height:26px;line-height:26px}input[type=button].small img,input[type=submit].small img,input[type=reset].small img{height:.75rem}input[type=button].large,input[type=submit].large,input[type=reset].large{font-size:1.375rem;padding:0 1rem;height:53px;line-height:53px}input[type=button].large img,input[type=submit].large img,input[type=reset].large img{height:1.375rem}input[type=button].square,input[type=submit].square,input[type=reset].square,input[type=button].cycle,input[type=submit].cycle,input[type=reset].cycle{width:2.25rem;height:2.25rem;padding-left:0!important;padding-right:0!important;flex-shrink:0!important;flex-grow:0!important}input[type=button].square.mini,input[type=submit].square.mini,input[type=reset].square.mini,input[type=button].cycle.mini,input[type=submit].cycle.mini,input[type=reset].cycle.mini{width:1.25rem;height:1.25rem}input[type=button].square.small,input[type=submit].square.small,input[type=reset].square.small,input[type=button].cycle.small,input[type=submit].cycle.small,input[type=reset].cycle.small{width:1.625rem;height:1.625rem}input[type=button].square.large,input[type=submit].square.large,input[type=reset].square.large,input[type=button].cycle.large,input[type=submit].cycle.large,input[type=reset].cycle.large{width:3.3125rem;height:3.3125rem}input[type=button].cycle,input[type=submit].cycle,input[type=reset].cycle{border-radius:50%}input[type=button].square.dropdown-toggle:before,input[type=submit].square.dropdown-toggle:before,input[type=reset].square.dropdown-toggle:before,input[type=button].cycle.dropdown-toggle:before,input[type=submit].cycle.dropdown-toggle:before,input[type=reset].cycle.dropdown-toggle:before{display:none}input[type=button].dropdown-toggle.no-marker,input[type=submit].dropdown-toggle.no-marker,input[type=reset].dropdown-toggle.no-marker{padding-right:.75rem!important}input[type=button].outline,input[type=submit].outline,input[type=reset].outline{background:transparent none;border-width:1px;border-color:var(--button-border-color)}input[type=button] .load-marker,input[type=submit] .load-marker,input[type=reset] .load-marker{transform:scale(0);opacity:0;transition:all .3s ease-in-out}input[type=button] .load-caption,input[type=submit] .load-caption,input[type=reset] .load-caption{margin-left:-16px;transition:all .3s ease-in-out}input[type=button].loading .load-marker,input[type=submit].loading .load-marker,input[type=reset].loading .load-marker{transform:scale(1);opacity:1;animation:spin-loader 1.5s linear infinite}input[type=button].loading .load-caption,input[type=submit].loading .load-caption,input[type=reset].loading .load-caption{margin-left:.5rem}.button .load-marker{transform:scale(0);opacity:0;transition:all .3s ease-in-out}.button .load-caption{margin-left:-16px;transition:all .3s ease-in-out}.button.loading .load-marker{transform:scale(1);opacity:1;animation:spin-loader 1.5s linear infinite}.button.loading .load-caption{margin-left:.5rem}.button.flat,.flat-button{min-width:64px;background-color:transparent;border-color:transparent}.button.flat:hover,.flat-button:hover{background-color:var(--button-background);border-color:var(--button-background)}@keyframes spin-loader{0%{transform:rotate(0)}to{transform:rotate(359deg)}}:root{--color-dark: #1d1d1d;--color-light: #f8f8f8;--color-gray: #bebebe;--color-grayBlue: #607d8b;--color-grayWhite: #f5f5f5;--color-grayMouse: #455a64;--color-lime: #a4c400;--color-green: #60a917;--color-emerald: #008a00;--color-blue: #00AFF0;--color-teal: #00aba9;--color-cyan: #1fb1f8;--color-cobalt: #0050ef;--color-indigo: #6a00ff;--color-violet: #aa00ff;--color-pink: #dc4fad;--color-magenta: #d80073;--color-crimson: #a20025;--color-red: #CE352C;--color-orange: #fa6800;--color-amber: #f0a30a;--color-yellow: #fff000;--color-brown: #825a2c;--color-olive: #6d8764;--color-steel: #647687;--color-mauve: #76608a;--color-taupe: #87794e;--color-dark-lime: #647800;--color-dark-green: #3a660e;--color-dark-emerald: #003d00;--color-dark-blue: #0077a3;--color-dark-teal: #005e5d;--color-dark-cyan: #0686c4;--color-dark-cobalt: #0036a3;--color-dark-indigo: #4a00b3;--color-dark-violet: #7700b3;--color-dark-pink: #ba2588;--color-dark-magenta: #8c004a;--color-dark-crimson: #560014;--color-dark-red: #8f251f;--color-dark-orange: #ae4800;--color-dark-amber: #a77107;--color-dark-yellow: #b3a800;--color-dark-brown: #493219;--color-dark-olive: #4a5b43;--color-dark-steel: #43505b;--color-dark-mauve: #4f415d;--color-dark-taupe: #574e32;--color-light-lime: #d8ff12;--color-light-green: #86e22a;--color-light-emerald: #00d600;--color-light-blue: #3ecbff;--color-light-teal: #00f7f5;--color-light-cyan: #69cbfa;--color-light-cobalt: #3d7eff;--color-light-indigo: #974dff;--color-light-violet: #c44dff;--color-light-pink: #e98fcb;--color-light-magenta: #ff2599;--color-light-crimson: #ef0036;--color-light-red: #df6e68;--color-light-orange: #ff9447;--color-light-amber: #f8bf4f;--color-light-yellow: #fff44d;--color-light-brown: #bb823f;--color-light-olive: #95ab8d;--color-light-steel: #8d9cab;--color-light-mauve: #9c89ad;--color-light-taupe: #aea073;--color-hover-default: rgba(29, 29, 29, .1);--color-success: green;--color-alert: #c10000;--color-warning: orange;--color-info: #468cff}.bg-transparent{background-color:transparent!important}.bg-default{background-color:var(--default-background)!important}.bg-hover:hover{background-color:#1d1d1d1a!important}.bg-hover2:hover{background-color:#1d1d1d80!important}.bg-hover-light:hover{background-color:#ffffff03!important}.bg-hover-light1:hover{background-color:#ffffff1a!important}.bg-hover-light2:hover{background-color:#fff3!important}.bg-hover-light3:hover{background-color:#ffffff4d!important}.bg-facebook{background-color:#4267b2!important}.bg-twitter{background-color:#1da1f2!important}.bg-github{background-color:#24292e!important}.bg-bootstrap{background-color:#563d7c!important}.bg-gitlab{background-color:#e65328!important}.bg-amazon{background-color:#232f3e!important}.bg-black,.bg-black-active:active,.bg-black-hover:hover{background-color:#000!important}.bg-black-focus:focus{background-color:#000!important}.bg-white,.bg-white-active:active,.bg-white-hover:hover{background-color:#fff!important}.bg-white-focus:focus{background-color:#fff!important}.bg-dark,.bg-dark-active:active,.bg-dark-hover:hover{background-color:#1d1d1d!important}.bg-dark-focus:focus{background-color:#1d1d1d!important}.bg-light,.bg-light-active:active,.bg-light-hover:hover{background-color:#f8f8f8!important}.bg-light-focus:focus{background-color:#f8f8f8!important}.bg-grayBlue,.bg-grayBlue-active:active,.bg-grayBlue-hover:hover{background-color:#607d8b!important}.bg-grayBlue-focus:focus{background-color:#607d8b!important}.bg-grayWhite,.bg-grayWhite-active:active,.bg-grayWhite-hover:hover{background-color:#f5f5f5!important}.bg-grayWhite-focus:focus{background-color:#f5f5f5!important}.bg-grayMouse,.bg-grayMouse-active:active,.bg-grayMouse-hover:hover{background-color:#455a64!important}.bg-grayMouse-focus:focus{background-color:#455a64!important}.bg-brandColor1,.bg-brandColor1-active:active,.bg-brandColor1-hover:hover{background-color:#2ac4f4!important}.bg-brandColor1-focus:focus{background-color:#2ac4f4!important}.bg-brandColor2,.bg-brandColor2-active:active,.bg-brandColor2-hover:hover{background-color:#004d6f!important}.bg-brandColor2-focus:focus{background-color:#004d6f!important}.bg-lime,.bg-lime-active:active,.bg-lime-hover:hover{background-color:#a4c400!important}.bg-lime-focus:focus{background-color:#a4c400!important}.bg-green,.bg-green-active:active,.bg-green-hover:hover{background-color:#60a917!important}.bg-green-focus:focus{background-color:#60a917!important}.bg-emerald,.bg-emerald-active:active,.bg-emerald-hover:hover{background-color:#008a00!important}.bg-emerald-focus:focus{background-color:#008a00!important}.bg-blue,.bg-blue-active:active,.bg-blue-hover:hover{background-color:#00aff0!important}.bg-blue-focus:focus{background-color:#00aff0!important}.bg-teal,.bg-teal-active:active,.bg-teal-hover:hover{background-color:#00aba9!important}.bg-teal-focus:focus{background-color:#00aba9!important}.bg-cyan,.bg-cyan-active:active,.bg-cyan-hover:hover{background-color:#1fb1f8!important}.bg-cyan-focus:focus{background-color:#1fb1f8!important}.bg-cobalt,.bg-cobalt-active:active,.bg-cobalt-hover:hover{background-color:#0050ef!important}.bg-cobalt-focus:focus{background-color:#0050ef!important}.bg-indigo,.bg-indigo-active:active,.bg-indigo-hover:hover{background-color:#6a00ff!important}.bg-indigo-focus:focus{background-color:#6a00ff!important}.bg-violet,.bg-violet-active:active,.bg-violet-hover:hover{background-color:#a0f!important}.bg-violet-focus:focus{background-color:#a0f!important}.bg-pink,.bg-pink-active:active,.bg-pink-hover:hover{background-color:#dc4fad!important}.bg-pink-focus:focus{background-color:#dc4fad!important}.bg-magenta,.bg-magenta-active:active,.bg-magenta-hover:hover{background-color:#d80073!important}.bg-magenta-focus:focus{background-color:#d80073!important}.bg-crimson,.bg-crimson-active:active,.bg-crimson-hover:hover{background-color:#a20025!important}.bg-crimson-focus:focus{background-color:#a20025!important}.bg-red,.bg-red-active:active,.bg-red-hover:hover{background-color:#ce352c!important}.bg-red-focus:focus{background-color:#ce352c!important}.bg-orange,.bg-orange-active:active,.bg-orange-hover:hover{background-color:#fa6800!important}.bg-orange-focus:focus{background-color:#fa6800!important}.bg-amber,.bg-amber-active:active,.bg-amber-hover:hover{background-color:#f0a30a!important}.bg-amber-focus:focus{background-color:#f0a30a!important}.bg-yellow,.bg-yellow-active:active,.bg-yellow-hover:hover{background-color:#fff000!important}.bg-yellow-focus:focus{background-color:#fff000!important}.bg-brown,.bg-brown-active:active,.bg-brown-hover:hover{background-color:#825a2c!important}.bg-brown-focus:focus{background-color:#825a2c!important}.bg-olive,.bg-olive-active:active,.bg-olive-hover:hover{background-color:#6d8764!important}.bg-olive-focus:focus{background-color:#6d8764!important}.bg-steel,.bg-steel-active:active,.bg-steel-hover:hover{background-color:#647687!important}.bg-steel-focus:focus{background-color:#647687!important}.bg-mauve,.bg-mauve-active:active,.bg-mauve-hover:hover{background-color:#76608a!important}.bg-mauve-focus:focus{background-color:#76608a!important}.bg-taupe,.bg-taupe-active:active,.bg-taupe-hover:hover{background-color:#87794e!important}.bg-taupe-focus:focus{background-color:#87794e!important}.bg-gray,.bg-gray-active:active,.bg-gray-hover:hover{background-color:#bebebe!important}.bg-gray-focus:focus{background-color:#bebebe!important}.bg-lightLime,.bg-lightLime-active:active,.bg-lightLime-hover:hover{background-color:#d8ff12!important}.bg-lightLime-focus:focus{background-color:#d8ff12!important}.bg-lightGreen,.bg-lightGreen-active:active,.bg-lightGreen-hover:hover{background-color:#86e22a!important}.bg-lightGreen-focus:focus{background-color:#86e22a!important}.bg-lightEmerald,.bg-lightEmerald-active:active,.bg-lightEmerald-hover:hover{background-color:#00d600!important}.bg-lightEmerald-focus:focus{background-color:#00d600!important}.bg-lightBlue,.bg-lightBlue-active:active,.bg-lightBlue-hover:hover{background-color:#3ecbff!important}.bg-lightBlue-focus:focus{background-color:#3ecbff!important}.bg-lightTeal,.bg-lightTeal-active:active,.bg-lightTeal-hover:hover{background-color:#00f7f5!important}.bg-lightTeal-focus:focus{background-color:#00f7f5!important}.bg-lightCyan,.bg-lightCyan-active:active,.bg-lightCyan-hover:hover{background-color:#69cbfa!important}.bg-lightCyan-focus:focus{background-color:#69cbfa!important}.bg-lightCobalt,.bg-lightCobalt-active:active,.bg-lightCobalt-hover:hover{background-color:#3d7eff!important}.bg-lightCobalt-focus:focus{background-color:#3d7eff!important}.bg-lightIndigo,.bg-lightIndigo-active:active,.bg-lightIndigo-hover:hover{background-color:#974dff!important}.bg-lightIndigo-focus:focus{background-color:#974dff!important}.bg-lightViolet,.bg-lightViolet-active:active,.bg-lightViolet-hover:hover{background-color:#c44dff!important}.bg-lightViolet-focus:focus{background-color:#c44dff!important}.bg-lightPink,.bg-lightPink-active:active,.bg-lightPink-hover:hover{background-color:#e98fcb!important}.bg-lightPink-focus:focus{background-color:#e98fcb!important}.bg-lightMagenta,.bg-lightMagenta-active:active,.bg-lightMagenta-hover:hover{background-color:#ff2599!important}.bg-lightMagenta-focus:focus{background-color:#ff2599!important}.bg-lightCrimson,.bg-lightCrimson-active:active,.bg-lightCrimson-hover:hover{background-color:#ef0036!important}.bg-lightCrimson-focus:focus{background-color:#ef0036!important}.bg-lightRed,.bg-lightRed-active:active,.bg-lightRed-hover:hover{background-color:#df6e68!important}.bg-lightRed-focus:focus{background-color:#df6e68!important}.bg-lightOrange,.bg-lightOrange-active:active,.bg-lightOrange-hover:hover{background-color:#ff9447!important}.bg-lightOrange-focus:focus{background-color:#ff9447!important}.bg-lightAmber,.bg-lightAmber-active:active,.bg-lightAmber-hover:hover{background-color:#f8bf4f!important}.bg-lightAmber-focus:focus{background-color:#f8bf4f!important}.bg-lightYellow,.bg-lightYellow-active:active,.bg-lightYellow-hover:hover{background-color:#fff44d!important}.bg-lightYellow-focus:focus{background-color:#fff44d!important}.bg-lightBrown,.bg-lightBrown-active:active,.bg-lightBrown-hover:hover{background-color:#bb823f!important}.bg-lightBrown-focus:focus{background-color:#bb823f!important}.bg-lightOlive,.bg-lightOlive-active:active,.bg-lightOlive-hover:hover{background-color:#95ab8d!important}.bg-lightOlive-focus:focus{background-color:#95ab8d!important}.bg-lightSteel,.bg-lightSteel-active:active,.bg-lightSteel-hover:hover{background-color:#8d9cab!important}.bg-lightSteel-focus:focus{background-color:#8d9cab!important}.bg-lightMauve,.bg-lightMauve-active:active,.bg-lightMauve-hover:hover{background-color:#9c89ad!important}.bg-lightMauve-focus:focus{background-color:#9c89ad!important}.bg-lightTaupe,.bg-lightTaupe-active:active,.bg-lightTaupe-hover:hover{background-color:#aea073!important}.bg-lightTaupe-focus:focus{background-color:#aea073!important}.bg-lightGray,.bg-lightGray-active:active,.bg-lightGray-hover:hover{background-color:#e4e4e4!important}.bg-lightGray-focus:focus{background-color:#e4e4e4!important}.bg-lightGrayBlue,.bg-lightGrayBlue-active:active,.bg-lightGrayBlue-hover:hover{background-color:#8aa2ae!important}.bg-lightGrayBlue-focus:focus{background-color:#8aa2ae!important}.bg-darkLime,.bg-darkLime-active:active,.bg-darkLime-hover:hover{background-color:#647800!important}.bg-darkLime-focus:focus{background-color:#647800!important}.bg-darkGreen,.bg-darkGreen-active:active,.bg-darkGreen-hover:hover{background-color:#3a660e!important}.bg-darkGreen-focus:focus{background-color:#3a660e!important}.bg-darkEmerald,.bg-darkEmerald-active:active,.bg-darkEmerald-hover:hover{background-color:#003d00!important}.bg-darkEmerald-focus:focus{background-color:#003d00!important}.bg-darkBlue,.bg-darkBlue-active:active,.bg-darkBlue-hover:hover{background-color:#0077a3!important}.bg-darkBlue-focus:focus{background-color:#0077a3!important}.bg-darkTeal,.bg-darkTeal-active:active,.bg-darkTeal-hover:hover{background-color:#005e5d!important}.bg-darkTeal-focus:focus{background-color:#005e5d!important}.bg-darkCyan,.bg-darkCyan-active:active,.bg-darkCyan-hover:hover{background-color:#0686c4!important}.bg-darkCyan-focus:focus{background-color:#0686c4!important}.bg-darkCobalt,.bg-darkCobalt-active:active,.bg-darkCobalt-hover:hover{background-color:#0036a3!important}.bg-darkCobalt-focus:focus{background-color:#0036a3!important}.bg-darkIndigo,.bg-darkIndigo-active:active,.bg-darkIndigo-hover:hover{background-color:#4a00b3!important}.bg-darkIndigo-focus:focus{background-color:#4a00b3!important}.bg-darkViolet,.bg-darkViolet-active:active,.bg-darkViolet-hover:hover{background-color:#7700b3!important}.bg-darkViolet-focus:focus{background-color:#7700b3!important}.bg-darkPink,.bg-darkPink-active:active,.bg-darkPink-hover:hover{background-color:#ba2588!important}.bg-darkPink-focus:focus{background-color:#ba2588!important}.bg-darkMagenta,.bg-darkMagenta-active:active,.bg-darkMagenta-hover:hover{background-color:#8c004a!important}.bg-darkMagenta-focus:focus{background-color:#8c004a!important}.bg-darkCrimson,.bg-darkCrimson-active:active,.bg-darkCrimson-hover:hover{background-color:#560014!important}.bg-darkCrimson-focus:focus{background-color:#560014!important}.bg-darkRed,.bg-darkRed-active:active,.bg-darkRed-hover:hover{background-color:#8f251f!important}.bg-darkRed-focus:focus{background-color:#8f251f!important}.bg-darkOrange,.bg-darkOrange-active:active,.bg-darkOrange-hover:hover{background-color:#ae4800!important}.bg-darkOrange-focus:focus{background-color:#ae4800!important}.bg-darkAmber,.bg-darkAmber-active:active,.bg-darkAmber-hover:hover{background-color:#a77107!important}.bg-darkAmber-focus:focus{background-color:#a77107!important}.bg-darkYellow,.bg-darkYellow-active:active,.bg-darkYellow-hover:hover{background-color:#b3a800!important}.bg-darkYellow-focus:focus{background-color:#b3a800!important}.bg-darkBrown,.bg-darkBrown-active:active,.bg-darkBrown-hover:hover{background-color:#493219!important}.bg-darkBrown-focus:focus{background-color:#493219!important}.bg-darkOlive,.bg-darkOlive-active:active,.bg-darkOlive-hover:hover{background-color:#4a5b43!important}.bg-darkOlive-focus:focus{background-color:#4a5b43!important}.bg-darkSteel,.bg-darkSteel-active:active,.bg-darkSteel-hover:hover{background-color:#43505b!important}.bg-darkSteel-focus:focus{background-color:#43505b!important}.bg-darkMauve,.bg-darkMauve-active:active,.bg-darkMauve-hover:hover{background-color:#4f415d!important}.bg-darkMauve-focus:focus{background-color:#4f415d!important}.bg-darkTaupe,.bg-darkTaupe-active:active,.bg-darkTaupe-hover:hover{background-color:#574e32!important}.bg-darkTaupe-focus:focus{background-color:#574e32!important}.bg-darkGray,.bg-darkGray-active:active,.bg-darkGray-hover:hover{background-color:#989898!important}.bg-darkGray-focus:focus{background-color:#989898!important}.bg-darkGrayBlue,.bg-darkGrayBlue-active:active,.bg-darkGrayBlue-hover:hover{background-color:#41545e!important}.bg-darkGrayBlue-focus:focus{background-color:#41545e!important}.bd-default{border-color:var(--border-color)!important}.bd-transparent{border-color:transparent!important}.bd-black,.bd-black-active:active,.bd-black-hover:hover{border-color:#000!important}.bd-black-focus:focus{border-color:#000!important}.tg-black:before{border-color:#000!important}.bd-white,.bd-white-active:active,.bd-white-hover:hover{border-color:#fff!important}.bd-white-focus:focus{border-color:#fff!important}.tg-white:before{border-color:#fff!important}.bd-dark,.bd-dark-active:active,.bd-dark-hover:hover{border-color:#1d1d1d!important}.bd-dark-focus:focus{border-color:#1d1d1d!important}.tg-dark:before{border-color:#1d1d1d!important}.bd-light,.bd-light-active:active,.bd-light-hover:hover{border-color:#f8f8f8!important}.bd-light-focus:focus{border-color:#f8f8f8!important}.tg-light:before{border-color:#f8f8f8!important}.bd-grayBlue,.bd-grayBlue-active:active,.bd-grayBlue-hover:hover{border-color:#607d8b!important}.bd-grayBlue-focus:focus{border-color:#607d8b!important}.tg-grayBlue:before{border-color:#607d8b!important}.bd-grayWhite,.bd-grayWhite-active:active,.bd-grayWhite-hover:hover{border-color:#f5f5f5!important}.bd-grayWhite-focus:focus{border-color:#f5f5f5!important}.tg-grayWhite:before{border-color:#f5f5f5!important}.bd-grayMouse,.bd-grayMouse-active:active,.bd-grayMouse-hover:hover{border-color:#455a64!important}.bd-grayMouse-focus:focus{border-color:#455a64!important}.tg-grayMouse:before{border-color:#455a64!important}.bd-brandColor1,.bd-brandColor1-active:active,.bd-brandColor1-hover:hover{border-color:#2ac4f4!important}.bd-brandColor1-focus:focus{border-color:#2ac4f4!important}.tg-brandColor1:before{border-color:#2ac4f4!important}.bd-brandColor2,.bd-brandColor2-active:active,.bd-brandColor2-hover:hover{border-color:#004d6f!important}.bd-brandColor2-focus:focus{border-color:#004d6f!important}.tg-brandColor2:before{border-color:#004d6f!important}.bd-lime,.bd-lime-active:active,.bd-lime-hover:hover{border-color:#a4c400!important}.bd-lime-focus:focus{border-color:#a4c400!important}.tg-lime:before{border-color:#a4c400!important}.bd-green,.bd-green-active:active,.bd-green-hover:hover{border-color:#60a917!important}.bd-green-focus:focus{border-color:#60a917!important}.tg-green:before{border-color:#60a917!important}.bd-emerald,.bd-emerald-active:active,.bd-emerald-hover:hover{border-color:#008a00!important}.bd-emerald-focus:focus{border-color:#008a00!important}.tg-emerald:before{border-color:#008a00!important}.bd-blue,.bd-blue-active:active,.bd-blue-hover:hover{border-color:#00aff0!important}.bd-blue-focus:focus{border-color:#00aff0!important}.tg-blue:before{border-color:#00aff0!important}.bd-teal,.bd-teal-active:active,.bd-teal-hover:hover{border-color:#00aba9!important}.bd-teal-focus:focus{border-color:#00aba9!important}.tg-teal:before{border-color:#00aba9!important}.bd-cyan,.bd-cyan-active:active,.bd-cyan-hover:hover{border-color:#1fb1f8!important}.bd-cyan-focus:focus{border-color:#1fb1f8!important}.tg-cyan:before{border-color:#1fb1f8!important}.bd-cobalt,.bd-cobalt-active:active,.bd-cobalt-hover:hover{border-color:#0050ef!important}.bd-cobalt-focus:focus{border-color:#0050ef!important}.tg-cobalt:before{border-color:#0050ef!important}.bd-indigo,.bd-indigo-active:active,.bd-indigo-hover:hover{border-color:#6a00ff!important}.bd-indigo-focus:focus{border-color:#6a00ff!important}.tg-indigo:before{border-color:#6a00ff!important}.bd-violet,.bd-violet-active:active,.bd-violet-hover:hover{border-color:#a0f!important}.bd-violet-focus:focus{border-color:#a0f!important}.tg-violet:before{border-color:#a0f!important}.bd-pink,.bd-pink-active:active,.bd-pink-hover:hover{border-color:#dc4fad!important}.bd-pink-focus:focus{border-color:#dc4fad!important}.tg-pink:before{border-color:#dc4fad!important}.bd-magenta,.bd-magenta-active:active,.bd-magenta-hover:hover{border-color:#d80073!important}.bd-magenta-focus:focus{border-color:#d80073!important}.tg-magenta:before{border-color:#d80073!important}.bd-crimson,.bd-crimson-active:active,.bd-crimson-hover:hover{border-color:#a20025!important}.bd-crimson-focus:focus{border-color:#a20025!important}.tg-crimson:before{border-color:#a20025!important}.bd-red,.bd-red-active:active,.bd-red-hover:hover{border-color:#ce352c!important}.bd-red-focus:focus{border-color:#ce352c!important}.tg-red:before{border-color:#ce352c!important}.bd-orange,.bd-orange-active:active,.bd-orange-hover:hover{border-color:#fa6800!important}.bd-orange-focus:focus{border-color:#fa6800!important}.tg-orange:before{border-color:#fa6800!important}.bd-amber,.bd-amber-active:active,.bd-amber-hover:hover{border-color:#f0a30a!important}.bd-amber-focus:focus{border-color:#f0a30a!important}.tg-amber:before{border-color:#f0a30a!important}.bd-yellow,.bd-yellow-active:active,.bd-yellow-hover:hover{border-color:#fff000!important}.bd-yellow-focus:focus{border-color:#fff000!important}.tg-yellow:before{border-color:#fff000!important}.bd-brown,.bd-brown-active:active,.bd-brown-hover:hover{border-color:#825a2c!important}.bd-brown-focus:focus{border-color:#825a2c!important}.tg-brown:before{border-color:#825a2c!important}.bd-olive,.bd-olive-active:active,.bd-olive-hover:hover{border-color:#6d8764!important}.bd-olive-focus:focus{border-color:#6d8764!important}.tg-olive:before{border-color:#6d8764!important}.bd-steel,.bd-steel-active:active,.bd-steel-hover:hover{border-color:#647687!important}.bd-steel-focus:focus{border-color:#647687!important}.tg-steel:before{border-color:#647687!important}.bd-mauve,.bd-mauve-active:active,.bd-mauve-hover:hover{border-color:#76608a!important}.bd-mauve-focus:focus{border-color:#76608a!important}.tg-mauve:before{border-color:#76608a!important}.bd-taupe,.bd-taupe-active:active,.bd-taupe-hover:hover{border-color:#87794e!important}.bd-taupe-focus:focus{border-color:#87794e!important}.tg-taupe:before{border-color:#87794e!important}.bd-gray,.bd-gray-active:active,.bd-gray-hover:hover{border-color:#bebebe!important}.bd-gray-focus:focus{border-color:#bebebe!important}.tg-gray:before{border-color:#bebebe!important}.bd-lightLime,.bd-lightLime-active:active,.bd-lightLime-hover:hover{border-color:#d8ff12!important}.bd-lightLime-focus:focus{border-color:#d8ff12!important}.tg-lightLime:before{border-color:#d8ff12!important}.bd-lightGreen,.bd-lightGreen-active:active,.bd-lightGreen-hover:hover{border-color:#86e22a!important}.bd-lightGreen-focus:focus{border-color:#86e22a!important}.tg-lightGreen:before{border-color:#86e22a!important}.bd-lightEmerald,.bd-lightEmerald-active:active,.bd-lightEmerald-hover:hover{border-color:#00d600!important}.bd-lightEmerald-focus:focus{border-color:#00d600!important}.tg-lightEmerald:before{border-color:#00d600!important}.bd-lightBlue,.bd-lightBlue-active:active,.bd-lightBlue-hover:hover{border-color:#3ecbff!important}.bd-lightBlue-focus:focus{border-color:#3ecbff!important}.tg-lightBlue:before{border-color:#3ecbff!important}.bd-lightTeal,.bd-lightTeal-active:active,.bd-lightTeal-hover:hover{border-color:#00f7f5!important}.bd-lightTeal-focus:focus{border-color:#00f7f5!important}.tg-lightTeal:before{border-color:#00f7f5!important}.bd-lightCyan,.bd-lightCyan-active:active,.bd-lightCyan-hover:hover{border-color:#69cbfa!important}.bd-lightCyan-focus:focus{border-color:#69cbfa!important}.tg-lightCyan:before{border-color:#69cbfa!important}.bd-lightCobalt,.bd-lightCobalt-active:active,.bd-lightCobalt-hover:hover{border-color:#3d7eff!important}.bd-lightCobalt-focus:focus{border-color:#3d7eff!important}.tg-lightCobalt:before{border-color:#3d7eff!important}.bd-lightIndigo,.bd-lightIndigo-active:active,.bd-lightIndigo-hover:hover{border-color:#974dff!important}.bd-lightIndigo-focus:focus{border-color:#974dff!important}.tg-lightIndigo:before{border-color:#974dff!important}.bd-lightViolet,.bd-lightViolet-active:active,.bd-lightViolet-hover:hover{border-color:#c44dff!important}.bd-lightViolet-focus:focus{border-color:#c44dff!important}.tg-lightViolet:before{border-color:#c44dff!important}.bd-lightPink,.bd-lightPink-active:active,.bd-lightPink-hover:hover{border-color:#e98fcb!important}.bd-lightPink-focus:focus{border-color:#e98fcb!important}.tg-lightPink:before{border-color:#e98fcb!important}.bd-lightMagenta,.bd-lightMagenta-active:active,.bd-lightMagenta-hover:hover{border-color:#ff2599!important}.bd-lightMagenta-focus:focus{border-color:#ff2599!important}.tg-lightMagenta:before{border-color:#ff2599!important}.bd-lightCrimson,.bd-lightCrimson-active:active,.bd-lightCrimson-hover:hover{border-color:#ef0036!important}.bd-lightCrimson-focus:focus{border-color:#ef0036!important}.tg-lightCrimson:before{border-color:#ef0036!important}.bd-lightRed,.bd-lightRed-active:active,.bd-lightRed-hover:hover{border-color:#df6e68!important}.bd-lightRed-focus:focus{border-color:#df6e68!important}.tg-lightRed:before{border-color:#df6e68!important}.bd-lightOrange,.bd-lightOrange-active:active,.bd-lightOrange-hover:hover{border-color:#ff9447!important}.bd-lightOrange-focus:focus{border-color:#ff9447!important}.tg-lightOrange:before{border-color:#ff9447!important}.bd-lightAmber,.bd-lightAmber-active:active,.bd-lightAmber-hover:hover{border-color:#f8bf4f!important}.bd-lightAmber-focus:focus{border-color:#f8bf4f!important}.tg-lightAmber:before{border-color:#f8bf4f!important}.bd-lightYellow,.bd-lightYellow-active:active,.bd-lightYellow-hover:hover{border-color:#fff44d!important}.bd-lightYellow-focus:focus{border-color:#fff44d!important}.tg-lightYellow:before{border-color:#fff44d!important}.bd-lightBrown,.bd-lightBrown-active:active,.bd-lightBrown-hover:hover{border-color:#bb823f!important}.bd-lightBrown-focus:focus{border-color:#bb823f!important}.tg-lightBrown:before{border-color:#bb823f!important}.bd-lightOlive,.bd-lightOlive-active:active,.bd-lightOlive-hover:hover{border-color:#95ab8d!important}.bd-lightOlive-focus:focus{border-color:#95ab8d!important}.tg-lightOlive:before{border-color:#95ab8d!important}.bd-lightSteel,.bd-lightSteel-active:active,.bd-lightSteel-hover:hover{border-color:#8d9cab!important}.bd-lightSteel-focus:focus{border-color:#8d9cab!important}.tg-lightSteel:before{border-color:#8d9cab!important}.bd-lightMauve,.bd-lightMauve-active:active,.bd-lightMauve-hover:hover{border-color:#9c89ad!important}.bd-lightMauve-focus:focus{border-color:#9c89ad!important}.tg-lightMauve:before{border-color:#9c89ad!important}.bd-lightTaupe,.bd-lightTaupe-active:active,.bd-lightTaupe-hover:hover{border-color:#aea073!important}.bd-lightTaupe-focus:focus{border-color:#aea073!important}.tg-lightTaupe:before{border-color:#aea073!important}.bd-lightGray,.bd-lightGray-active:active,.bd-lightGray-hover:hover{border-color:#e4e4e4!important}.bd-lightGray-focus:focus{border-color:#e4e4e4!important}.tg-lightGray:before{border-color:#e4e4e4!important}.bd-lightGrayBlue,.bd-lightGrayBlue-active:active,.bd-lightGrayBlue-hover:hover{border-color:#8aa2ae!important}.bd-lightGrayBlue-focus:focus{border-color:#8aa2ae!important}.tg-lightGrayBlue:before{border-color:#8aa2ae!important}.bd-darkLime,.bd-darkLime-active:active,.bd-darkLime-hover:hover{border-color:#647800!important}.bd-darkLime-focus:focus{border-color:#647800!important}.tg-darkLime:before{border-color:#647800!important}.bd-darkGreen,.bd-darkGreen-active:active,.bd-darkGreen-hover:hover{border-color:#3a660e!important}.bd-darkGreen-focus:focus{border-color:#3a660e!important}.tg-darkGreen:before{border-color:#3a660e!important}.bd-darkEmerald,.bd-darkEmerald-active:active,.bd-darkEmerald-hover:hover{border-color:#003d00!important}.bd-darkEmerald-focus:focus{border-color:#003d00!important}.tg-darkEmerald:before{border-color:#003d00!important}.bd-darkBlue,.bd-darkBlue-active:active,.bd-darkBlue-hover:hover{border-color:#0077a3!important}.bd-darkBlue-focus:focus{border-color:#0077a3!important}.tg-darkBlue:before{border-color:#0077a3!important}.bd-darkTeal,.bd-darkTeal-active:active,.bd-darkTeal-hover:hover{border-color:#005e5d!important}.bd-darkTeal-focus:focus{border-color:#005e5d!important}.tg-darkTeal:before{border-color:#005e5d!important}.bd-darkCyan,.bd-darkCyan-active:active,.bd-darkCyan-hover:hover{border-color:#0686c4!important}.bd-darkCyan-focus:focus{border-color:#0686c4!important}.tg-darkCyan:before{border-color:#0686c4!important}.bd-darkCobalt,.bd-darkCobalt-active:active,.bd-darkCobalt-hover:hover{border-color:#0036a3!important}.bd-darkCobalt-focus:focus{border-color:#0036a3!important}.tg-darkCobalt:before{border-color:#0036a3!important}.bd-darkIndigo,.bd-darkIndigo-active:active,.bd-darkIndigo-hover:hover{border-color:#4a00b3!important}.bd-darkIndigo-focus:focus{border-color:#4a00b3!important}.tg-darkIndigo:before{border-color:#4a00b3!important}.bd-darkViolet,.bd-darkViolet-active:active,.bd-darkViolet-hover:hover{border-color:#7700b3!important}.bd-darkViolet-focus:focus{border-color:#7700b3!important}.tg-darkViolet:before{border-color:#7700b3!important}.bd-darkPink,.bd-darkPink-active:active,.bd-darkPink-hover:hover{border-color:#ba2588!important}.bd-darkPink-focus:focus{border-color:#ba2588!important}.tg-darkPink:before{border-color:#ba2588!important}.bd-darkMagenta,.bd-darkMagenta-active:active,.bd-darkMagenta-hover:hover{border-color:#8c004a!important}.bd-darkMagenta-focus:focus{border-color:#8c004a!important}.tg-darkMagenta:before{border-color:#8c004a!important}.bd-darkCrimson,.bd-darkCrimson-active:active,.bd-darkCrimson-hover:hover{border-color:#560014!important}.bd-darkCrimson-focus:focus{border-color:#560014!important}.tg-darkCrimson:before{border-color:#560014!important}.bd-darkRed,.bd-darkRed-active:active,.bd-darkRed-hover:hover{border-color:#8f251f!important}.bd-darkRed-focus:focus{border-color:#8f251f!important}.tg-darkRed:before{border-color:#8f251f!important}.bd-darkOrange,.bd-darkOrange-active:active,.bd-darkOrange-hover:hover{border-color:#ae4800!important}.bd-darkOrange-focus:focus{border-color:#ae4800!important}.tg-darkOrange:before{border-color:#ae4800!important}.bd-darkAmber,.bd-darkAmber-active:active,.bd-darkAmber-hover:hover{border-color:#a77107!important}.bd-darkAmber-focus:focus{border-color:#a77107!important}.tg-darkAmber:before{border-color:#a77107!important}.bd-darkYellow,.bd-darkYellow-active:active,.bd-darkYellow-hover:hover{border-color:#b3a800!important}.bd-darkYellow-focus:focus{border-color:#b3a800!important}.tg-darkYellow:before{border-color:#b3a800!important}.bd-darkBrown,.bd-darkBrown-active:active,.bd-darkBrown-hover:hover{border-color:#493219!important}.bd-darkBrown-focus:focus{border-color:#493219!important}.tg-darkBrown:before{border-color:#493219!important}.bd-darkOlive,.bd-darkOlive-active:active,.bd-darkOlive-hover:hover{border-color:#4a5b43!important}.bd-darkOlive-focus:focus{border-color:#4a5b43!important}.tg-darkOlive:before{border-color:#4a5b43!important}.bd-darkSteel,.bd-darkSteel-active:active,.bd-darkSteel-hover:hover{border-color:#43505b!important}.bd-darkSteel-focus:focus{border-color:#43505b!important}.tg-darkSteel:before{border-color:#43505b!important}.bd-darkMauve,.bd-darkMauve-active:active,.bd-darkMauve-hover:hover{border-color:#4f415d!important}.bd-darkMauve-focus:focus{border-color:#4f415d!important}.tg-darkMauve:before{border-color:#4f415d!important}.bd-darkTaupe,.bd-darkTaupe-active:active,.bd-darkTaupe-hover:hover{border-color:#574e32!important}.bd-darkTaupe-focus:focus{border-color:#574e32!important}.tg-darkTaupe:before{border-color:#574e32!important}.bd-darkGray,.bd-darkGray-active:active,.bd-darkGray-hover:hover{border-color:#989898!important}.bd-darkGray-focus:focus{border-color:#989898!important}.tg-darkGray:before{border-color:#989898!important}.bd-darkGrayBlue,.bd-darkGrayBlue-active:active,.bd-darkGrayBlue-hover:hover{border-color:#41545e!important}.bd-darkGrayBlue-focus:focus{border-color:#41545e!important}.tg-darkGrayBlue:before{border-color:#41545e!important}.fc-black,.fc-black-active:active,.fc-black-hover:hover{fill:#000!important}.fc-black-focus:focus{fill:#000!important}.fc-white,.fc-white-active:active,.fc-white-hover:hover{fill:#fff!important}.fc-white-focus:focus{fill:#fff!important}.fc-dark,.fc-dark-active:active,.fc-dark-hover:hover{fill:#1d1d1d!important}.fc-dark-focus:focus{fill:#1d1d1d!important}.fc-light,.fc-light-active:active,.fc-light-hover:hover{fill:#f8f8f8!important}.fc-light-focus:focus{fill:#f8f8f8!important}.fc-grayBlue,.fc-grayBlue-active:active,.fc-grayBlue-hover:hover{fill:#607d8b!important}.fc-grayBlue-focus:focus{fill:#607d8b!important}.fc-grayWhite,.fc-grayWhite-active:active,.fc-grayWhite-hover:hover{fill:#f5f5f5!important}.fc-grayWhite-focus:focus{fill:#f5f5f5!important}.fc-grayMouse,.fc-grayMouse-active:active,.fc-grayMouse-hover:hover{fill:#455a64!important}.fc-grayMouse-focus:focus{fill:#455a64!important}.fc-brandColor1,.fc-brandColor1-active:active,.fc-brandColor1-hover:hover{fill:#2ac4f4!important}.fc-brandColor1-focus:focus{fill:#2ac4f4!important}.fc-brandColor2,.fc-brandColor2-active:active,.fc-brandColor2-hover:hover{fill:#004d6f!important}.fc-brandColor2-focus:focus{fill:#004d6f!important}.fc-lime,.fc-lime-active:active,.fc-lime-hover:hover{fill:#a4c400!important}.fc-lime-focus:focus{fill:#a4c400!important}.fc-green,.fc-green-active:active,.fc-green-hover:hover{fill:#60a917!important}.fc-green-focus:focus{fill:#60a917!important}.fc-emerald,.fc-emerald-active:active,.fc-emerald-hover:hover{fill:#008a00!important}.fc-emerald-focus:focus{fill:#008a00!important}.fc-blue,.fc-blue-active:active,.fc-blue-hover:hover{fill:#00aff0!important}.fc-blue-focus:focus{fill:#00aff0!important}.fc-teal,.fc-teal-active:active,.fc-teal-hover:hover{fill:#00aba9!important}.fc-teal-focus:focus{fill:#00aba9!important}.fc-cyan,.fc-cyan-active:active,.fc-cyan-hover:hover{fill:#1fb1f8!important}.fc-cyan-focus:focus{fill:#1fb1f8!important}.fc-cobalt,.fc-cobalt-active:active,.fc-cobalt-hover:hover{fill:#0050ef!important}.fc-cobalt-focus:focus{fill:#0050ef!important}.fc-indigo,.fc-indigo-active:active,.fc-indigo-hover:hover{fill:#6a00ff!important}.fc-indigo-focus:focus{fill:#6a00ff!important}.fc-violet,.fc-violet-active:active,.fc-violet-hover:hover{fill:#a0f!important}.fc-violet-focus:focus{fill:#a0f!important}.fc-pink,.fc-pink-active:active,.fc-pink-hover:hover{fill:#dc4fad!important}.fc-pink-focus:focus{fill:#dc4fad!important}.fc-magenta,.fc-magenta-active:active,.fc-magenta-hover:hover{fill:#d80073!important}.fc-magenta-focus:focus{fill:#d80073!important}.fc-crimson,.fc-crimson-active:active,.fc-crimson-hover:hover{fill:#a20025!important}.fc-crimson-focus:focus{fill:#a20025!important}.fc-red,.fc-red-active:active,.fc-red-hover:hover{fill:#ce352c!important}.fc-red-focus:focus{fill:#ce352c!important}.fc-orange,.fc-orange-active:active,.fc-orange-hover:hover{fill:#fa6800!important}.fc-orange-focus:focus{fill:#fa6800!important}.fc-amber,.fc-amber-active:active,.fc-amber-hover:hover{fill:#f0a30a!important}.fc-amber-focus:focus{fill:#f0a30a!important}.fc-yellow,.fc-yellow-active:active,.fc-yellow-hover:hover{fill:#fff000!important}.fc-yellow-focus:focus{fill:#fff000!important}.fc-brown,.fc-brown-active:active,.fc-brown-hover:hover{fill:#825a2c!important}.fc-brown-focus:focus{fill:#825a2c!important}.fc-olive,.fc-olive-active:active,.fc-olive-hover:hover{fill:#6d8764!important}.fc-olive-focus:focus{fill:#6d8764!important}.fc-steel,.fc-steel-active:active,.fc-steel-hover:hover{fill:#647687!important}.fc-steel-focus:focus{fill:#647687!important}.fc-mauve,.fc-mauve-active:active,.fc-mauve-hover:hover{fill:#76608a!important}.fc-mauve-focus:focus{fill:#76608a!important}.fc-taupe,.fc-taupe-active:active,.fc-taupe-hover:hover{fill:#87794e!important}.fc-taupe-focus:focus{fill:#87794e!important}.fc-gray,.fc-gray-active:active,.fc-gray-hover:hover{fill:#bebebe!important}.fc-gray-focus:focus{fill:#bebebe!important}.fc-lightLime,.fc-lightLime-active:active,.fc-lightLime-hover:hover{fill:#d8ff12!important}.fc-lightLime-focus:focus{fill:#d8ff12!important}.fc-lightGreen,.fc-lightGreen-active:active,.fc-lightGreen-hover:hover{fill:#86e22a!important}.fc-lightGreen-focus:focus{fill:#86e22a!important}.fc-lightEmerald,.fc-lightEmerald-active:active,.fc-lightEmerald-hover:hover{fill:#00d600!important}.fc-lightEmerald-focus:focus{fill:#00d600!important}.fc-lightBlue,.fc-lightBlue-active:active,.fc-lightBlue-hover:hover{fill:#3ecbff!important}.fc-lightBlue-focus:focus{fill:#3ecbff!important}.fc-lightTeal,.fc-lightTeal-active:active,.fc-lightTeal-hover:hover{fill:#00f7f5!important}.fc-lightTeal-focus:focus{fill:#00f7f5!important}.fc-lightCyan,.fc-lightCyan-active:active,.fc-lightCyan-hover:hover{fill:#69cbfa!important}.fc-lightCyan-focus:focus{fill:#69cbfa!important}.fc-lightCobalt,.fc-lightCobalt-active:active,.fc-lightCobalt-hover:hover{fill:#3d7eff!important}.fc-lightCobalt-focus:focus{fill:#3d7eff!important}.fc-lightIndigo,.fc-lightIndigo-active:active,.fc-lightIndigo-hover:hover{fill:#974dff!important}.fc-lightIndigo-focus:focus{fill:#974dff!important}.fc-lightViolet,.fc-lightViolet-active:active,.fc-lightViolet-hover:hover{fill:#c44dff!important}.fc-lightViolet-focus:focus{fill:#c44dff!important}.fc-lightPink,.fc-lightPink-active:active,.fc-lightPink-hover:hover{fill:#e98fcb!important}.fc-lightPink-focus:focus{fill:#e98fcb!important}.fc-lightMagenta,.fc-lightMagenta-active:active,.fc-lightMagenta-hover:hover{fill:#ff2599!important}.fc-lightMagenta-focus:focus{fill:#ff2599!important}.fc-lightCrimson,.fc-lightCrimson-active:active,.fc-lightCrimson-hover:hover{fill:#ef0036!important}.fc-lightCrimson-focus:focus{fill:#ef0036!important}.fc-lightRed,.fc-lightRed-active:active,.fc-lightRed-hover:hover{fill:#df6e68!important}.fc-lightRed-focus:focus{fill:#df6e68!important}.fc-lightOrange,.fc-lightOrange-active:active,.fc-lightOrange-hover:hover{fill:#ff9447!important}.fc-lightOrange-focus:focus{fill:#ff9447!important}.fc-lightAmber,.fc-lightAmber-active:active,.fc-lightAmber-hover:hover{fill:#f8bf4f!important}.fc-lightAmber-focus:focus{fill:#f8bf4f!important}.fc-lightYellow,.fc-lightYellow-active:active,.fc-lightYellow-hover:hover{fill:#fff44d!important}.fc-lightYellow-focus:focus{fill:#fff44d!important}.fc-lightBrown,.fc-lightBrown-active:active,.fc-lightBrown-hover:hover{fill:#bb823f!important}.fc-lightBrown-focus:focus{fill:#bb823f!important}.fc-lightOlive,.fc-lightOlive-active:active,.fc-lightOlive-hover:hover{fill:#95ab8d!important}.fc-lightOlive-focus:focus{fill:#95ab8d!important}.fc-lightSteel,.fc-lightSteel-active:active,.fc-lightSteel-hover:hover{fill:#8d9cab!important}.fc-lightSteel-focus:focus{fill:#8d9cab!important}.fc-lightMauve,.fc-lightMauve-active:active,.fc-lightMauve-hover:hover{fill:#9c89ad!important}.fc-lightMauve-focus:focus{fill:#9c89ad!important}.fc-lightTaupe,.fc-lightTaupe-active:active,.fc-lightTaupe-hover:hover{fill:#aea073!important}.fc-lightTaupe-focus:focus{fill:#aea073!important}.fc-lightGray,.fc-lightGray-active:active,.fc-lightGray-hover:hover{fill:#e4e4e4!important}.fc-lightGray-focus:focus{fill:#e4e4e4!important}.fc-lightGrayBlue,.fc-lightGrayBlue-active:active,.fc-lightGrayBlue-hover:hover{fill:#8aa2ae!important}.fc-lightGrayBlue-focus:focus{fill:#8aa2ae!important}.fc-darkLime,.fc-darkLime-active:active,.fc-darkLime-hover:hover{fill:#647800!important}.fc-darkLime-focus:focus{fill:#647800!important}.fc-darkGreen,.fc-darkGreen-active:active,.fc-darkGreen-hover:hover{fill:#3a660e!important}.fc-darkGreen-focus:focus{fill:#3a660e!important}.fc-darkEmerald,.fc-darkEmerald-active:active,.fc-darkEmerald-hover:hover{fill:#003d00!important}.fc-darkEmerald-focus:focus{fill:#003d00!important}.fc-darkBlue,.fc-darkBlue-active:active,.fc-darkBlue-hover:hover{fill:#0077a3!important}.fc-darkBlue-focus:focus{fill:#0077a3!important}.fc-darkTeal,.fc-darkTeal-active:active,.fc-darkTeal-hover:hover{fill:#005e5d!important}.fc-darkTeal-focus:focus{fill:#005e5d!important}.fc-darkCyan,.fc-darkCyan-active:active,.fc-darkCyan-hover:hover{fill:#0686c4!important}.fc-darkCyan-focus:focus{fill:#0686c4!important}.fc-darkCobalt,.fc-darkCobalt-active:active,.fc-darkCobalt-hover:hover{fill:#0036a3!important}.fc-darkCobalt-focus:focus{fill:#0036a3!important}.fc-darkIndigo,.fc-darkIndigo-active:active,.fc-darkIndigo-hover:hover{fill:#4a00b3!important}.fc-darkIndigo-focus:focus{fill:#4a00b3!important}.fc-darkViolet,.fc-darkViolet-active:active,.fc-darkViolet-hover:hover{fill:#7700b3!important}.fc-darkViolet-focus:focus{fill:#7700b3!important}.fc-darkPink,.fc-darkPink-active:active,.fc-darkPink-hover:hover{fill:#ba2588!important}.fc-darkPink-focus:focus{fill:#ba2588!important}.fc-darkMagenta,.fc-darkMagenta-active:active,.fc-darkMagenta-hover:hover{fill:#8c004a!important}.fc-darkMagenta-focus:focus{fill:#8c004a!important}.fc-darkCrimson,.fc-darkCrimson-active:active,.fc-darkCrimson-hover:hover{fill:#560014!important}.fc-darkCrimson-focus:focus{fill:#560014!important}.fc-darkRed,.fc-darkRed-active:active,.fc-darkRed-hover:hover{fill:#8f251f!important}.fc-darkRed-focus:focus{fill:#8f251f!important}.fc-darkOrange,.fc-darkOrange-active:active,.fc-darkOrange-hover:hover{fill:#ae4800!important}.fc-darkOrange-focus:focus{fill:#ae4800!important}.fc-darkAmber,.fc-darkAmber-active:active,.fc-darkAmber-hover:hover{fill:#a77107!important}.fc-darkAmber-focus:focus{fill:#a77107!important}.fc-darkYellow,.fc-darkYellow-active:active,.fc-darkYellow-hover:hover{fill:#b3a800!important}.fc-darkYellow-focus:focus{fill:#b3a800!important}.fc-darkBrown,.fc-darkBrown-active:active,.fc-darkBrown-hover:hover{fill:#493219!important}.fc-darkBrown-focus:focus{fill:#493219!important}.fc-darkOlive,.fc-darkOlive-active:active,.fc-darkOlive-hover:hover{fill:#4a5b43!important}.fc-darkOlive-focus:focus{fill:#4a5b43!important}.fc-darkSteel,.fc-darkSteel-active:active,.fc-darkSteel-hover:hover{fill:#43505b!important}.fc-darkSteel-focus:focus{fill:#43505b!important}.fc-darkMauve,.fc-darkMauve-active:active,.fc-darkMauve-hover:hover{fill:#4f415d!important}.fc-darkMauve-focus:focus{fill:#4f415d!important}.fc-darkTaupe,.fc-darkTaupe-active:active,.fc-darkTaupe-hover:hover{fill:#574e32!important}.fc-darkTaupe-focus:focus{fill:#574e32!important}.fc-darkGray,.fc-darkGray-active:active,.fc-darkGray-hover:hover{fill:#989898!important}.fc-darkGray-focus:focus{fill:#989898!important}.fc-darkGrayBlue,.fc-darkGrayBlue-active:active,.fc-darkGrayBlue-hover:hover{fill:#41545e!important}.fc-darkGrayBlue-focus:focus{fill:#41545e!important}.fg-default{color:var(--default-color)!important}.fg-black,.fg-black-active:active,.fg-black-hover:hover{color:#000!important}.fg-black-focus:focus{color:#000!important}.fg-white,.fg-white-active:active,.fg-white-hover:hover{color:#fff!important}.fg-white-focus:focus{color:#fff!important}.fg-dark,.fg-dark-active:active,.fg-dark-hover:hover{color:#1d1d1d!important}.fg-dark-focus:focus{color:#1d1d1d!important}.fg-light,.fg-light-active:active,.fg-light-hover:hover{color:#f8f8f8!important}.fg-light-focus:focus{color:#f8f8f8!important}.fg-grayBlue,.fg-grayBlue-active:active,.fg-grayBlue-hover:hover{color:#607d8b!important}.fg-grayBlue-focus:focus{color:#607d8b!important}.fg-grayWhite,.fg-grayWhite-active:active,.fg-grayWhite-hover:hover{color:#f5f5f5!important}.fg-grayWhite-focus:focus{color:#f5f5f5!important}.fg-grayMouse,.fg-grayMouse-active:active,.fg-grayMouse-hover:hover{color:#455a64!important}.fg-grayMouse-focus:focus{color:#455a64!important}.fg-brandColor1,.fg-brandColor1-active:active,.fg-brandColor1-hover:hover{color:#2ac4f4!important}.fg-brandColor1-focus:focus{color:#2ac4f4!important}.fg-brandColor2,.fg-brandColor2-active:active,.fg-brandColor2-hover:hover{color:#004d6f!important}.fg-brandColor2-focus:focus{color:#004d6f!important}.fg-lime,.fg-lime-active:active,.fg-lime-hover:hover{color:#a4c400!important}.fg-lime-focus:focus{color:#a4c400!important}.fg-green,.fg-green-active:active,.fg-green-hover:hover{color:#60a917!important}.fg-green-focus:focus{color:#60a917!important}.fg-emerald,.fg-emerald-active:active,.fg-emerald-hover:hover{color:#008a00!important}.fg-emerald-focus:focus{color:#008a00!important}.fg-blue,.fg-blue-active:active,.fg-blue-hover:hover{color:#00aff0!important}.fg-blue-focus:focus{color:#00aff0!important}.fg-teal,.fg-teal-active:active,.fg-teal-hover:hover{color:#00aba9!important}.fg-teal-focus:focus{color:#00aba9!important}.fg-cyan,.fg-cyan-active:active,.fg-cyan-hover:hover{color:#1fb1f8!important}.fg-cyan-focus:focus{color:#1fb1f8!important}.fg-cobalt,.fg-cobalt-active:active,.fg-cobalt-hover:hover{color:#0050ef!important}.fg-cobalt-focus:focus{color:#0050ef!important}.fg-indigo,.fg-indigo-active:active,.fg-indigo-hover:hover{color:#6a00ff!important}.fg-indigo-focus:focus{color:#6a00ff!important}.fg-violet,.fg-violet-active:active,.fg-violet-hover:hover{color:#a0f!important}.fg-violet-focus:focus{color:#a0f!important}.fg-pink,.fg-pink-active:active,.fg-pink-hover:hover{color:#dc4fad!important}.fg-pink-focus:focus{color:#dc4fad!important}.fg-magenta,.fg-magenta-active:active,.fg-magenta-hover:hover{color:#d80073!important}.fg-magenta-focus:focus{color:#d80073!important}.fg-crimson,.fg-crimson-active:active,.fg-crimson-hover:hover{color:#a20025!important}.fg-crimson-focus:focus{color:#a20025!important}.fg-red,.fg-red-active:active,.fg-red-hover:hover{color:#ce352c!important}.fg-red-focus:focus{color:#ce352c!important}.fg-orange,.fg-orange-active:active,.fg-orange-hover:hover{color:#fa6800!important}.fg-orange-focus:focus{color:#fa6800!important}.fg-amber,.fg-amber-active:active,.fg-amber-hover:hover{color:#f0a30a!important}.fg-amber-focus:focus{color:#f0a30a!important}.fg-yellow,.fg-yellow-active:active,.fg-yellow-hover:hover{color:#fff000!important}.fg-yellow-focus:focus{color:#fff000!important}.fg-brown,.fg-brown-active:active,.fg-brown-hover:hover{color:#825a2c!important}.fg-brown-focus:focus{color:#825a2c!important}.fg-olive,.fg-olive-active:active,.fg-olive-hover:hover{color:#6d8764!important}.fg-olive-focus:focus{color:#6d8764!important}.fg-steel,.fg-steel-active:active,.fg-steel-hover:hover{color:#647687!important}.fg-steel-focus:focus{color:#647687!important}.fg-mauve,.fg-mauve-active:active,.fg-mauve-hover:hover{color:#76608a!important}.fg-mauve-focus:focus{color:#76608a!important}.fg-taupe,.fg-taupe-active:active,.fg-taupe-hover:hover{color:#87794e!important}.fg-taupe-focus:focus{color:#87794e!important}.fg-gray,.fg-gray-active:active,.fg-gray-hover:hover{color:#bebebe!important}.fg-gray-focus:focus{color:#bebebe!important}.fg-lightLime,.fg-lightLime-active:active,.fg-lightLime-hover:hover{color:#d8ff12!important}.fg-lightLime-focus:focus{color:#d8ff12!important}.fg-lightGreen,.fg-lightGreen-active:active,.fg-lightGreen-hover:hover{color:#86e22a!important}.fg-lightGreen-focus:focus{color:#86e22a!important}.fg-lightEmerald,.fg-lightEmerald-active:active,.fg-lightEmerald-hover:hover{color:#00d600!important}.fg-lightEmerald-focus:focus{color:#00d600!important}.fg-lightBlue,.fg-lightBlue-active:active,.fg-lightBlue-hover:hover{color:#3ecbff!important}.fg-lightBlue-focus:focus{color:#3ecbff!important}.fg-lightTeal,.fg-lightTeal-active:active,.fg-lightTeal-hover:hover{color:#00f7f5!important}.fg-lightTeal-focus:focus{color:#00f7f5!important}.fg-lightCyan,.fg-lightCyan-active:active,.fg-lightCyan-hover:hover{color:#69cbfa!important}.fg-lightCyan-focus:focus{color:#69cbfa!important}.fg-lightCobalt,.fg-lightCobalt-active:active,.fg-lightCobalt-hover:hover{color:#3d7eff!important}.fg-lightCobalt-focus:focus{color:#3d7eff!important}.fg-lightIndigo,.fg-lightIndigo-active:active,.fg-lightIndigo-hover:hover{color:#974dff!important}.fg-lightIndigo-focus:focus{color:#974dff!important}.fg-lightViolet,.fg-lightViolet-active:active,.fg-lightViolet-hover:hover{color:#c44dff!important}.fg-lightViolet-focus:focus{color:#c44dff!important}.fg-lightPink,.fg-lightPink-active:active,.fg-lightPink-hover:hover{color:#e98fcb!important}.fg-lightPink-focus:focus{color:#e98fcb!important}.fg-lightMagenta,.fg-lightMagenta-active:active,.fg-lightMagenta-hover:hover{color:#ff2599!important}.fg-lightMagenta-focus:focus{color:#ff2599!important}.fg-lightCrimson,.fg-lightCrimson-active:active,.fg-lightCrimson-hover:hover{color:#ef0036!important}.fg-lightCrimson-focus:focus{color:#ef0036!important}.fg-lightRed,.fg-lightRed-active:active,.fg-lightRed-hover:hover{color:#df6e68!important}.fg-lightRed-focus:focus{color:#df6e68!important}.fg-lightOrange,.fg-lightOrange-active:active,.fg-lightOrange-hover:hover{color:#ff9447!important}.fg-lightOrange-focus:focus{color:#ff9447!important}.fg-lightAmber,.fg-lightAmber-active:active,.fg-lightAmber-hover:hover{color:#f8bf4f!important}.fg-lightAmber-focus:focus{color:#f8bf4f!important}.fg-lightYellow,.fg-lightYellow-active:active,.fg-lightYellow-hover:hover{color:#fff44d!important}.fg-lightYellow-focus:focus{color:#fff44d!important}.fg-lightBrown,.fg-lightBrown-active:active,.fg-lightBrown-hover:hover{color:#bb823f!important}.fg-lightBrown-focus:focus{color:#bb823f!important}.fg-lightOlive,.fg-lightOlive-active:active,.fg-lightOlive-hover:hover{color:#95ab8d!important}.fg-lightOlive-focus:focus{color:#95ab8d!important}.fg-lightSteel,.fg-lightSteel-active:active,.fg-lightSteel-hover:hover{color:#8d9cab!important}.fg-lightSteel-focus:focus{color:#8d9cab!important}.fg-lightMauve,.fg-lightMauve-active:active,.fg-lightMauve-hover:hover{color:#9c89ad!important}.fg-lightMauve-focus:focus{color:#9c89ad!important}.fg-lightTaupe,.fg-lightTaupe-active:active,.fg-lightTaupe-hover:hover{color:#aea073!important}.fg-lightTaupe-focus:focus{color:#aea073!important}.fg-lightGray,.fg-lightGray-active:active,.fg-lightGray-hover:hover{color:#e4e4e4!important}.fg-lightGray-focus:focus{color:#e4e4e4!important}.fg-lightGrayBlue,.fg-lightGrayBlue-active:active,.fg-lightGrayBlue-hover:hover{color:#8aa2ae!important}.fg-lightGrayBlue-focus:focus{color:#8aa2ae!important}.fg-darkLime,.fg-darkLime-active:active,.fg-darkLime-hover:hover{color:#647800!important}.fg-darkLime-focus:focus{color:#647800!important}.fg-darkGreen,.fg-darkGreen-active:active,.fg-darkGreen-hover:hover{color:#3a660e!important}.fg-darkGreen-focus:focus{color:#3a660e!important}.fg-darkEmerald,.fg-darkEmerald-active:active,.fg-darkEmerald-hover:hover{color:#003d00!important}.fg-darkEmerald-focus:focus{color:#003d00!important}.fg-darkBlue,.fg-darkBlue-active:active,.fg-darkBlue-hover:hover{color:#0077a3!important}.fg-darkBlue-focus:focus{color:#0077a3!important}.fg-darkTeal,.fg-darkTeal-active:active,.fg-darkTeal-hover:hover{color:#005e5d!important}.fg-darkTeal-focus:focus{color:#005e5d!important}.fg-darkCyan,.fg-darkCyan-active:active,.fg-darkCyan-hover:hover{color:#0686c4!important}.fg-darkCyan-focus:focus{color:#0686c4!important}.fg-darkCobalt,.fg-darkCobalt-active:active,.fg-darkCobalt-hover:hover{color:#0036a3!important}.fg-darkCobalt-focus:focus{color:#0036a3!important}.fg-darkIndigo,.fg-darkIndigo-active:active,.fg-darkIndigo-hover:hover{color:#4a00b3!important}.fg-darkIndigo-focus:focus{color:#4a00b3!important}.fg-darkViolet,.fg-darkViolet-active:active,.fg-darkViolet-hover:hover{color:#7700b3!important}.fg-darkViolet-focus:focus{color:#7700b3!important}.fg-darkPink,.fg-darkPink-active:active,.fg-darkPink-hover:hover{color:#ba2588!important}.fg-darkPink-focus:focus{color:#ba2588!important}.fg-darkMagenta,.fg-darkMagenta-active:active,.fg-darkMagenta-hover:hover{color:#8c004a!important}.fg-darkMagenta-focus:focus{color:#8c004a!important}.fg-darkCrimson,.fg-darkCrimson-active:active,.fg-darkCrimson-hover:hover{color:#560014!important}.fg-darkCrimson-focus:focus{color:#560014!important}.fg-darkRed,.fg-darkRed-active:active,.fg-darkRed-hover:hover{color:#8f251f!important}.fg-darkRed-focus:focus{color:#8f251f!important}.fg-darkOrange,.fg-darkOrange-active:active,.fg-darkOrange-hover:hover{color:#ae4800!important}.fg-darkOrange-focus:focus{color:#ae4800!important}.fg-darkAmber,.fg-darkAmber-active:active,.fg-darkAmber-hover:hover{color:#a77107!important}.fg-darkAmber-focus:focus{color:#a77107!important}.fg-darkYellow,.fg-darkYellow-active:active,.fg-darkYellow-hover:hover{color:#b3a800!important}.fg-darkYellow-focus:focus{color:#b3a800!important}.fg-darkBrown,.fg-darkBrown-active:active,.fg-darkBrown-hover:hover{color:#493219!important}.fg-darkBrown-focus:focus{color:#493219!important}.fg-darkOlive,.fg-darkOlive-active:active,.fg-darkOlive-hover:hover{color:#4a5b43!important}.fg-darkOlive-focus:focus{color:#4a5b43!important}.fg-darkSteel,.fg-darkSteel-active:active,.fg-darkSteel-hover:hover{color:#43505b!important}.fg-darkSteel-focus:focus{color:#43505b!important}.fg-darkMauve,.fg-darkMauve-active:active,.fg-darkMauve-hover:hover{color:#4f415d!important}.fg-darkMauve-focus:focus{color:#4f415d!important}.fg-darkTaupe,.fg-darkTaupe-active:active,.fg-darkTaupe-hover:hover{color:#574e32!important}.fg-darkTaupe-focus:focus{color:#574e32!important}.fg-darkGray,.fg-darkGray-active:active,.fg-darkGray-hover:hover{color:#989898!important}.fg-darkGray-focus:focus{color:#989898!important}.fg-darkGrayBlue,.fg-darkGrayBlue-active:active,.fg-darkGrayBlue-hover:hover{color:#41545e!important}.fg-darkGrayBlue-focus:focus{color:#41545e!important}.op-default{background-color:#1fb1f880!important}.op-black{background-color:#00000080!important}.op-black-hi{background-color:#0003!important}.op-black-low{background-color:#000c!important}.op-white{background-color:#ffffff80!important}.op-white-hi{background-color:#fff3!important}.op-white-low{background-color:#fffc!important}.op-dark{background-color:#1d1d1d80!important}.op-dark-hi{background-color:#1d1d1d33!important}.op-dark-low{background-color:#1d1d1dcc!important}.op-light{background-color:#f8f8f880!important}.op-light-hi{background-color:#f8f8f833!important}.op-light-low{background-color:#f8f8f8cc!important}.op-grayBlue{background-color:#607d8b80!important}.op-grayBlue-hi{background-color:#607d8b33!important}.op-grayBlue-low{background-color:#607d8bcc!important}.op-grayWhite{background-color:#f5f5f580!important}.op-grayWhite-hi{background-color:#f5f5f533!important}.op-grayWhite-low{background-color:#f5f5f5cc!important}.op-grayMouse{background-color:#455a6480!important}.op-grayMouse-hi{background-color:#455a6433!important}.op-grayMouse-low{background-color:#455a64cc!important}.op-brandColor1{background-color:#2ac4f480!important}.op-brandColor1-hi{background-color:#2ac4f433!important}.op-brandColor1-low{background-color:#2ac4f4cc!important}.op-brandColor2{background-color:#004d6f80!important}.op-brandColor2-hi{background-color:#004d6f33!important}.op-brandColor2-low{background-color:#004d6fcc!important}.op-lime{background-color:#a4c40080!important}.op-lime-hi{background-color:#a4c40033!important}.op-lime-low{background-color:#a4c400cc!important}.op-green{background-color:#60a91780!important}.op-green-hi{background-color:#60a91733!important}.op-green-low{background-color:#60a917cc!important}.op-emerald{background-color:#008a0080!important}.op-emerald-hi{background-color:#008a0033!important}.op-emerald-low{background-color:#008a00cc!important}.op-blue{background-color:#00aff080!important}.op-blue-hi{background-color:#00aff033!important}.op-blue-low{background-color:#00aff0cc!important}.op-teal{background-color:#00aba980!important}.op-teal-hi{background-color:#00aba933!important}.op-teal-low{background-color:#00aba9cc!important}.op-cyan{background-color:#1fb1f880!important}.op-cyan-hi{background-color:#1fb1f833!important}.op-cyan-low{background-color:#1fb1f8cc!important}.op-cobalt{background-color:#0050ef80!important}.op-cobalt-hi{background-color:#0050ef33!important}.op-cobalt-low{background-color:#0050efcc!important}.op-indigo{background-color:#6a00ff80!important}.op-indigo-hi{background-color:#6a00ff33!important}.op-indigo-low{background-color:#6a00ffcc!important}.op-violet{background-color:#aa00ff80!important}.op-violet-hi{background-color:#a0f3!important}.op-violet-low{background-color:#a0fc!important}.op-pink{background-color:#dc4fad80!important}.op-pink-hi{background-color:#dc4fad33!important}.op-pink-low{background-color:#dc4fadcc!important}.op-magenta{background-color:#d8007380!important}.op-magenta-hi{background-color:#d8007333!important}.op-magenta-low{background-color:#d80073cc!important}.op-crimson{background-color:#a2002580!important}.op-crimson-hi{background-color:#a2002533!important}.op-crimson-low{background-color:#a20025cc!important}.op-red{background-color:#ce352c80!important}.op-red-hi{background-color:#ce352c33!important}.op-red-low{background-color:#ce352ccc!important}.op-orange{background-color:#fa680080!important}.op-orange-hi{background-color:#fa680033!important}.op-orange-low{background-color:#fa6800cc!important}.op-amber{background-color:#f0a30a80!important}.op-amber-hi{background-color:#f0a30a33!important}.op-amber-low{background-color:#f0a30acc!important}.op-yellow{background-color:#fff00080!important}.op-yellow-hi{background-color:#fff00033!important}.op-yellow-low{background-color:#fff000cc!important}.op-brown{background-color:#825a2c80!important}.op-brown-hi{background-color:#825a2c33!important}.op-brown-low{background-color:#825a2ccc!important}.op-olive{background-color:#6d876480!important}.op-olive-hi{background-color:#6d876433!important}.op-olive-low{background-color:#6d8764cc!important}.op-steel{background-color:#64768780!important}.op-steel-hi{background-color:#64768733!important}.op-steel-low{background-color:#647687cc!important}.op-mauve{background-color:#76608a80!important}.op-mauve-hi{background-color:#76608a33!important}.op-mauve-low{background-color:#76608acc!important}.op-taupe{background-color:#87794e80!important}.op-taupe-hi{background-color:#87794e33!important}.op-taupe-low{background-color:#87794ecc!important}.op-gray{background-color:#bebebe80!important}.op-gray-hi{background-color:#bebebe33!important}.op-gray-low{background-color:#bebebecc!important}.op-lightLime{background-color:#d8ff1280!important}.op-lightLime-hi{background-color:#d8ff1233!important}.op-lightLime-low{background-color:#d8ff12cc!important}.op-lightGreen{background-color:#86e22a80!important}.op-lightGreen-hi{background-color:#86e22a33!important}.op-lightGreen-low{background-color:#86e22acc!important}.op-lightEmerald{background-color:#00d60080!important}.op-lightEmerald-hi{background-color:#00d60033!important}.op-lightEmerald-low{background-color:#00d600cc!important}.op-lightBlue{background-color:#3ecbff80!important}.op-lightBlue-hi{background-color:#3ecbff33!important}.op-lightBlue-low{background-color:#3ecbffcc!important}.op-lightTeal{background-color:#00f7f580!important}.op-lightTeal-hi{background-color:#00f7f533!important}.op-lightTeal-low{background-color:#00f7f5cc!important}.op-lightCyan{background-color:#69cbfa80!important}.op-lightCyan-hi{background-color:#69cbfa33!important}.op-lightCyan-low{background-color:#69cbfacc!important}.op-lightCobalt{background-color:#3d7eff80!important}.op-lightCobalt-hi{background-color:#3d7eff33!important}.op-lightCobalt-low{background-color:#3d7effcc!important}.op-lightIndigo{background-color:#974dff80!important}.op-lightIndigo-hi{background-color:#974dff33!important}.op-lightIndigo-low{background-color:#974dffcc!important}.op-lightViolet{background-color:#c44dff80!important}.op-lightViolet-hi{background-color:#c44dff33!important}.op-lightViolet-low{background-color:#c44dffcc!important}.op-lightPink{background-color:#e98fcb80!important}.op-lightPink-hi{background-color:#e98fcb33!important}.op-lightPink-low{background-color:#e98fcbcc!important}.op-lightMagenta{background-color:#ff259980!important}.op-lightMagenta-hi{background-color:#ff259933!important}.op-lightMagenta-low{background-color:#ff2599cc!important}.op-lightCrimson{background-color:#ef003680!important}.op-lightCrimson-hi{background-color:#ef003633!important}.op-lightCrimson-low{background-color:#ef0036cc!important}.op-lightRed{background-color:#df6e6880!important}.op-lightRed-hi{background-color:#df6e6833!important}.op-lightRed-low{background-color:#df6e68cc!important}.op-lightOrange{background-color:#ff944780!important}.op-lightOrange-hi{background-color:#ff944733!important}.op-lightOrange-low{background-color:#ff9447cc!important}.op-lightAmber{background-color:#f8bf4f80!important}.op-lightAmber-hi{background-color:#f8bf4f33!important}.op-lightAmber-low{background-color:#f8bf4fcc!important}.op-lightYellow{background-color:#fff44d80!important}.op-lightYellow-hi{background-color:#fff44d33!important}.op-lightYellow-low{background-color:#fff44dcc!important}.op-lightBrown{background-color:#bb823f80!important}.op-lightBrown-hi{background-color:#bb823f33!important}.op-lightBrown-low{background-color:#bb823fcc!important}.op-lightOlive{background-color:#95ab8d80!important}.op-lightOlive-hi{background-color:#95ab8d33!important}.op-lightOlive-low{background-color:#95ab8dcc!important}.op-lightSteel{background-color:#8d9cab80!important}.op-lightSteel-hi{background-color:#8d9cab33!important}.op-lightSteel-low{background-color:#8d9cabcc!important}.op-lightMauve{background-color:#9c89ad80!important}.op-lightMauve-hi{background-color:#9c89ad33!important}.op-lightMauve-low{background-color:#9c89adcc!important}.op-lightTaupe{background-color:#aea07380!important}.op-lightTaupe-hi{background-color:#aea07333!important}.op-lightTaupe-low{background-color:#aea073cc!important}.op-lightGray{background-color:#e4e4e480!important}.op-lightGray-hi{background-color:#e4e4e433!important}.op-lightGray-low{background-color:#e4e4e4cc!important}.op-lightGrayBlue{background-color:#8aa2ae80!important}.op-lightGrayBlue-hi{background-color:#8aa2ae33!important}.op-lightGrayBlue-low{background-color:#8aa2aecc!important}.op-darkLime{background-color:#64780080!important}.op-darkLime-hi{background-color:#64780033!important}.op-darkLime-low{background-color:#647800cc!important}.op-darkGreen{background-color:#3a660e80!important}.op-darkGreen-hi{background-color:#3a660e33!important}.op-darkGreen-low{background-color:#3a660ecc!important}.op-darkEmerald{background-color:#003d0080!important}.op-darkEmerald-hi{background-color:#003d0033!important}.op-darkEmerald-low{background-color:#003d00cc!important}.op-darkBlue{background-color:#0077a380!important}.op-darkBlue-hi{background-color:#0077a333!important}.op-darkBlue-low{background-color:#0077a3cc!important}.op-darkTeal{background-color:#005e5d80!important}.op-darkTeal-hi{background-color:#005e5d33!important}.op-darkTeal-low{background-color:#005e5dcc!important}.op-darkCyan{background-color:#0686c480!important}.op-darkCyan-hi{background-color:#0686c433!important}.op-darkCyan-low{background-color:#0686c4cc!important}.op-darkCobalt{background-color:#0036a380!important}.op-darkCobalt-hi{background-color:#0036a333!important}.op-darkCobalt-low{background-color:#0036a3cc!important}.op-darkIndigo{background-color:#4a00b380!important}.op-darkIndigo-hi{background-color:#4a00b333!important}.op-darkIndigo-low{background-color:#4a00b3cc!important}.op-darkViolet{background-color:#7700b380!important}.op-darkViolet-hi{background-color:#7700b333!important}.op-darkViolet-low{background-color:#7700b3cc!important}.op-darkPink{background-color:#ba258880!important}.op-darkPink-hi{background-color:#ba258833!important}.op-darkPink-low{background-color:#ba2588cc!important}.op-darkMagenta{background-color:#8c004a80!important}.op-darkMagenta-hi{background-color:#8c004a33!important}.op-darkMagenta-low{background-color:#8c004acc!important}.op-darkCrimson{background-color:#56001480!important}.op-darkCrimson-hi{background-color:#56001433!important}.op-darkCrimson-low{background-color:#560014cc!important}.op-darkRed{background-color:#8f251f80!important}.op-darkRed-hi{background-color:#8f251f33!important}.op-darkRed-low{background-color:#8f251fcc!important}.op-darkOrange{background-color:#ae480080!important}.op-darkOrange-hi{background-color:#ae480033!important}.op-darkOrange-low{background-color:#ae4800cc!important}.op-darkAmber{background-color:#a7710780!important}.op-darkAmber-hi{background-color:#a7710733!important}.op-darkAmber-low{background-color:#a77107cc!important}.op-darkYellow{background-color:#b3a80080!important}.op-darkYellow-hi{background-color:#b3a80033!important}.op-darkYellow-low{background-color:#b3a800cc!important}.op-darkBrown{background-color:#49321980!important}.op-darkBrown-hi{background-color:#49321933!important}.op-darkBrown-low{background-color:#493219cc!important}.op-darkOlive{background-color:#4a5b4380!important}.op-darkOlive-hi{background-color:#4a5b4333!important}.op-darkOlive-low{background-color:#4a5b43cc!important}.op-darkSteel{background-color:#43505b80!important}.op-darkSteel-hi{background-color:#43505b33!important}.op-darkSteel-low{background-color:#43505bcc!important}.op-darkMauve{background-color:#4f415d80!important}.op-darkMauve-hi{background-color:#4f415d33!important}.op-darkMauve-low{background-color:#4f415dcc!important}.op-darkTaupe{background-color:#574e3280!important}.op-darkTaupe-hi{background-color:#574e3233!important}.op-darkTaupe-low{background-color:#574e32cc!important}.op-darkGray{background-color:#98989880!important}.op-darkGray-hi{background-color:#98989833!important}.op-darkGray-low{background-color:#989898cc!important}.op-darkGrayBlue{background-color:#41545e80!important}.op-darkGrayBlue-hi{background-color:#41545e33!important}.op-darkGrayBlue-low{background-color:#41545ecc!important}.ol-black,.ol-black-active:active,.ol-black-hover:hover{outline-color:#000!important}.ol-black-focus:focus{outline-color:#000!important}.ol-white,.ol-white-active:active,.ol-white-hover:hover{outline-color:#fff!important}.ol-white-focus:focus{outline-color:#fff!important}.ol-dark,.ol-dark-active:active,.ol-dark-hover:hover{outline-color:#1d1d1d!important}.ol-dark-focus:focus{outline-color:#1d1d1d!important}.ol-light,.ol-light-active:active,.ol-light-hover:hover{outline-color:#f8f8f8!important}.ol-light-focus:focus{outline-color:#f8f8f8!important}.ol-grayBlue,.ol-grayBlue-active:active,.ol-grayBlue-hover:hover{outline-color:#607d8b!important}.ol-grayBlue-focus:focus{outline-color:#607d8b!important}.ol-grayWhite,.ol-grayWhite-active:active,.ol-grayWhite-hover:hover{outline-color:#f5f5f5!important}.ol-grayWhite-focus:focus{outline-color:#f5f5f5!important}.ol-grayMouse,.ol-grayMouse-active:active,.ol-grayMouse-hover:hover{outline-color:#455a64!important}.ol-grayMouse-focus:focus{outline-color:#455a64!important}.ol-brandColor1,.ol-brandColor1-active:active,.ol-brandColor1-hover:hover{outline-color:#2ac4f4!important}.ol-brandColor1-focus:focus{outline-color:#2ac4f4!important}.ol-brandColor2,.ol-brandColor2-active:active,.ol-brandColor2-hover:hover{outline-color:#004d6f!important}.ol-brandColor2-focus:focus{outline-color:#004d6f!important}.ol-lime,.ol-lime-active:active,.ol-lime-hover:hover{outline-color:#a4c400!important}.ol-lime-focus:focus{outline-color:#a4c400!important}.ol-green,.ol-green-active:active,.ol-green-hover:hover{outline-color:#60a917!important}.ol-green-focus:focus{outline-color:#60a917!important}.ol-emerald,.ol-emerald-active:active,.ol-emerald-hover:hover{outline-color:#008a00!important}.ol-emerald-focus:focus{outline-color:#008a00!important}.ol-blue,.ol-blue-active:active,.ol-blue-hover:hover{outline-color:#00aff0!important}.ol-blue-focus:focus{outline-color:#00aff0!important}.ol-teal,.ol-teal-active:active,.ol-teal-hover:hover{outline-color:#00aba9!important}.ol-teal-focus:focus{outline-color:#00aba9!important}.ol-cyan,.ol-cyan-active:active,.ol-cyan-hover:hover{outline-color:#1fb1f8!important}.ol-cyan-focus:focus{outline-color:#1fb1f8!important}.ol-cobalt,.ol-cobalt-active:active,.ol-cobalt-hover:hover{outline-color:#0050ef!important}.ol-cobalt-focus:focus{outline-color:#0050ef!important}.ol-indigo,.ol-indigo-active:active,.ol-indigo-hover:hover{outline-color:#6a00ff!important}.ol-indigo-focus:focus{outline-color:#6a00ff!important}.ol-violet,.ol-violet-active:active,.ol-violet-hover:hover{outline-color:#a0f!important}.ol-violet-focus:focus{outline-color:#a0f!important}.ol-pink,.ol-pink-active:active,.ol-pink-hover:hover{outline-color:#dc4fad!important}.ol-pink-focus:focus{outline-color:#dc4fad!important}.ol-magenta,.ol-magenta-active:active,.ol-magenta-hover:hover{outline-color:#d80073!important}.ol-magenta-focus:focus{outline-color:#d80073!important}.ol-crimson,.ol-crimson-active:active,.ol-crimson-hover:hover{outline-color:#a20025!important}.ol-crimson-focus:focus{outline-color:#a20025!important}.ol-red,.ol-red-active:active,.ol-red-hover:hover{outline-color:#ce352c!important}.ol-red-focus:focus{outline-color:#ce352c!important}.ol-orange,.ol-orange-active:active,.ol-orange-hover:hover{outline-color:#fa6800!important}.ol-orange-focus:focus{outline-color:#fa6800!important}.ol-amber,.ol-amber-active:active,.ol-amber-hover:hover{outline-color:#f0a30a!important}.ol-amber-focus:focus{outline-color:#f0a30a!important}.ol-yellow,.ol-yellow-active:active,.ol-yellow-hover:hover{outline-color:#fff000!important}.ol-yellow-focus:focus{outline-color:#fff000!important}.ol-brown,.ol-brown-active:active,.ol-brown-hover:hover{outline-color:#825a2c!important}.ol-brown-focus:focus{outline-color:#825a2c!important}.ol-olive,.ol-olive-active:active,.ol-olive-hover:hover{outline-color:#6d8764!important}.ol-olive-focus:focus{outline-color:#6d8764!important}.ol-steel,.ol-steel-active:active,.ol-steel-hover:hover{outline-color:#647687!important}.ol-steel-focus:focus{outline-color:#647687!important}.ol-mauve,.ol-mauve-active:active,.ol-mauve-hover:hover{outline-color:#76608a!important}.ol-mauve-focus:focus{outline-color:#76608a!important}.ol-taupe,.ol-taupe-active:active,.ol-taupe-hover:hover{outline-color:#87794e!important}.ol-taupe-focus:focus{outline-color:#87794e!important}.ol-gray,.ol-gray-active:active,.ol-gray-hover:hover{outline-color:#bebebe!important}.ol-gray-focus:focus{outline-color:#bebebe!important}.ol-lightLime,.ol-lightLime-active:active,.ol-lightLime-hover:hover{outline-color:#d8ff12!important}.ol-lightLime-focus:focus{outline-color:#d8ff12!important}.ol-lightGreen,.ol-lightGreen-active:active,.ol-lightGreen-hover:hover{outline-color:#86e22a!important}.ol-lightGreen-focus:focus{outline-color:#86e22a!important}.ol-lightEmerald,.ol-lightEmerald-active:active,.ol-lightEmerald-hover:hover{outline-color:#00d600!important}.ol-lightEmerald-focus:focus{outline-color:#00d600!important}.ol-lightBlue,.ol-lightBlue-active:active,.ol-lightBlue-hover:hover{outline-color:#3ecbff!important}.ol-lightBlue-focus:focus{outline-color:#3ecbff!important}.ol-lightTeal,.ol-lightTeal-active:active,.ol-lightTeal-hover:hover{outline-color:#00f7f5!important}.ol-lightTeal-focus:focus{outline-color:#00f7f5!important}.ol-lightCyan,.ol-lightCyan-active:active,.ol-lightCyan-hover:hover{outline-color:#69cbfa!important}.ol-lightCyan-focus:focus{outline-color:#69cbfa!important}.ol-lightCobalt,.ol-lightCobalt-active:active,.ol-lightCobalt-hover:hover{outline-color:#3d7eff!important}.ol-lightCobalt-focus:focus{outline-color:#3d7eff!important}.ol-lightIndigo,.ol-lightIndigo-active:active,.ol-lightIndigo-hover:hover{outline-color:#974dff!important}.ol-lightIndigo-focus:focus{outline-color:#974dff!important}.ol-lightViolet,.ol-lightViolet-active:active,.ol-lightViolet-hover:hover{outline-color:#c44dff!important}.ol-lightViolet-focus:focus{outline-color:#c44dff!important}.ol-lightPink,.ol-lightPink-active:active,.ol-lightPink-hover:hover{outline-color:#e98fcb!important}.ol-lightPink-focus:focus{outline-color:#e98fcb!important}.ol-lightMagenta,.ol-lightMagenta-active:active,.ol-lightMagenta-hover:hover{outline-color:#ff2599!important}.ol-lightMagenta-focus:focus{outline-color:#ff2599!important}.ol-lightCrimson,.ol-lightCrimson-active:active,.ol-lightCrimson-hover:hover{outline-color:#ef0036!important}.ol-lightCrimson-focus:focus{outline-color:#ef0036!important}.ol-lightRed,.ol-lightRed-active:active,.ol-lightRed-hover:hover{outline-color:#df6e68!important}.ol-lightRed-focus:focus{outline-color:#df6e68!important}.ol-lightOrange,.ol-lightOrange-active:active,.ol-lightOrange-hover:hover{outline-color:#ff9447!important}.ol-lightOrange-focus:focus{outline-color:#ff9447!important}.ol-lightAmber,.ol-lightAmber-active:active,.ol-lightAmber-hover:hover{outline-color:#f8bf4f!important}.ol-lightAmber-focus:focus{outline-color:#f8bf4f!important}.ol-lightYellow,.ol-lightYellow-active:active,.ol-lightYellow-hover:hover{outline-color:#fff44d!important}.ol-lightYellow-focus:focus{outline-color:#fff44d!important}.ol-lightBrown,.ol-lightBrown-active:active,.ol-lightBrown-hover:hover{outline-color:#bb823f!important}.ol-lightBrown-focus:focus{outline-color:#bb823f!important}.ol-lightOlive,.ol-lightOlive-active:active,.ol-lightOlive-hover:hover{outline-color:#95ab8d!important}.ol-lightOlive-focus:focus{outline-color:#95ab8d!important}.ol-lightSteel,.ol-lightSteel-active:active,.ol-lightSteel-hover:hover{outline-color:#8d9cab!important}.ol-lightSteel-focus:focus{outline-color:#8d9cab!important}.ol-lightMauve,.ol-lightMauve-active:active,.ol-lightMauve-hover:hover{outline-color:#9c89ad!important}.ol-lightMauve-focus:focus{outline-color:#9c89ad!important}.ol-lightTaupe,.ol-lightTaupe-active:active,.ol-lightTaupe-hover:hover{outline-color:#aea073!important}.ol-lightTaupe-focus:focus{outline-color:#aea073!important}.ol-lightGray,.ol-lightGray-active:active,.ol-lightGray-hover:hover{outline-color:#e4e4e4!important}.ol-lightGray-focus:focus{outline-color:#e4e4e4!important}.ol-lightGrayBlue,.ol-lightGrayBlue-active:active,.ol-lightGrayBlue-hover:hover{outline-color:#8aa2ae!important}.ol-lightGrayBlue-focus:focus{outline-color:#8aa2ae!important}.ol-darkLime,.ol-darkLime-active:active,.ol-darkLime-hover:hover{outline-color:#647800!important}.ol-darkLime-focus:focus{outline-color:#647800!important}.ol-darkGreen,.ol-darkGreen-active:active,.ol-darkGreen-hover:hover{outline-color:#3a660e!important}.ol-darkGreen-focus:focus{outline-color:#3a660e!important}.ol-darkEmerald,.ol-darkEmerald-active:active,.ol-darkEmerald-hover:hover{outline-color:#003d00!important}.ol-darkEmerald-focus:focus{outline-color:#003d00!important}.ol-darkBlue,.ol-darkBlue-active:active,.ol-darkBlue-hover:hover{outline-color:#0077a3!important}.ol-darkBlue-focus:focus{outline-color:#0077a3!important}.ol-darkTeal,.ol-darkTeal-active:active,.ol-darkTeal-hover:hover{outline-color:#005e5d!important}.ol-darkTeal-focus:focus{outline-color:#005e5d!important}.ol-darkCyan,.ol-darkCyan-active:active,.ol-darkCyan-hover:hover{outline-color:#0686c4!important}.ol-darkCyan-focus:focus{outline-color:#0686c4!important}.ol-darkCobalt,.ol-darkCobalt-active:active,.ol-darkCobalt-hover:hover{outline-color:#0036a3!important}.ol-darkCobalt-focus:focus{outline-color:#0036a3!important}.ol-darkIndigo,.ol-darkIndigo-active:active,.ol-darkIndigo-hover:hover{outline-color:#4a00b3!important}.ol-darkIndigo-focus:focus{outline-color:#4a00b3!important}.ol-darkViolet,.ol-darkViolet-active:active,.ol-darkViolet-hover:hover{outline-color:#7700b3!important}.ol-darkViolet-focus:focus{outline-color:#7700b3!important}.ol-darkPink,.ol-darkPink-active:active,.ol-darkPink-hover:hover{outline-color:#ba2588!important}.ol-darkPink-focus:focus{outline-color:#ba2588!important}.ol-darkMagenta,.ol-darkMagenta-active:active,.ol-darkMagenta-hover:hover{outline-color:#8c004a!important}.ol-darkMagenta-focus:focus{outline-color:#8c004a!important}.ol-darkCrimson,.ol-darkCrimson-active:active,.ol-darkCrimson-hover:hover{outline-color:#560014!important}.ol-darkCrimson-focus:focus{outline-color:#560014!important}.ol-darkRed,.ol-darkRed-active:active,.ol-darkRed-hover:hover{outline-color:#8f251f!important}.ol-darkRed-focus:focus{outline-color:#8f251f!important}.ol-darkOrange,.ol-darkOrange-active:active,.ol-darkOrange-hover:hover{outline-color:#ae4800!important}.ol-darkOrange-focus:focus{outline-color:#ae4800!important}.ol-darkAmber,.ol-darkAmber-active:active,.ol-darkAmber-hover:hover{outline-color:#a77107!important}.ol-darkAmber-focus:focus{outline-color:#a77107!important}.ol-darkYellow,.ol-darkYellow-active:active,.ol-darkYellow-hover:hover{outline-color:#b3a800!important}.ol-darkYellow-focus:focus{outline-color:#b3a800!important}.ol-darkBrown,.ol-darkBrown-active:active,.ol-darkBrown-hover:hover{outline-color:#493219!important}.ol-darkBrown-focus:focus{outline-color:#493219!important}.ol-darkOlive,.ol-darkOlive-active:active,.ol-darkOlive-hover:hover{outline-color:#4a5b43!important}.ol-darkOlive-focus:focus{outline-color:#4a5b43!important}.ol-darkSteel,.ol-darkSteel-active:active,.ol-darkSteel-hover:hover{outline-color:#43505b!important}.ol-darkSteel-focus:focus{outline-color:#43505b!important}.ol-darkMauve,.ol-darkMauve-active:active,.ol-darkMauve-hover:hover{outline-color:#4f415d!important}.ol-darkMauve-focus:focus{outline-color:#4f415d!important}.ol-darkTaupe,.ol-darkTaupe-active:active,.ol-darkTaupe-hover:hover{outline-color:#574e32!important}.ol-darkTaupe-focus:focus{outline-color:#574e32!important}.ol-darkGray,.ol-darkGray-active:active,.ol-darkGray-hover:hover{outline-color:#989898!important}.ol-darkGray-focus:focus{outline-color:#989898!important}.ol-darkGrayBlue,.ol-darkGrayBlue-active:active,.ol-darkGrayBlue-hover:hover{outline-color:#41545e!important}.ol-darkGrayBlue-focus:focus{outline-color:#41545e!important}.before-bg-black:before{background:#000!important}.before-fg-black:before{color:#000!important}.after-bg-black:after{background:#000!important}.after-fg-black:after{color:#000!important}.after-bd-black:after{border-color:#000!important}.after-ol-black:after{outline-color:#000!important}.before-bg-white:before{background:#fff!important}.before-fg-white:before{color:#fff!important}.after-bg-white:after{background:#fff!important}.after-fg-white:after{color:#fff!important}.after-bd-white:after{border-color:#fff!important}.after-ol-white:after{outline-color:#fff!important}.before-bg-dark:before{background:#1d1d1d!important}.before-fg-dark:before{color:#1d1d1d!important}.after-bg-dark:after{background:#1d1d1d!important}.after-fg-dark:after{color:#1d1d1d!important}.after-bd-dark:after{border-color:#1d1d1d!important}.after-ol-dark:after{outline-color:#1d1d1d!important}.before-bg-light:before{background:#f8f8f8!important}.before-fg-light:before{color:#f8f8f8!important}.after-bg-light:after{background:#f8f8f8!important}.after-fg-light:after{color:#f8f8f8!important}.after-bd-light:after{border-color:#f8f8f8!important}.after-ol-light:after{outline-color:#f8f8f8!important}.before-bg-grayBlue:before{background:#607d8b!important}.before-fg-grayBlue:before{color:#607d8b!important}.after-bg-grayBlue:after{background:#607d8b!important}.after-fg-grayBlue:after{color:#607d8b!important}.after-bd-grayBlue:after{border-color:#607d8b!important}.after-ol-grayBlue:after{outline-color:#607d8b!important}.before-bg-grayWhite:before{background:#f5f5f5!important}.before-fg-grayWhite:before{color:#f5f5f5!important}.after-bg-grayWhite:after{background:#f5f5f5!important}.after-fg-grayWhite:after{color:#f5f5f5!important}.after-bd-grayWhite:after{border-color:#f5f5f5!important}.after-ol-grayWhite:after{outline-color:#f5f5f5!important}.before-bg-grayMouse:before{background:#455a64!important}.before-fg-grayMouse:before{color:#455a64!important}.after-bg-grayMouse:after{background:#455a64!important}.after-fg-grayMouse:after{color:#455a64!important}.after-bd-grayMouse:after{border-color:#455a64!important}.after-ol-grayMouse:after{outline-color:#455a64!important}.before-bg-brandColor1:before{background:#2ac4f4!important}.before-fg-brandColor1:before{color:#2ac4f4!important}.after-bg-brandColor1:after{background:#2ac4f4!important}.after-fg-brandColor1:after{color:#2ac4f4!important}.after-bd-brandColor1:after{border-color:#2ac4f4!important}.after-ol-brandColor1:after{outline-color:#2ac4f4!important}.before-bg-brandColor2:before{background:#004d6f!important}.before-fg-brandColor2:before{color:#004d6f!important}.after-bg-brandColor2:after{background:#004d6f!important}.after-fg-brandColor2:after{color:#004d6f!important}.after-bd-brandColor2:after{border-color:#004d6f!important}.after-ol-brandColor2:after{outline-color:#004d6f!important}.before-bg-lime:before{background:#a4c400!important}.before-fg-lime:before{color:#a4c400!important}.after-bg-lime:after{background:#a4c400!important}.after-fg-lime:after{color:#a4c400!important}.after-bd-lime:after{border-color:#a4c400!important}.after-ol-lime:after{outline-color:#a4c400!important}.before-bg-green:before{background:#60a917!important}.before-fg-green:before{color:#60a917!important}.after-bg-green:after{background:#60a917!important}.after-fg-green:after{color:#60a917!important}.after-bd-green:after{border-color:#60a917!important}.after-ol-green:after{outline-color:#60a917!important}.before-bg-emerald:before{background:#008a00!important}.before-fg-emerald:before{color:#008a00!important}.after-bg-emerald:after{background:#008a00!important}.after-fg-emerald:after{color:#008a00!important}.after-bd-emerald:after{border-color:#008a00!important}.after-ol-emerald:after{outline-color:#008a00!important}.before-bg-blue:before{background:#00aff0!important}.before-fg-blue:before{color:#00aff0!important}.after-bg-blue:after{background:#00aff0!important}.after-fg-blue:after{color:#00aff0!important}.after-bd-blue:after{border-color:#00aff0!important}.after-ol-blue:after{outline-color:#00aff0!important}.before-bg-teal:before{background:#00aba9!important}.before-fg-teal:before{color:#00aba9!important}.after-bg-teal:after{background:#00aba9!important}.after-fg-teal:after{color:#00aba9!important}.after-bd-teal:after{border-color:#00aba9!important}.after-ol-teal:after{outline-color:#00aba9!important}.before-bg-cyan:before{background:#1fb1f8!important}.before-fg-cyan:before{color:#1fb1f8!important}.after-bg-cyan:after{background:#1fb1f8!important}.after-fg-cyan:after{color:#1fb1f8!important}.after-bd-cyan:after{border-color:#1fb1f8!important}.after-ol-cyan:after{outline-color:#1fb1f8!important}.before-bg-cobalt:before{background:#0050ef!important}.before-fg-cobalt:before{color:#0050ef!important}.after-bg-cobalt:after{background:#0050ef!important}.after-fg-cobalt:after{color:#0050ef!important}.after-bd-cobalt:after{border-color:#0050ef!important}.after-ol-cobalt:after{outline-color:#0050ef!important}.before-bg-indigo:before{background:#6a00ff!important}.before-fg-indigo:before{color:#6a00ff!important}.after-bg-indigo:after{background:#6a00ff!important}.after-fg-indigo:after{color:#6a00ff!important}.after-bd-indigo:after{border-color:#6a00ff!important}.after-ol-indigo:after{outline-color:#6a00ff!important}.before-bg-violet:before{background:#a0f!important}.before-fg-violet:before{color:#a0f!important}.after-bg-violet:after{background:#a0f!important}.after-fg-violet:after{color:#a0f!important}.after-bd-violet:after{border-color:#a0f!important}.after-ol-violet:after{outline-color:#a0f!important}.before-bg-pink:before{background:#dc4fad!important}.before-fg-pink:before{color:#dc4fad!important}.after-bg-pink:after{background:#dc4fad!important}.after-fg-pink:after{color:#dc4fad!important}.after-bd-pink:after{border-color:#dc4fad!important}.after-ol-pink:after{outline-color:#dc4fad!important}.before-bg-magenta:before{background:#d80073!important}.before-fg-magenta:before{color:#d80073!important}.after-bg-magenta:after{background:#d80073!important}.after-fg-magenta:after{color:#d80073!important}.after-bd-magenta:after{border-color:#d80073!important}.after-ol-magenta:after{outline-color:#d80073!important}.before-bg-crimson:before{background:#a20025!important}.before-fg-crimson:before{color:#a20025!important}.after-bg-crimson:after{background:#a20025!important}.after-fg-crimson:after{color:#a20025!important}.after-bd-crimson:after{border-color:#a20025!important}.after-ol-crimson:after{outline-color:#a20025!important}.before-bg-red:before{background:#ce352c!important}.before-fg-red:before{color:#ce352c!important}.after-bg-red:after{background:#ce352c!important}.after-fg-red:after{color:#ce352c!important}.after-bd-red:after{border-color:#ce352c!important}.after-ol-red:after{outline-color:#ce352c!important}.before-bg-orange:before{background:#fa6800!important}.before-fg-orange:before{color:#fa6800!important}.after-bg-orange:after{background:#fa6800!important}.after-fg-orange:after{color:#fa6800!important}.after-bd-orange:after{border-color:#fa6800!important}.after-ol-orange:after{outline-color:#fa6800!important}.before-bg-amber:before{background:#f0a30a!important}.before-fg-amber:before{color:#f0a30a!important}.after-bg-amber:after{background:#f0a30a!important}.after-fg-amber:after{color:#f0a30a!important}.after-bd-amber:after{border-color:#f0a30a!important}.after-ol-amber:after{outline-color:#f0a30a!important}.before-bg-yellow:before{background:#fff000!important}.before-fg-yellow:before{color:#fff000!important}.after-bg-yellow:after{background:#fff000!important}.after-fg-yellow:after{color:#fff000!important}.after-bd-yellow:after{border-color:#fff000!important}.after-ol-yellow:after{outline-color:#fff000!important}.before-bg-brown:before{background:#825a2c!important}.before-fg-brown:before{color:#825a2c!important}.after-bg-brown:after{background:#825a2c!important}.after-fg-brown:after{color:#825a2c!important}.after-bd-brown:after{border-color:#825a2c!important}.after-ol-brown:after{outline-color:#825a2c!important}.before-bg-olive:before{background:#6d8764!important}.before-fg-olive:before{color:#6d8764!important}.after-bg-olive:after{background:#6d8764!important}.after-fg-olive:after{color:#6d8764!important}.after-bd-olive:after{border-color:#6d8764!important}.after-ol-olive:after{outline-color:#6d8764!important}.before-bg-steel:before{background:#647687!important}.before-fg-steel:before{color:#647687!important}.after-bg-steel:after{background:#647687!important}.after-fg-steel:after{color:#647687!important}.after-bd-steel:after{border-color:#647687!important}.after-ol-steel:after{outline-color:#647687!important}.before-bg-mauve:before{background:#76608a!important}.before-fg-mauve:before{color:#76608a!important}.after-bg-mauve:after{background:#76608a!important}.after-fg-mauve:after{color:#76608a!important}.after-bd-mauve:after{border-color:#76608a!important}.after-ol-mauve:after{outline-color:#76608a!important}.before-bg-taupe:before{background:#87794e!important}.before-fg-taupe:before{color:#87794e!important}.after-bg-taupe:after{background:#87794e!important}.after-fg-taupe:after{color:#87794e!important}.after-bd-taupe:after{border-color:#87794e!important}.after-ol-taupe:after{outline-color:#87794e!important}.before-bg-gray:before{background:#bebebe!important}.before-fg-gray:before{color:#bebebe!important}.after-bg-gray:after{background:#bebebe!important}.after-fg-gray:after{color:#bebebe!important}.after-bd-gray:after{border-color:#bebebe!important}.after-ol-gray:after{outline-color:#bebebe!important}.before-bg-lightLime:before{background:#d8ff12!important}.before-fg-lightLime:before{color:#d8ff12!important}.after-bg-lightLime:after{background:#d8ff12!important}.after-fg-lightLime:after{color:#d8ff12!important}.after-bd-lightLime:after{border-color:#d8ff12!important}.after-ol-lightLime:after{outline-color:#d8ff12!important}.before-bg-lightGreen:before{background:#86e22a!important}.before-fg-lightGreen:before{color:#86e22a!important}.after-bg-lightGreen:after{background:#86e22a!important}.after-fg-lightGreen:after{color:#86e22a!important}.after-bd-lightGreen:after{border-color:#86e22a!important}.after-ol-lightGreen:after{outline-color:#86e22a!important}.before-bg-lightEmerald:before{background:#00d600!important}.before-fg-lightEmerald:before{color:#00d600!important}.after-bg-lightEmerald:after{background:#00d600!important}.after-fg-lightEmerald:after{color:#00d600!important}.after-bd-lightEmerald:after{border-color:#00d600!important}.after-ol-lightEmerald:after{outline-color:#00d600!important}.before-bg-lightBlue:before{background:#3ecbff!important}.before-fg-lightBlue:before{color:#3ecbff!important}.after-bg-lightBlue:after{background:#3ecbff!important}.after-fg-lightBlue:after{color:#3ecbff!important}.after-bd-lightBlue:after{border-color:#3ecbff!important}.after-ol-lightBlue:after{outline-color:#3ecbff!important}.before-bg-lightTeal:before{background:#00f7f5!important}.before-fg-lightTeal:before{color:#00f7f5!important}.after-bg-lightTeal:after{background:#00f7f5!important}.after-fg-lightTeal:after{color:#00f7f5!important}.after-bd-lightTeal:after{border-color:#00f7f5!important}.after-ol-lightTeal:after{outline-color:#00f7f5!important}.before-bg-lightCyan:before{background:#69cbfa!important}.before-fg-lightCyan:before{color:#69cbfa!important}.after-bg-lightCyan:after{background:#69cbfa!important}.after-fg-lightCyan:after{color:#69cbfa!important}.after-bd-lightCyan:after{border-color:#69cbfa!important}.after-ol-lightCyan:after{outline-color:#69cbfa!important}.before-bg-lightCobalt:before{background:#3d7eff!important}.before-fg-lightCobalt:before{color:#3d7eff!important}.after-bg-lightCobalt:after{background:#3d7eff!important}.after-fg-lightCobalt:after{color:#3d7eff!important}.after-bd-lightCobalt:after{border-color:#3d7eff!important}.after-ol-lightCobalt:after{outline-color:#3d7eff!important}.before-bg-lightIndigo:before{background:#974dff!important}.before-fg-lightIndigo:before{color:#974dff!important}.after-bg-lightIndigo:after{background:#974dff!important}.after-fg-lightIndigo:after{color:#974dff!important}.after-bd-lightIndigo:after{border-color:#974dff!important}.after-ol-lightIndigo:after{outline-color:#974dff!important}.before-bg-lightViolet:before{background:#c44dff!important}.before-fg-lightViolet:before{color:#c44dff!important}.after-bg-lightViolet:after{background:#c44dff!important}.after-fg-lightViolet:after{color:#c44dff!important}.after-bd-lightViolet:after{border-color:#c44dff!important}.after-ol-lightViolet:after{outline-color:#c44dff!important}.before-bg-lightPink:before{background:#e98fcb!important}.before-fg-lightPink:before{color:#e98fcb!important}.after-bg-lightPink:after{background:#e98fcb!important}.after-fg-lightPink:after{color:#e98fcb!important}.after-bd-lightPink:after{border-color:#e98fcb!important}.after-ol-lightPink:after{outline-color:#e98fcb!important}.before-bg-lightMagenta:before{background:#ff2599!important}.before-fg-lightMagenta:before{color:#ff2599!important}.after-bg-lightMagenta:after{background:#ff2599!important}.after-fg-lightMagenta:after{color:#ff2599!important}.after-bd-lightMagenta:after{border-color:#ff2599!important}.after-ol-lightMagenta:after{outline-color:#ff2599!important}.before-bg-lightCrimson:before{background:#ef0036!important}.before-fg-lightCrimson:before{color:#ef0036!important}.after-bg-lightCrimson:after{background:#ef0036!important}.after-fg-lightCrimson:after{color:#ef0036!important}.after-bd-lightCrimson:after{border-color:#ef0036!important}.after-ol-lightCrimson:after{outline-color:#ef0036!important}.before-bg-lightRed:before{background:#df6e68!important}.before-fg-lightRed:before{color:#df6e68!important}.after-bg-lightRed:after{background:#df6e68!important}.after-fg-lightRed:after{color:#df6e68!important}.after-bd-lightRed:after{border-color:#df6e68!important}.after-ol-lightRed:after{outline-color:#df6e68!important}.before-bg-lightOrange:before{background:#ff9447!important}.before-fg-lightOrange:before{color:#ff9447!important}.after-bg-lightOrange:after{background:#ff9447!important}.after-fg-lightOrange:after{color:#ff9447!important}.after-bd-lightOrange:after{border-color:#ff9447!important}.after-ol-lightOrange:after{outline-color:#ff9447!important}.before-bg-lightAmber:before{background:#f8bf4f!important}.before-fg-lightAmber:before{color:#f8bf4f!important}.after-bg-lightAmber:after{background:#f8bf4f!important}.after-fg-lightAmber:after{color:#f8bf4f!important}.after-bd-lightAmber:after{border-color:#f8bf4f!important}.after-ol-lightAmber:after{outline-color:#f8bf4f!important}.before-bg-lightYellow:before{background:#fff44d!important}.before-fg-lightYellow:before{color:#fff44d!important}.after-bg-lightYellow:after{background:#fff44d!important}.after-fg-lightYellow:after{color:#fff44d!important}.after-bd-lightYellow:after{border-color:#fff44d!important}.after-ol-lightYellow:after{outline-color:#fff44d!important}.before-bg-lightBrown:before{background:#bb823f!important}.before-fg-lightBrown:before{color:#bb823f!important}.after-bg-lightBrown:after{background:#bb823f!important}.after-fg-lightBrown:after{color:#bb823f!important}.after-bd-lightBrown:after{border-color:#bb823f!important}.after-ol-lightBrown:after{outline-color:#bb823f!important}.before-bg-lightOlive:before{background:#95ab8d!important}.before-fg-lightOlive:before{color:#95ab8d!important}.after-bg-lightOlive:after{background:#95ab8d!important}.after-fg-lightOlive:after{color:#95ab8d!important}.after-bd-lightOlive:after{border-color:#95ab8d!important}.after-ol-lightOlive:after{outline-color:#95ab8d!important}.before-bg-lightSteel:before{background:#8d9cab!important}.before-fg-lightSteel:before{color:#8d9cab!important}.after-bg-lightSteel:after{background:#8d9cab!important}.after-fg-lightSteel:after{color:#8d9cab!important}.after-bd-lightSteel:after{border-color:#8d9cab!important}.after-ol-lightSteel:after{outline-color:#8d9cab!important}.before-bg-lightMauve:before{background:#9c89ad!important}.before-fg-lightMauve:before{color:#9c89ad!important}.after-bg-lightMauve:after{background:#9c89ad!important}.after-fg-lightMauve:after{color:#9c89ad!important}.after-bd-lightMauve:after{border-color:#9c89ad!important}.after-ol-lightMauve:after{outline-color:#9c89ad!important}.before-bg-lightTaupe:before{background:#aea073!important}.before-fg-lightTaupe:before{color:#aea073!important}.after-bg-lightTaupe:after{background:#aea073!important}.after-fg-lightTaupe:after{color:#aea073!important}.after-bd-lightTaupe:after{border-color:#aea073!important}.after-ol-lightTaupe:after{outline-color:#aea073!important}.before-bg-lightGray:before{background:#e4e4e4!important}.before-fg-lightGray:before{color:#e4e4e4!important}.after-bg-lightGray:after{background:#e4e4e4!important}.after-fg-lightGray:after{color:#e4e4e4!important}.after-bd-lightGray:after{border-color:#e4e4e4!important}.after-ol-lightGray:after{outline-color:#e4e4e4!important}.before-bg-lightGrayBlue:before{background:#8aa2ae!important}.before-fg-lightGrayBlue:before{color:#8aa2ae!important}.after-bg-lightGrayBlue:after{background:#8aa2ae!important}.after-fg-lightGrayBlue:after{color:#8aa2ae!important}.after-bd-lightGrayBlue:after{border-color:#8aa2ae!important}.after-ol-lightGrayBlue:after{outline-color:#8aa2ae!important}.before-bg-darkLime:before{background:#647800!important}.before-fg-darkLime:before{color:#647800!important}.after-bg-darkLime:after{background:#647800!important}.after-fg-darkLime:after{color:#647800!important}.after-bd-darkLime:after{border-color:#647800!important}.after-ol-darkLime:after{outline-color:#647800!important}.before-bg-darkGreen:before{background:#3a660e!important}.before-fg-darkGreen:before{color:#3a660e!important}.after-bg-darkGreen:after{background:#3a660e!important}.after-fg-darkGreen:after{color:#3a660e!important}.after-bd-darkGreen:after{border-color:#3a660e!important}.after-ol-darkGreen:after{outline-color:#3a660e!important}.before-bg-darkEmerald:before{background:#003d00!important}.before-fg-darkEmerald:before{color:#003d00!important}.after-bg-darkEmerald:after{background:#003d00!important}.after-fg-darkEmerald:after{color:#003d00!important}.after-bd-darkEmerald:after{border-color:#003d00!important}.after-ol-darkEmerald:after{outline-color:#003d00!important}.before-bg-darkBlue:before{background:#0077a3!important}.before-fg-darkBlue:before{color:#0077a3!important}.after-bg-darkBlue:after{background:#0077a3!important}.after-fg-darkBlue:after{color:#0077a3!important}.after-bd-darkBlue:after{border-color:#0077a3!important}.after-ol-darkBlue:after{outline-color:#0077a3!important}.before-bg-darkTeal:before{background:#005e5d!important}.before-fg-darkTeal:before{color:#005e5d!important}.after-bg-darkTeal:after{background:#005e5d!important}.after-fg-darkTeal:after{color:#005e5d!important}.after-bd-darkTeal:after{border-color:#005e5d!important}.after-ol-darkTeal:after{outline-color:#005e5d!important}.before-bg-darkCyan:before{background:#0686c4!important}.before-fg-darkCyan:before{color:#0686c4!important}.after-bg-darkCyan:after{background:#0686c4!important}.after-fg-darkCyan:after{color:#0686c4!important}.after-bd-darkCyan:after{border-color:#0686c4!important}.after-ol-darkCyan:after{outline-color:#0686c4!important}.before-bg-darkCobalt:before{background:#0036a3!important}.before-fg-darkCobalt:before{color:#0036a3!important}.after-bg-darkCobalt:after{background:#0036a3!important}.after-fg-darkCobalt:after{color:#0036a3!important}.after-bd-darkCobalt:after{border-color:#0036a3!important}.after-ol-darkCobalt:after{outline-color:#0036a3!important}.before-bg-darkIndigo:before{background:#4a00b3!important}.before-fg-darkIndigo:before{color:#4a00b3!important}.after-bg-darkIndigo:after{background:#4a00b3!important}.after-fg-darkIndigo:after{color:#4a00b3!important}.after-bd-darkIndigo:after{border-color:#4a00b3!important}.after-ol-darkIndigo:after{outline-color:#4a00b3!important}.before-bg-darkViolet:before{background:#7700b3!important}.before-fg-darkViolet:before{color:#7700b3!important}.after-bg-darkViolet:after{background:#7700b3!important}.after-fg-darkViolet:after{color:#7700b3!important}.after-bd-darkViolet:after{border-color:#7700b3!important}.after-ol-darkViolet:after{outline-color:#7700b3!important}.before-bg-darkPink:before{background:#ba2588!important}.before-fg-darkPink:before{color:#ba2588!important}.after-bg-darkPink:after{background:#ba2588!important}.after-fg-darkPink:after{color:#ba2588!important}.after-bd-darkPink:after{border-color:#ba2588!important}.after-ol-darkPink:after{outline-color:#ba2588!important}.before-bg-darkMagenta:before{background:#8c004a!important}.before-fg-darkMagenta:before{color:#8c004a!important}.after-bg-darkMagenta:after{background:#8c004a!important}.after-fg-darkMagenta:after{color:#8c004a!important}.after-bd-darkMagenta:after{border-color:#8c004a!important}.after-ol-darkMagenta:after{outline-color:#8c004a!important}.before-bg-darkCrimson:before{background:#560014!important}.before-fg-darkCrimson:before{color:#560014!important}.after-bg-darkCrimson:after{background:#560014!important}.after-fg-darkCrimson:after{color:#560014!important}.after-bd-darkCrimson:after{border-color:#560014!important}.after-ol-darkCrimson:after{outline-color:#560014!important}.before-bg-darkRed:before{background:#8f251f!important}.before-fg-darkRed:before{color:#8f251f!important}.after-bg-darkRed:after{background:#8f251f!important}.after-fg-darkRed:after{color:#8f251f!important}.after-bd-darkRed:after{border-color:#8f251f!important}.after-ol-darkRed:after{outline-color:#8f251f!important}.before-bg-darkOrange:before{background:#ae4800!important}.before-fg-darkOrange:before{color:#ae4800!important}.after-bg-darkOrange:after{background:#ae4800!important}.after-fg-darkOrange:after{color:#ae4800!important}.after-bd-darkOrange:after{border-color:#ae4800!important}.after-ol-darkOrange:after{outline-color:#ae4800!important}.before-bg-darkAmber:before{background:#a77107!important}.before-fg-darkAmber:before{color:#a77107!important}.after-bg-darkAmber:after{background:#a77107!important}.after-fg-darkAmber:after{color:#a77107!important}.after-bd-darkAmber:after{border-color:#a77107!important}.after-ol-darkAmber:after{outline-color:#a77107!important}.before-bg-darkYellow:before{background:#b3a800!important}.before-fg-darkYellow:before{color:#b3a800!important}.after-bg-darkYellow:after{background:#b3a800!important}.after-fg-darkYellow:after{color:#b3a800!important}.after-bd-darkYellow:after{border-color:#b3a800!important}.after-ol-darkYellow:after{outline-color:#b3a800!important}.before-bg-darkBrown:before{background:#493219!important}.before-fg-darkBrown:before{color:#493219!important}.after-bg-darkBrown:after{background:#493219!important}.after-fg-darkBrown:after{color:#493219!important}.after-bd-darkBrown:after{border-color:#493219!important}.after-ol-darkBrown:after{outline-color:#493219!important}.before-bg-darkOlive:before{background:#4a5b43!important}.before-fg-darkOlive:before{color:#4a5b43!important}.after-bg-darkOlive:after{background:#4a5b43!important}.after-fg-darkOlive:after{color:#4a5b43!important}.after-bd-darkOlive:after{border-color:#4a5b43!important}.after-ol-darkOlive:after{outline-color:#4a5b43!important}.before-bg-darkSteel:before{background:#43505b!important}.before-fg-darkSteel:before{color:#43505b!important}.after-bg-darkSteel:after{background:#43505b!important}.after-fg-darkSteel:after{color:#43505b!important}.after-bd-darkSteel:after{border-color:#43505b!important}.after-ol-darkSteel:after{outline-color:#43505b!important}.before-bg-darkMauve:before{background:#4f415d!important}.before-fg-darkMauve:before{color:#4f415d!important}.after-bg-darkMauve:after{background:#4f415d!important}.after-fg-darkMauve:after{color:#4f415d!important}.after-bd-darkMauve:after{border-color:#4f415d!important}.after-ol-darkMauve:after{outline-color:#4f415d!important}.before-bg-darkTaupe:before{background:#574e32!important}.before-fg-darkTaupe:before{color:#574e32!important}.after-bg-darkTaupe:after{background:#574e32!important}.after-fg-darkTaupe:after{color:#574e32!important}.after-bd-darkTaupe:after{border-color:#574e32!important}.after-ol-darkTaupe:after{outline-color:#574e32!important}.before-bg-darkGray:before{background:#989898!important}.before-fg-darkGray:before{color:#989898!important}.after-bg-darkGray:after{background:#989898!important}.after-fg-darkGray:after{color:#989898!important}.after-bd-darkGray:after{border-color:#989898!important}.after-ol-darkGray:after{outline-color:#989898!important}.before-bg-darkGrayBlue:before{background:#41545e!important}.before-fg-darkGrayBlue:before{color:#41545e!important}.after-bg-darkGrayBlue:after{background:#41545e!important}.after-fg-darkGrayBlue:after{color:#41545e!important}.after-bd-darkGrayBlue:after{border-color:#41545e!important}.after-ol-darkGrayBlue:after{outline-color:#41545e!important}.ribbed-black{background:#000 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-white{background:#fff linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-dark{background:#1d1d1d linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-light{background:#f8f8f8 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-grayBlue{background:#607d8b linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-grayWhite{background:#f5f5f5 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-grayMouse{background:#455a64 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-brandColor1{background:#2ac4f4 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-brandColor2{background:#004d6f linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lime{background:#a4c400 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-green{background:#60a917 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-emerald{background:#008a00 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-blue{background:#00aff0 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-teal{background:#00aba9 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-cyan{background:#1fb1f8 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-cobalt{background:#0050ef linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-indigo{background:#6a00ff linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-violet{background:#a0f linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-pink{background:#dc4fad linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-magenta{background:#d80073 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-crimson{background:#a20025 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-red{background:#ce352c linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-orange{background:#fa6800 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-amber{background:#f0a30a linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-yellow{background:#fff000 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-brown{background:#825a2c linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-olive{background:#6d8764 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-steel{background:#647687 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-mauve{background:#76608a linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-taupe{background:#87794e linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-gray{background:#bebebe linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightLime{background:#d8ff12 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightGreen{background:#86e22a linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightEmerald{background:#00d600 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightBlue{background:#3ecbff linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightTeal{background:#00f7f5 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightCyan{background:#69cbfa linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightCobalt{background:#3d7eff linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightIndigo{background:#974dff linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightViolet{background:#c44dff linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightPink{background:#e98fcb linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightMagenta{background:#ff2599 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightCrimson{background:#ef0036 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightRed{background:#df6e68 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightOrange{background:#ff9447 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightAmber{background:#f8bf4f linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightYellow{background:#fff44d linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightBrown{background:#bb823f linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightOlive{background:#95ab8d linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightSteel{background:#8d9cab linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightMauve{background:#9c89ad linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightTaupe{background:#aea073 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightGray{background:#e4e4e4 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-lightGrayBlue{background:#8aa2ae linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkLime{background:#647800 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkGreen{background:#3a660e linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkEmerald{background:#003d00 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkBlue{background:#0077a3 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkTeal{background:#005e5d linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkCyan{background:#0686c4 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkCobalt{background:#0036a3 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkIndigo{background:#4a00b3 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkViolet{background:#7700b3 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkPink{background:#ba2588 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkMagenta{background:#8c004a linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkCrimson{background:#560014 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkRed{background:#8f251f linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkOrange{background:#ae4800 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkAmber{background:#a77107 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkYellow{background:#b3a800 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkBrown{background:#493219 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkOlive{background:#4a5b43 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkSteel{background:#43505b linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkMauve{background:#4f415d linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkTaupe{background:#574e32 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkGray{background:#989898 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.ribbed-darkGrayBlue{background:#41545e linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.primary{outline-color:#75b5fd!important;background-color:#0366d6!important;border-color:#0366d6!important;color:#fff!important}.primary.outline{color:#0366d6!important;border-color:#0366d6!important;background-color:transparent!important}.primary.outline.dropdown-toggle:before{border-color:#0366d6!important}.primary.outline:hover{color:#fff!important}.primary.dropdown-toggle:before{border-color:#fff!important}.primary:hover{color:#fff!important;background-color:#024ea4!important;border-color:#023671!important}.primary:hover.dropdown-toggle:before{border-color:#fff!important}.primary.same-color:hover{background-color:#0366d6!important;border-color:#0366d6!important}.secondary{outline-color:#b7c6cd!important;background-color:#607d8b!important;border-color:#607d8b!important;color:#fff!important}.secondary.outline{color:#607d8b!important;border-color:#607d8b!important;background-color:transparent!important}.secondary.outline.dropdown-toggle:before{border-color:#607d8b!important}.secondary.outline:hover{color:#fff!important}.secondary.dropdown-toggle:before{border-color:#fff!important}.secondary:hover{color:#fff!important;background-color:#4b626d!important;border-color:#36474f!important}.secondary:hover.dropdown-toggle:before{border-color:#fff!important}.secondary.same-color:hover{background-color:#607d8b!important;border-color:#607d8b!important}.success{outline-color:#adeb6e!important;background-color:#60a917!important;border-color:#60a917!important;color:#fff!important}.success.outline{color:#60a917!important;border-color:#60a917!important;background-color:transparent!important}.success.outline.dropdown-toggle:before{border-color:#60a917!important}.success.outline:hover{color:#fff!important}.success.dropdown-toggle:before{border-color:#fff!important}.success:hover{color:#fff!important;background-color:#477c11!important;border-color:#2d4f0b!important}.success:hover.dropdown-toggle:before{border-color:#fff!important}.success.same-color:hover{background-color:#60a917!important;border-color:#60a917!important}.alert{outline-color:#ecaba7!important;background-color:#ce352c!important;border-color:#ce352c!important;color:#fff!important}.alert.outline{color:#ce352c!important;border-color:#ce352c!important;background-color:transparent!important}.alert.outline.dropdown-toggle:before{border-color:#ce352c!important}.alert.outline:hover{color:#fff!important}.alert.dropdown-toggle:before{border-color:#fff!important}.alert:hover{color:#fff!important;background-color:#a42a23!important;border-color:#7a1f1a!important}.alert:hover.dropdown-toggle:before{border-color:#fff!important}.alert.same-color:hover{background-color:#ce352c!important;border-color:#ce352c!important}.warning{outline-color:#ffede1!important;background-color:#ff9447!important;border-color:#ff9447!important;color:#fff!important}.warning.outline{color:#ff9447!important;border-color:#ff9447!important;background-color:transparent!important}.warning.outline.dropdown-toggle:before{border-color:#ff9447!important}.warning.outline:hover{color:#fff!important}.warning.dropdown-toggle:before{border-color:#fff!important}.warning:hover{color:#fff!important;background-color:#ff7615!important;border-color:#e05d00!important}.warning:hover.dropdown-toggle:before{border-color:#fff!important}.warning.same-color:hover{background-color:#ff9447!important;border-color:#ff9447!important}.yellow{outline-color:#fff!important;background-color:#ffe484!important;border-color:#ffe484!important;color:#fff!important}.yellow.outline{color:#ffe484!important;border-color:#ffe484!important;background-color:transparent!important}.yellow.outline.dropdown-toggle:before{border-color:#ffe484!important}.yellow.outline:hover{color:#fff!important}.yellow.dropdown-toggle:before{border-color:#fff!important}.yellow:hover{color:#fff!important;background-color:#ffd951!important;border-color:#ffce1e!important}.yellow:hover.dropdown-toggle:before{border-color:#fff!important}.yellow.same-color:hover{background-color:#ffe484!important;border-color:#ffe484!important}.info{outline-color:#fefeff!important;background-color:#69cbfa!important;border-color:#69cbfa!important;color:#fff!important}.info.outline{color:#69cbfa!important;border-color:#69cbfa!important;background-color:transparent!important}.info.outline.dropdown-toggle:before{border-color:#69cbfa!important}.info.outline:hover{color:#fff!important}.info.dropdown-toggle:before{border-color:#fff!important}.info:hover{color:#fff!important;background-color:#38baf9!important;border-color:#08a8f6!important}.info:hover.dropdown-toggle:before{border-color:#fff!important}.info.same-color:hover{background-color:#69cbfa!important;border-color:#69cbfa!important}.dark{outline-color:#9d9d9d!important;background-color:#505050!important;border-color:#505050!important;color:#fff!important}.dark.outline{color:#505050!important;border-color:#505050!important;background-color:transparent!important}.dark.outline.dropdown-toggle:before{border-color:#505050!important}.dark.outline:hover{color:#fff!important}.dark.dropdown-toggle:before{border-color:#fff!important}.dark:hover{color:#fff!important;background-color:#373737!important;border-color:#1d1d1d!important}.dark:hover.dropdown-toggle:before{border-color:#fff!important}.dark.same-color:hover{background-color:#505050!important;border-color:#505050!important}.light{outline-color:#fff!important;background-color:#f8f8f8!important;border-color:#f8f8f8!important;color:#fff!important}.light.outline{color:#f8f8f8!important;border-color:#f8f8f8!important;background-color:transparent!important}.light.outline.dropdown-toggle:before{border-color:#f8f8f8!important}.light.outline:hover{color:#fff!important}.light.dropdown-toggle:before{border-color:#fff!important}.light:hover{color:#fff!important;background-color:#dfdfdf!important;border-color:#c5c5c5!important}.light:hover.dropdown-toggle:before{border-color:#fff!important}.light.same-color:hover{background-color:#f8f8f8!important;border-color:#f8f8f8!important}.yellow,.light,.yellow:hover,.light:hover,.yellow.outline:hover,.light.outline:hover{color:#1d1d1d!important}.focusable.primary:active,.focusable.primary.focus,.focusable.primary:focus{box-shadow:0 0 0 3px #0366d673!important}.focusable.secondary:active,.focusable.secondary.focus,.focusable.secondary:focus{box-shadow:0 0 0 3px #607d8b73!important}.focusable.success:active,.focusable.success.focus,.focusable.success:focus{box-shadow:0 0 0 3px #60a91773!important}.focusable.alert:active,.focusable.alert.focus,.focusable.alert:focus{box-shadow:0 0 0 3px #ce352c73!important}.focusable.warning:active,.focusable.warning.focus,.focusable.warning:focus{box-shadow:0 0 0 3px #ff944773!important}.focusable.yellow:active,.focusable.yellow.focus,.focusable.yellow:focus{box-shadow:0 0 0 3px #ffe48473!important}.focusable.info:active,.focusable.info.focus,.focusable.info:focus{box-shadow:0 0 0 3px #69cbfa73!important}.focusable.dark:active,.focusable.dark.focus,.focusable.dark:focus{box-shadow:0 0 0 3px #50505073!important}.focusable.light:active,.focusable.light.focus,.focusable.light:focus{box-shadow:0 0 0 3px #f8f8f873!important}.metro-input.primary,.file.primary,.input.primary,.select.primary,.textarea.primary,.keypad.primary,.tag-input.primary,.spinner.primary{border-color:#0366d6}.metro-input.primary:focus,.file.primary:focus,.input.primary:focus,.select.primary:focus,.textarea.primary:focus,.keypad.primary:focus,.tag-input.primary:focus,.spinner.primary:focus,.metro-input.primary.focused,.file.primary.focused,.input.primary.focused,.select.primary.focused,.textarea.primary.focused,.keypad.primary.focused,.tag-input.primary.focused,.spinner.primary.focused{box-shadow:0 0 0 3px #0366d673}.metro-input.secondary,.file.secondary,.input.secondary,.select.secondary,.textarea.secondary,.keypad.secondary,.tag-input.secondary,.spinner.secondary{border-color:#607d8b}.metro-input.secondary:focus,.file.secondary:focus,.input.secondary:focus,.select.secondary:focus,.textarea.secondary:focus,.keypad.secondary:focus,.tag-input.secondary:focus,.spinner.secondary:focus,.metro-input.secondary.focused,.file.secondary.focused,.input.secondary.focused,.select.secondary.focused,.textarea.secondary.focused,.keypad.secondary.focused,.tag-input.secondary.focused,.spinner.secondary.focused{box-shadow:0 0 0 3px #607d8b73}.metro-input.success,.file.success,.input.success,.select.success,.textarea.success,.keypad.success,.tag-input.success,.spinner.success{border-color:#60a917}.metro-input.success:focus,.file.success:focus,.input.success:focus,.select.success:focus,.textarea.success:focus,.keypad.success:focus,.tag-input.success:focus,.spinner.success:focus,.metro-input.success.focused,.file.success.focused,.input.success.focused,.select.success.focused,.textarea.success.focused,.keypad.success.focused,.tag-input.success.focused,.spinner.success.focused{box-shadow:0 0 0 3px #60a91773}.metro-input.alert,.file.alert,.input.alert,.select.alert,.textarea.alert,.keypad.alert,.tag-input.alert,.spinner.alert{border-color:#ce352c}.metro-input.alert:focus,.file.alert:focus,.input.alert:focus,.select.alert:focus,.textarea.alert:focus,.keypad.alert:focus,.tag-input.alert:focus,.spinner.alert:focus,.metro-input.alert.focused,.file.alert.focused,.input.alert.focused,.select.alert.focused,.textarea.alert.focused,.keypad.alert.focused,.tag-input.alert.focused,.spinner.alert.focused{box-shadow:0 0 0 3px #ce352c73}.metro-input.warning,.file.warning,.input.warning,.select.warning,.textarea.warning,.keypad.warning,.tag-input.warning,.spinner.warning{border-color:#ff9447}.metro-input.warning:focus,.file.warning:focus,.input.warning:focus,.select.warning:focus,.textarea.warning:focus,.keypad.warning:focus,.tag-input.warning:focus,.spinner.warning:focus,.metro-input.warning.focused,.file.warning.focused,.input.warning.focused,.select.warning.focused,.textarea.warning.focused,.keypad.warning.focused,.tag-input.warning.focused,.spinner.warning.focused{box-shadow:0 0 0 3px #ff944773}.metro-input.yellow,.file.yellow,.input.yellow,.select.yellow,.textarea.yellow,.keypad.yellow,.tag-input.yellow,.spinner.yellow{border-color:#ffe484}.metro-input.yellow:focus,.file.yellow:focus,.input.yellow:focus,.select.yellow:focus,.textarea.yellow:focus,.keypad.yellow:focus,.tag-input.yellow:focus,.spinner.yellow:focus,.metro-input.yellow.focused,.file.yellow.focused,.input.yellow.focused,.select.yellow.focused,.textarea.yellow.focused,.keypad.yellow.focused,.tag-input.yellow.focused,.spinner.yellow.focused{box-shadow:0 0 0 3px #ffe48473}.metro-input.info,.file.info,.input.info,.select.info,.textarea.info,.keypad.info,.tag-input.info,.spinner.info{border-color:#69cbfa}.metro-input.info:focus,.file.info:focus,.input.info:focus,.select.info:focus,.textarea.info:focus,.keypad.info:focus,.tag-input.info:focus,.spinner.info:focus,.metro-input.info.focused,.file.info.focused,.input.info.focused,.select.info.focused,.textarea.info.focused,.keypad.info.focused,.tag-input.info.focused,.spinner.info.focused{box-shadow:0 0 0 3px #69cbfa73}.metro-input.dark,.file.dark,.input.dark,.select.dark,.textarea.dark,.keypad.dark,.tag-input.dark,.spinner.dark{border-color:#505050}.metro-input.dark:focus,.file.dark:focus,.input.dark:focus,.select.dark:focus,.textarea.dark:focus,.keypad.dark:focus,.tag-input.dark:focus,.spinner.dark:focus,.metro-input.dark.focused,.file.dark.focused,.input.dark.focused,.select.dark.focused,.textarea.dark.focused,.keypad.dark.focused,.tag-input.dark.focused,.spinner.dark.focused{box-shadow:0 0 0 3px #50505073}.metro-input.light,.file.light,.input.light,.select.light,.textarea.light,.keypad.light,.tag-input.light,.spinner.light{border-color:#f8f8f8}.metro-input.light:focus,.file.light:focus,.input.light:focus,.select.light:focus,.textarea.light:focus,.keypad.light:focus,.tag-input.light:focus,.spinner.light:focus,.metro-input.light.focused,.file.light.focused,.input.light.focused,.select.light.focused,.textarea.light.focused,.keypad.light.focused,.tag-input.light.focused,.spinner.light.focused{box-shadow:0 0 0 3px #f8f8f873}:root{--dialog-border-radius: 6px;--dialog-background: #f7f8fa;--dialog-color: #191919;--dialog-border-color: #aaaaaa;--dialog-closer-background: inherit;--dialog-closer-color: inherit;--dialog-closer-background-hover: var(--color-alert);--dialog-closer-color-hover: var(--color-light)}.dark-side{--dialog-background: #2b2d30;--dialog-color: #dbdfe7;--dialog-border-color: #414245;--dialog-closer-background: inherit;--dialog-closer-color: inherit;--dialog-closer-background-hover: var(--color-alert);--dialog-closer-color-hover: var(--color-light)}.dialog{position:fixed;display:flex;flex-flow:column;width:auto;max-width:calc(100vw - 100px);max-height:calc(100vh - 100px);height:auto;background-color:var(--dialog-background);color:var(--dialog-color);z-index:1050;border:1px solid var(--dialog-border-color);border-radius:var(--dialog-border-radius)}.dialog.shadow-on{box-shadow:0 17px 50px #00000030,0 12px 15px #0000003d}.dialog-title,.dialog-content,.dialog-actions{display:flex}.dialog-title{font-size:1rem;padding:10px 24px;order:1;border-bottom:1px solid var(--border-color);align-items:center;justify-content:flex-start!important;flex-flow:row nowrap}.dialog-title .icon{margin-right:1rem}.dialog-content{padding:12px 24px;order:2;font-size:14px}.dialog-actions{border-top:1px solid var(--border-color);padding:8px 16px;order:3;display:flex;flex-flow:row;align-items:center}.dialog-actions>*{margin:0 4px;min-width:64px}.dialog-actions.text-left{justify-content:flex-start}.dialog-actions.text-center{justify-content:center}.dialog-actions.text-right{justify-content:flex-end}.dialog *+.dialog-content{margin-top:8px}.dialog *+.dialog-actions{margin-top:8px}.dialog .closer{position:absolute;top:4px;right:4px;z-index:100;border:none;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background-color:var(--dialog-closer-background);color:var(--dialog-closer-color);cursor:pointer}.dialog .closer:before{display:block;content:"\d7";font-size:24px;margin-top:-4px}.dialog .closer:hover{background-color:var(--dialog-closer-background-hover);color:var(--dialog-closer-color-hover)}.dialog.primary{border:1px solid #0366d6}.dialog.primary .dialog-title{background-color:#0366d6;border-bottom-color:#0366d6;color:#fff}.dialog.primary .dialog-actions{border-top-color:#0366d6}.dialog.secondary{border:1px solid #607d8b}.dialog.secondary .dialog-title{background-color:#607d8b;border-bottom-color:#607d8b;color:#fff}.dialog.secondary .dialog-actions{border-top-color:#607d8b}.dialog.success{border:1px solid #60a917}.dialog.success .dialog-title{background-color:#60a917;border-bottom-color:#60a917;color:#fff}.dialog.success .dialog-actions{border-top-color:#60a917}.dialog.alert{border:1px solid #CE352C}.dialog.alert .dialog-title{background-color:#ce352c;border-bottom-color:#ce352c;color:#fff}.dialog.alert .dialog-actions{border-top-color:#ce352c}.dialog.warning{border:1px solid #ff9447}.dialog.warning .dialog-title{background-color:#ff9447;border-bottom-color:#ff9447;color:#fff}.dialog.warning .dialog-actions{border-top-color:#ff9447}.dialog.yellow{border:1px solid #ffe484}.dialog.yellow .dialog-title{background-color:#ffe484;border-bottom-color:#ffe484;color:#fff}.dialog.yellow .dialog-actions{border-top-color:#ffe484}.dialog.info{border:1px solid #69cbfa}.dialog.info .dialog-title{background-color:#69cbfa;border-bottom-color:#69cbfa;color:#fff}.dialog.info .dialog-actions{border-top-color:#69cbfa}.dialog.dark{border:1px solid #505050}.dialog.dark .dialog-title{background-color:#505050;border-bottom-color:#505050;color:#fff}.dialog.dark .dialog-actions{border-top-color:#505050}.dialog.light{border:1px solid #f8f8f8}.dialog.light .dialog-title{background-color:#f8f8f8;border-bottom-color:#f8f8f8;color:#fff}.dialog.light .dialog-actions{border-top-color:#f8f8f8}.dialog.light .dialog-title,.dialog.yellow .dialog-title{color:#1d1d1d}:root{--activity-ring-time: 4s;--activity-ring-time-mute: 30;--activity-ring-size: 32px;--activity-ring-rotate: -14deg;--activity-color: #191919}.dark-side{--activity-color: #ffffff}.activity-ring{position:relative;padding-top:.22rem;width:32px;height:32px;margin:.625rem}.activity-ring>.wrap{position:absolute;width:30px;height:30px}.activity-ring>.wrap>.circle{opacity:0;width:30px;height:30px;transform:rotate(225deg);animation:orbit 4s infinite}.activity-ring>.wrap>.circle:after{position:absolute;content:"";width:4px;height:4px;border-radius:4px;background:var(--activity-color)}.activity-ring>.wrap:nth-child(2){transform:rotate(-14deg)}.activity-ring>.wrap:nth-child(2)>.circle{animation-delay:.13333333333s}.activity-ring>.wrap:nth-child(3){transform:rotate(-28deg)}.activity-ring>.wrap:nth-child(3)>.circle{animation-delay:.26666666667s}.activity-ring>.wrap:nth-child(4){transform:rotate(-42deg)}.activity-ring>.wrap:nth-child(4)>.circle{animation-delay:.4s}.activity-ring>.wrap:nth-child(5){transform:rotate(-56deg)}.activity-ring>.wrap:nth-child(5)>.circle{animation-delay:.53333333333s}.activity-ring.color-style>.wrap>.circle:after{background-color:#1fb1f8}.activity-ring.color-style>.wrap:nth-child(2)>.circle:after{background-color:#fa6800}.activity-ring.color-style>.wrap:nth-child(3)>.circle:after{background-color:#60a917}.activity-ring.color-style>.wrap:nth-child(4)>.circle:after{background-color:#ce352c}.activity-ring.color-style>.wrap:nth-child(5)>.circle:after{background-color:#fff000}.activity-metro{overflow:hidden;position:relative;width:100%;height:10px;background-color:transparent}.activity-metro>.circle{display:inline-block;position:absolute;width:10px;height:10px;background-color:var(--activity-color);opacity:0;margin-left:5px;animation:activity-metro-slide 3s cubic-bezier(.1,.85,.9,.15) infinite,metro-opacity 2s ease-in-out infinite alternate}.activity-metro>.circle:nth-child(2){animation-delay:.8s}.activity-metro>.circle:nth-child(3){animation-delay:.7s}.activity-metro>.circle:nth-child(4){animation-delay:.6s}.activity-metro>.circle:nth-child(5){animation-delay:.5s}.activity-metro.color-style>.circle{background-color:#1fb1f8}.activity-metro.color-style>.circle:nth-child(2){background-color:#fa6800}.activity-metro.color-style>.circle:nth-child(3){background-color:#60a917}.activity-metro.color-style>.circle:nth-child(4){background-color:#ce352c}.activity-metro.color-style>.circle:nth-child(5){background-color:#fff000}.activity-square{position:relative;width:40px;height:40px;overflow:hidden;transform-origin:bottom left;animation:activity-shrink 1s linear infinite}.activity-square .square{position:absolute;width:19px;height:19px;background:var(--activity-color)}.activity-square .square:nth-child(1){left:0;top:21px}.activity-square .square:nth-child(2){left:21px;top:21px;animation:activity-drop 1s linear infinite}.activity-square .square:nth-child(3){left:0;top:0;animation:activity-drop2 1s linear infinite}.activity-square .square:nth-child(4){left:21px;top:0;animation:activity-drop3 1s linear infinite}.activity-square.color-style>.square:nth-child(1){background-color:#fa6800}.activity-square.color-style>.square:nth-child(2){background-color:#60a917}.activity-square.color-style>.square:nth-child(3){background-color:#1fb1f8}.activity-square.color-style>.square:nth-child(4){background-color:#fff000}.activity-cycle{width:64px;height:64px;position:relative;overflow:hidden}.activity-cycle .cycle{display:block;position:relative;left:50%;top:50%;width:64px;height:64px;margin:-32px 0 0 -32px;border-radius:50%;border:3px solid transparent;border-top-color:var(--activity-color);animation:activity-pre-spin 1s linear infinite;z-index:1001}.activity-cycle .cycle:before,.activity-cycle .cycle:after{content:"";position:absolute;border-radius:50%;border:3px solid transparent;border-top-color:var(--activity-color)}.activity-cycle .cycle:before{inset:5px;animation:activity-pre-spin 2s linear infinite}.activity-cycle .cycle:after{inset:15px;animation:activity-spin 1.5s linear infinite}.activity-cycle.color-style .cycle{border-top-color:#1fb1f8}.activity-cycle.color-style .cycle:before{border-top-color:#ce352c}.activity-cycle.color-style .cycle:after{border-top-color:#fff000}.activity-simple{width:64px;height:64px}.activity-simple .circular{animation:activity-rotate 2s linear infinite;position:relative;width:100%;height:100%}.activity-simple .path{stroke-dasharray:1,200;stroke-dashoffset:0;animation:activity-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:var(--activity-color)}.activity-simple.color-style .path{animation:activity-dash 1.5s ease-in-out infinite,activity-color 6s ease-in-out infinite}.activity-simple.small{width:32px;height:32px;border-radius:50%}.activity-simple.small .circular{width:32px;height:32px}.activity-atom{width:64px;height:64px;border-radius:50%;perspective:800px}.activity-atom span{position:absolute;width:100%;height:100%;border-radius:50%}.activity-atom span:nth-child(1){left:0;top:0;animation:activity-rotate-one 1s linear infinite;border-bottom:3px solid;border-bottom-color:var(--activity-color)}.activity-atom span:nth-child(2){right:0;top:0;animation:activity-rotate-two 1s linear infinite;border-right:3px solid;border-right-color:var(--activity-color)}.activity-atom span:nth-child(3){right:0;bottom:0;animation:activity-rotate-three 1s linear infinite;border-top:3px solid;border-top-color:var(--activity-color)}.activity-atom.color-style span:nth-child(1){border-bottom-color:#1fb1f8}.activity-atom.color-style span:nth-child(2){border-right-color:#ce352c}.activity-atom.color-style span:nth-child(3){border-top-color:#fff000}.activity-bars{width:60px;height:50px}.activity-bars span{height:100%;width:8px;display:inline-block;float:left;margin-left:2px;animation:activity-bars .8s infinite ease-in-out;background-color:var(--activity-color)}.activity-bars span:nth-child(2){animation-delay:-.7s}.activity-bars span:nth-child(3){animation-delay:-.6s}.activity-bars span:nth-child(4){animation-delay:-.5s}.activity-bars span:nth-child(5){animation-delay:-.4s}.activity-bars span:nth-child(6){animation-delay:-.3s}.activity-bars.color-style span:nth-child(1){background-color:#a0f}.activity-bars.color-style span:nth-child(2){background-color:#1fb1f8}.activity-bars.color-style span:nth-child(3){background-color:#60a917}.activity-bars.color-style span:nth-child(4){background-color:#fff000}.activity-bars.color-style span:nth-child(5){background-color:#fa6800}.activity-bars.color-style span:nth-child(6){background-color:#dc4fad}@keyframes activity-rotate{to{transform:rotate(360deg)}}@keyframes activity-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}@keyframes activity-color{to,0%{stroke:#ce352c}40%{stroke:#00aff0}66%{stroke:#60a917}80%,90%{stroke:#fff000}}@keyframes activity-rotate-one{0%{transform:rotateX(35deg) rotateY(-45deg) rotate(0)}to{transform:rotateX(35deg) rotateY(-45deg) rotate(360deg)}}@keyframes activity-rotate-two{0%{transform:rotateX(50deg) rotateY(10deg) rotate(0)}to{transform:rotateX(50deg) rotateY(10deg) rotate(360deg)}}@keyframes activity-rotate-three{0%{transform:rotateX(35deg) rotateY(55deg) rotate(0)}to{transform:rotateX(35deg) rotateY(55deg) rotate(360deg)}}@keyframes activity-bars{0%,40%,to{transform:scaleY(.05)}20%{transform:scaleY(1)}}@keyframes activity-drop{0%{transform:translateY(-50px)}25%{transform:translate(0)}to{transform:translate(0)}}@keyframes activity-drop2{0%{transform:translateY(-50px)}50%{transform:translate(0)}to{transform:translate(0)}}@keyframes activity-drop3{0%{transform:translateY(-50px)}75%{transform:translate(0)}to{transform:translate(0)}}@keyframes activity-pre-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes activity-metro-slide{0%{left:-50%}to{left:150%}}.dialog.no-shadow{box-shadow:none!important}.hamburger,.nav-button{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;border:1px solid transparent;padding:0;font-size:14px;line-height:36px;transition:all .15s ease-in-out;background-color:transparent;color:#fff;cursor:pointer;outline:none;width:36px;height:36px}.hamburger .line,.nav-button .line{width:30px;background-color:#fff;display:block;transition:all .3s ease-in-out;height:3px;margin:4px auto}.hamburger.dark .line,.nav-button.dark .line{background-color:#1d1d1d}.hamburger.menu-down .line:nth-child(2),.nav-button.menu-down .line:nth-child(2),.hamburger.chevron-down .line:nth-child(2),.nav-button.chevron-down .line:nth-child(2){transition-delay:.3s}.hamburger.menu-down.active,.nav-button.menu-down.active,.hamburger.chevron-down.active,.nav-button.chevron-down.active{transform:rotate(90deg)}.hamburger.menu-down.active .line:nth-child(2),.nav-button.menu-down.active .line:nth-child(2),.hamburger.chevron-down.active .line:nth-child(2),.nav-button.chevron-down.active .line:nth-child(2){opacity:0;transition:none}.hamburger.menu-down.active .line:nth-child(1),.nav-button.menu-down.active .line:nth-child(1),.hamburger.chevron-down.active .line:nth-child(1),.nav-button.chevron-down.active .line:nth-child(1),.hamburger.menu-down.active .line:nth-child(3),.nav-button.menu-down.active .line:nth-child(3),.hamburger.chevron-down.active .line:nth-child(3),.nav-button.chevron-down.active .line:nth-child(3){width:20px;transform-origin:right;margin:-4px 8px}.hamburger.menu-down.active .line:nth-child(1),.nav-button.menu-down.active .line:nth-child(1),.hamburger.chevron-down.active .line:nth-child(1),.nav-button.chevron-down.active .line:nth-child(1){transform:rotate(45deg) translateY(6px)}.hamburger.menu-down.active .line:nth-child(3),.nav-button.menu-down.active .line:nth-child(3),.hamburger.chevron-down.active .line:nth-child(3),.nav-button.chevron-down.active .line:nth-child(3){transform:rotate(-45deg) translateY(-6px)}.hamburger.menu-up .line:nth-child(2),.nav-button.menu-up .line:nth-child(2),.hamburger.chevron-up .line:nth-child(2),.nav-button.chevron-up .line:nth-child(2){transition-delay:.3s}.hamburger.menu-up.active,.nav-button.menu-up.active,.hamburger.chevron-up.active,.nav-button.chevron-up.active{transform:rotate(-90deg)}.hamburger.menu-up.active .line:nth-child(2),.nav-button.menu-up.active .line:nth-child(2),.hamburger.chevron-up.active .line:nth-child(2),.nav-button.chevron-up.active .line:nth-child(2){opacity:0;transition:none}.hamburger.menu-up.active .line:nth-child(1),.nav-button.menu-up.active .line:nth-child(1),.hamburger.chevron-up.active .line:nth-child(1),.nav-button.chevron-up.active .line:nth-child(1),.hamburger.menu-up.active .line:nth-child(3),.nav-button.menu-up.active .line:nth-child(3),.hamburger.chevron-up.active .line:nth-child(3),.nav-button.chevron-up.active .line:nth-child(3){width:20px;transform-origin:right;margin:-4px 8px}.hamburger.menu-up.active .line:nth-child(1),.nav-button.menu-up.active .line:nth-child(1),.hamburger.chevron-up.active .line:nth-child(1),.nav-button.chevron-up.active .line:nth-child(1){transform:rotate(45deg) translateY(6px)}.hamburger.menu-up.active .line:nth-child(3),.nav-button.menu-up.active .line:nth-child(3),.hamburger.chevron-up.active .line:nth-child(3),.nav-button.chevron-up.active .line:nth-child(3){transform:rotate(-45deg) translateY(-6px)}.hamburger.arrow-left.active .line:nth-child(1),.nav-button.arrow-left.active .line:nth-child(1),.hamburger.arrow-left.active .line:nth-child(3),.nav-button.arrow-left.active .line:nth-child(3){width:20px;margin-left:0}.hamburger.arrow-left.active .line:nth-child(1),.nav-button.arrow-left.active .line:nth-child(1){transform:rotate(-45deg)}.hamburger.arrow-left.active .line:nth-child(3),.nav-button.arrow-left.active .line:nth-child(3){transform:rotate(45deg)}.hamburger.arrow-right.active .line:nth-child(1),.nav-button.arrow-right.active .line:nth-child(1),.hamburger.arrow-right.active .line:nth-child(3),.nav-button.arrow-right.active .line:nth-child(3){width:20px;margin-right:0}.hamburger.arrow-right.active .line:nth-child(1),.nav-button.arrow-right.active .line:nth-child(1){transform:rotate(45deg)}.hamburger.arrow-right.active .line:nth-child(3),.nav-button.arrow-right.active .line:nth-child(3){transform:rotate(-45deg)}:root{--appbar-background: #ffffff;--appbar-color: #191919;--appbar-item-background: inherit;--appbar-item-color: inherit;--appbar-item-color-disabled: #ccc;--appbar-item-color-hover: #000000;--appbar-item-background-hover: #e8e8e8;--appbar-dropdown-toggle-color: #191919;--appbar-border-radius: 4px;--appbar-z-index: 1030;--appbar-hamburger-background: transparent;--appbar-hamburger-color: #000000}.dark-side{--appbar-background: #1e1f22;--appbar-color: #dbdfe7;--appbar-item-background: inherit;--appbar-item-color: inherit;--appbar-item-color-disabled: #a8a8a8;--appbar-item-color-hover: #ffffff;--appbar-item-background-hover: #2b2d30;--appbar-dropdown-toggle-color: #ffffff;--appbar-hamburger-background: transparent;--appbar-hamburger-color: #ffffff}.app-bar{display:flex;position:fixed;top:0;left:0;right:0;height:auto;min-height:52px;z-index:var(--appbar-z-index);background-color:var(--appbar-background);color:var(--appbar-color);flex-flow:row wrap;align-items:center;padding:0 10px}.app-bar .app-bar-container{background-color:inherit;color:inherit;padding:0;display:flex;align-items:center;justify-content:center}.app-bar .app-bar-item,.app-bar .app-bar-menu>li{position:relative}.app-bar .app-bar-item,.app-bar .app-bar-item-static,.app-bar .app-bar-menu>li>a{display:flex;align-items:center;font-size:13px;background-color:var(--appbar-item-background);color:var(--appbar-item-color);text-decoration:none;padding:4px 10px;border-radius:var(--appbar-border-radius);white-space:nowrap;flex-wrap:nowrap;line-height:20px;overflow:hidden}.app-bar .app-bar-item:hover,.app-bar .app-bar-item-static:hover,.app-bar .app-bar-menu>li>a:hover{color:var(--appbar-item-color-hover);text-decoration:none;background-color:var(--appbar-item-background-hover)}.app-bar .app-bar-item:focus,.app-bar .app-bar-item-static:focus,.app-bar .app-bar-menu>li>a:focus{outline:none}.app-bar .app-bar-item.disabled,.app-bar .app-bar-item-static.disabled,.app-bar .app-bar-menu>li>a.disabled{color:var(--appbar-item-color-disabled)}.app-bar .app-bar-item-static:hover{background-color:var(--appbar-item-background);color:var(--appbar-item-color)}.app-bar .brand{flex-shrink:0}.app-bar .brand:hover{background-color:var(--appbar-item-background)}.app-bar .app-bar-button{width:52px;padding:0}.app-bar .app-bar-menu{flex-shrink:0;list-style:none inside;margin:0;padding:0;position:relative;display:flex;flex-wrap:nowrap;flex-direction:column;background-color:inherit;color:inherit}.app-bar .app-bar-menu>li>a.dropdown-toggle:before{border-color:var(--appbar-dropdown-toggle-color)!important}.app-bar .hamburger{position:absolute;right:0;top:50%;display:block;height:52px;width:52px;margin-top:-27px;background:var(--appbar-hamburger-background)}.app-bar .hamburger .line{background-color:var(--appbar-hamburger-color)}.app-bar .hamburger.menu-down.active .line:nth-child(1),.app-bar .hamburger.menu-down.active .line:nth-child(3){margin:-4px 16px}.app-bar .app-bar-menu.collapsed{display:none}.app-bar .app-bar-menu.opened{max-height:calc(100vh - 52px);overflow-y:auto;padding:4px}.app-bar .app-bar-menu.opened ul{position:relative;left:0;float:none;width:100%;box-shadow:none;border-radius:0;background-color:inherit;border:none}.app-bar .app-bar-input{width:100px;height:30px;font-size:.875rem;border:none!important;border-radius:4px}.app-bar:not(.app-bar-expand){padding-right:60px!important}.app-bar:not(.app-bar-expand) .app-bar-menu{width:100%;order:1000;top:100%;left:0;position:absolute}.app-bar-expand{flex-direction:row;flex-wrap:nowrap}.app-bar-expand .app-bar-menu{flex-direction:row}.app-bar-expand .app-bar-menu.collapsed{display:flex!important}.app-bar-expand .hamburger{display:none}.p-ab{padding-top:52px!important}.m-ab{margin-top:52px!important}.h-ab{height:calc(100% - 52px)}.slider{display:block;position:relative;height:2.125rem;background:transparent;cursor:default;width:100%}.slider input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.slider .backside,.slider .complete,.slider .buffer,.slider .marker{position:absolute;left:0;top:50%;transform:translateY(-50%)}.slider .backside{background-color:#bebebe;width:100%;z-index:1;height:.6rem}.slider .buffer{z-index:2;height:.3rem;background-color:#fff}.slider .complete{z-index:3;height:.6rem;background-color:#60a917}.slider .marker{width:1rem;height:1rem;background-color:#1d1d1d;z-index:4;outline:none;border:1px solid transparent;cursor:pointer;overflow:visible}.slider .marker:focus{box-shadow:0 0 0 3px #e4e4e473}.slider .marker:active:after{display:block;content:"";position:absolute;width:3.125rem;height:3.125rem;border-radius:50%;background-color:#bbbbbb80;opacity:.3;top:50%;left:50%;margin-top:-1.5625rem;margin-left:-1.5625rem}.slider .hint{display:none;position:absolute;z-index:5;width:auto!important;height:auto!important;padding:.25rem .5rem;background-color:#989898;color:#fff;white-space:nowrap}.slider .hint:before{display:block;position:absolute;content:"";width:6px;height:6px;background-color:inherit}.slider .hint.top-side{top:0;left:50%;transform:translateY(-100%) translate(-50%);margin-top:-8px}.slider .hint.top-side:before{top:100%;left:50%;transform:rotate(45deg) translate(-50%);margin-top:-1px}.slider .hint.bottom-side{left:50%;transform:translate(-50%);top:100%;margin-top:8px}.slider .hint.bottom-side:before{top:0;left:50%;transform:rotate(45deg) translate(-50%);margin-top:-1px}.slider .hint.left-side{left:0;top:50%;transform:translateY(-50%) translate(-100%);margin-left:-8px}.slider .hint.left-side:before{top:50%;right:0;transform:translateY(-50%) rotate(45deg);margin-right:-3px}.slider .hint.right-side{left:100%;transform:translateY(-50%);top:50%;margin-left:8px}.slider .hint.right-side:before{top:50%;left:0;transform:translate(-50%) translateY(-50%) rotate(45deg)}.slider .marker.left-knob{left:0}.slider .marker.right-knob{left:auto;right:0}.slider.range .complete{width:100%}.slider.thin .backside,.slider.thin .complete,.slider.thin .buffer{height:6px}.slider.ultra-thin .backside,.slider.ultra-thin .complete,.slider.ultra-thin .buffer{height:4px}.slider.cycle-marker .marker{border-radius:50%}.slider.vertical-slider{width:2.125rem;height:100px}.slider.vertical-slider .backside,.slider.vertical-slider .complete,.slider.vertical-slider .buffer,.slider.vertical-slider .marker{top:auto;left:50%;transform:translateY(0) translate(-50%)}.slider.vertical-slider .backside,.slider.vertical-slider .complete,.slider.vertical-slider .buffer{width:.5rem;bottom:0}.slider.vertical-slider .backside{height:100%}.slider.vertical-slider .buffer{width:.3rem}.slider.vertical-slider .marker{top:100%;transform:translateY(-100%) translate(-50%)}.slider.rounded .backside,.slider.rounded .complete,.slider.rounded .buffer,.slider.rounded .marker{border-radius:.25rem}.slider.disabled .marker{display:none}.slider-min-max{display:block;position:relative}.slider-min-max:after{display:block;clear:both;content:""}.slider-min-max .slider-text-min,.slider-min-max .slider-text-max{display:block}.slider-min-max .slider-text-min{float:left}.slider-min-max .slider-text-max{float:right}[class*=default-icon]{display:inline-block;height:16px;width:16px;border:none!important;background-size:cover;background-color:transparent;opacity:.5;transition:all .3s ease-in-out}[class*=default-icon]:hover{opacity:1}:root .default-icon-check{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M27%204l-15%2015-7-7-5%205%2012%2012%2020-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-cross{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M31.708%2025.708c-0-0-0-0-0-0l-9.708-9.708%209.708-9.708c0-0%200-0%200-0%200.105-0.105%200.18-0.227%200.229-0.357%200.133-0.356%200.057-0.771-0.229-1.057l-4.586-4.586c-0.286-0.286-0.702-0.361-1.057-0.229-0.13%200.048-0.252%200.124-0.357%200.228%200%200-0%200-0%200l-9.708%209.708-9.708-9.708c-0-0-0-0-0-0-0.105-0.104-0.227-0.18-0.357-0.228-0.356-0.133-0.771-0.057-1.057%200.229l-4.586%204.586c-0.286%200.286-0.361%200.702-0.229%201.057%200.049%200.13%200.124%200.252%200.229%200.357%200%200%200%200%200%200l9.708%209.708-9.708%209.708c-0%200-0%200-0%200-0.104%200.105-0.18%200.227-0.229%200.357-0.133%200.355-0.057%200.771%200.229%201.057l4.586%204.586c0.286%200.286%200.702%200.361%201.057%200.229%200.13-0.049%200.252-0.124%200.357-0.229%200-0%200-0%200-0l9.708-9.708%209.708%209.708c0%200%200%200%200%200%200.105%200.105%200.227%200.18%200.357%200.229%200.356%200.133%200.771%200.057%201.057-0.229l4.586-4.586c0.286-0.286%200.362-0.702%200.229-1.057-0.049-0.13-0.124-0.252-0.229-0.357z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-search{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M31.008%2027.231l-7.58-6.447c-0.784-0.705-1.622-1.029-2.299-0.998%201.789-2.096%202.87-4.815%202.87-7.787%200-6.627-5.373-12-12-12s-12%205.373-12%2012%205.373%2012%2012%2012c2.972%200%205.691-1.081%207.787-2.87-0.031%200.677%200.293%201.515%200.998%202.299l6.447%207.58c1.104%201.226%202.907%201.33%204.007%200.23s0.997-2.903-0.23-4.007zM12%2020c-4.418%200-8-3.582-8-8s3.582-8%208-8%208%203.582%208%208-3.582%208-8%208z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-eye{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M16%206c-6.979%200-13.028%204.064-16%2010%202.972%205.936%209.021%2010%2016%2010s13.027-4.064%2016-10c-2.972-5.936-9.021-10-16-10zM23.889%2011.303c1.88%201.199%203.473%202.805%204.67%204.697-1.197%201.891-2.79%203.498-4.67%204.697-2.362%201.507-5.090%202.303-7.889%202.303s-5.527-0.796-7.889-2.303c-1.88-1.199-3.473-2.805-4.67-4.697%201.197-1.891%202.79-3.498%204.67-4.697%200.122-0.078%200.246-0.154%200.371-0.228-0.311%200.854-0.482%201.776-0.482%202.737%200%204.418%203.582%208%208%208s8-3.582%208-8c0-0.962-0.17-1.883-0.482-2.737%200.124%200.074%200.248%200.15%200.371%200.228v0zM16%2013c0%201.657-1.343%203-3%203s-3-1.343-3-3%201.343-3%203-3%203%201.343%203%203z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-plus{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M496%20192h-176v-176c0-8.836-7.164-16-16-16h-96c-8.836%200-16%207.164-16%2016v176h-176c-8.836%200-16%207.164-16%2016v96c0%208.836%207.164%2016%2016%2016h176v176c0%208.836%207.164%2016%2016%2016h96c8.836%200%2016-7.164%2016-16v-176h176c8.836%200%2016-7.164%2016-16v-96c0-8.836-7.164-16-16-16z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-minus{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M0%20208v96c0%208.836%207.164%2016%2016%2016h480c8.836%200%2016-7.164%2016-16v-96c0-8.836-7.164-16-16-16h-480c-8.836%200-16%207.164-16%2016z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-help{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M16%200c-8.837%200-16%207.163-16%2016s7.163%2016%2016%2016%2016-7.163%2016-16-7.163-16-16-16zM10%2016c0-3.314%202.686-6%206-6s6%202.686%206%206-2.686%206-6%206-6-2.686-6-6zM28.937%2021.359v0l-5.544-2.297c0.391-0.943%200.608-1.977%200.608-3.062s-0.216-2.119-0.608-3.062l5.544-2.297c0.685%201.651%201.063%203.46%201.063%205.359s-0.379%203.708-1.063%205.359v0zM21.359%203.063v0%200l-2.297%205.544c-0.943-0.391-1.977-0.607-3.062-0.607s-2.119%200.216-3.062%200.607l-2.297-5.544c1.651-0.684%203.46-1.063%205.359-1.063s3.708%200.379%205.359%201.063zM3.063%2010.641l5.544%202.297c-0.391%200.943-0.608%201.977-0.608%203.062s0.216%202.119%200.607%203.062l-5.544%202.297c-0.685-1.651-1.063-3.46-1.063-5.359s0.379-3.708%201.063-5.359zM10.641%2028.937l2.297-5.544c0.943%200.391%201.977%200.608%203.062%200.608s2.119-0.216%203.062-0.608l2.297%205.544c-1.651%200.684-3.46%201.063-5.359%201.063s-3.708-0.379-5.359-1.063z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-left-arrow{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M12.586%2027.414l-10-10c-0.781-0.781-0.781-2.047%200-2.828l10-10c0.781-0.781%202.047-0.781%202.828%200s0.781%202.047%200%202.828l-6.586%206.586h19.172c1.105%200%202%200.895%202%202s-0.895%202-2%202h-19.172l6.586%206.586c0.39%200.39%200.586%200.902%200.586%201.414s-0.195%201.024-0.586%201.414c-0.781%200.781-2.047%200.781-2.828%200z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-right-arrow{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M19.414%2027.414l10-10c0.781-0.781%200.781-2.047%200-2.828l-10-10c-0.781-0.781-2.047-0.781-2.828%200s-0.781%202.047%200%202.828l6.586%206.586h-19.172c-1.105%200-2%200.895-2%202s0.895%202%202%202h19.172l-6.586%206.586c-0.39%200.39-0.586%200.902-0.586%201.414s0.195%201.024%200.586%201.414c0.781%200.781%202.047%200.781%202.828%200z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-calendar{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M10%2012h4v4h-4zM16%2012h4v4h-4zM22%2012h4v4h-4zM4%2024h4v4h-4zM10%2024h4v4h-4zM16%2024h4v4h-4zM10%2018h4v4h-4zM16%2018h4v4h-4zM22%2018h4v4h-4zM4%2018h4v4h-4zM26%200v2h-4v-2h-14v2h-4v-2h-4v32h30v-32h-4zM28%2030h-26v-22h26v22z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-clock{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M20.586%2023.414l-6.586-6.586v-8.828h4v7.172l5.414%205.414zM16%200c-8.837%200-16%207.163-16%2016s7.163%2016%2016%2016%2016-7.163%2016-16-7.163-16-16-16zM16%2028c-6.627%200-12-5.373-12-12s5.373-12%2012-12c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-menu{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M2%206h28v6h-28zM2%2014h28v6h-28zM2%2022h28v6h-28z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-upload{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M224%20288h64v-128h96l-128-128-128%20128h96zM320%20216v49.356l146.533%2054.644-210.533%2078.509-210.533-78.509%20146.533-54.644v-49.356l-192%2072v128l256%2096%20256-96v-128z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-pencil{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M432%200c44.182%200%2080%2035.817%2080%2080%200%2018.010-5.955%2034.629-16%2048l-32%2032-112-112%2032-32c13.371-10.045%2029.989-16%2048-16zM32%20368l-32%20144%20144-32%20296-296-112-112-296%20296zM357.789%20181.789l-224%20224-27.578-27.578%20224-224%2027.578%2027.578z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-chevron-left{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22768%22%20height%3D%22768%22%20viewBox%3D%220%200%20768%20768%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M493.28%20237.28l-45.28-45.28-192%20192%20192%20192%2045.28-45.28-146.72-146.72z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-chevron-right{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22768%22%20height%3D%22768%22%20viewBox%3D%220%200%20768%20768%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M320%20192l-45.28%2045.28%20146.72%20146.72-146.72%20146.72%2045.28%2045.28%20192-192z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-loop{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-play{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-pause{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-stop{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-mute{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-low-volume{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-medium-volume{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-high-volume{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-enlarge{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-shrink{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-playlist{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-next{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-prev{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-first{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-last{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-forward{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-backward{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-share{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-equalizer{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-eject{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-shuffle{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}:root .default-icon-random{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-check{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%204l-15%2015-7-7-5%205%2012%2012%2020-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-cross{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M31.708%2025.708c-0-0-0-0-0-0l-9.708-9.708%209.708-9.708c0-0%200-0%200-0%200.105-0.105%200.18-0.227%200.229-0.357%200.133-0.356%200.057-0.771-0.229-1.057l-4.586-4.586c-0.286-0.286-0.702-0.361-1.057-0.229-0.13%200.048-0.252%200.124-0.357%200.228%200%200-0%200-0%200l-9.708%209.708-9.708-9.708c-0-0-0-0-0-0-0.105-0.104-0.227-0.18-0.357-0.228-0.356-0.133-0.771-0.057-1.057%200.229l-4.586%204.586c-0.286%200.286-0.361%200.702-0.229%201.057%200.049%200.13%200.124%200.252%200.229%200.357%200%200%200%200%200%200l9.708%209.708-9.708%209.708c-0%200-0%200-0%200-0.104%200.105-0.18%200.227-0.229%200.357-0.133%200.355-0.057%200.771%200.229%201.057l4.586%204.586c0.286%200.286%200.702%200.361%201.057%200.229%200.13-0.049%200.252-0.124%200.357-0.229%200-0%200-0%200-0l9.708-9.708%209.708%209.708c0%200%200%200%200%200%200.105%200.105%200.227%200.18%200.357%200.229%200.356%200.133%200.771%200.057%201.057-0.229l4.586-4.586c0.286-0.286%200.362-0.702%200.229-1.057-0.049-0.13-0.124-0.252-0.229-0.357z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-search{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M31.008%2027.231l-7.58-6.447c-0.784-0.705-1.622-1.029-2.299-0.998%201.789-2.096%202.87-4.815%202.87-7.787%200-6.627-5.373-12-12-12s-12%205.373-12%2012%205.373%2012%2012%2012c2.972%200%205.691-1.081%207.787-2.87-0.031%200.677%200.293%201.515%200.998%202.299l6.447%207.58c1.104%201.226%202.907%201.33%204.007%200.23s0.997-2.903-0.23-4.007zM12%2020c-4.418%200-8-3.582-8-8s3.582-8%208-8%208%203.582%208%208-3.582%208-8%208z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-eye{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%206c-6.979%200-13.028%204.064-16%2010%202.972%205.936%209.021%2010%2016%2010s13.027-4.064%2016-10c-2.972-5.936-9.021-10-16-10zM23.889%2011.303c1.88%201.199%203.473%202.805%204.67%204.697-1.197%201.891-2.79%203.498-4.67%204.697-2.362%201.507-5.090%202.303-7.889%202.303s-5.527-0.796-7.889-2.303c-1.88-1.199-3.473-2.805-4.67-4.697%201.197-1.891%202.79-3.498%204.67-4.697%200.122-0.078%200.246-0.154%200.371-0.228-0.311%200.854-0.482%201.776-0.482%202.737%200%204.418%203.582%208%208%208s8-3.582%208-8c0-0.962-0.17-1.883-0.482-2.737%200.124%200.074%200.248%200.15%200.371%200.228v0zM16%2013c0%201.657-1.343%203-3%203s-3-1.343-3-3%201.343-3%203-3%203%201.343%203%203z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-plus{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M496%20192h-176v-176c0-8.836-7.164-16-16-16h-96c-8.836%200-16%207.164-16%2016v176h-176c-8.836%200-16%207.164-16%2016v96c0%208.836%207.164%2016%2016%2016h176v176c0%208.836%207.164%2016%2016%2016h96c8.836%200%2016-7.164%2016-16v-176h176c8.836%200%2016-7.164%2016-16v-96c0-8.836-7.164-16-16-16z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-minus{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%20208v96c0%208.836%207.164%2016%2016%2016h480c8.836%200%2016-7.164%2016-16v-96c0-8.836-7.164-16-16-16h-480c-8.836%200-16%207.164-16%2016z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-help{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%200c-8.837%200-16%207.163-16%2016s7.163%2016%2016%2016%2016-7.163%2016-16-7.163-16-16-16zM10%2016c0-3.314%202.686-6%206-6s6%202.686%206%206-2.686%206-6%206-6-2.686-6-6zM28.937%2021.359v0l-5.544-2.297c0.391-0.943%200.608-1.977%200.608-3.062s-0.216-2.119-0.608-3.062l5.544-2.297c0.685%201.651%201.063%203.46%201.063%205.359s-0.379%203.708-1.063%205.359v0zM21.359%203.063v0%200l-2.297%205.544c-0.943-0.391-1.977-0.607-3.062-0.607s-2.119%200.216-3.062%200.607l-2.297-5.544c1.651-0.684%203.46-1.063%205.359-1.063s3.708%200.379%205.359%201.063zM3.063%2010.641l5.544%202.297c-0.391%200.943-0.608%201.977-0.608%203.062s0.216%202.119%200.607%203.062l-5.544%202.297c-0.685-1.651-1.063-3.46-1.063-5.359s0.379-3.708%201.063-5.359zM10.641%2028.937l2.297-5.544c0.943%200.391%201.977%200.608%203.062%200.608s2.119-0.216%203.062-0.608l2.297%205.544c-1.651%200.684-3.46%201.063-5.359%201.063s-3.708-0.379-5.359-1.063z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-left-arrow{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.586%2027.414l-10-10c-0.781-0.781-0.781-2.047%200-2.828l10-10c0.781-0.781%202.047-0.781%202.828%200s0.781%202.047%200%202.828l-6.586%206.586h19.172c1.105%200%202%200.895%202%202s-0.895%202-2%202h-19.172l6.586%206.586c0.39%200.39%200.586%200.902%200.586%201.414s-0.195%201.024-0.586%201.414c-0.781%200.781-2.047%200.781-2.828%200z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-right-arrow{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.414%2027.414l10-10c0.781-0.781%200.781-2.047%200-2.828l-10-10c-0.781-0.781-2.047-0.781-2.828%200s-0.781%202.047%200%202.828l6.586%206.586h-19.172c-1.105%200-2%200.895-2%202s0.895%202%202%202h19.172l-6.586%206.586c-0.39%200.39-0.586%200.902-0.586%201.414s0.195%201.024%200.586%201.414c0.781%200.781%202.047%200.781%202.828%200z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-calendar{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10%2012h4v4h-4zM16%2012h4v4h-4zM22%2012h4v4h-4zM4%2024h4v4h-4zM10%2024h4v4h-4zM16%2024h4v4h-4zM10%2018h4v4h-4zM16%2018h4v4h-4zM22%2018h4v4h-4zM4%2018h4v4h-4zM26%200v2h-4v-2h-14v2h-4v-2h-4v32h30v-32h-4zM28%2030h-26v-22h26v22z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-clock{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.586%2023.414l-6.586-6.586v-8.828h4v7.172l5.414%205.414zM16%200c-8.837%200-16%207.163-16%2016s7.163%2016%2016%2016%2016-7.163%2016-16-7.163-16-16-16zM16%2028c-6.627%200-12-5.373-12-12s5.373-12%2012-12c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-menu{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2%206h28v6h-28zM2%2014h28v6h-28zM2%2022h28v6h-28z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-upload{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M224%20288h64v-128h96l-128-128-128%20128h96zM320%20216v49.356l146.533%2054.644-210.533%2078.509-210.533-78.509%20146.533-54.644v-49.356l-192%2072v128l256%2096%20256-96v-128z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-pencil{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M432%200c44.182%200%2080%2035.817%2080%2080%200%2018.010-5.955%2034.629-16%2048l-32%2032-112-112%2032-32c13.371-10.045%2029.989-16%2048-16zM32%20368l-32%20144%20144-32%20296-296-112-112-296%20296zM357.789%20181.789l-224%20224-27.578-27.578%20224-224%2027.578%2027.578z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-chevron-left{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22768%22%20height%3D%22768%22%20viewBox%3D%220%200%20768%20768%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M493.28%20237.28l-45.28-45.28-192%20192%20192%20192%2045.28-45.28-146.72-146.72z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-chevron-right{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22768%22%20height%3D%22768%22%20viewBox%3D%220%200%20768%20768%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M320%20192l-45.28%2045.28%20146.72%20146.72-146.72%20146.72%2045.28%2045.28%20192-192z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-loop{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-play{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-pause{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-stop{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-mute{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-low-volume{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-medium-volume{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-high-volume{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-enlarge{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-shrink{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-playlist{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-next{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-prev{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-first{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-last{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-forward{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-backward{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-share{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-equalizer{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-eject{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-shuffle{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.dark-side .default-icon-random{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player{display:block;position:relative;width:100%;background:#000;height:auto;overflow:hidden;z-index:1}.media-player video{width:100%;height:100%;z-index:1}.media-player .logo{display:block;position:absolute;top:1.25rem;right:1.25rem;z-index:3;height:32px}.media-player .logo img{height:32px}.media-player .preloader{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%) translateY(-50%)}.media-player .preloader.show{display:block}.media-player .controls{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;position:absolute;bottom:0;left:0;right:0;height:auto;z-index:2147483647;background-color:#22222280}.media-player .controls.outside{position:relative}.media-player .stream{display:block;padding:.625rem;order:5;width:100%;position:relative}.media-player .stream .slider{height:.875rem}.media-player .load-audio{padding:0;display:block;position:absolute;bottom:4px;left:.625rem;width:calc(100% - 1.25rem)}.media-player button:focus{box-shadow:none!important}.media-player .controls>button,.media-player .info-box,.media-player .volume{background-color:inherit;color:#555;flex-shrink:0;height:36px;text-align:center}.media-player .controls>button:hover,.media-player .info-box:hover,.media-player .volume:hover{color:#fff}.media-player .controls>button.active,.media-player .info-box.active,.media-player .volume.active{background-color:#6f6f6f80}.media-player .controls .button{display:flex;justify-content:center;align-items:center}.media-player .loop{order:1;display:none}.media-player .play{order:2}.media-player .stop{order:3;display:none}.media-player .info-box{position:relative;width:auto;display:block;order:4;background:#22222280;color:#fff;padding:.625rem;font-size:.6875rem;text-align:center;height:36px;flex-shrink:1;white-space:nowrap;border:none}.media-player .mute{order:6}.media-player .volume{order:7;width:96px;padding:0 .625rem;background:#22222280;display:none}.media-player .full{order:8}:-webkit-full-screen{width:100%;height:100%;z-index:2147483647}:-ms-fullscreen{width:100%}.media-player.full-screen{position:fixed;inset:0;z-index:2147483647;max-height:100%!important;height:100%!important}.media-player.light{background-color:#f8f8f8}.media-player.light .controls{background-color:inherit}.media-player.light .controls .info-box,.media-player.light .controls .volume{background-color:inherit;color:#1d1d1d}.media-player.light .slider .buffer{height:2px!important;background-color:#41545e}.media-player.light .controls>button.active{background-color:#dfdfdf}.media-player:not(.light) .default-icon-loop,.media-player.dark .default-icon-loop{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-play,.media-player.dark .default-icon-play{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-pause,.media-player.dark .default-icon-pause{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-stop,.media-player.dark .default-icon-stop{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-mute,.media-player.dark .default-icon-mute{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-low-volume,.media-player.dark .default-icon-low-volume{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-medium-volume,.media-player.dark .default-icon-medium-volume{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-high-volume,.media-player.dark .default-icon-high-volume{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-enlarge,.media-player.dark .default-icon-enlarge{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-shrink,.media-player.dark .default-icon-shrink{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-playlist,.media-player.dark .default-icon-playlist{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-next,.media-player.dark .default-icon-next{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-prev,.media-player.dark .default-icon-prev{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-first,.media-player.dark .default-icon-first{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-last,.media-player.dark .default-icon-last{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-forward,.media-player.dark .default-icon-forward{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-backward,.media-player.dark .default-icon-backward{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-share,.media-player.dark .default-icon-share{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-equalizer,.media-player.dark .default-icon-equalizer{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-eject,.media-player.dark .default-icon-eject{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-shuffle,.media-player.dark .default-icon-shuffle{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.media-player:not(.light) .default-icon-random,.media-player.dark .default-icon-random{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A)}.audio-player{overflow:visible}.audio-player .controls{position:relative}@media screen and (min-width: 576px){.media-player .volume,.media-player .loop,.media-player .stop{display:flex}}:root{--badge-background: #F8F8F8;--badge-color: #191919;--badge-border-radius: 4px}.dark-side{--badge-background: #F8F8F8;--badge-color: #191919}.badge{position:absolute;z-index:1;top:0;right:0;background-color:var(--badge-background);color:var(--badge-color);border-radius:var(--badge-border-radius);padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;display:inline-flex;align-items:center;justify-content:center;transform:translateY(-50%) translate(50%)}.brand .badge,.app-bar-item .badge,.app-bar-menu>li>a .badge,.h-menu>li>a .badge,.v-menu>li>a .badge{transform:translateY(0) translate(0)}.d-menu>li>a .badge{transform:translate(10px)}.badge.inline{position:relative;display:inline-block;right:auto;top:-1px;transform:translateY(0) translate(0)}.badge.inside{transform:translateY(0) translate(0)}.bottom-nav{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;height:56px;width:100%;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #00000029,0 -1px 5px #00000042;z-index:1030}.bottom-nav .button{width:auto;height:100%;flex-grow:1;flex-basis:0;text-align:center;text-transform:capitalize;margin:0;border-radius:0;line-height:normal}.bottom-nav .button .icon{width:24px;height:24px;font-size:22px}.bottom-nav .button .label{display:block}.bottom-sheet{background-color:#fff;display:block;z-index:1030;max-width:360px;left:50%;list-style:none inside;padding:0;margin:0 0 0 -50%;width:100%;top:100%;position:fixed;transition:all .3s ease-in-out;box-shadow:0 6px 20px #00000030,0 8px 17px #0003}.bottom-sheet:after{display:block;clear:both;content:""}.bottom-sheet.wide-sm{max-width:576px}.bottom-sheet.wide-ld{max-width:640px}.bottom-sheet.wide-md{max-width:768px}.bottom-sheet.wide-lg{max-width:992px}.bottom-sheet.wide{max-width:100%}.bottom-sheet>.title{height:56px;font-size:16px;color:#000000de}.bottom-sheet>li,.bottom-sheet>.item{font-size:16px;position:relative;height:48px;padding-left:56px;display:block;cursor:pointer;vertical-align:middle;line-height:48px}.bottom-sheet>li .icon,.bottom-sheet>.item .icon{left:16px;position:absolute;width:24px;height:24px;font-size:24px;line-height:24px;vertical-align:middle;text-align:center;top:50%;margin-top:-12px;opacity:.8}.bottom-sheet>li:hover,.bottom-sheet>.item:hover,.bottom-sheet>li.hovered,.bottom-sheet>.item.hovered,.bottom-sheet>li.active,.bottom-sheet>.item.active{background-color:#1d1d1d1a}.bottom-sheet>.divider{height:1px;background-color:var(--border-color)}.bottom-sheet.grid-style{padding:16px}.bottom-sheet.grid-style>li,.bottom-sheet.grid-style>.item{width:64px;height:72px;line-height:normal;text-align:center;vertical-align:middle;display:block;float:left;margin:8px;padding:4px;font-size:11px}.bottom-sheet.grid-style>li .icon,.bottom-sheet.grid-style>.item .icon{display:block;position:relative;width:42px;height:42px;font-size:42px;margin:0 0 8px -21px;padding:0;top:0;left:50%;line-height:1}.bottom-sheet.grid-style>.divider{display:none}.bottom-sheet.opened{transition:all .3s ease-in-out;transform:translate3d(0,-100%,0)}.bottom-nav~.bottom-sheet{padding-bottom:76px}:root{--breadcrumbs-background: #ffffff;--breadcrumbs-color: #191919;--breadcrumbs-background-hover: #ffffff;--breadcrumbs-color-hover: #000000}.dark-side{--breadcrumbs-background: #1e1f22;--breadcrumbs-color: #dbdfe7;--breadcrumbs-background-hover: #1e1f22;--breadcrumbs-color-hover: #ffffff}.breadcrumbs.default{margin:0;padding:0;list-style:none inside;display:flex;flex-wrap:nowrap;align-items:center;background-color:var(--breadcrumbs-background);color:var(--breadcrumbs-color)}.breadcrumbs.default li{position:relative;display:flex;align-items:center;justify-content:flex-start;background-color:inherit;color:inherit;margin:4px}.breadcrumbs.default li:after{content:"\203a";z-index:3;position:absolute;left:100%;top:-4px;font-size:1.4em}.breadcrumbs.default a{cursor:pointer;display:block;position:relative;padding:.5rem .75rem;line-height:1;font-size:14px;text-decoration:none;color:inherit;background-color:transparent}.breadcrumbs.default a:hover{background-color:var(--breadcrumbs-background-hover);color:var(--breadcrumbs-color-hover);text-decoration:none}.breadcrumbs.default li:last-child a{font-weight:700}:root{--breadcrumbs-arrow-item-background: #f7f8fa;--breadcrumbs-arrow-item-background-active: #468cff;--breadcrumbs-arrow-item-color-active: #ffffff;--breadcrumbs-arrow-item-color: #191919;--breadcrumbs-arrow-border-color: #e8e8e8;--breadcrumbs-arrow-item-shadow: rgba(133, 133, 133, .1)}.dark-side{--breadcrumbs-arrow-item-background: #2b2d30;--breadcrumbs-arrow-item-background-active: #ffc351;--breadcrumbs-arrow-item-color-active: #000;--breadcrumbs-arrow-item-color: #ffffff;--breadcrumbs-arrow-border-color: #4a4d51;--breadcrumbs-arrow-item-shadow: rgba(255, 255, 255, .1)}.breadcrumbs.arrow{display:inline-flex;flex-flow:row nowrap;overflow:hidden;border-radius:var(--border-radius);counter-reset:flag;border:1px solid var(--breadcrumbs-arrow-border-color)}.breadcrumbs.arrow li{display:block}.breadcrumbs.arrow a{display:flex;align-items:center;justify-content:center;font-size:12px;line-height:36px;background:var(--breadcrumbs-arrow-item-background);color:var(--breadcrumbs-arrow-item-color);padding:0 10px 0 60px;position:relative;height:36px;text-decoration:none}.breadcrumbs.arrow a:before{content:counter(flag);counter-increment:flag;border-radius:50%;border:1px solid var(--border-color);width:26px;height:26px;line-height:26px;margin:8px 0;position:absolute;top:-3px;left:27px;background:var(--breadcrumbs-arrow-item-background);font-weight:700;display:flex;align-items:center;justify-content:center}.breadcrumbs.arrow a:after{content:"";position:absolute;top:0;right:-18px;width:36px;height:36px;transform:scale(.707) rotate(45deg);z-index:1;box-shadow:1px -1px 0 1px var(--breadcrumbs-arrow-item-shadow);border-radius:0 5px 0 50px;background:var(--breadcrumbs-arrow-item-background);color:var(--breadcrumbs-arrow-item-color)}.breadcrumbs.arrow li:first-child a{padding-left:46px;border-radius:5px 0 0 5px}.breadcrumbs.arrow li:first-child a:before{left:14px}.breadcrumbs.arrow li:last-child a{border-radius:0 5px 5px 0;padding-right:20px}.breadcrumbs.arrow li:last-child a:after{display:none}.breadcrumbs.arrow li.active a,.breadcrumbs.arrow li:hover a{background:var(--breadcrumbs-arrow-item-background-active);color:var(--breadcrumbs-arrow-item-color-active)}.breadcrumbs.arrow li.active a:before,.breadcrumbs.arrow li:hover a:before{color:var(--breadcrumbs-arrow-item-color)}.breadcrumbs.arrow li.active a:after,.breadcrumbs.arrow li:hover a:after{background:var(--breadcrumbs-arrow-item-background-active);box-shadow:1px -1px 0 1px #fff6}:root{--button-group-active-background: #989898;--button-group-active-color: #fff}.dark-side{--button-group-active-background: #1a1f23;--button-group-active-color: #fff}.button-group .active{background-color:var(--button-group-active-background);color:var(--button-group-active-color)}:root{--input-background: #ffffff;--input-background-disabled: #f7f8fa;--input-color-disabled: #c9ccd6;--input-border-color: #c9ccd6;--input-border-color-hover: #adb0b8;--input-color: #161316;--input-box-shadow: rgba(201, 204, 214, .42);--input-prepend-background: #f8f8f8;--input-prepend-color: #191919;--input-append-background: #f8f8f8;--input-append-color: #191919;--input-required-color: #468cff;--input-invalid-color: #ad2a14;--input-valid-color: #4cad14}.dark-side{--input-background: #2b2d30;--input-background-disabled: #2b2d30;--input-color-disabled: #333437;--input-border-color: #4e5157;--input-border-color-hover: #71757e;--input-color: #dfe1e5;--input-box-shadow: rgba(78, 81, 87, .43);--input-prepend-background: #4e5157;--input-prepend-color: #bac1cf;--input-append-background: #4e5157;--input-append-color: #bac1cf}.metro-input,.file,.input,.textarea,.select,.tag-input,.spinner,.color-picker{position:relative;border:1px var(--input-border-color) solid;color:var(--input-color);width:100%;font-size:16px;height:36px;line-height:36px;background:var(--input-background) none;background-clip:padding-box;min-width:0}.metro-input input,.file input,.input input,.textarea input,.select input,.tag-input input,.spinner input,.color-picker input{appearance:none;display:block;outline:none;width:100%;min-width:0}.metro-input input::-ms-clear,.file input::-ms-clear,.input input::-ms-clear,.textarea input::-ms-clear,.select input::-ms-clear,.tag-input input::-ms-clear,.spinner input::-ms-clear,.color-picker input::-ms-clear{display:none}.metro-input input::-ms-reveal,.file input::-ms-reveal,.input input::-ms-reveal,.textarea input::-ms-reveal,.select input::-ms-reveal,.tag-input input::-ms-reveal,.spinner input::-ms-reveal,.color-picker input::-ms-reveal{display:none}.metro-input input::-webkit-clear-button,.file input::-webkit-clear-button,.input input::-webkit-clear-button,.textarea input::-webkit-clear-button,.select input::-webkit-clear-button,.tag-input input::-webkit-clear-button,.spinner input::-webkit-clear-button,.color-picker input::-webkit-clear-button{display:none}.metro-input input::-webkit-inner-spin-button,.file input::-webkit-inner-spin-button,.input input::-webkit-inner-spin-button,.textarea input::-webkit-inner-spin-button,.select input::-webkit-inner-spin-button,.tag-input input::-webkit-inner-spin-button,.spinner input::-webkit-inner-spin-button,.color-picker input::-webkit-inner-spin-button{height:100%}.metro-input:focus,.file:focus,.input:focus,.textarea:focus,.select:focus,.tag-input:focus,.spinner:focus,.color-picker:focus{outline:none}.metro-input:hover,.file:hover,.input:hover,.textarea:hover,.select:hover,.tag-input:hover,.spinner:hover,.color-picker:hover{border-color:var(--input-border-color-hover)}.metro-input .input-clear-button,.file .input-clear-button,.input .input-clear-button,.textarea .input-clear-button,.select .input-clear-button,.tag-input .input-clear-button,.spinner .input-clear-button,.color-picker .input-clear-button,.metro-input .input-reveal-button,.file .input-reveal-button,.input .input-reveal-button,.textarea .input-reveal-button,.select .input-reveal-button,.tag-input .input-reveal-button,.spinner .input-reveal-button,.color-picker .input-reveal-button{transform:scale(0);opacity:0}.metro-input .input-clear-button:active,.file .input-clear-button:active,.input .input-clear-button:active,.textarea .input-clear-button:active,.select .input-clear-button:active,.tag-input .input-clear-button:active,.spinner .input-clear-button:active,.color-picker .input-clear-button:active,.metro-input .input-reveal-button:active,.file .input-reveal-button:active,.input .input-reveal-button:active,.textarea .input-reveal-button:active,.select .input-reveal-button:active,.tag-input .input-reveal-button:active,.spinner .input-reveal-button:active,.color-picker .input-reveal-button:active,.metro-input .input-clear-button:focus,.file .input-clear-button:focus,.input .input-clear-button:focus,.textarea .input-clear-button:focus,.select .input-clear-button:focus,.tag-input .input-clear-button:focus,.spinner .input-clear-button:focus,.color-picker .input-clear-button:focus,.metro-input .input-reveal-button:focus,.file .input-reveal-button:focus,.input .input-reveal-button:focus,.textarea .input-reveal-button:focus,.select .input-reveal-button:focus,.tag-input .input-reveal-button:focus,.spinner .input-reveal-button:focus,.color-picker .input-reveal-button:focus,.metro-input .input-clear-button:hover,.file .input-clear-button:hover,.input .input-clear-button:hover,.textarea .input-clear-button:hover,.select .input-clear-button:hover,.tag-input .input-clear-button:hover,.spinner .input-clear-button:hover,.color-picker .input-clear-button:hover,.metro-input .input-reveal-button:hover,.file .input-reveal-button:hover,.input .input-reveal-button:hover,.textarea .input-reveal-button:hover,.select .input-reveal-button:hover,.tag-input .input-reveal-button:hover,.spinner .input-reveal-button:hover,.color-picker .input-reveal-button:hover{opacity:1;transform:scale(1)}.metro-input:focus .input-clear-button,.file:focus .input-clear-button,.input:focus .input-clear-button,.textarea:focus .input-clear-button,.select:focus .input-clear-button,.tag-input:focus .input-clear-button,.spinner:focus .input-clear-button,.color-picker:focus .input-clear-button,.metro-input.focused .input-clear-button,.file.focused .input-clear-button,.input.focused .input-clear-button,.textarea.focused .input-clear-button,.select.focused .input-clear-button,.tag-input.focused .input-clear-button,.spinner.focused .input-clear-button,.color-picker.focused .input-clear-button,.metro-input:hover .input-clear-button,.file:hover .input-clear-button,.input:hover .input-clear-button,.textarea:hover .input-clear-button,.select:hover .input-clear-button,.tag-input:hover .input-clear-button,.spinner:hover .input-clear-button,.color-picker:hover .input-clear-button,.metro-input:focus .input-reveal-button,.file:focus .input-reveal-button,.input:focus .input-reveal-button,.textarea:focus .input-reveal-button,.select:focus .input-reveal-button,.tag-input:focus .input-reveal-button,.spinner:focus .input-reveal-button,.color-picker:focus .input-reveal-button,.metro-input.focused .input-reveal-button,.file.focused .input-reveal-button,.input.focused .input-reveal-button,.textarea.focused .input-reveal-button,.select.focused .input-reveal-button,.tag-input.focused .input-reveal-button,.spinner.focused .input-reveal-button,.color-picker.focused .input-reveal-button,.metro-input:hover .input-reveal-button,.file:hover .input-reveal-button,.input:hover .input-reveal-button,.textarea:hover .input-reveal-button,.select:hover .input-reveal-button,.tag-input:hover .input-reveal-button,.spinner:hover .input-reveal-button,.color-picker:hover .input-reveal-button{opacity:1;transform:scale(1);visibility:visible}.metro-input:focus,.file:focus,.input:focus,.textarea:focus,.select:focus,.tag-input:focus,.spinner:focus,.color-picker:focus,.metro-input.focused,.file.focused,.input.focused,.textarea.focused,.select.focused,.tag-input.focused,.spinner.focused,.color-picker.focused{box-shadow:0 0 0 3px var(--input-box-shadow)}.metro-input:disabled,.file:disabled,.input:disabled,.textarea:disabled,.select:disabled,.tag-input:disabled,.spinner:disabled,.color-picker:disabled,.metro-input.disabled,.file.disabled,.input.disabled,.textarea.disabled,.select.disabled,.tag-input.disabled,.spinner.disabled,.color-picker.disabled{pointer-events:none;border-color:var(--input-border-color);background-color:var(--input-background-disabled);color:var(--input-color-disabled)}.metro-input.hide-cursor input,.file.hide-cursor input,.input.hide-cursor input,.textarea.hide-cursor input,.select.hide-cursor input,.tag-input.hide-cursor input,.spinner.hide-cursor input,.color-picker.hide-cursor input{color:transparent;text-shadow:0 0 0 var(--input-background)}.metro-input.required,.file.required,.input.required,.textarea.required,.select.required,.tag-input.required,.spinner.required,.color-picker.required{border:1px var(--input-required-color) dashed!important}.metro-input.required:focus,.file.required:focus,.input.required:focus,.textarea.required:focus,.select.required:focus,.tag-input.required:focus,.spinner.required:focus,.color-picker.required:focus,.metro-input.required.focused,.file.required.focused,.input.required.focused,.textarea.required.focused,.select.required.focused,.tag-input.required.focused,.spinner.required.focused,.color-picker.required.focused{box-shadow:0 0 0 3px var(--input-required-color)!important}.metro-input.invalid,.file.invalid,.input.invalid,.textarea.invalid,.select.invalid,.tag-input.invalid,.spinner.invalid,.color-picker.invalid{border:1px var(--input-invalid-color) solid!important}.metro-input.invalid:focus,.file.invalid:focus,.input.invalid:focus,.textarea.invalid:focus,.select.invalid:focus,.tag-input.invalid:focus,.spinner.invalid:focus,.color-picker.invalid:focus,.metro-input.invalid.focused,.file.invalid.focused,.input.invalid.focused,.textarea.invalid.focused,.select.invalid.focused,.tag-input.invalid.focused,.spinner.invalid.focused,.color-picker.invalid.focused{box-shadow:0 0 0 3px var(--input-invalid-color)!important}.metro-input.invalid:after,.file.invalid:after,.input.invalid:after,.textarea.invalid:after,.select.invalid:after,.tag-input.invalid:after,.spinner.invalid:after,.color-picker.invalid:after{position:absolute;content:attr(data-exclaim);color:var(--input-invalid-color);left:-16px;top:0;font-size:1.625rem;font-weight:700}.metro-input.valid,.file.valid,.input.valid,.textarea.valid,.select.valid,.tag-input.valid,.spinner.valid,.color-picker.valid{border:1px var(--input-valid-color) solid!important}.metro-input.valid:focus,.file.valid:focus,.input.valid:focus,.textarea.valid:focus,.select.valid:focus,.tag-input.valid:focus,.spinner.valid:focus,.color-picker.valid:focus,.metro-input.valid.focused,.file.valid.focused,.input.valid.focused,.textarea.valid.focused,.select.valid.focused,.tag-input.valid.focused,.spinner.valid.focused,.color-picker.valid.focused{box-shadow:0 0 0 3px var(--input-valid-color)!important}.metro-input{padding:0 8px}textarea.metro-input{height:auto;padding:0 .75rem}input[type=button],input[type=submit],input[type=reset]{width:auto}.file .prepend,.input .prepend,.select .prepend,.textarea .prepend,.tag-input .prepend,.spinner .prepend,.color-picker .prepend,.file .append,.input .append,.select .append,.textarea .append,.tag-input .append,.spinner .append,.color-picker .append{padding:0 .75rem;line-height:1.25rem;white-space:nowrap;display:flex;align-items:center;justify-content:center;font-size:14px}.file .prepend,.input .prepend,.select .prepend,.textarea .prepend,.tag-input .prepend,.spinner .prepend,.color-picker .prepend{background-color:var(--input-prepend-background);color:var(--input-prepend-color)}.file .append,.input .append,.select .append,.textarea .append,.tag-input .append,.spinner .append,.color-picker .append{background-color:var(--input-append-background);color:var(--input-append-color)}.hidden-input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.file:disabled input,.input:disabled input,.textarea:disabled input,.select:disabled input,.tag-input:disabled input,.spinner:disabled input,.rating:disabled input,.color-picker:disabled input,.file.disabled input,.input.disabled input,.textarea.disabled input,.select.disabled input,.tag-input.disabled input,.spinner.disabled input,.rating.disabled input,.color-picker.disabled input,.file:disabled textarea,.input:disabled textarea,.textarea:disabled textarea,.select:disabled textarea,.tag-input:disabled textarea,.spinner:disabled textarea,.rating:disabled textarea,.color-picker:disabled textarea,.file.disabled textarea,.input.disabled textarea,.textarea.disabled textarea,.select.disabled textarea,.tag-input.disabled textarea,.spinner.disabled textarea,.rating.disabled textarea,.color-picker.disabled textarea,.file:disabled select,.input:disabled select,.textarea:disabled select,.select:disabled select,.tag-input:disabled select,.spinner:disabled select,.rating:disabled select,.color-picker:disabled select,.file.disabled select,.input.disabled select,.textarea.disabled select,.select.disabled select,.tag-input.disabled select,.spinner.disabled select,.rating.disabled select,.color-picker.disabled select,.file:disabled .select-input,.input:disabled .select-input,.textarea:disabled .select-input,.select:disabled .select-input,.tag-input:disabled .select-input,.spinner:disabled .select-input,.rating:disabled .select-input,.color-picker:disabled .select-input,.file.disabled .select-input,.input.disabled .select-input,.textarea.disabled .select-input,.select.disabled .select-input,.tag-input.disabled .select-input,.spinner.disabled .select-input,.rating.disabled .select-input,.color-picker.disabled .select-input,.file:disabled .caption,.input:disabled .caption,.textarea:disabled .caption,.select:disabled .caption,.tag-input:disabled .caption,.spinner:disabled .caption,.rating:disabled .caption,.color-picker:disabled .caption,.file.disabled .caption,.input.disabled .caption,.textarea.disabled .caption,.select.disabled .caption,.tag-input.disabled .caption,.spinner.disabled .caption,.rating.disabled .caption,.color-picker.disabled .caption,.file:disabled .stars li,.input:disabled .stars li,.textarea:disabled .stars li,.select:disabled .stars li,.tag-input:disabled .stars li,.spinner:disabled .stars li,.rating:disabled .stars li,.color-picker:disabled .stars li,.file.disabled .stars li,.input.disabled .stars li,.textarea.disabled .stars li,.select.disabled .stars li,.tag-input.disabled .stars li,.spinner.disabled .stars li,.rating.disabled .stars li,.color-picker.disabled .stars li{background:transparent;color:var(--input-color-disabled)}.file:disabled .button-group,.input:disabled .button-group,.textarea:disabled .button-group,.select:disabled .button-group,.tag-input:disabled .button-group,.spinner:disabled .button-group,.rating:disabled .button-group,.color-picker:disabled .button-group,.file.disabled .button-group,.input.disabled .button-group,.textarea.disabled .button-group,.select.disabled .button-group,.tag-input.disabled .button-group,.spinner.disabled .button-group,.rating.disabled .button-group,.color-picker.disabled .button-group{display:none}.invalid_feedback{font-size:.9em;color:var(--input-invalid-color)}.custom-validation input[required]:valid,.custom-validation select[required]:valid,.custom-validation textarea[required]:valid{border-color:var(--input-valid-color)}.custom-validation input[required]:valid+.invalid_feedback,.custom-validation select[required]:valid+.invalid_feedback,.custom-validation textarea[required]:valid+.invalid_feedback{display:none}.custom-validation input[required]:invalid,.custom-validation select[required]:invalid,.custom-validation textarea[required]:invalid{border-color:var(--input-invalid-color)}.custom-validation input[required]:invalid+.invalid_feedback,.custom-validation select[required]:invalid+.invalid_feedback,.custom-validation textarea[required]:invalid+.invalid_feedback{display:block}.invalid_feedback{display:none}.invalid+.invalid_feedback,.invalid>.invalid_feedback{display:block!important}::-webkit-search-cancel-button{-webkit-appearance:none}::-webkit-search-results-button{-webkit-appearance:none}input[type=search]{-webkit-appearance:none}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--input-background) inset;background-color:var(--input-background)!important;transition:background-color 5000s ease-in-out 0s}::-webkit-input-placeholder{font-size:14px}::-moz-placeholder{font-size:14px}:-moz-placeholder{font-size:14px}:-ms-input-placeholder{font-size:14px}input.rtl,input[dir=rtl]{direction:rtl}.label-for-input{display:block;position:relative}.label-for-input.rtl{text-align:right}input[placeholder]{text-overflow:ellipsis}input::-moz-placeholder{text-overflow:ellipsis}input:-moz-placeholder{text-overflow:ellipsis}input:-ms-input-placeholder{text-overflow:ellipsis}.spinner{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;width:100%;padding:0 4px;cursor:text;position:relative;height:36px;line-height:36px}.spinner input{border:none!important;display:block;position:relative;width:100%;height:100%;line-height:36px;font-size:16px;padding:0 4px!important;text-align:center}.spinner input:focus{box-shadow:none!important}.spinner .button{width:25px;min-width:25px;height:25px;text-align:center;font-weight:400;font-size:14px;line-height:14px;padding:0;user-select:none}.spinner .spinner-button-plus{order:3}.spinner .spinner-button-minus{order:1}.spinner input,.spinner.buttons-left .spinner-button-plus{order:2}.spinner.buttons-left .spinner-button-minus{order:1}.spinner.buttons-left input{order:3;text-align:right}.spinner.buttons-right .spinner-button-plus{order:3}.spinner.buttons-right .spinner-button-minus{order:2}.spinner.buttons-right input{order:1;text-align:left}.spinner.input-large{height:50px;line-height:50px}.spinner.input-large input{font-size:1.3rem}.spinner.input-large .spinner-button{height:48px;width:48px;min-width:48px;line-height:48px;font-size:1.3rem}.spinner.input-large .spinner-button [class*=mif-]{font-size:1.3rem}.spinner.input-large .default-icon-plus,.spinner.input-large .default-icon-minus{width:21px;height:21px}.spinner.input-small{height:28px;line-height:28px}.spinner.input-small input{font-size:.9rem}.spinner.input-small .spinner-button{height:26px;width:26px;min-width:26px;line-height:26px;font-size:.9rem}.spinner.input-small .spinner-button [class*=mif-]{font-size:.9rem}.spinner.input-small .default-icon-plus,.spinner.input-small .default-icon-minus{width:14px;height:14px}:root{--today-selection: url(data:image/png;base64,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);--calendar-background: #ffffff;--calendar-header-background: #004D6FFF;--calendar-weekday-background: #f8f8f7;--calendar-weekday-color: #191919;--calendar-header-color: #ffffff;--calendar-border-color: #aaaaaa;--calendar-color: #191919;--calendar-day-border-color: #e8e8e8;--calendar-exclude-day-background: #ffffff;--calendar-exclude-day-color: #aaa;--calendar-today-day-background: #56c30f;--calendar-today-day-color: #fff}.dark-side{--calendar-background: #2b2d30;--calendar-header-background: #43454a;--calendar-weekday-background: #414245;--calendar-weekday-color: #dfe1e5;--calendar-header-color: #dfe1e5;--calendar-border-color: #414245;--calendar-color: #dfe1e5;--calendar-day-border-color: #4a4d51;--calendar-exclude-day-background: #2b2d30;--calendar-exclude-day-color: #818181}.calendar{display:block;position:relative;width:280px;border:1px solid var(--calendar-border-color);overflow:hidden;user-select:none;background-color:var(--calendar-background)}.calendar-header,.calendar-content,.calendar-footer{position:relative;display:block;background-color:var(--calendar-background);color:var(--calnedar-color)}.calendar-header{padding:1rem;background-color:var(--calendar-header-background);color:var(--calendar-header-color);user-select:none}.calendar-header .header-year{font-size:.75rem;line-height:1}.calendar-header .header-day{font-size:1.325rem}.calendar-content{padding:1px;width:278px}.calendar-content .calendar-toolbar,.calendar-content .days-wrapper{display:flex;position:relative}.calendar-content .calendar-toolbar{flex-flow:row nowrap;justify-content:space-between;align-items:center;padding:.5rem 0;width:100%}.calendar-content .calendar-toolbar .prev-month,.calendar-content .calendar-toolbar .prev-year,.calendar-content .calendar-toolbar .next-month,.calendar-content .calendar-toolbar .next-year,.calendar-content .calendar-toolbar .next-year-group,.calendar-content .calendar-toolbar .prev-year-group{padding:.5rem 0;cursor:pointer;text-align:center;width:30px;display:block;position:relative;flex-shrink:0}.calendar-content .calendar-toolbar .curr-month,.calendar-content .calendar-toolbar .curr-year{padding:.5rem 0;width:100%;text-align:center;cursor:pointer;font-size:14px}.calendar-content .week-days,.calendar-content .days{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:0}.calendar-content.-week-numbers .week-days,.calendar-content.-week-numbers .days{grid-template-columns:repeat(8,1fr)}.calendar-content .week-day,.calendar-content .week-number,.calendar-content .day{display:flex;justify-content:center;align-items:center}.calendar-content .week-day,.calendar-content .week-number{font-weight:700;background-color:var(--calendar-weekday-background);color:var(--calendar-weekday-color)}.calendar-content .week-day{border-bottom:1px solid var(--calnedar-border-color)}.calendar-content .week-number{border-right:1px solid var(--calnedar-border-color)}.calendar-content .week-days .week-number{border-right:none}.calendar-content .day,.calendar-content .week-day,.calendar-content .week-number{height:39px;cursor:pointer;font-size:14px;position:relative;user-select:none;margin:0}.calendar-content .day.selected{box-shadow:inset 0 0 0 1px #69cbfa!important}.calendar-content .day.selected:after{border-top:20px solid #69cbfa;border-left:20px solid transparent;right:0;top:0}.calendar-content .day.selected:before{right:1px!important;top:1px!important}.calendar-content .day.showed{font-weight:700}.calendar-content .outside{color:#bebebe;font-size:12px}.calendar-content .today .day-content{background:var(--today-selection) center no-repeat;background-size:cover;font-weight:700;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.calendar-content .coincidental{box-shadow:inset 0 0 12px #bebebe66}.calendar-content .excluded{background-color:var(--calendar-exclude-day-background);color:var(--calendar-exclude-day-color)!important;text-decoration:line-through}.calendar-content .day{border:1px solid transparent}.calendar-content .day:hover{border-color:var(--calendar-border-color)}.calendar-footer{padding:.5rem;border-top:1px solid var(--calendar-border-color);display:flex;flex-flow:row nowrap;justify-content:center;align-items:center}.calendar-footer>*{margin:0 2px;font-size:.75rem;height:32px;line-height:32px;padding:0 8px}.calendar.compact{width:220px}.calendar.compact .calendar-content{width:100%}.calendar.compact .calendar-header{padding:.5rem;line-height:1.2}.calendar.compact .calendar-header .header-year{font-size:.65rem}.calendar.compact .calendar-header .header-day{font-size:1rem}.calendar.compact .calendar-toolbar>*{padding:0!important;font-size:14px}.calendar.compact .calendar-footer .button{height:24px;line-height:24px;padding:0 .25rem}.calendar.compact .day,.calendar.compact .week-number{height:30px;line-height:30px;width:30px;margin:0;font-size:12px}.calendar .calendar-time{display:block;padding:5px 10px 10px;border-top:1px solid var(--calendar-border-color);background:var(--calendar-background)}.calendar .calendar-time .calendar-time__inner{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between}.calendar .calendar-time .calendar-time__inner .button.spinner-button-minus{border-left:1px solid var(--calendar-border-color);border-right:1px solid var(--calendar-border-color)}.calendar .calendar-time .calendar-time__inner input{text-align:center}.calendar .calendar-time .calendar-time__inner .minutes{margin-left:2px}.calendar .calendar-time .calendar-time__inner-row{display:flex;flex-flow:row nowrap;justify-content:space-between;width:100%}.calendar .calendar-time .calendar-time__inner-cell,.calendar.compact .calendar-time__inner-cell{display:block;width:50%}.calendar.compact .calendar-time__inner-cell span{font-size:12px}.calendar .calendar-content .months,.calendar .calendar-content .years{display:flex;flex-flow:row wrap}.calendar .calendar-content .months .month,.calendar .calendar-content .years .month,.calendar .calendar-content .months .year,.calendar .calendar-content .years .year{display:flex;align-items:center;justify-content:center;flex-shrink:0;flex-basis:33.33%;height:68px;font-size:14px;cursor:pointer}.calendar .calendar-content .months .month:hover,.calendar .calendar-content .years .month:hover,.calendar .calendar-content .months .year:hover,.calendar .calendar-content .years .year:hover{border-color:var(--calendar-border-color)}.calendar .calendar-content .months,.calendar .calendar-content .years{padding:1px}.calendar .calendar-content .calendar-toolbar{border-bottom:1px solid var(--calendar-border-color)}.calendar.compact .months .month,.calendar.compact .years .month,.calendar.compact .months .year,.calendar.compact .years .year{height:52px}.calendar-wide{flex-flow:row nowrap;width:560px}.calendar-wide:after{display:block;clear:both;content:""}.calendar-wide.calendar-picker{width:460px}.calendar-wide .calendar-header,.calendar-wide .calendar-footer{position:absolute;top:0;height:100%;min-height:100%}.calendar-wide .calendar-header{left:0}.calendar-wide .calendar-footer{right:0}.calendar-wide .calendar-header{width:180px}.calendar-wide .calendar-footer{flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;border-top:none;border-left:1px solid var(--calendar-border-color);width:100px}.calendar-wide .calendar-footer *{width:100%;margin:2px 0}.calendar-wide .calendar-content{margin:0 96px 0 180px}.calendar-wide.compact{width:454px!important}.calendar-wide.compact.calendar-picker{width:354px!important}.calendar-wide.compact .calendar-header{width:120px}.calendar-wide.compact .calendar-content{margin:0 96px 0 120px;width:234px}.calendar .day,.calendar .month,.calendar .year{transform:scale(1);transition:transform .3s ease}.calendar .to-animate{transform:scale(0)}.calendar .days .day,.calendar .months .month,.calendar .years .year{border:1px solid transparent}.calendar .days .day:hover,.calendar .months .month:hover,.calendar .years .year:hover{border:1px solid var(--calendar-border-color)}.calendar .events{position:absolute;top:0;left:0;right:0;display:flex;flex-flow:row wrap;height:auto}.calendar .events .event{width:4px;height:4px;background-color:red;margin:1px}.calendar-picker{position:relative}.calendar-picker input{width:100%}.calendar-picker .calendar-wide{width:464px}.calendar-picker .calendar-wide.compact{width:364px}.calendar-for-picker{position:absolute;top:100%;left:0;display:none;z-index:500}.calendar-for-picker.open{display:block!important}.calendar-for-picker.open-up{top:auto;bottom:100%}.calendar-for-picker.dialog-mode{position:fixed;top:50%!important;left:50%!important;transform:translate3d(-50%,-50%,0);z-index:1050}.calendar-for-picker.dialog-mode.open-up{top:auto;bottom:auto}:root{--card-background: #fbfbfb;--card-background-content: #ffffff;--card-color: #191919;--card-color-content: #191919;--card-avatar-border-color: #ffffff}.dark-side{--card-background: #2b2d30;--card-background-content: #26272b;--card-color: #dbdfe7;--card-color-content: #dbdfe7;--card-avatar-border-color: #414245}.card{display:block;position:relative;font-size:.875rem;width:calc(100% - 1rem);margin:8px auto;border-radius:2px;border:1px solid var(--border-color);background-color:var(--card-background);color:var(--card-color)}.card-header{border-bottom:1px var(--border-color) solid;padding:1rem;font-size:16px;border-radius:2px 2px 0 0;display:block}.card-header .avatar{float:left;width:2.75rem;height:2.75rem;overflow:hidden}.card-header .avatar img{width:100%;min-height:100%}.card-header .name{margin-left:3.375rem;font-weight:500}.card-header .date{margin-left:3.375rem;font-size:.8125rem;font-weight:500;color:var(--body-color-secondary)}.card-content{display:block;background-color:var(--card-background-content);color:var(--card-color-content)}.card-footer{border-top:1px var(--border-color) solid;padding:1rem;border-radius:0 0 2px 2px;display:flex;justify-content:space-between;align-items:center;min-height:3rem}.card.image-header .card-header{height:9rem;vertical-align:bottom;background-size:cover;background-position:center;display:flex;flex-flow:column;align-items:flex-start;justify-content:flex-end}.card.image-header .card-header .avatar{border-radius:50%;border:2px solid var(--card-avatar-border-color)}*+.card{margin-top:1rem}.card.flex-card{display:flex;flex-flow:column}.card.flex-card .card-header,.card.flex-card .card-footer{height:57px;flex-shrink:0;flex-grow:0}.card.flex-card .card-footer{margin-top:auto}:root{--carousel-background: var(--default-background);--carousel-switch-color: var(--default-color);--carousel-switch-color-hover: var(--default-color-hover);--carousel-bullet-color: #f5f8fe;--carousel-bullet-color-active: #50a8ff}.dark-side{--carousel-background: var(--default-background);--carousel-switch-color: var(--default-color);--carousel-switch-color-hover: var(--default-color-hover);--carousel-bullet-color: #26282e;--carousel-bullet-color-active: #50a8ff}.carousel{display:block;position:relative;width:100%;height:auto;overflow:visible;background-color:var(--carousel-background)}.carousel .slides{display:block;position:relative;width:100%;height:100%;overflow:hidden}.carousel .slide{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;background-size:cover;background-repeat:no-repeat;z-index:1}.carousel .slide.active-slide{z-index:2}.carousel.fixed-size .slide{overflow:hidden}.carousel [class*=carousel-switch],.carousel .carousel-bullets{position:absolute;display:block;z-index:501;user-select:none}.carousel .carousel-switch-next,.carousel .carousel-switch-prev{line-height:4rem;height:4rem;width:4rem;text-decoration:none;margin-top:-2rem;top:50%;font-weight:300;color:var(--carousel-switch-color);cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.carousel .carousel-switch-next:hover,.carousel .carousel-switch-prev:hover{color:var(--carousel-switch-color-hover)}.carousel .carousel-switch-next>*,.carousel .carousel-switch-prev>*{max-width:32px;max-height:32px;font-size:32px}.carousel .carousel-switch-next{right:0;left:auto}.carousel .carousel-switch-prev{left:0;right:auto}.carousel .carousel-bullets{left:0;right:0;bottom:.625rem;display:flex;flex-flow:row;justify-content:center;align-items:center}.carousel .carousel-bullets .carousel-bullet{display:block;float:none;width:.625rem;height:.625rem;background-color:var(--carousel-bullet-color);border-radius:50%;cursor:pointer;border:1px var(--border-color) solid;margin:0 .3125rem}.carousel .carousel-bullets .carousel-bullet.bullet-on{background-color:var(--carousel-bullet-color-active)}.carousel .carousel-bullets.default-size .carousel-bullet{width:22px;height:22px}.carousel .carousel-bullets.mini-size .carousel-bullet{width:10px;height:10px}.carousel .carousel-bullets.small-size .carousel-bullet{width:16px;height:16px}.carousel .carousel-bullets.large-size .carousel-bullet{width:32px;height:32px}.carousel .carousel-bullets.bullet-style-square .carousel-bullet{border-radius:0}.carousel .carousel-bullets.bullet-style-cycle .carousel-bullet{border-radius:50%}.carousel .carousel-bullets.bullet-style-diamond .carousel-bullet{border-radius:0;transform:rotate(45deg)}.carousel .carousel-bullets.bullet-style-rect .carousel-bullet{border-radius:0}.carousel .carousel-bullets.bullet-style-rect.default-size .carousel-bullet{width:44px;height:14px}.carousel .carousel-bullets.bullet-style-rect.mini-size .carousel-bullet{width:20px;height:6px}.carousel .carousel-bullets.bullet-style-rect.small-size .carousel-bullet{width:32px;height:10px}.carousel .carousel-bullets.bullet-style-rect.large-size .carousel-bullet{width:64px;height:24px}.carousel.controls-outside{padding:0 4rem 1.375rem}.carousel.controls-outside .carousel-bullets{bottom:0}.charms{display:block;position:fixed;z-index:1090;background-color:#1d1d1d;color:#fff;transition:transform .3s ease;padding:16px}.charms.top-side{bottom:100%;width:100%;left:0}.charms.top-side.open{transform:translateY(100%)}.charms.bottom-side{top:100%;left:0;width:100%}.charms.bottom-side.open{transform:translateY(-100%)}.charms.left-side{top:0;bottom:0;right:100%;width:auto}.charms.left-side.open{transform:translate(100%)}.charms.right-side{top:0;bottom:0;width:auto;left:100%}.charms.right-side.open{transform:translate(-100%)}.charm-tile,.charm-notify{display:block;position:relative;cursor:pointer}.charm-tile{width:90px;height:66px;padding:4px;background-color:#50727c;color:#fff;margin:2px;flex-shrink:0;flex-grow:0}.charm-tile .icon{position:absolute;top:4px;left:4px;width:16px;height:16px;font-size:16px}.charm-tile .caption{margin-top:30px;font-size:10px;display:block}.charm-tile.active{background-color:#126278}.charm-notify{height:auto;background-color:#2d6070;color:#fff;padding:24px}.charm-notify .icon{position:absolute;left:16px;top:24px;width:48px;height:48px;font-size:40px}.charm-notify .title,.charm-notify .content,.charm-notify .secondary{display:block;position:relative;margin-left:52px;line-height:1}.charm-notify .title{font-weight:700;margin-bottom:6px}.charm-notify .content{font-size:14px;line-height:1.2}.charm-notify .secondary{font-size:10px;margin-top:8px}*+.charm-notify{margin-top:4px}:root{--input-autocomplete-background: #ffffff;--input-autocomplete-color: #191919;--input-autocomplete-selected-color: #468cff;--input-autocomplete-selected-background: transparent}.dark-side{--input-autocomplete-background: #2b2d30;--input-autocomplete-color: #dbdfe7;--input-autocomplete-selected-color: #ffc351;--input-autocomplete-selected-background: transparent}.input{display:flex;flex-flow:row nowrap;justify-content:space-between;width:100%;padding:0}.input:hover input{border-color:transparent}.input.focused{box-shadow:0 0 0 3px var(--input-box-shadow)}.input input{border:none!important;order:1;flex-grow:1;flex-shrink:0;flex-basis:0;height:34px;padding:0 .75rem;background-color:transparent;color:inherit}.input input:focus{box-shadow:none}.input .button-group{display:flex;flex-wrap:nowrap}.input .button{background-color:transparent;border-color:transparent;color:var(--input-color);height:34px;min-width:34px}.input .button:focus,.input .button:active{box-shadow:none!important}.input .button:hover{text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.input .input-clear-button,.input .input-reveal-button,.input .input-search-button{font-family:Segoe UI Symbol,serif;background-color:transparent;font-size:18px}.input .input-clear-button:hover,.input .input-reveal-button:hover,.input .input-search-button:hover{background-color:transparent}.input.disabled .button-group button{background-color:transparent;color:var(--input-disabled-color)}.input .prepend{order:1}.input .append{order:4}.input input{order:2}.input .button-group{order:3}.input .prepend,.input .append{display:flex;align-items:center;justify-content:center}.input .autocomplete-list{margin:0;padding:0;list-style:none inside;position:absolute;top:100%;left:0;width:100%;overflow:hidden;overflow-y:auto;background-color:var(--input-autocomplete-background);color:var(--input-autocomplete-color);height:auto;border:1px solid var(--border-color);z-index:3}.input .autocomplete-list .item{display:flex;position:relative;padding:0 8px;cursor:pointer;align-items:center;justify-content:flex-start}.input .autocomplete-list .item:hover{background-color:#1d1d1d1a}.input .autocomplete-list .item+.item{border-top:1px solid var(--border-color)}.input .autocomplete-list strong{background:var(--input-autocomplete-selected-background);color:var(--input-autocomplete-selected-color)}.input.input-large{height:50px}.input.input-large input{height:48px;font-size:1.3rem;padding:0 10px;line-height:48px}.input.input-large .button{height:48px;min-width:48px;font-size:1.3rem}.input.input-large .button [class*=mif-]{font-size:1.3rem}.input.input-large .button .default-icon-cross,.input.input-large .button .default-icon-eye{width:21px;height:21px}.input.input-large .button .input-clear-button,.input.input-large .button .input-reveal-button{width:48px;padding:0}.input.input-large input[placeholder]{font-size:1.1rem}.input.input-large input::-moz-placeholder{font-size:1.1rem}.input.input-large input:-moz-placeholder{font-size:1.1rem}.input.input-large input:-ms-input-placeholder{font-size:1.1rem}.input.input-large .append,.input.input-large .prepend{height:48px;line-height:48px;padding:0 .5rem;font-size:1.3rem}input.input-large{height:48px;font-size:1.3rem;padding:0 10px}input.input-large[placeholder]{font-size:1.1rem}input.input-large::-moz-placeholder{font-size:1.1rem}input.input-large:-moz-placeholder{font-size:1.1rem}input.input-large:-ms-input-placeholder{font-size:1.1rem}.input.input-small{height:28px}.input.input-small input{height:26px;font-size:.9rem;padding:0 4px;line-height:26px}.input.input-small .button{height:26px;min-width:26px;font-size:.9rem;padding:0}.input.input-small .button [class*=mif-]{font-size:.9rem}.input.input-small .button .default-icon-cross,.input.input-small .button .default-icon-eye{width:14px;height:14px}.input.input-small .input-clear-button,.input.input-small .input-reveal-button{width:26px;padding:0}.input.input-small input[placeholder]{font-size:.8rem}.input.input-small input::-moz-placeholder{font-size:.8rem}.input.input-small input:-moz-placeholder{font-size:.8rem}.input.input-small input:-ms-input-placeholder{font-size:.8rem}.input.input-small .append,.input.input-small .prepend{height:26px;line-height:26px;padding:0 .5rem;font-size:.9rem}input.input-small{height:26px;font-size:.9rem;padding:0 4px}input.input-small[placeholder]{font-size:.8rem}input.input-small::-moz-placeholder{font-size:.8rem}input.input-small:-moz-placeholder{font-size:.8rem}input.input-small:-ms-input-placeholder{font-size:.8rem}.input[dir=rtl],.input.rtl{flex-flow:row-reverse nowrap}.input[dir=rtl] input,.input.rtl input{order:3;direction:rtl}.input[dir=rtl] .button-group,.input.rtl .button-group{order:2}.input[dir=rtl] .prepend,.input.rtl .prepend{order:4}.input[dir=rtl] .append,.input.rtl .append{order:1}.input .badge{position:absolute;font-size:9px;font-weight:100;text-transform:uppercase;background-color:#0a87c1;color:#fff;border-radius:6px;padding:2px 4px;top:50%;right:10px;transform:translateY(-50%)}.input:hover .badge{display:none}.chat{display:flex;flex-flow:column;border:1px solid var(--border-color);background-color:#fff}.chat .title,.chat .messages,.chat .message-input{display:block}.chat .title{font-size:18px;line-height:1.2;padding:8px;border-bottom:1px solid var(--border-color)}.chat .messages{padding:8px;border-bottom:1px solid var(--border-color);height:100%;overflow:hidden;overflow-y:auto}.chat .message{display:flex;flex-flow:row wrap}.chat .message .message-sender{font-weight:700;font-size:12px;order:1;position:absolute;top:6px;left:6px}.chat .message .message-time{font-size:11px;order:2;opacity:.5;position:absolute;left:6px;bottom:6px}.chat .message .message-item{width:100%;flex-shrink:0;display:flex;flex-flow:row nowrap;margin:2px 0 0;order:3}.chat .message .message-item .message-avatar{overflow:hidden;width:40px;height:40px;border-radius:50%;flex-shrink:0;display:block;order:1}.chat .message .message-item .message-text{display:flex;align-items:center;border:1px solid #e4e4e4;margin-left:8px;order:2;font-size:14px;line-height:1.2;padding:30px 10px;min-width:100px;max-width:100%;background-color:#e4e4e4;position:relative}.chat .message .message-item .message-text-inner{width:100%;overflow:hidden}.chat .message .message-item .message-text:before{position:absolute;right:100%;top:14px;border:6px solid transparent;border-right-color:inherit;content:" ";height:0;width:0;pointer-events:none}.chat .message .message-item .message-text.--next{padding-top:10px}.chat .message .message-item .message-text.--next:before{display:none}.chat .message.right .message-item{justify-content:flex-end}.chat .message.right .message-time{order:1;text-align:left;left:auto;right:6px}.chat .message.right .message-sender{order:2;left:auto;right:6px}.chat .message.right .message-avatar{order:2}.chat .message.right .message-text{order:1;margin-left:0;margin-right:8px}.chat .message.right .message-text:before{right:auto;left:100%;border-right-color:transparent;border-left-color:inherit}.chat .message.right .message-text.--next:before{display:none}.chat .message-input{flex-shrink:0;margin-top:auto;padding:8px}.chat .message-input.disabled{opacity:.5}.chat .message.left+.message.right{margin-top:10px}.chat .message.right+.message.left{margin-top:10px}:root{--checkbox-height: 36px}:root{--checkbox-check-color: #fff;--checkbox-border-color: #191919;--checkbox-checked-background: #191919;--checkbox-focus-color: #e8e8e8;--checkbox-disabled-color: #e8e8e8}.dark-side{--checkbox-check-color: #fff;--checkbox-border-color: #3c3c3c;--checkbox-checked-background: #468cff;--checkbox-focus-color: #191919;--checkbox-disabled-color: #2c2c2c}.checkbox{display:inline-flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;position:relative;margin:0;user-select:none;cursor:pointer;height:36px}.checkbox input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.checkbox .check,.checkbox .caption{display:block;line-height:1;font-size:14px;margin:0 4px;position:relative}.checkbox .check{border:2px var(--border-color) solid;width:20px;height:20px;flex-shrink:0;line-height:var(--checkbox-height)}.checkbox .check:before{position:absolute;vertical-align:middle;font-size:0;content:"";height:5px;width:10px;background-color:transparent;color:transparent;border-left:2px solid;border-bottom:2px solid;border-color:var(--checkbox-check-color);left:50%;top:50%;margin-left:-5px;margin-top:-4px;display:none;transform:rotate(-45deg)}.checkbox input[type=checkbox]:checked~.check{border-color:var(--checkbox-border-color);background-color:var(--checkbox-checked-background)}.checkbox input[type=checkbox]:checked~.check:before{display:block}.checkbox input[type=checkbox]:disabled~.check{border-color:var(--checkbox-disabled-color);background-color:var(--checkbox-disabled-color)}.checkbox input[data-indeterminate=true]~.check{border-color:var(--checkbox-checked-background);background-color:var(--checkbox-checked-background)}.checkbox input[data-indeterminate=true]~.check:before{display:block!important;width:6px;height:6px;background-color:var(--checkbox-check-color);border:2px solid var(--checkbox-check-color);left:50%;top:50%;margin-left:-3px;margin-top:-3px;transform:rotate(0)}.checkbox .check{order:1}.checkbox .caption{order:2}.checkbox.caption-left{flex-flow:row-reverse nowrap}.checkbox.required,.checkbox.invalid,.checkbox.valid{border:none!important}.checkbox.invalid:after{display:none}.checkbox:focus input[type=checkbox]:not(:disabled)~.check:after,.checkbox:active input[type=checkbox]:not(:disabled)~.check:after{display:block;content:"";position:absolute;width:3.125rem;height:3.125rem;border-radius:50%;background-color:#bbbbbb80;opacity:.3;top:50%;left:50%;margin-top:-1.5625rem;margin-left:-1.5625rem}.checkbox.transition-on .check{transition:all .3s ease-in-out}.checkbox.transition-on input[type=checkbox]:checked~.check{transition:all .3s ease-in-out}.checkbox.transition-on input[data-indeterminate=true]~.check{transition:all .3s ease-in-out}.checkbox .check.focused{box-shadow:0 0 0 3px var(--checkbox-focus-color)}.chip{display:inline-block;float:left;height:32px;font-size:14px;padding:0 12px;line-height:32px;background:#bebebe;cursor:default}.chip .label{white-space:nowrap}.chip .icon{position:absolute;left:0;top:0;width:32px;height:32px;text-align:center;line-height:32px;vertical-align:middle;font-size:24px;overflow:hidden}.chip .icon img{width:100%;max-height:100%;vertical-align:initial}.chip .icon+.label{margin-left:30px}.chip .action{display:block;float:right;margin-left:10px;cursor:pointer;width:24px;height:24px;margin-right:-8px;margin-top:4px;background-color:#ccc;overflow:hidden}.chip .action:before{content:"\2716";line-height:24px;text-align:center;display:block}.chip:hover{background-color:#1d1d1d1a}.chip.material{border-radius:16px}.chip.material .icon{border-radius:32px}.chip.material .action{border-radius:24px}.chip+.chip{margin-left:8px}.cloak,.m4-cloak{opacity:0!important}.remove-cloak{animation:kf-fadeIn 1s linear forwards}.add-cloak{animation:kf-fadeOut 1s linear forwards}@keyframes kf-fadeIn{to{opacity:1}}@keyframes kf-fadeOut{to{opacity:0}}:root{--radio-height: 36px}:root{--radio-check-color: #fff;--radio-border-color: #191919;--radio-checked-background: #191919;--radio-focus-color: #e8e8e8;--radio-disabled-background: #e8e8e8;--radio-disabled-color: #6e6e6e}.dark-side{--radio-check-color: #fff;--radio-border-color: #3c3c3c;--radio-checked-background: #468cff;--radio-focus-color: rgba(70, 140, 255, .2);--radio-disabled-background: #424242;--radio-disabled-color: #6e6e6e}.radio{display:inline-flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;position:relative;margin:0;user-select:none;cursor:pointer;height:36px}.radio input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.radio .check,.radio .caption{display:block;line-height:1;font-size:14px;margin:0 4px;position:relative}.radio .check{border:2px var(--border-color) solid;width:20px;height:20px;border-radius:50%;flex-shrink:0;line-height:var(--radio-height)}.radio .check:before{position:absolute;vertical-align:middle;font-size:0;content:"";width:6px;height:6px;color:transparent;background-color:var(--radio-checked-background);border:1px solid var(--radio-checked-background);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);display:none}.radio input[type=radio]:checked~.check{border-color:var(--radio-checked-background);background-color:transparent}.radio input[type=radio]:checked~.check:before{display:block}.radio input[type=radio]:disabled~.check{border-color:var(--radio-disabled-background);background-color:var(--radio-disabled-background)}.radio input[type=radio]:disabled~.check:before{background-color:var(--radio-disabled-color);border:none}.radio .check{order:1}.radio .caption{order:2}.radio.caption-left{flex-flow:row-reverse nowrap}.radio.required,.radio.invalid,.radio.valid{border:none!important}.radio.invalid:after{display:none}.radio:focus input[type=radio]:not(:disabled)~.check:after,.radio:active input[type=radio]:not(:disabled)~.check:after{display:block;content:"";position:absolute;width:3.125rem;height:3.125rem;border-radius:50%;background-color:#bbbbbb80;opacity:.3;top:50%;left:50%;margin-top:-1.5625rem;margin-left:-1.5625rem}.radio.transition-on .check{transition:all .3s ease-in-out}.radio.transition-on input[type=radio]:checked~.check{transition:all .3s ease-in-out}.radio .check.focused{box-shadow:0 0 0 3px var(--radio-focus-color)}:root{--color-selector-background: var(--default-background)}.dark-side{--color-selector-background: var(--default-background)}.color-selector{width:306px;background-color:var(--color-selector-background);flex-shrink:0}.color-selector .color-box{display:block;border:1px solid var(--border-color);padding:10px}.color-selector .row{margin:10px 0 0;display:block}.color-selector .row:nth-child(1){margin-top:0}.color-selector .user-colors-title{padding:4px 10px;text-align:center;font-size:11px;color:#1d1d1d}.color-selector .default-swatches,.color-selector .user-colors,.color-selector .user-colors-actions{display:block;width:auto}.color-selector .default-swatches .swatch,.color-selector .user-colors .swatch,.color-selector .user-colors-actions .swatch,.color-selector .default-swatches .user-swatch,.color-selector .user-colors .user-swatch,.color-selector .user-colors-actions .user-swatch{display:inline-block;width:32px;height:32px;background:#ccc;border-radius:0;margin-left:4px;margin-bottom:4px;box-sizing:border-box;border:1px solid var(--border-color);cursor:pointer}.color-selector .default-swatches .swatch:not(.user-swatch):nth-child(8n+1),.color-selector .user-colors .swatch:not(.user-swatch):nth-child(8n+1),.color-selector .user-colors-actions .swatch:not(.user-swatch):nth-child(8n+1),.color-selector .default-swatches .user-swatch:not(.user-swatch):nth-child(8n+1),.color-selector .user-colors .user-swatch:not(.user-swatch):nth-child(8n+1),.color-selector .user-colors-actions .user-swatch:not(.user-swatch):nth-child(8n+1){margin-left:0}.color-selector .default-swatches .user-swatch,.color-selector .user-colors .user-swatch,.color-selector .user-colors-actions .user-swatch{width:24px;height:24px}.color-selector .default-swatches .user-swatch:nth-child(10n+1),.color-selector .user-colors .user-swatch:nth-child(10n+1),.color-selector .user-colors-actions .user-swatch:nth-child(10n+1){margin-left:0}.color-selector .user-colors{padding:4px}.color-selector .user-colors-actions{margin-top:8px;text-align:center}.color-selector .user-colors-actions .user-swatch{margin:0}.color-selector .user-colors-actions .button{padding:0 20px}.color-selector .cursor{border-radius:100%;background:#ccc;box-sizing:border-box;position:absolute;pointer-events:none;z-index:2;border:2px solid #fff;transition:all .2s ease;box-shadow:#0000005e 0 1px 4px;cursor:grab!important}.color-selector .cursor.dragging{transition:none}.color-selector canvas{position:absolute;width:100%;height:100%;inset:0;background:#ccc}.color-selector .color-map{position:relative;width:212px;height:200px;overflow:hidden}.color-selector .color-map .color-cursor{width:30px;height:30px;margin-left:-15px;margin-top:-15px;top:0;left:0}.color-selector .hue-map{position:absolute;top:5px;bottom:5px;right:40px;width:10px}.color-selector .hue-map .hue-cursor{top:0;left:50%;height:20px;width:20px;margin-top:-10px;margin-left:-10px;pointer-events:none}.color-selector .hue-map canvas{border-radius:8px}.color-selector .alpha-map{position:absolute;top:5px;bottom:5px;right:10px;width:10px}.color-selector .alpha-map .alpha-cursor{top:0;left:50%;height:20px;width:20px;margin-top:-10px;margin-left:-10px;pointer-events:none}.color-selector .alpha-map canvas{border-radius:8px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMUlEQVQ4T2NkYGAQYcAP3uCTZhw1gGGYhAGBZIA/nYDCgBDAm9BGDWAAJyRCgLaBCAAgXwixzAS0pgAAAABJRU5ErkJggg==) center center}.color-selector.no-alpha-channel .hue-map{right:25px}.color-selector.no-alpha-channel .alpha-map{display:none!important}.color-selector .color-value-hex,.color-selector .color-value-rgb,.color-selector .color-value-rgba,.color-selector .color-value-hsl,.color-selector .color-value-hsla,.color-selector .color-value-hsv,.color-selector .color-value-cmyk{display:flex;flex-flow:row nowrap;align-items:center;margin-top:-1px}.color-selector .color-value-hex input,.color-selector .color-value-rgb input,.color-selector .color-value-rgba input,.color-selector .color-value-hsl input,.color-selector .color-value-hsla input,.color-selector .color-value-hsv input,.color-selector .color-value-cmyk input{flex-shrink:1;min-width:0;font-size:11px!important;font-weight:700;text-align:center}.color-selector .color-value-hex .prepend,.color-selector .color-value-rgb .prepend,.color-selector .color-value-rgba .prepend,.color-selector .color-value-hsl .prepend,.color-selector .color-value-hsla .prepend,.color-selector .color-value-hsv .prepend,.color-selector .color-value-cmyk .prepend{font-size:11px!important;border-right:1px solid var(--border-color);width:26px!important;text-align:center;padding:0 4px!important}.color-selector .color-value-hex .radio,.color-selector .color-value-rgb .radio,.color-selector .color-value-rgba .radio,.color-selector .color-value-hsl .radio,.color-selector .color-value-hsla .radio,.color-selector .color-value-hsv .radio,.color-selector .color-value-cmyk .radio{height:28px!important;width:28px!important}.color-selector .color-block{width:100%;display:flex;flex-flow:row nowrap}.color-selector .color-block.as-string .prepend{width:40px!important}.color-selector .color-values-block .radio{left:-4px}.color-selector .color-values-block .input+.input{border-left:none!important}.color-selector .dragging{cursor:grab}.color-selector .color-cursor,.color-selector .alpha-cursor,.color-selector .hue-cursor{user-select:none!important}.color-picker{display:flex;flex-flow:row nowrap;justify-content:space-between;width:100%;padding:0}.color-picker:hover input{border-color:transparent}.color-picker.focused{box-shadow:0 0 0 3px #e4e4e473}.color-picker input{border:none!important;order:1;flex-grow:1;flex-shrink:0;flex-basis:0;height:34px;padding:0 .75rem}.color-picker input:focus{box-shadow:none}.color-picker .buttons{display:flex;flex-wrap:nowrap}.color-picker .button{background-color:transparent;color:#1d1d1d;height:34px;min-width:34px}.color-picker .button:focus,.color-picker .button:active{box-shadow:none!important}.color-picker .button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.color-picker .input-clear-button,.color-picker .input-clear-button:hover{background-color:transparent}.color-picker.disabled .button-group button{background-color:#f8f8f8;color:#dfdfdf}.color-picker .color-example-box{display:block;height:26px;width:26px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMUlEQVQ4T2NkYGAQYcAP3uCTZhw1gGGYhAGBZIA/nYDCgBDAm9BGDWAAJyRCgLaBCAAgXwixzAS0pgAAAABJRU5ErkJggg==) top left repeat;margin:4px;border:1px solid var(--border-color)}.color-picker .color-selector-box{position:absolute;top:100%;left:-1px;display:none}.color-picker .prepend{order:1}.color-picker .color-example-box{order:2}.color-picker input{order:3}.color-picker .append{order:5}.color-picker .buttons{order:4}.color-picker input[placeholder]{text-overflow:ellipsis}.color-picker input::-moz-placeholder{text-overflow:ellipsis}.color-picker input:-moz-placeholder{text-overflow:ellipsis}.color-picker input:-ms-input-placeholder{text-overflow:ellipsis}.color-picker.open .color-selector-box{display:block!important}.command-button,.image-button{padding:.5rem .75rem;display:inline-flex;font-size:1.5rem;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;white-space:nowrap;vertical-align:middle;user-select:none;border:1px solid transparent;outline:none;position:relative;font-weight:500}.command-button .icon,.image-button .icon{width:2.6875rem;height:2.6875rem;line-height:2.6875rem;font-size:2rem;color:inherit;order:1}.command-button .caption,.image-button .caption{margin-left:.5rem;text-align:left;color:inherit;order:2;font-weight:400;line-height:1.2}.command-button .caption small,.image-button .caption small{display:block;font-size:.8rem}.command-button.icon-right .icon,.image-button.icon-right .icon{order:2}.command-button.icon-right .caption,.image-button.icon-right .caption{order:1;margin-left:0;margin-right:.5rem}.command-button.outline,.image-button.outline{background:transparent none;border-width:1px;border-color:var(--border-color)}.command-button:hover,.image-button:hover{background-color:#1d1d1d1a}.command-button:active,.image-button:active,.command-button.focus,.image-button.focus,.command-button:focus,.image-button:focus{box-shadow:0 0 0 3px #e4e4e473}.command-button:focus,.image-button:focus,.command-button:hover,.image-button:hover,.command-button.focus,.image-button.focus{text-decoration:none}.command-button:active,.image-button:active{box-shadow:none;outline:0;box-shadow:0 0 0 3px #bebebe73}.command-button.disabled,.image-button.disabled,.command-button:disabled,.image-button:disabled{opacity:.65}.container,.container-fluid,section,header,footer,aside{margin:0 auto;position:relative}.container:after,.container-fluid:after,section:after,header:after,footer:after,aside:after{display:block;clear:both;content:""}.container{width:100%;padding-right:12px;padding-left:12px}.container-fluid{width:100%;max-width:none;padding-right:12px;padding-left:12px}@media (min-width: 360px) and (max-width: 576px){.container{max-width:98%}}@media (min-width: 577px) and (max-width: 768px){.container{max-width:95%}}@media (min-width: 769px) and (max-width: 992px){.container{max-width:90%}}@media (min-width: 993px) and (max-width: 1200px){.container{max-width:90%}}@media (min-width: 1201px){.container{max-width:80%}}.container-fs{max-width:0!important}.container-xs{max-width:360px!important}.container-sm{max-width:576px!important}.container-ld{max-width:640px!important}.container-md{max-width:768px!important}.container-lg{max-width:992px!important}.container-xl{max-width:1200px!important}.container-xxl{max-width:1452px!important}.container-xxxl{max-width:2000px!important}.container-max{width:100%!important}.cookie-disclaimer-block{position:fixed;bottom:0;left:0;right:0;height:auto;z-index:1030;background-color:#fff;color:#1d1d1d;padding:10px}.cookie-disclaimer-actions{display:flex;justify-content:flex-end;align-items:center}.countdown{display:flex;flex-flow:row nowrap;position:relative;width:100%;justify-content:center;font-size:1.5rem}.countdown .part{position:relative;display:flex;flex-flow:row nowrap;justify-content:center;padding:.5rem .5rem .5em;flex-shrink:0;flex-grow:0}.countdown .digit{display:block;position:relative;padding:0;line-height:1;overflow:hidden}.countdown .digit .digit-placeholder{visibility:hidden}.countdown .digit .digit-value{display:block;position:absolute;top:0;left:0;font:inherit}.countdown .part+.part:before{top:10px;left:0;content:"";display:block;position:absolute;height:calc(100% - 8px);width:1px;background:radial-gradient(at left,var(--border-color),transparent)}.countdown .part.d-none+.part:before{display:none}.countdown .part.no-divider:before{display:none}.countdown .part.days:after,.countdown .part.hours:after,.countdown .part.minutes:after,.countdown .part.seconds:after{position:absolute;content:attr(data-label);text-align:center;bottom:0;left:0;width:100%;font-size:.3em;color:inherit;background-color:inherit;z-index:1}.countdown .days{order:1}.countdown .hours{order:2}.countdown .minutes{order:3}.countdown .seconds{order:4}.cube{display:block;position:relative;width:320px;height:310px;margin:0 auto 30px;transform:rotateY(30deg)}.cube .side{display:flex;flex-flow:row wrap;justify-content:space-between;position:absolute;overflow:hidden;width:162px;height:162px;bottom:38px;left:0}.cube .side.left-side{transform:skewY(23deg) rotateX(10deg)}.cube .side.right-side{left:160px;transform:skewY(-23deg) rotateY(10deg)}.cube .side.top-side{left:80px;bottom:154px;top:auto;transform:rotate(45deg) rotate(0) skew(-22deg,-22deg)}.cube .side .cube-cell{display:block;position:relative;width:24px;height:24px;margin:8px;flex-grow:0;flex-shrink:0;background-color:#231f20;border:1px solid #303030;box-shadow:0 0 5px #767676cc;transition:all .3s ease-in-out;line-height:24px;text-align:center;color:#fff;font-size:12px}.cube .side .cube-cell.light{animation:pulsar-cell 2.5s 0s ease-out infinite;background-color:#c4122f;border-color:#c4122f;color:#1d1d1d;box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f}@keyframes pulsar-cell{0%,to{box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f}50%{box-shadow:0 0 10px #c4122f4d,0 0 10px #c4122f4d,0 0 10px #c4122f4d}}.cube .axis{height:2px;width:200px;position:absolute;background-color:#c4122f;bottom:162px;left:162px;transform-origin:0 0 0}.cube .axis:before,.cube .axis:after{content:"";position:absolute;height:1px;background-color:inherit;display:block}.cube .axis.arrow:before,.cube .axis.arrow:after{width:16px;top:0;right:0;transform-origin:100% 100% 0}.cube .axis.arrow:before{transform:rotate(35deg)}.cube .axis.arrow:after{transform:rotate(-35deg);right:-1px}.cube .axis.line:before,.cube .axis.line:after{width:16px;top:0;right:0;transform-origin:100% 100% 0}.cube .axis.line:before{transform:rotate(90deg)}.cube .axis.line:after{transform:rotate(-90deg);right:-1px}.cube .axis.line.axis-y:before{transform:rotate(113deg)}.cube .axis.line.axis-y:after{transform:rotate(-67deg)}.cube .axis.line.axis-x:before{transform:rotate(67deg)}.cube .axis.line.axis-x:after{transform:rotate(-113deg)}.cube .axis.no-style:before,.cube .axis.no-style:after{display:none}.cube .axis.axis-x{transform:rotate(203deg)}.cube .axis.axis-y{bottom:166px;transform:rotate(-23deg)}.cube .axis.axis-z{width:190px;transform:rotate(90deg)}:root{--d-menu-border-color: #e9e9e9;--d-menu-divider-color: #e9e9e9;--d-menu-background: #ffffff;--d-menu-color: #191919;--d-menu-item-color: #191919;--d-menu-item-color-disabled: #ccc;--d-menu-item-color-hover: #000000;--d-menu-item-background-hover: #e8e8e8;--d-menu-dropdown-toogle-color: #191919;--d-menu-shadow-color: #e1e1e1;--d-menu-border-radius: 4px}.dark-side{--d-menu-border-color: #404959;--d-menu-divider-color: #404959;--d-menu-background: #2b2d30;--d-menu-color: #ffffff;--d-menu-item-color: #dbdfe7;--d-menu-item-color-disabled: #a8a8a8;--d-menu-item-color-hover: #ffffff;--d-menu-item-background-hover: #1e1f22;--d-menu-dropdown-toogle-color: #ffffff;--d-menu-shadow-color: #191919;--d-menu-border-radius: 4px}.d-menu,.d-menu ul{position:absolute;float:left;width:auto;margin:0;list-style:none inside none;background-color:var(--d-menu-background);color:var(--d-menu-color);border-radius:6px;padding:4px 0;border:1px solid var(--d-menu-border-color);z-index:1000;box-shadow:2px 2px 10px var(--d-menu-shadow-color)}.d-menu.open,.d-menu ul.open{display:block!important}.d-menu.place-right,.d-menu ul.place-right{left:auto;right:0}.d-menu li,.d-menu a{position:relative}.d-menu li{display:block;margin:0 4px}.d-menu a{display:flex;align-items:center;font-size:13px;color:var(--d-menu-item-color);text-decoration:none;padding:4px 10px 4px 32px;border-radius:var(--d-menu-border-radius);white-space:nowrap;flex-wrap:nowrap;line-height:20px}.d-menu a:hover{color:var(--d-menu-item-color-hover);text-decoration:none;background-color:var(--d-menu-item-background-hover)}.d-menu .caption{margin-right:1rem;white-space:nowrap}.d-menu .hotkey{margin-left:auto;margin-right:1rem}.d-menu .icon{position:absolute;left:8px;top:5px;width:16px;height:16px;font-size:16px}.d-menu .dropdown-toggle:before{transform:rotate(-135deg);border-color:var(--d-menu-dropdown-toogle-color)!important}.d-menu .dropdown-toggle.active-toggle:before{transform:rotate(45deg)}.d-menu .divider{padding:0;height:1px;margin:4px 0;overflow:hidden;background-color:var(--d-menu-divider-color);cursor:default;pointer-events:none}.d-menu .divider:hover{background-color:var(--d-menu-divider-color)}.d-menu .disabled{cursor:default;pointer-events:none}.d-menu .disabled a{color:var(--d-menu-item-color-disabled)!important}.d-menu .d-menu,.d-menu ul{position:absolute;left:calc(100% + 4px);top:0}@media screen and (min-width: 0){.d-menu.place-right-fs,.d-menu ul.place-right-fs{left:auto;right:0}}@media screen and (min-width: 360px){.d-menu.place-right-xs,.d-menu ul.place-right-xs{left:auto;right:0}}@media screen and (min-width: 576px){.d-menu.place-right-sm,.d-menu ul.place-right-sm{left:auto;right:0}}@media screen and (min-width: 640px){.d-menu.place-right-ld,.d-menu ul.place-right-ld{left:auto;right:0}}@media screen and (min-width: 768px){.d-menu.place-right-md,.d-menu ul.place-right-md{left:auto;right:0}}@media screen and (min-width: 992px){.d-menu.place-right-lg,.d-menu ul.place-right-lg{left:auto;right:0}}@media screen and (min-width: 1200px){.d-menu.place-right-xl,.d-menu ul.place-right-xl{left:auto;right:0}}@media screen and (min-width: 1452px){.d-menu.place-right-xxl,.d-menu ul.place-right-xxl{left:auto;right:0}}@media screen and (min-width: 2000px){.d-menu.place-right-xxxl,.d-menu ul.place-right-xxxl{left:auto;right:0}}.wheel-picker{display:block;position:relative;width:100%;min-width:220px;cursor:default;background-color:#fff;color:#1d1d1d;height:38px;user-select:none}.wheel-picker .select-wrapper{display:none;position:absolute;top:100%;left:0;height:auto;z-index:3;width:100%}.wheel-picker .select-block{position:relative;display:flex;flex-flow:row nowrap;width:100%;flex-shrink:0;background-color:#f2f2f2}.wheel-picker .select-block:before{content:"";display:block;position:absolute;z-index:0;height:40px;background-color:#1fb1f880;top:50%;left:0;transform:translateY(-50%);width:100%}.wheel-picker .select-block ul{margin:0;padding:0;list-style:none inside;display:block;text-align:center;height:100%;z-index:1;flex:1;border:1px solid var(--border-color);overflow-y:auto;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.wheel-picker .select-block ul::-webkit-scrollbar{display:none!important}.wheel-picker .select-block ul li{display:block;height:40px;line-height:40px;font-size:.9em}.wheel-picker .select-block ul li.active{font-weight:700}.wheel-picker .action-block{display:flex;flex-flow:row nowrap;position:relative;width:100%;background-color:#fff}.wheel-picker .action-block>*{flex:1}.wheel-picker .action-block>*:not(:last-child){border-right:1px solid var(--border-color)}.wheel-picker .select-wrapper{transform:translate3d(0,-50%,0)}.wheel-picker.for-top .select-wrapper,.wheel-picker.for-top-a .select-wrapper{transform:translateZ(0)}.wheel-picker.for-bottom .select-wrapper,.wheel-picker.for-bottom-a .select-wrapper{transform:translate3d(0,-100%,0)}.date-picker input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.date-picker input:focus~.time-wrapper{box-shadow:0 0 0 3px #e4e4e473}.date-picker .date-wrapper{display:inline-flex;flex-flow:row nowrap;position:relative;border:1px solid var(--border-color);width:100%}.date-picker .month,.date-picker .day,.date-picker .year{display:block;flex:1;border:1px solid;border-color:inherit;text-align:center;height:38px;line-height:38px}.date-picker .month{flex-grow:2}.date-picker .sel-month{flex-grow:2!important}.date-picker.disabled{pointer-events:none!important;color:#e4e4e4!important}.donut{display:block;position:relative;border-radius:50%}.donut>svg{width:100%;height:100%}.double-select-box{display:flex}.double-select-box select{display:none}.double-select-box .controls{padding:0 10px;display:flex;flex-flow:column;align-items:center;justify-content:center}.double-select-box .controls button{flex-basis:100%;margin:1px 0;font-size:1.4em;display:flex;width:100%}.double-select-box ul{display:block;position:relative;border:1px solid var(--border-color);flex:1 1 100%;margin:0;overflow-y:auto}.double-select-box ul li{display:block;position:relative;cursor:default;padding:4px 10px;font-size:16px;user-select:none}.double-select-box ul li.active{background-color:#0ca9f2!important;color:#fff!important}.double-select-box ul li:hover{background-color:#1d1d1d1a}.dragged-item{opacity:.3}.drag-item-marker{position:absolute;top:8px;left:4px;height:20px;width:24px;background-color:transparent;cursor:move;border-top:4px solid #ffffff}.drag-item-marker:before,.drag-item-marker:after{content:"";position:absolute;width:100%;height:4px;background-color:#fff}.drag-item-marker:before{top:4px}.drag-item-marker:after{top:12px}.drag-marker-dark .drag-item-marker{border-top-color:#1d1d1d}.drag-marker-dark:before,.drag-marker-dark:after{background-color:#1d1d1d}.dragged-item-avatar{cursor:move;display:block;position:absolute;background-color:#00aff0;opacity:.3;z-index:500;box-shadow:inset -1px 0 10px -4px #0366d6}.draggable{animation:drag-flush 1s ease infinite}@keyframes drag-flush{0%{box-shadow:0 0 #1fb1f873}50%{box-shadow:0 0 0 .25rem #1fb1f873}to{box-shadow:0 0 #1fb1f873}}.dropdown-toggle{position:relative;cursor:pointer;padding-right:1.5rem!important;user-select:none}.dropdown-toggle:before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:.3125rem;width:.3125rem;background-color:transparent;border-left:1px solid;border-bottom:1px solid;border-color:#1d1d1d;top:50%;left:100%;margin-left:-1rem;margin-top:-.1625rem;z-index:2;transform:rotate(-45deg);transition:all .15s ease-in-out;transform-origin:center center 1px}.dropdown-toggle.drop-marker-light:before,.dropdown-toggle.marker-light:before{border-color:#fff}.dropdown-toggle.no-marker:before{display:none}.dropdown-toggle.active-toggle:before,.dropdown-toggle.active-container:before{transform:rotate(135deg);transition:all .15s ease-in-out}.dropdown-toggle.marker-center:before{left:50%;top:50%;margin-left:0;margin-top:0;transform:translate(-50%) translateY(-50%) rotate(-45deg)}.dropdown-toggle.marker-center.active-toggle:before,.dropdown-toggle.marker-center.active-container:before{transform:translate(-50%) translateY(-50%) rotate(135deg);transition:all .15s ease-in-out}.drop-left{right:100%!important;top:0!important}.drop-right{left:100%!important;top:0!important}.drop-up{top:auto!important;bottom:100%!important}.drop-up-left{top:auto!important;bottom:100%!important;left:0}.drop-up-right{top:auto!important;bottom:100%!important;right:0!important}.drop-down{top:100%!important;bottom:auto!important}.drop-down-left{top:100%!important;bottom:auto!important;left:0!important}.drop-down-right{top:100%!important;bottom:auto!important;right:0!important}.dropdown-button{display:inline-block;position:relative;width:auto;height:36px;line-height:1}.file input,.drop-zone input,.file-button input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.file{display:flex;justify-content:space-between;margin-bottom:0;padding:0}.file .button{border:none}.file .button>*{height:24px;max-width:24px}.file .caption{line-height:35px;display:block;padding:0 .5rem;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.file.disabled .button{background-color:#f8f8f8;color:#dfdfdf}.file .prepend{order:1}.file .append{order:4}.file .caption{order:2}.file .button{order:3;margin-left:auto;height:34px}.drop-zone{display:flex;justify-content:center;align-items:center;flex-flow:column;width:100%;height:auto;padding:40px 0;outline:4px dashed #989898;outline-offset:-12px;background-color:#f8f8f8}.drop-zone .icon{display:block;width:64px;height:64px}.drop-zone .caption{margin-top:10px;font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.drop-zone.focused,.drop-zone:hover{outline-color:#7e7e7e}.drop-zone.drop-on{outline-color:#00b300}.file-button{text-align:center}.file[dir=rtl] .append,.file.rtl .append{order:1}.file[dir=rtl] .prepend,.file.rtl .prepend{order:4}.file[dir=rtl] .caption,.file.rtl .caption{order:3;text-align:right}.file[dir=rtl] .button,.file.rtl .button{order:2;margin-left:0;margin-right:auto}.flip-card .front,.flip-card .back{width:100%;height:100%;overflow:hidden;backface-visibility:hidden;position:absolute;transition:transform .3s linear;top:0;left:0}.flip-card .front{transform:perspective(600px) rotateY(0)}.flip-card .back{transform:perspective(600px) rotateY(180deg)}.flip-card.flip-horizontal .front{transform:perspective(600px) rotateX(0)}.flip-card.flip-horizontal .back{transform:perspective(600px) rotateX(180deg)}.flip-card.effect-on-hover:hover>.front,.flip-card.effect-on-active.active>.front{transform:perspective(600px) rotateY(-180deg)}.flip-card.effect-on-hover:hover>.back,.flip-card.effect-on-active.active>.back{transform:perspective(600px) rotateY(0)}.flip-card.effect-on-hover:hover.flip-horizontal>.front,.flip-card.effect-on-active.active.flip-horizontal>.front{transform:perspective(600px) rotateX(-180deg)}.flip-card.effect-on-hover:hover.flip-horizontal>.back,.flip-card.effect-on-active.active.flip-horizontal>.back{transform:perspective(600px) rotateX(0)}form{display:block;position:relative}.form-actions{margin:10px 0;display:block;position:relative}.form-group{display:block;position:relative}.form-group+.form-group{margin-top:1rem}.inline-form{display:flex;flex-flow:row wrap;align-items:center;justify-content:flex-start}.inline-form input[type=text],.inline-form input[type=password],.inline-form input[type=tel],.inline-form input[type=datetime-local],.inline-form input[type=email],.inline-form input[type=file],.inline-form input[type=month],.inline-form input[type=number],.inline-form input[type=search],.inline-form input[type=time],.inline-form input[type=url],.inline-form input[type=week],.inline-form select,.inline-form textarea,.inline-form .file,.inline-form .input,.inline-form .textarea,.inline-form .select,.inline-form .tag-input,.inline-form .spinner{width:auto;margin-left:.5rem;margin-right:.5rem}.inline-form .form-group{display:flex;flex-flow:row wrap;align-items:center;justify-content:flex-start}form:disabled,fieldset:disabled,.form-group:disabled,form.disabled,fieldset.disabled,.form-group.disabled{pointer-events:none}:root{--grid-gutter: 16px}.grid{display:flex;flex-flow:column}.row{display:flex;flex-flow:row wrap;gap:var(--grid-gutter);justify-content:flex-start;margin-right:calc(-1 * var(--grid-gutter))}.row+.row{margin-top:var(--grid-gutter)}.row>[class*=cell-],.row>[class*=col-]{position:relative;display:block;padding:0;min-height:1px;flex:0 0 100%;max-width:calc(100% - var(--grid-gutter))}.row>.cell-auto,.row>.col-auto{flex:0 0 auto;width:auto;max-width:none}.row>.cell-0,.row .col-0{flex:0 0 calc(8.333335% * 0 - var(--grid-gutter));max-width:calc(8.333335% * 0 - var(--grid-gutter))}.row>.offset-0{margin-left:0%}.row>.cell-1,.row .col-1{flex:0 0 calc(8.333335% * 1 - var(--grid-gutter));max-width:calc(8.333335% * 1 - var(--grid-gutter))}.row>.offset-1{margin-left:calc(8.333335% * 1)}.row>.cell-2,.row .col-2{flex:0 0 calc(8.333335% * 2 - var(--grid-gutter));max-width:calc(8.333335% * 2 - var(--grid-gutter))}.row>.offset-2{margin-left:16.66667%}.row>.cell-3,.row .col-3{flex:0 0 calc(8.333335% * 3 - var(--grid-gutter));max-width:calc(8.333335% * 3 - var(--grid-gutter))}.row>.offset-3{margin-left:calc(8.333335% * 3)}.row>.cell-4,.row .col-4{flex:0 0 calc(8.333335% * 4 - var(--grid-gutter));max-width:calc(8.333335% * 4 - var(--grid-gutter))}.row>.offset-4{margin-left:33.33334%}.row>.cell-5,.row .col-5{flex:0 0 calc(8.333335% * 5 - var(--grid-gutter));max-width:calc(8.333335% * 5 - var(--grid-gutter))}.row>.offset-5{margin-left:calc(8.333335% * 5)}.row>.cell-6,.row .col-6{flex:0 0 calc(8.333335% * 6 - var(--grid-gutter));max-width:calc(8.333335% * 6 - var(--grid-gutter))}.row>.offset-6{margin-left:50.00001%}.row>.cell-7,.row .col-7{flex:0 0 calc(8.333335% * 7 - var(--grid-gutter));max-width:calc(8.333335% * 7 - var(--grid-gutter))}.row>.offset-7{margin-left:calc(8.333335% * 7)}.row>.cell-8,.row .col-8{flex:0 0 calc(8.333335% * 8 - var(--grid-gutter));max-width:calc(8.333335% * 8 - var(--grid-gutter))}.row>.offset-8{margin-left:66.66668%}.row>.cell-9,.row .col-9{flex:0 0 calc(8.333335% * 9 - var(--grid-gutter));max-width:calc(8.333335% * 9 - var(--grid-gutter))}.row>.offset-9{margin-left:calc(8.333335% * 9)}.row>.cell-10,.row .col-10{flex:0 0 calc(8.333335% * 10 - var(--grid-gutter));max-width:calc(8.333335% * 10 - var(--grid-gutter))}.row>.offset-10{margin-left:83.33335%}.row>.cell-11,.row .col-11{flex:0 0 calc(8.333335% * 11 - var(--grid-gutter));max-width:calc(8.333335% * 11 - var(--grid-gutter))}.row>.offset-11{margin-left:calc(8.333335% * 11)}.row>.cell-12,.row .col-12{flex:0 0 calc(8.333335% * 12 - var(--grid-gutter));max-width:calc(8.333335% * 12 - var(--grid-gutter))}.row>.offset-12{margin-left:100.00002%}@media screen and (min-width: 0){.row>.cell-fs-half,.row>.col-fs-half{flex:0 0 50%;max-width:50%}.row>.cell-fs-one-third,.row>.col-fs-one-third,.row>.cell-fs-third,.row>.col-fs-third{flex:0 0 calc(33.3333333% - var(--grid-gutter));max-width:calc(33.3333333% - var(--grid-gutter))}.row>.cell-fs-two-third,.row>.col-fs-two-third{flex:0 0 calc(66.6666666% - var(--grid-gutter));max-width:calc(66.6666666% - var(--grid-gutter))}.row>.cell-fs-one-fifth,.row>.col-fs-one-fifth{flex:0 0 calc(20% - (var(--grid-gutter)));max-width:calc(20% - (var(--grid-gutter)))}.row>.cell-fs-two-fifth,.row>.col-fs-two-fifth{flex:0 0 calc(40% - (var(--grid-gutter)));max-width:calc(40% - (var(--grid-gutter)))}.row>.cell-fs-three-fifth,.row>.col-fs-three-fifth{flex:0 0 calc(60% - (var(--grid-gutter)));max-width:calc(60% - (var(--grid-gutter)))}.row .cell-fs-four-fifth,.row .col-fs-four-fifth{flex:0 0 calc(80% - (var(--grid-gutter)));max-width:calc(80% - (var(--grid-gutter)))}.row>.cell-fs,.row>.col-fs{flex-basis:0;flex-grow:1;max-width:100%}.row>.cell-fs-auto,.row>.col-fs-auto{flex:0 0 auto;max-width:none}.row>.cell-fs-1,.row>.col-fs-1{flex:0 0 calc(8.333335% * 1 - var(--grid-gutter));max-width:calc(8.333335% * 1 - var(--grid-gutter))}.row>.offset-fs-1{margin-left:calc(8.333335% * 1)}.row>.cell-fs-2,.row>.col-fs-2{flex:0 0 calc(8.333335% * 2 - var(--grid-gutter));max-width:calc(8.333335% * 2 - var(--grid-gutter))}.row>.offset-fs-2{margin-left:16.66667%}.row>.cell-fs-3,.row>.col-fs-3{flex:0 0 calc(8.333335% * 3 - var(--grid-gutter));max-width:calc(8.333335% * 3 - var(--grid-gutter))}.row>.offset-fs-3{margin-left:calc(8.333335% * 3)}.row>.cell-fs-4,.row>.col-fs-4{flex:0 0 calc(8.333335% * 4 - var(--grid-gutter));max-width:calc(8.333335% * 4 - var(--grid-gutter))}.row>.offset-fs-4{margin-left:33.33334%}.row>.cell-fs-5,.row>.col-fs-5{flex:0 0 calc(8.333335% * 5 - var(--grid-gutter));max-width:calc(8.333335% * 5 - var(--grid-gutter))}.row>.offset-fs-5{margin-left:calc(8.333335% * 5)}.row>.cell-fs-6,.row>.col-fs-6{flex:0 0 calc(8.333335% * 6 - var(--grid-gutter));max-width:calc(8.333335% * 6 - var(--grid-gutter))}.row>.offset-fs-6{margin-left:50.00001%}.row>.cell-fs-7,.row>.col-fs-7{flex:0 0 calc(8.333335% * 7 - var(--grid-gutter));max-width:calc(8.333335% * 7 - var(--grid-gutter))}.row>.offset-fs-7{margin-left:calc(8.333335% * 7)}.row>.cell-fs-8,.row>.col-fs-8{flex:0 0 calc(8.333335% * 8 - var(--grid-gutter));max-width:calc(8.333335% * 8 - var(--grid-gutter))}.row>.offset-fs-8{margin-left:66.66668%}.row>.cell-fs-9,.row>.col-fs-9{flex:0 0 calc(8.333335% * 9 - var(--grid-gutter));max-width:calc(8.333335% * 9 - var(--grid-gutter))}.row>.offset-fs-9{margin-left:calc(8.333335% * 9)}.row>.cell-fs-10,.row>.col-fs-10{flex:0 0 calc(8.333335% * 10 - var(--grid-gutter));max-width:calc(8.333335% * 10 - var(--grid-gutter))}.row>.offset-fs-10{margin-left:83.33335%}.row>.cell-fs-11,.row>.col-fs-11{flex:0 0 calc(8.333335% * 11 - var(--grid-gutter));max-width:calc(8.333335% * 11 - var(--grid-gutter))}.row>.offset-fs-11{margin-left:calc(8.333335% * 11)}.row>.cell-fs-12,.row>.col-fs-12{flex:0 0 calc(8.333335% * 12 - var(--grid-gutter));max-width:calc(8.333335% * 12 - var(--grid-gutter))}.row>.offset-fs-12{margin-left:100.00002%}}@media screen and (min-width: 360px){.row>.cell-xs-half,.row>.col-xs-half{flex:0 0 50%;max-width:50%}.row>.cell-xs-one-third,.row>.col-xs-one-third,.row>.cell-xs-third,.row>.col-xs-third{flex:0 0 calc(33.3333333% - var(--grid-gutter));max-width:calc(33.3333333% - var(--grid-gutter))}.row>.cell-xs-two-third,.row>.col-xs-two-third{flex:0 0 calc(66.6666666% - var(--grid-gutter));max-width:calc(66.6666666% - var(--grid-gutter))}.row>.cell-xs-one-fifth,.row>.col-xs-one-fifth{flex:0 0 calc(20% - (var(--grid-gutter)));max-width:calc(20% - (var(--grid-gutter)))}.row>.cell-xs-two-fifth,.row>.col-xs-two-fifth{flex:0 0 calc(40% - (var(--grid-gutter)));max-width:calc(40% - (var(--grid-gutter)))}.row>.cell-xs-three-fifth,.row>.col-xs-three-fifth{flex:0 0 calc(60% - (var(--grid-gutter)));max-width:calc(60% - (var(--grid-gutter)))}.row .cell-xs-four-fifth,.row .col-xs-four-fifth{flex:0 0 calc(80% - (var(--grid-gutter)));max-width:calc(80% - (var(--grid-gutter)))}.row>.cell-xs,.row>.col-xs{flex-basis:0;flex-grow:1;max-width:100%}.row>.cell-xs-auto,.row>.col-xs-auto{flex:0 0 auto;max-width:none}.row>.cell-xs-1,.row>.col-xs-1{flex:0 0 calc(8.333335% * 1 - var(--grid-gutter));max-width:calc(8.333335% * 1 - var(--grid-gutter))}.row>.offset-xs-1{margin-left:calc(8.333335% * 1)}.row>.cell-xs-2,.row>.col-xs-2{flex:0 0 calc(8.333335% * 2 - var(--grid-gutter));max-width:calc(8.333335% * 2 - var(--grid-gutter))}.row>.offset-xs-2{margin-left:16.66667%}.row>.cell-xs-3,.row>.col-xs-3{flex:0 0 calc(8.333335% * 3 - var(--grid-gutter));max-width:calc(8.333335% * 3 - var(--grid-gutter))}.row>.offset-xs-3{margin-left:calc(8.333335% * 3)}.row>.cell-xs-4,.row>.col-xs-4{flex:0 0 calc(8.333335% * 4 - var(--grid-gutter));max-width:calc(8.333335% * 4 - var(--grid-gutter))}.row>.offset-xs-4{margin-left:33.33334%}.row>.cell-xs-5,.row>.col-xs-5{flex:0 0 calc(8.333335% * 5 - var(--grid-gutter));max-width:calc(8.333335% * 5 - var(--grid-gutter))}.row>.offset-xs-5{margin-left:calc(8.333335% * 5)}.row>.cell-xs-6,.row>.col-xs-6{flex:0 0 calc(8.333335% * 6 - var(--grid-gutter));max-width:calc(8.333335% * 6 - var(--grid-gutter))}.row>.offset-xs-6{margin-left:50.00001%}.row>.cell-xs-7,.row>.col-xs-7{flex:0 0 calc(8.333335% * 7 - var(--grid-gutter));max-width:calc(8.333335% * 7 - var(--grid-gutter))}.row>.offset-xs-7{margin-left:calc(8.333335% * 7)}.row>.cell-xs-8,.row>.col-xs-8{flex:0 0 calc(8.333335% * 8 - var(--grid-gutter));max-width:calc(8.333335% * 8 - var(--grid-gutter))}.row>.offset-xs-8{margin-left:66.66668%}.row>.cell-xs-9,.row>.col-xs-9{flex:0 0 calc(8.333335% * 9 - var(--grid-gutter));max-width:calc(8.333335% * 9 - var(--grid-gutter))}.row>.offset-xs-9{margin-left:calc(8.333335% * 9)}.row>.cell-xs-10,.row>.col-xs-10{flex:0 0 calc(8.333335% * 10 - var(--grid-gutter));max-width:calc(8.333335% * 10 - var(--grid-gutter))}.row>.offset-xs-10{margin-left:83.33335%}.row>.cell-xs-11,.row>.col-xs-11{flex:0 0 calc(8.333335% * 11 - var(--grid-gutter));max-width:calc(8.333335% * 11 - var(--grid-gutter))}.row>.offset-xs-11{margin-left:calc(8.333335% * 11)}.row>.cell-xs-12,.row>.col-xs-12{flex:0 0 calc(8.333335% * 12 - var(--grid-gutter));max-width:calc(8.333335% * 12 - var(--grid-gutter))}.row>.offset-xs-12{margin-left:100.00002%}}@media screen and (min-width: 576px){.row>.cell-sm-half,.row>.col-sm-half{flex:0 0 50%;max-width:50%}.row>.cell-sm-one-third,.row>.col-sm-one-third,.row>.cell-sm-third,.row>.col-sm-third{flex:0 0 calc(33.3333333% - var(--grid-gutter));max-width:calc(33.3333333% - var(--grid-gutter))}.row>.cell-sm-two-third,.row>.col-sm-two-third{flex:0 0 calc(66.6666666% - var(--grid-gutter));max-width:calc(66.6666666% - var(--grid-gutter))}.row>.cell-sm-one-fifth,.row>.col-sm-one-fifth{flex:0 0 calc(20% - (var(--grid-gutter)));max-width:calc(20% - (var(--grid-gutter)))}.row>.cell-sm-two-fifth,.row>.col-sm-two-fifth{flex:0 0 calc(40% - (var(--grid-gutter)));max-width:calc(40% - (var(--grid-gutter)))}.row>.cell-sm-three-fifth,.row>.col-sm-three-fifth{flex:0 0 calc(60% - (var(--grid-gutter)));max-width:calc(60% - (var(--grid-gutter)))}.row .cell-sm-four-fifth,.row .col-sm-four-fifth{flex:0 0 calc(80% - (var(--grid-gutter)));max-width:calc(80% - (var(--grid-gutter)))}.row>.cell-sm,.row>.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row>.cell-sm-auto,.row>.col-sm-auto{flex:0 0 auto;max-width:none}.row>.cell-sm-1,.row>.col-sm-1{flex:0 0 calc(8.333335% * 1 - var(--grid-gutter));max-width:calc(8.333335% * 1 - var(--grid-gutter))}.row>.offset-sm-1{margin-left:calc(8.333335% * 1)}.row>.cell-sm-2,.row>.col-sm-2{flex:0 0 calc(8.333335% * 2 - var(--grid-gutter));max-width:calc(8.333335% * 2 - var(--grid-gutter))}.row>.offset-sm-2{margin-left:16.66667%}.row>.cell-sm-3,.row>.col-sm-3{flex:0 0 calc(8.333335% * 3 - var(--grid-gutter));max-width:calc(8.333335% * 3 - var(--grid-gutter))}.row>.offset-sm-3{margin-left:calc(8.333335% * 3)}.row>.cell-sm-4,.row>.col-sm-4{flex:0 0 calc(8.333335% * 4 - var(--grid-gutter));max-width:calc(8.333335% * 4 - var(--grid-gutter))}.row>.offset-sm-4{margin-left:33.33334%}.row>.cell-sm-5,.row>.col-sm-5{flex:0 0 calc(8.333335% * 5 - var(--grid-gutter));max-width:calc(8.333335% * 5 - var(--grid-gutter))}.row>.offset-sm-5{margin-left:calc(8.333335% * 5)}.row>.cell-sm-6,.row>.col-sm-6{flex:0 0 calc(8.333335% * 6 - var(--grid-gutter));max-width:calc(8.333335% * 6 - var(--grid-gutter))}.row>.offset-sm-6{margin-left:50.00001%}.row>.cell-sm-7,.row>.col-sm-7{flex:0 0 calc(8.333335% * 7 - var(--grid-gutter));max-width:calc(8.333335% * 7 - var(--grid-gutter))}.row>.offset-sm-7{margin-left:calc(8.333335% * 7)}.row>.cell-sm-8,.row>.col-sm-8{flex:0 0 calc(8.333335% * 8 - var(--grid-gutter));max-width:calc(8.333335% * 8 - var(--grid-gutter))}.row>.offset-sm-8{margin-left:66.66668%}.row>.cell-sm-9,.row>.col-sm-9{flex:0 0 calc(8.333335% * 9 - var(--grid-gutter));max-width:calc(8.333335% * 9 - var(--grid-gutter))}.row>.offset-sm-9{margin-left:calc(8.333335% * 9)}.row>.cell-sm-10,.row>.col-sm-10{flex:0 0 calc(8.333335% * 10 - var(--grid-gutter));max-width:calc(8.333335% * 10 - var(--grid-gutter))}.row>.offset-sm-10{margin-left:83.33335%}.row>.cell-sm-11,.row>.col-sm-11{flex:0 0 calc(8.333335% * 11 - var(--grid-gutter));max-width:calc(8.333335% * 11 - var(--grid-gutter))}.row>.offset-sm-11{margin-left:calc(8.333335% * 11)}.row>.cell-sm-12,.row>.col-sm-12{flex:0 0 calc(8.333335% * 12 - var(--grid-gutter));max-width:calc(8.333335% * 12 - var(--grid-gutter))}.row>.offset-sm-12{margin-left:100.00002%}}@media screen and (min-width: 640px){.row>.cell-ld-half,.row>.col-ld-half{flex:0 0 50%;max-width:50%}.row>.cell-ld-one-third,.row>.col-ld-one-third,.row>.cell-ld-third,.row>.col-ld-third{flex:0 0 calc(33.3333333% - var(--grid-gutter));max-width:calc(33.3333333% - var(--grid-gutter))}.row>.cell-ld-two-third,.row>.col-ld-two-third{flex:0 0 calc(66.6666666% - var(--grid-gutter));max-width:calc(66.6666666% - var(--grid-gutter))}.row>.cell-ld-one-fifth,.row>.col-ld-one-fifth{flex:0 0 calc(20% - (var(--grid-gutter)));max-width:calc(20% - (var(--grid-gutter)))}.row>.cell-ld-two-fifth,.row>.col-ld-two-fifth{flex:0 0 calc(40% - (var(--grid-gutter)));max-width:calc(40% - (var(--grid-gutter)))}.row>.cell-ld-three-fifth,.row>.col-ld-three-fifth{flex:0 0 calc(60% - (var(--grid-gutter)));max-width:calc(60% - (var(--grid-gutter)))}.row .cell-ld-four-fifth,.row .col-ld-four-fifth{flex:0 0 calc(80% - (var(--grid-gutter)));max-width:calc(80% - (var(--grid-gutter)))}.row>.cell-ld,.row>.col-ld{flex-basis:0;flex-grow:1;max-width:100%}.row>.cell-ld-auto,.row>.col-ld-auto{flex:0 0 auto;max-width:none}.row>.cell-ld-1,.row>.col-ld-1{flex:0 0 calc(8.333335% * 1 - var(--grid-gutter));max-width:calc(8.333335% * 1 - var(--grid-gutter))}.row>.offset-ld-1{margin-left:calc(8.333335% * 1)}.row>.cell-ld-2,.row>.col-ld-2{flex:0 0 calc(8.333335% * 2 - var(--grid-gutter));max-width:calc(8.333335% * 2 - var(--grid-gutter))}.row>.offset-ld-2{margin-left:16.66667%}.row>.cell-ld-3,.row>.col-ld-3{flex:0 0 calc(8.333335% * 3 - var(--grid-gutter));max-width:calc(8.333335% * 3 - var(--grid-gutter))}.row>.offset-ld-3{margin-left:calc(8.333335% * 3)}.row>.cell-ld-4,.row>.col-ld-4{flex:0 0 calc(8.333335% * 4 - var(--grid-gutter));max-width:calc(8.333335% * 4 - var(--grid-gutter))}.row>.offset-ld-4{margin-left:33.33334%}.row>.cell-ld-5,.row>.col-ld-5{flex:0 0 calc(8.333335% * 5 - var(--grid-gutter));max-width:calc(8.333335% * 5 - var(--grid-gutter))}.row>.offset-ld-5{margin-left:calc(8.333335% * 5)}.row>.cell-ld-6,.row>.col-ld-6{flex:0 0 calc(8.333335% * 6 - var(--grid-gutter));max-width:calc(8.333335% * 6 - var(--grid-gutter))}.row>.offset-ld-6{margin-left:50.00001%}.row>.cell-ld-7,.row>.col-ld-7{flex:0 0 calc(8.333335% * 7 - var(--grid-gutter));max-width:calc(8.333335% * 7 - var(--grid-gutter))}.row>.offset-ld-7{margin-left:calc(8.333335% * 7)}.row>.cell-ld-8,.row>.col-ld-8{flex:0 0 calc(8.333335% * 8 - var(--grid-gutter));max-width:calc(8.333335% * 8 - var(--grid-gutter))}.row>.offset-ld-8{margin-left:66.66668%}.row>.cell-ld-9,.row>.col-ld-9{flex:0 0 calc(8.333335% * 9 - var(--grid-gutter));max-width:calc(8.333335% * 9 - var(--grid-gutter))}.row>.offset-ld-9{margin-left:calc(8.333335% * 9)}.row>.cell-ld-10,.row>.col-ld-10{flex:0 0 calc(8.333335% * 10 - var(--grid-gutter));max-width:calc(8.333335% * 10 - var(--grid-gutter))}.row>.offset-ld-10{margin-left:83.33335%}.row>.cell-ld-11,.row>.col-ld-11{flex:0 0 calc(8.333335% * 11 - var(--grid-gutter));max-width:calc(8.333335% * 11 - var(--grid-gutter))}.row>.offset-ld-11{margin-left:calc(8.333335% * 11)}.row>.cell-ld-12,.row>.col-ld-12{flex:0 0 calc(8.333335% * 12 - var(--grid-gutter));max-width:calc(8.333335% * 12 - var(--grid-gutter))}.row>.offset-ld-12{margin-left:100.00002%}}@media screen and (min-width: 768px){.row>.cell-md-half,.row>.col-md-half{flex:0 0 50%;max-width:50%}.row>.cell-md-one-third,.row>.col-md-one-third,.row>.cell-md-third,.row>.col-md-third{flex:0 0 calc(33.3333333% - var(--grid-gutter));max-width:calc(33.3333333% - var(--grid-gutter))}.row>.cell-md-two-third,.row>.col-md-two-third{flex:0 0 calc(66.6666666% - var(--grid-gutter));max-width:calc(66.6666666% - var(--grid-gutter))}.row>.cell-md-one-fifth,.row>.col-md-one-fifth{flex:0 0 calc(20% - (var(--grid-gutter)));max-width:calc(20% - (var(--grid-gutter)))}.row>.cell-md-two-fifth,.row>.col-md-two-fifth{flex:0 0 calc(40% - (var(--grid-gutter)));max-width:calc(40% - (var(--grid-gutter)))}.row>.cell-md-three-fifth,.row>.col-md-three-fifth{flex:0 0 calc(60% - (var(--grid-gutter)));max-width:calc(60% - (var(--grid-gutter)))}.row .cell-md-four-fifth,.row .col-md-four-fifth{flex:0 0 calc(80% - (var(--grid-gutter)));max-width:calc(80% - (var(--grid-gutter)))}.row>.cell-md,.row>.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row>.cell-md-auto,.row>.col-md-auto{flex:0 0 auto;max-width:none}.row>.cell-md-1,.row>.col-md-1{flex:0 0 calc(8.333335% * 1 - var(--grid-gutter));max-width:calc(8.333335% * 1 - var(--grid-gutter))}.row>.offset-md-1{margin-left:calc(8.333335% * 1)}.row>.cell-md-2,.row>.col-md-2{flex:0 0 calc(8.333335% * 2 - var(--grid-gutter));max-width:calc(8.333335% * 2 - var(--grid-gutter))}.row>.offset-md-2{margin-left:16.66667%}.row>.cell-md-3,.row>.col-md-3{flex:0 0 calc(8.333335% * 3 - var(--grid-gutter));max-width:calc(8.333335% * 3 - var(--grid-gutter))}.row>.offset-md-3{margin-left:calc(8.333335% * 3)}.row>.cell-md-4,.row>.col-md-4{flex:0 0 calc(8.333335% * 4 - var(--grid-gutter));max-width:calc(8.333335% * 4 - var(--grid-gutter))}.row>.offset-md-4{margin-left:33.33334%}.row>.cell-md-5,.row>.col-md-5{flex:0 0 calc(8.333335% * 5 - var(--grid-gutter));max-width:calc(8.333335% * 5 - var(--grid-gutter))}.row>.offset-md-5{margin-left:calc(8.333335% * 5)}.row>.cell-md-6,.row>.col-md-6{flex:0 0 calc(8.333335% * 6 - var(--grid-gutter));max-width:calc(8.333335% * 6 - var(--grid-gutter))}.row>.offset-md-6{margin-left:50.00001%}.row>.cell-md-7,.row>.col-md-7{flex:0 0 calc(8.333335% * 7 - var(--grid-gutter));max-width:calc(8.333335% * 7 - var(--grid-gutter))}.row>.offset-md-7{margin-left:calc(8.333335% * 7)}.row>.cell-md-8,.row>.col-md-8{flex:0 0 calc(8.333335% * 8 - var(--grid-gutter));max-width:calc(8.333335% * 8 - var(--grid-gutter))}.row>.offset-md-8{margin-left:66.66668%}.row>.cell-md-9,.row>.col-md-9{flex:0 0 calc(8.333335% * 9 - var(--grid-gutter));max-width:calc(8.333335% * 9 - var(--grid-gutter))}.row>.offset-md-9{margin-left:calc(8.333335% * 9)}.row>.cell-md-10,.row>.col-md-10{flex:0 0 calc(8.333335% * 10 - var(--grid-gutter));max-width:calc(8.333335% * 10 - var(--grid-gutter))}.row>.offset-md-10{margin-left:83.33335%}.row>.cell-md-11,.row>.col-md-11{flex:0 0 calc(8.333335% * 11 - var(--grid-gutter));max-width:calc(8.333335% * 11 - var(--grid-gutter))}.row>.offset-md-11{margin-left:calc(8.333335% * 11)}.row>.cell-md-12,.row>.col-md-12{flex:0 0 calc(8.333335% * 12 - var(--grid-gutter));max-width:calc(8.333335% * 12 - var(--grid-gutter))}.row>.offset-md-12{margin-left:100.00002%}}@media screen and (min-width: 992px){.row>.cell-lg-half,.row>.col-lg-half{flex:0 0 50%;max-width:50%}.row>.cell-lg-one-third,.row>.col-lg-one-third,.row>.cell-lg-third,.row>.col-lg-third{flex:0 0 calc(33.3333333% - var(--grid-gutter));max-width:calc(33.3333333% - var(--grid-gutter))}.row>.cell-lg-two-third,.row>.col-lg-two-third{flex:0 0 calc(66.6666666% - var(--grid-gutter));max-width:calc(66.6666666% - var(--grid-gutter))}.row>.cell-lg-one-fifth,.row>.col-lg-one-fifth{flex:0 0 calc(20% - (var(--grid-gutter)));max-width:calc(20% - (var(--grid-gutter)))}.row>.cell-lg-two-fifth,.row>.col-lg-two-fifth{flex:0 0 calc(40% - (var(--grid-gutter)));max-width:calc(40% - (var(--grid-gutter)))}.row>.cell-lg-three-fifth,.row>.col-lg-three-fifth{flex:0 0 calc(60% - (var(--grid-gutter)));max-width:calc(60% - (var(--grid-gutter)))}.row .cell-lg-four-fifth,.row .col-lg-four-fifth{flex:0 0 calc(80% - (var(--grid-gutter)));max-width:calc(80% - (var(--grid-gutter)))}.row>.cell-lg,.row>.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row>.cell-lg-auto,.row>.col-lg-auto{flex:0 0 auto;max-width:none}.row>.cell-lg-1,.row>.col-lg-1{flex:0 0 calc(8.333335% * 1 - var(--grid-gutter));max-width:calc(8.333335% * 1 - var(--grid-gutter))}.row>.offset-lg-1{margin-left:calc(8.333335% * 1)}.row>.cell-lg-2,.row>.col-lg-2{flex:0 0 calc(8.333335% * 2 - var(--grid-gutter));max-width:calc(8.333335% * 2 - var(--grid-gutter))}.row>.offset-lg-2{margin-left:16.66667%}.row>.cell-lg-3,.row>.col-lg-3{flex:0 0 calc(8.333335% * 3 - var(--grid-gutter));max-width:calc(8.333335% * 3 - var(--grid-gutter))}.row>.offset-lg-3{margin-left:calc(8.333335% * 3)}.row>.cell-lg-4,.row>.col-lg-4{flex:0 0 calc(8.333335% * 4 - var(--grid-gutter));max-width:calc(8.333335% * 4 - var(--grid-gutter))}.row>.offset-lg-4{margin-left:33.33334%}.row>.cell-lg-5,.row>.col-lg-5{flex:0 0 calc(8.333335% * 5 - var(--grid-gutter));max-width:calc(8.333335% * 5 - var(--grid-gutter))}.row>.offset-lg-5{margin-left:calc(8.333335% * 5)}.row>.cell-lg-6,.row>.col-lg-6{flex:0 0 calc(8.333335% * 6 - var(--grid-gutter));max-width:calc(8.333335% * 6 - var(--grid-gutter))}.row>.offset-lg-6{margin-left:50.00001%}.row>.cell-lg-7,.row>.col-lg-7{flex:0 0 calc(8.333335% * 7 - var(--grid-gutter));max-width:calc(8.333335% * 7 - var(--grid-gutter))}.row>.offset-lg-7{margin-left:calc(8.333335% * 7)}.row>.cell-lg-8,.row>.col-lg-8{flex:0 0 calc(8.333335% * 8 - var(--grid-gutter));max-width:calc(8.333335% * 8 - var(--grid-gutter))}.row>.offset-lg-8{margin-left:66.66668%}.row>.cell-lg-9,.row>.col-lg-9{flex:0 0 calc(8.333335% * 9 - var(--grid-gutter));max-width:calc(8.333335% * 9 - var(--grid-gutter))}.row>.offset-lg-9{margin-left:calc(8.333335% * 9)}.row>.cell-lg-10,.row>.col-lg-10{flex:0 0 calc(8.333335% * 10 - var(--grid-gutter));max-width:calc(8.333335% * 10 - var(--grid-gutter))}.row>.offset-lg-10{margin-left:83.33335%}.row>.cell-lg-11,.row>.col-lg-11{flex:0 0 calc(8.333335% * 11 - var(--grid-gutter));max-width:calc(8.333335% * 11 - var(--grid-gutter))}.row>.offset-lg-11{margin-left:calc(8.333335% * 11)}.row>.cell-lg-12,.row>.col-lg-12{flex:0 0 calc(8.333335% * 12 - var(--grid-gutter));max-width:calc(8.333335% * 12 - var(--grid-gutter))}.row>.offset-lg-12{margin-left:100.00002%}}@media screen and (min-width: 1200px){.row>.cell-xl-half,.row>.col-xl-half{flex:0 0 50%;max-width:50%}.row>.cell-xl-one-third,.row>.col-xl-one-third,.row>.cell-xl-third,.row>.col-xl-third{flex:0 0 calc(33.3333333% - var(--grid-gutter));max-width:calc(33.3333333% - var(--grid-gutter))}.row>.cell-xl-two-third,.row>.col-xl-two-third{flex:0 0 calc(66.6666666% - var(--grid-gutter));max-width:calc(66.6666666% - var(--grid-gutter))}.row>.cell-xl-one-fifth,.row>.col-xl-one-fifth{flex:0 0 calc(20% - (var(--grid-gutter)));max-width:calc(20% - (var(--grid-gutter)))}.row>.cell-xl-two-fifth,.row>.col-xl-two-fifth{flex:0 0 calc(40% - (var(--grid-gutter)));max-width:calc(40% - (var(--grid-gutter)))}.row>.cell-xl-three-fifth,.row>.col-xl-three-fifth{flex:0 0 calc(60% - (var(--grid-gutter)));max-width:calc(60% - (var(--grid-gutter)))}.row .cell-xl-four-fifth,.row .col-xl-four-fifth{flex:0 0 calc(80% - (var(--grid-gutter)));max-width:calc(80% - (var(--grid-gutter)))}.row>.cell-xl,.row>.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row>.cell-xl-auto,.row>.col-xl-auto{flex:0 0 auto;max-width:none}.row>.cell-xl-1,.row>.col-xl-1{flex:0 0 calc(8.333335% * 1 - var(--grid-gutter));max-width:calc(8.333335% * 1 - var(--grid-gutter))}.row>.offset-xl-1{margin-left:calc(8.333335% * 1)}.row>.cell-xl-2,.row>.col-xl-2{flex:0 0 calc(8.333335% * 2 - var(--grid-gutter));max-width:calc(8.333335% * 2 - var(--grid-gutter))}.row>.offset-xl-2{margin-left:16.66667%}.row>.cell-xl-3,.row>.col-xl-3{flex:0 0 calc(8.333335% * 3 - var(--grid-gutter));max-width:calc(8.333335% * 3 - var(--grid-gutter))}.row>.offset-xl-3{margin-left:calc(8.333335% * 3)}.row>.cell-xl-4,.row>.col-xl-4{flex:0 0 calc(8.333335% * 4 - var(--grid-gutter));max-width:calc(8.333335% * 4 - var(--grid-gutter))}.row>.offset-xl-4{margin-left:33.33334%}.row>.cell-xl-5,.row>.col-xl-5{flex:0 0 calc(8.333335% * 5 - var(--grid-gutter));max-width:calc(8.333335% * 5 - var(--grid-gutter))}.row>.offset-xl-5{margin-left:calc(8.333335% * 5)}.row>.cell-xl-6,.row>.col-xl-6{flex:0 0 calc(8.333335% * 6 - var(--grid-gutter));max-width:calc(8.333335% * 6 - var(--grid-gutter))}.row>.offset-xl-6{margin-left:50.00001%}.row>.cell-xl-7,.row>.col-xl-7{flex:0 0 calc(8.333335% * 7 - var(--grid-gutter));max-width:calc(8.333335% * 7 - var(--grid-gutter))}.row>.offset-xl-7{margin-left:calc(8.333335% * 7)}.row>.cell-xl-8,.row>.col-xl-8{flex:0 0 calc(8.333335% * 8 - var(--grid-gutter));max-width:calc(8.333335% * 8 - var(--grid-gutter))}.row>.offset-xl-8{margin-left:66.66668%}.row>.cell-xl-9,.row>.col-xl-9{flex:0 0 calc(8.333335% * 9 - var(--grid-gutter));max-width:calc(8.333335% * 9 - var(--grid-gutter))}.row>.offset-xl-9{margin-left:calc(8.333335% * 9)}.row>.cell-xl-10,.row>.col-xl-10{flex:0 0 calc(8.333335% * 10 - var(--grid-gutter));max-width:calc(8.333335% * 10 - var(--grid-gutter))}.row>.offset-xl-10{margin-left:83.33335%}.row>.cell-xl-11,.row>.col-xl-11{flex:0 0 calc(8.333335% * 11 - var(--grid-gutter));max-width:calc(8.333335% * 11 - var(--grid-gutter))}.row>.offset-xl-11{margin-left:calc(8.333335% * 11)}.row>.cell-xl-12,.row>.col-xl-12{flex:0 0 calc(8.333335% * 12 - var(--grid-gutter));max-width:calc(8.333335% * 12 - var(--grid-gutter))}.row>.offset-xl-12{margin-left:100.00002%}}@media screen and (min-width: 1452px){.row>.cell-xxl-half,.row>.col-xxl-half{flex:0 0 50%;max-width:50%}.row>.cell-xxl-one-third,.row>.col-xxl-one-third,.row>.cell-xxl-third,.row>.col-xxl-third{flex:0 0 calc(33.3333333% - var(--grid-gutter));max-width:calc(33.3333333% - var(--grid-gutter))}.row>.cell-xxl-two-third,.row>.col-xxl-two-third{flex:0 0 calc(66.6666666% - var(--grid-gutter));max-width:calc(66.6666666% - var(--grid-gutter))}.row>.cell-xxl-one-fifth,.row>.col-xxl-one-fifth{flex:0 0 calc(20% - (var(--grid-gutter)));max-width:calc(20% - (var(--grid-gutter)))}.row>.cell-xxl-two-fifth,.row>.col-xxl-two-fifth{flex:0 0 calc(40% - (var(--grid-gutter)));max-width:calc(40% - (var(--grid-gutter)))}.row>.cell-xxl-three-fifth,.row>.col-xxl-three-fifth{flex:0 0 calc(60% - (var(--grid-gutter)));max-width:calc(60% - (var(--grid-gutter)))}.row .cell-xxl-four-fifth,.row .col-xxl-four-fifth{flex:0 0 calc(80% - (var(--grid-gutter)));max-width:calc(80% - (var(--grid-gutter)))}.row>.cell-xxl,.row>.col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.row>.cell-xxl-auto,.row>.col-xxl-auto{flex:0 0 auto;max-width:none}.row>.cell-xxl-1,.row>.col-xxl-1{flex:0 0 calc(8.333335% * 1 - var(--grid-gutter));max-width:calc(8.333335% * 1 - var(--grid-gutter))}.row>.offset-xxl-1{margin-left:calc(8.333335% * 1)}.row>.cell-xxl-2,.row>.col-xxl-2{flex:0 0 calc(8.333335% * 2 - var(--grid-gutter));max-width:calc(8.333335% * 2 - var(--grid-gutter))}.row>.offset-xxl-2{margin-left:16.66667%}.row>.cell-xxl-3,.row>.col-xxl-3{flex:0 0 calc(8.333335% * 3 - var(--grid-gutter));max-width:calc(8.333335% * 3 - var(--grid-gutter))}.row>.offset-xxl-3{margin-left:calc(8.333335% * 3)}.row>.cell-xxl-4,.row>.col-xxl-4{flex:0 0 calc(8.333335% * 4 - var(--grid-gutter));max-width:calc(8.333335% * 4 - var(--grid-gutter))}.row>.offset-xxl-4{margin-left:33.33334%}.row>.cell-xxl-5,.row>.col-xxl-5{flex:0 0 calc(8.333335% * 5 - var(--grid-gutter));max-width:calc(8.333335% * 5 - var(--grid-gutter))}.row>.offset-xxl-5{margin-left:calc(8.333335% * 5)}.row>.cell-xxl-6,.row>.col-xxl-6{flex:0 0 calc(8.333335% * 6 - var(--grid-gutter));max-width:calc(8.333335% * 6 - var(--grid-gutter))}.row>.offset-xxl-6{margin-left:50.00001%}.row>.cell-xxl-7,.row>.col-xxl-7{flex:0 0 calc(8.333335% * 7 - var(--grid-gutter));max-width:calc(8.333335% * 7 - var(--grid-gutter))}.row>.offset-xxl-7{margin-left:calc(8.333335% * 7)}.row>.cell-xxl-8,.row>.col-xxl-8{flex:0 0 calc(8.333335% * 8 - var(--grid-gutter));max-width:calc(8.333335% * 8 - var(--grid-gutter))}.row>.offset-xxl-8{margin-left:66.66668%}.row>.cell-xxl-9,.row>.col-xxl-9{flex:0 0 calc(8.333335% * 9 - var(--grid-gutter));max-width:calc(8.333335% * 9 - var(--grid-gutter))}.row>.offset-xxl-9{margin-left:calc(8.333335% * 9)}.row>.cell-xxl-10,.row>.col-xxl-10{flex:0 0 calc(8.333335% * 10 - var(--grid-gutter));max-width:calc(8.333335% * 10 - var(--grid-gutter))}.row>.offset-xxl-10{margin-left:83.33335%}.row>.cell-xxl-11,.row>.col-xxl-11{flex:0 0 calc(8.333335% * 11 - var(--grid-gutter));max-width:calc(8.333335% * 11 - var(--grid-gutter))}.row>.offset-xxl-11{margin-left:calc(8.333335% * 11)}.row>.cell-xxl-12,.row>.col-xxl-12{flex:0 0 calc(8.333335% * 12 - var(--grid-gutter));max-width:calc(8.333335% * 12 - var(--grid-gutter))}.row>.offset-xxl-12{margin-left:100.00002%}}@media screen and (min-width: 2000px){.row>.cell-xxxl-half,.row>.col-xxxl-half{flex:0 0 50%;max-width:50%}.row>.cell-xxxl-one-third,.row>.col-xxxl-one-third,.row>.cell-xxxl-third,.row>.col-xxxl-third{flex:0 0 calc(33.3333333% - var(--grid-gutter));max-width:calc(33.3333333% - var(--grid-gutter))}.row>.cell-xxxl-two-third,.row>.col-xxxl-two-third{flex:0 0 calc(66.6666666% - var(--grid-gutter));max-width:calc(66.6666666% - var(--grid-gutter))}.row>.cell-xxxl-one-fifth,.row>.col-xxxl-one-fifth{flex:0 0 calc(20% - (var(--grid-gutter)));max-width:calc(20% - (var(--grid-gutter)))}.row>.cell-xxxl-two-fifth,.row>.col-xxxl-two-fifth{flex:0 0 calc(40% - (var(--grid-gutter)));max-width:calc(40% - (var(--grid-gutter)))}.row>.cell-xxxl-three-fifth,.row>.col-xxxl-three-fifth{flex:0 0 calc(60% - (var(--grid-gutter)));max-width:calc(60% - (var(--grid-gutter)))}.row .cell-xxxl-four-fifth,.row .col-xxxl-four-fifth{flex:0 0 calc(80% - (var(--grid-gutter)));max-width:calc(80% - (var(--grid-gutter)))}.row>.cell-xxxl,.row>.col-xxxl{flex-basis:0;flex-grow:1;max-width:100%}.row>.cell-xxxl-auto,.row>.col-xxxl-auto{flex:0 0 auto;max-width:none}.row>.cell-xxxl-1,.row>.col-xxxl-1{flex:0 0 calc(8.333335% * 1 - var(--grid-gutter));max-width:calc(8.333335% * 1 - var(--grid-gutter))}.row>.offset-xxxl-1{margin-left:calc(8.333335% * 1)}.row>.cell-xxxl-2,.row>.col-xxxl-2{flex:0 0 calc(8.333335% * 2 - var(--grid-gutter));max-width:calc(8.333335% * 2 - var(--grid-gutter))}.row>.offset-xxxl-2{margin-left:16.66667%}.row>.cell-xxxl-3,.row>.col-xxxl-3{flex:0 0 calc(8.333335% * 3 - var(--grid-gutter));max-width:calc(8.333335% * 3 - var(--grid-gutter))}.row>.offset-xxxl-3{margin-left:calc(8.333335% * 3)}.row>.cell-xxxl-4,.row>.col-xxxl-4{flex:0 0 calc(8.333335% * 4 - var(--grid-gutter));max-width:calc(8.333335% * 4 - var(--grid-gutter))}.row>.offset-xxxl-4{margin-left:33.33334%}.row>.cell-xxxl-5,.row>.col-xxxl-5{flex:0 0 calc(8.333335% * 5 - var(--grid-gutter));max-width:calc(8.333335% * 5 - var(--grid-gutter))}.row>.offset-xxxl-5{margin-left:calc(8.333335% * 5)}.row>.cell-xxxl-6,.row>.col-xxxl-6{flex:0 0 calc(8.333335% * 6 - var(--grid-gutter));max-width:calc(8.333335% * 6 - var(--grid-gutter))}.row>.offset-xxxl-6{margin-left:50.00001%}.row>.cell-xxxl-7,.row>.col-xxxl-7{flex:0 0 calc(8.333335% * 7 - var(--grid-gutter));max-width:calc(8.333335% * 7 - var(--grid-gutter))}.row>.offset-xxxl-7{margin-left:calc(8.333335% * 7)}.row>.cell-xxxl-8,.row>.col-xxxl-8{flex:0 0 calc(8.333335% * 8 - var(--grid-gutter));max-width:calc(8.333335% * 8 - var(--grid-gutter))}.row>.offset-xxxl-8{margin-left:66.66668%}.row>.cell-xxxl-9,.row>.col-xxxl-9{flex:0 0 calc(8.333335% * 9 - var(--grid-gutter));max-width:calc(8.333335% * 9 - var(--grid-gutter))}.row>.offset-xxxl-9{margin-left:calc(8.333335% * 9)}.row>.cell-xxxl-10,.row>.col-xxxl-10{flex:0 0 calc(8.333335% * 10 - var(--grid-gutter));max-width:calc(8.333335% * 10 - var(--grid-gutter))}.row>.offset-xxxl-10{margin-left:83.33335%}.row>.cell-xxxl-11,.row>.col-xxxl-11{flex:0 0 calc(8.333335% * 11 - var(--grid-gutter));max-width:calc(8.333335% * 11 - var(--grid-gutter))}.row>.offset-xxxl-11{margin-left:calc(8.333335% * 11)}.row>.cell-xxxl-12,.row>.col-xxxl-12{flex:0 0 calc(8.333335% * 12 - var(--grid-gutter));max-width:calc(8.333335% * 12 - var(--grid-gutter))}.row>.offset-xxxl-12{margin-left:100.00002%}}.no-gap{--grid-gutter: 0px}.h-menu{list-style:none inside;display:block;margin:0;padding:0;background-color:#fff;color:#1d1d1d}.h-menu:after{display:block;clear:both;content:""}.h-menu>li,.h-menu>li>a{display:block;position:relative}.h-menu>li{background-color:inherit;color:inherit;float:left}.h-menu>li:hover{background-color:#1d1d1d1a}.h-menu>li:hover>a,.h-menu>li:hover .icon{color:inherit}.h-menu>li>a{font-weight:400;color:inherit;font-size:1rem;outline:none;text-decoration:none;padding:.5rem 1rem;border:none;background-color:inherit;white-space:nowrap}.h-menu>li>a:hover{text-decoration:none}.h-menu>li>a.dropdown-toggle{padding-right:2rem!important}.h-menu>li>a.dropdown-toggle:before{margin-left:-1.25rem}.h-menu.no-hover>li>a{padding-left:.5rem;padding-right:.5rem;color:#6a6a6a}.h-menu.no-hover>li:hover,.h-menu.no-hover>li>a:hover{background-color:transparent;color:#1d1d1d}.h-menu.large>li>a{padding:1.125rem 1.625rem;font-size:2rem}.h-menu.large>li>a.dropdown-toggle{padding-right:2.5rem!important}.h-menu.large>li>a.dropdown-toggle:before{height:.625rem;width:.625rem;margin-left:-1.75rem}.h-menu>.divider{display:none}.h-menu.mega{position:relative}.h-menu.mega>li{position:static}.h-menu.mega>li.active-container{background-color:inherit}.h-menu.mega>li.active-container a{background-color:inherit}.h-menu.mega .mega-container{position:absolute;top:100%;left:0;right:0;padding:0;background-color:inherit;display:none;color:inherit;z-index:1000;box-shadow:2px 2px 2px #1d1d1d66}.h-menu.mega .mega-container *{color:inherit}.head-bar{display:flex;flex-flow:row nowrap;align-items:center;position:fixed;top:0;left:0;width:100%;background-color:#fff;color:#1d1d1d;height:56px;z-index:1030;padding:0 4px;box-shadow:0 2px 10px #00000029,0 2px 5px #00000042}.head-bar .app-title{height:48px;display:inline-block;vertical-align:middle;margin:0 4px;line-height:48px;color:inherit;font-size:20px;font-weight:100}.head-bar .app-title:nth-child(1){padding-left:10px}.head-bar .header-container{height:100%;display:flex;flex-flow:row nowrap;align-items:center}.head-bar .tool-button{margin:0 4px;background-color:inherit;color:inherit}.head-bar .tool-button .icon{width:24px;height:24px;font-size:24px}.head-bar.more{height:112px}.head-bar.more .app-title{position:absolute;bottom:22px;left:74px;height:28px;font-size:24px}.head-bar .header-container .input{float:left;margin-left:20px;width:calc(100% - 80px);border:none}.head-bar .header-container .input input{border:none}.head-bar .header-container .input input,.head-bar .header-container .input input::-webkit-input-placeholder{color:#fff}:root{--hero-background: #ffffff;--hero-color: #191919}.dark-side{--hero-background: #1e1f22;--hero-color: #dbdfe7}.hero{padding:40px 20px;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;background-color:var(--hero-background);color:var(--hero-color)}@media all and (min-width: 768px){.hero{padding:160px 80px}}:root{--hint-z-index: 1070;--hint-border-radius: 6px;--hint-background: #FFFCC0;--hint-color: #1d1d1d}.dark-side{--hint-background: #26282e;--hint-color: #ffffff}.hint{display:block;position:fixed;z-index:var(--hint-z-index);background-color:var(--hint-background);color:var(--hint-color);font-size:14px;padding:10px;border-radius:var(--hint-border-radius);box-shadow:2px 2px 5px 0 var(--shadow-color)}:root{--icon-box-background: var(--default-background);--icon-box-color: var(--default-color);--icon-box-border-color: var(--border-color);--icon-box-border-radius: 6px}.dark-side{--icon-box-background: var(--default-background);--icon-box-color: var(--default-color);--icon-box-border-color: var(--border-color)}.icon-box{height:90px;display:flex;flex-flow:row nowrap;background-color:var(--icon-box-background);color:var(--icon-box-color);border:1px solid var(--icon-box-border-color);border-radius:var(--icon-box-border-radius)}.icon-box .icon,.icon-box .content{position:relative}.icon-box .icon{height:90px;width:90px;flex-shrink:0;text-align:center;display:flex;justify-content:center;align-items:center;background:#0000001a}.icon-box .icon>*{font-size:45px;width:45px;height:45px;line-height:1}.icon-box .content{line-height:1.2;display:block;width:100%;background-color:inherit}.image-button{display:inline-flex;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;white-space:nowrap;vertical-align:middle;user-select:none;border:1px solid transparent;outline:none;position:relative;font-size:14px;padding:0 .5rem 0 0;align-items:center;height:36px;font-weight:400}.image-button:hover{background-color:#1d1d1d1a}.image-button:active,.image-button.focus,.image-button:focus{box-shadow:0 0 0 3px #e4e4e473}.image-button .icon{width:36px;height:36px;line-height:34px;font-size:1rem;background-color:#455a648c;color:#fff;order:1;text-align:center}.image-button .caption{margin-left:.5rem;text-align:left;color:inherit;order:2;font-weight:400;line-height:1.2}.image-button .caption small{display:block;font-size:.8rem}.image-button.icon-right{padding:0 0 0 .5rem}.image-button.icon-right .icon{order:2}.image-button.icon-right .caption{order:1;margin-left:0;margin-right:.5rem}.image-button:focus,.image-button:hover,.image-button.focus{text-decoration:none}.image-button:active{box-shadow:none;outline:0;box-shadow:0 0 0 3px #bebebe73}.image-button.disabled,.image-button:disabled{opacity:.65}.image-button.outline{background:transparent none;border-width:1px;border-color:var(--border-color)}.image-compare{position:relative;display:block}.image-compare img{display:none}.image-compare .image-container,.image-compare .image-container-overlay{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.image-compare .image-container.image-container-overlay,.image-compare .image-container-overlay.image-container-overlay{z-index:2}.image-compare .image-container .image-wrapper,.image-compare .image-container-overlay .image-wrapper{background-size:cover}.image-compare .image-slider{z-index:3;position:absolute;cursor:ew-resize;width:32px;height:32px;background-color:#fa6800;opacity:.7;border-radius:.25rem;transform:rotate(45deg)}.image-grid{display:flex;flex-flow:row wrap}.image-grid__item{display:block;overflow:hidden}.image-grid__item-landscape{width:320px;height:180px}.image-grid__item-portrait{width:160px;height:180px}.image-grid__item img{display:block;width:100%;height:100%}.image-grid.half-size .image-grid__item-landscape{width:160px;height:90px}.image-grid.half-size .image-grid__item-portrait{width:80px;height:90px}.image-magnifier{position:relative;display:block;cursor:none;height:auto}.image-magnifier img{vertical-align:middle;width:100%;height:auto;max-height:100%}.image-magnifier .image-magnifier-glass{position:absolute;border-radius:0;cursor:none;width:100px;height:100px;border:4px solid rgba(255,255,255,.7);overflow:hidden;z-index:2}.info-box{position:fixed;background-color:#fff;color:#1d1d1d;border:1px solid var(--border-color);display:block;z-index:1050;max-width:calc(100vw - 100px);max-height:calc(100vh - 100px)}.info-box .closer{display:block;position:absolute;top:4px;right:4px;background-color:inherit;color:inherit;z-index:100}.info-box .closer:before{display:block;content:"\d7";font-size:24px;margin-top:-4px}.info-box .info-box-content{padding:20px;z-index:0}.info-box.primary{border-color:#0366d6;background-color:#0366d6;color:#fff}.info-box.secondary{border-color:#607d8b;background-color:#607d8b;color:#fff}.info-box.success{border-color:#60a917;background-color:#60a917;color:#fff}.info-box.alert{border-color:#ce352c;background-color:#ce352c;color:#fff}.info-box.warning{border-color:#ff9447;background-color:#ff9447;color:#fff}.info-box.yellow{border-color:#ffe484;background-color:#ffe484;color:#fff}.info-box.info{border-color:#69cbfa;background-color:#69cbfa;color:#fff}.info-box.dark{border-color:#505050;background-color:#505050;color:#fff}.info-box.light{border-color:#f8f8f8;background-color:#f8f8f8;color:#fff}.info-box.light,.info-box.yellow{color:#1d1d1d}.info-button{border:1px solid var(--border-color);background-color:#ebebeb;overflow:hidden;position:relative;align-items:center;display:inline-block;width:auto;height:36px;line-height:1}.info-button:after{display:block;clear:both;content:""}.info-button .button{font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;border:1px solid transparent;padding:0 .75rem;font-size:.875rem;line-height:34px;height:36px;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:none;position:relative}.info-button .button,.info-button .info{display:block;float:left;border-right:none;height:100%;line-height:32px;position:relative}.info-button .button:active,.info-button .info:active,.info-button .button:focus,.info-button .info:focus{box-shadow:none!important}.info-button .button{background-color:inherit;color:inherit}.info-button .button:hover{background-color:#1d1d1d1a}.info-button .info{font-size:12px;background-color:#fefefe;color:#1d1d1d;padding:0 .625rem;text-decoration:none;font-weight:600;line-height:34px}.info-button .info:hover{color:#0056b3}.info-button a.info:hover{color:#1d1d1d}.info-button .button .icon{margin-right:4px}a.info-button{text-decoration:none}.info-panel{display:block;background-color:#fff;color:#1d1d1d;text-align:center}.info-panel-header{padding:30px;text-transform:uppercase;font-size:18px;font-weight:500;letter-spacing:2px;line-height:1.2;white-space:nowrap}.info-panel-content{padding:20px 40px}.info-panel-footer{padding:40px}.input-material{position:relative;min-width:196px;height:48px;display:inline-block;margin:0;width:100%;border:none}.input-material input{position:absolute;inset:16px 0 8px;border:0;border-bottom:2px var(--border-color) solid;background-color:transparent;outline:none;font-size:16px;padding-bottom:8px;padding-left:0;width:100%;z-index:2;height:28px;box-shadow:none!important}.input-material hr{content:"";display:block;position:absolute;width:0;opacity:0;height:3px;background-color:#bebebe;bottom:-4px;z-index:2;transition:linear all .3s}.input-material .label,.input-material .informer{position:absolute;display:block;z-index:1;color:inherit;font-size:12px}.input-material .label{opacity:0;top:16px;left:0;transition:linear all .3s}.input-material .informer{opacity:0;bottom:12px;font-size:12px;transition:linear all .3s}.input-material input::-webkit-input-placeholder{font-size:1rem;position:absolute;left:0;z-index:1;opacity:1;color:#bebebe;transition:linear all .3s}.input-material .helper-button{top:8px}.input-material.full-size{width:100%}.input-material input:hover{border-color:var(--border-color)}.input-material.with-icon{margin-left:32px;width:calc(100% - 32px)}.input-material.with-icon .icon{width:24px;height:24px;font-size:24px;line-height:1;position:absolute;left:-32px;top:50%;margin-top:-8px;display:block;opacity:.2;transition:linear all .3s}.input-material.with-icon .icon img{width:100%;max-width:100%;height:100%;max-height:100%}.input-material.with-icon.full-size{width:calc(100% - 32px)!important}.input-material hr~input:focus{border-bottom:0}.input-material input:focus~hr{opacity:1;width:100%;transition:linear all .3s}.input-material input:focus~.label{opacity:1;top:0;transition:linear all .3s}.input-material input:focus::-webkit-input-placeholder{opacity:0;transform:translate(100%);transition:linear all .2s}.input-material input:focus~.informer{opacity:1;bottom:-.75rem;transition:linear all .3s}.input-material input:focus~.icon{opacity:1;transition:linear all .3s}.input-material.permanent-label input:not(:placeholder-shown)~.label{top:0;opacity:1}.input-material input:-webkit-autofill,.input-material input:-webkit-autofill:hover,.input-material input:-webkit-autofill:focus,.input-material input:-webkit-autofill:active{transition:background-color 5000s ease-in-out 0s;-webkit-text-fill-color:#fff!important}.keylock{display:inline-flex;align-items:center;justify-content:center;position:relative;height:36px;flex-flow:row nowrap;padding:2px;cursor:pointer}.keylock input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.keylock .icon{width:34px;height:34px;display:block;position:relative;order:1}.keylock .icon>*{font-size:32px;vertical-align:middle;position:absolute;top:0;left:0;width:100%;height:100%}.keylock .state-on{display:none}.keylock .state-off{display:block}.keylock input:checked~.icon .state-on,.keylock input:checked~.caption .state-on{display:block}.keylock input:checked~.icon .state-off,.keylock input:checked~.caption .state-off{display:none}.keylock .caption{height:34px;display:flex;align-items:center;margin:0 6px;order:2;white-space:nowrap}.keylock.caption-left .icon{order:2}.keylock.caption-left .caption{order:1}.keypad{background-color:#fff;color:#1d1d1d;border:1px solid #d9d9d9}.keypad input{border:0}.keypad .keys{display:none;position:absolute;top:100%;left:0;width:auto;float:left;background-color:inherit;color:inherit;border:none;padding:0;user-select:none;transition:all .3s ease-in-out;z-index:1000}.keypad .keys:before{content:"";position:absolute;background-color:inherit;width:10px;height:10px;border:1px solid var(--border-color);z-index:2;left:-5px;top:50%;transform:translateY(-50%);margin-top:-5px;border-top-color:transparent;border-right-color:transparent;transform:rotate(45deg)}.keypad .keys.open{display:block;transition:all .3s ease-in-out}.keypad .keys.right{left:100%;transform:translateY(-50%);top:50%;margin-left:-1px}.keypad .keys.bottom{left:50%;transform:translate(-50%);top:100%;margin-top:-1px}.keypad .keys.bottom:before{top:0;left:50%;transform:translate(-50%);transform:rotate(135deg)}.keypad .keys.top{top:0;left:50%;transform:translateY(-100%) translate(-50%);margin-top:1px}.keypad .keys.top:before{top:100%;left:50%;transform:translate(-50%);transform:rotate(-45deg)}.keypad .keys.left{left:0;transform:translateY(-50%) translate(-100%);top:50%;margin-left:1px}.keypad .keys.left:before{top:50%;transform:translateY(-50%);left:100%;margin-left:-5px;transform:rotate(225deg)}.keypad .keys.bottom-left{top:100%;left:0;margin-top:-1px}.keypad .keys.bottom-left:before{top:0;left:.625rem;transform:rotate(135deg)}.keypad .keys.bottom-right{top:100%;left:100%;transform:translate(-100%);margin-top:-1px}.keypad .keys.bottom-right:before{top:0;left:100%;margin-left:-1rem;transform:rotate(135deg)}.keypad .keys.top-left{top:0;left:0;transform:translateY(-100%);margin-top:1px}.keypad .keys.top-left:before{top:100%;left:.625rem;transform:rotate(-45deg)}.keypad .keys.top-right{top:0;left:100%;transform:translateY(-100%) translate(-100%);margin-top:1px}.keypad .keys.top-right:before{top:100%;left:100%;margin-left:-1rem;transform:rotate(-45deg)}.keypad .key{display:block;position:relative;float:left;background-color:inherit;color:inherit;margin:0;text-align:center;border:1px solid var(--border-color);font-size:1rem;cursor:pointer;transition:all .3s ease-in-out}.keypad .key:hover{transition:all .3s ease-in-out;box-shadow:0 0 0 3px #e4e4e473;transform:scale(1.2);z-index:2}.keypad .key.service-key{background-color:#f8f8f8}.lightbox-overlay{background-color:#000000e6;position:fixed;inset:0;z-index:2000}.lightbox{z-index:2001;position:fixed;background:transparent;inset:0;display:flex;flex-flow:row nowrap;align-items:center}.lightbox__closer{position:absolute;top:10px;right:10px;width:32px;height:32px;background:#f8f8f880;color:#1d1d1d}.lightbox__closer *{line-height:32px;font-size:20px;height:20px;width:20px}.lightbox__prev,.lightbox__next{width:48px;height:48px;border-radius:50%;background:#f8f8f880;color:#1d1d1d;flex-grow:0;flex-shrink:0;display:block;position:absolute;top:50%;margin-top:-24px;left:20px}.lightbox__prev *,.lightbox__next *{line-height:48px;font-size:40px;height:40px;width:40px}.lightbox__next{left:auto;right:20px}.lightbox__prev,.lightbox__next,.lightbox__closer{display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.lightbox__image{width:100%;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.lightbox__image-wrapper{display:block;width:auto;max-height:calc(100vh - 80px);max-width:calc(100vw - 20px)}.lightbox__image-wrapper:before{content:attr(data-title);position:absolute;color:#fff;top:100%;left:0;right:0}.lightbox__image-wrapper.no-title:before{display:none}.lightbox__image-wrapper img{display:block;width:auto;max-height:calc(100vh - 80px);max-width:calc(100vw - 20px)}:root{--listview-item-border-radius: 4px;--listview-background: #ffffff;--listview-color: #191919;--listview-item-background-hover: #d4e2ff;--listview-item-background-active: #d4e2ff;--listview-badge-background: transparent;--listview-badge-color: #191919}.dark-side{--listview-background: #1e1f22;--listview-color: #dbdfe7;--listview-item-background-hover: #2d2d32;--listview-item-background-active: #28282c;--listview-badge-background: transparent;--listview-badge-color: #dbdfe7}.listview{position:relative;margin:0;padding:0;max-height:100%;background-color:var(--listview-background);color:var(--listview-color);list-style:none inside;display:flex}.listview.view-list,.listview.view-content{flex-flow:column wrap}.listview.view-icons-medium,.listview.view-icons-large,.listview.view-icons,.listview.view-tiles{flex-flow:row wrap}.listview.view-icons-medium.vertical-layout,.listview.view-icons-large.vertical-layout,.listview.view-icons.vertical-layout{flex-flow:column wrap}.listview .node{display:flex;cursor:pointer;position:relative;font-size:13px;border:1px solid transparent;background-color:inherit;overflow:hidden;border-radius:var(--listview-item-border-radius)}.listview .node:hover{background-color:var(--listview-item-background-hover)}.listview .node>.icon{text-align:center}.listview .node>.icon img{max-width:100%;height:100%}.listview .node>.icon>*{vertical-align:initial}.listview .node .checkbox,.listview .node .radio,.listview .node .switch{height:auto}.listview ul{width:100%;margin:0;padding:0;list-style:none inside}.listview .node>.data>.content,.listview .node>.node-data{display:none}.listview:not(.selectable) .checkbox{display:none}.listview .node>.data>.caption{line-height:1.2;font-size:12px}.listview .node-group>.data>.caption{font-size:14px}.listview.view-list .node{min-width:160px;line-height:26px;height:26px;padding:0 8px;flex-flow:row nowrap;align-items:center}.listview.view-list .node>.icon{width:20px;height:20px;line-height:26px;font-size:18px;display:flex;align-items:center;justify-content:center}.listview.view-list .node>.data{line-height:26px;padding-left:24px}.listview.view-list .node>.icon~.data{padding-left:8px}.listview.view-table{display:table;width:100%;padding:0 8px}.listview.view-table .node{display:table-row;width:100%}.listview.view-table .node>*{display:table-cell;vertical-align:middle}.listview.view-table .icon{width:20px;height:20px;line-height:26px;font-size:18px}.listview.view-table .icon>*{width:100%}.listview.view-table>li .data>.caption{padding:0 .5rem;line-height:26px}.listview.view-table .node-data{display:table-cell;width:auto;line-height:26px}.listview.view-table label.checkbox{width:32px}.listview.view-content .node{width:100%;min-height:50px;padding:10px 16px;flex-flow:row nowrap}.listview.view-content .node>.icon{width:32px;height:32px;line-height:32px;font-size:28px}.listview.view-content .node>.data{padding-left:64px;font-size:16px;line-height:32px;width:100%}.listview.view-content .node>.data .caption,.listview.view-content .node>.data .content{display:block;line-height:16px;height:16px}.listview.view-content .node>.data .content{font-size:.8em}.listview.view-content .node>.icon~.data{padding-left:16px}.listview.view-content .node+.node{border-top:1px solid var(--border-color)}.listview.view-tiles .node{width:250px;height:56px;padding:5px 16px;flex-flow:row nowrap}.listview.view-tiles .node>.icon{width:46px;height:46px;line-height:46px;font-size:42px}.listview.view-tiles .node>.data{padding-left:78px;font-size:16px;line-height:46px}.listview.view-tiles .node>.icon+.data{padding-left:16px}.listview.view-tiles .node .caption{font-size:14px}.listview.view-icons .node,.listview.view-icons-medium .node,.listview.view-icons-large .node{width:74px;height:auto;padding:8px 8px 2px;flex-flow:column nowrap;align-items:center;margin:2px}.listview.view-icons .node>.icon,.listview.view-icons-medium .node>.icon,.listview.view-icons-large .node>.icon{width:44px;height:44px;line-height:44px;font-size:42px}.listview.view-icons .node>.data,.listview.view-icons-medium .node>.data,.listview.view-icons-large .node>.data{line-height:1.5;white-space:normal;text-align:center}.listview.view-icons .node .checkbox,.listview.view-icons-medium .node .checkbox,.listview.view-icons-large .node .checkbox{position:absolute;top:0;left:0}.listview.view-icons-medium .node{width:104px;margin:1px}.listview.view-icons-medium .node>.icon{width:74px;height:74px;line-height:74px;font-size:70px}.listview.view-icons-large .node{width:270px;margin:2px;padding:30px}.listview.view-icons-large .node>.icon{width:162px;height:162px;line-height:162px;font-size:140px}.listview .node.current-select{background-color:var(--listview-item-background-active);border-color:var(--border-color)!important}.listview .node-group{display:block;width:100%;position:relative;line-height:24px;flex-shrink:0;cursor:pointer;user-select:none}.listview .node-group>.data{padding-left:24px;line-height:24px;font-size:18px}.listview .node-group .node-toggle{position:relative;cursor:pointer;padding-right:1.5rem!important;user-select:none}.listview .node-group .node-toggle:before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:.3125rem;width:.3125rem;background-color:transparent;border-left:1px solid;border-bottom:1px solid;border-color:#1d1d1d;top:50%;left:100%;margin-left:-1rem;margin-top:-.1625rem;z-index:2;transform:rotate(-45deg);transition:all .15s ease-in-out;transform-origin:center center 1px}.listview .node-group .node-toggle{position:absolute;left:0;top:0;width:24px;height:24px}.listview .node-group .node-toggle:before{transform:rotate(-135deg)}.listview .node-group.expanded>.node-toggle:before{transform:rotate(-45deg)}.listview .node-group+.node-group{margin-top:.5rem}.listview .node-group+.listview{margin-top:.5rem}.listview .node .badge{font-size:10px;margin-bottom:4px;position:relative;background-color:var(--listview-badge-background);color:var(--listview-badge-color)}.listview .node .badges{position:absolute;top:8px;right:10px;border-color:transparent;display:flex;flex-flow:column}.marquee{display:block;position:relative;overflow:hidden;background-color:#fff}.marquee .marquee__item{display:block;position:absolute;white-space:nowrap;color:inherit}.marquee .marquee__item.moveLeftRight{top:50%;transform:translateY(-50%);left:calc(100% + 20px)}.marquee .marquee__item.moveUpDown{left:50%;transform:translate(-50%);top:calc(100% + 20px)}.master{display:flex;flex-flow:column nowrap;justify-content:space-between;color:#1d1d1d;background-color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:visible}.master .controls,.master .pages,.master .page{background-color:transparent;color:inherit}.master .controls{display:flex;line-height:40px;font-size:20px;flex-flow:row nowrap;justify-content:space-between;margin:20px 0}.master .controls .prev,.master .controls .next,.master .controls .title{display:block;position:relative;line-height:40px;text-align:center;user-select:none}.master .controls .prev,.master .controls .next{width:40px;height:40px;cursor:pointer;display:flex;justify-content:center;align-items:center}.master .controls .prev.disabled,.master .controls .next.disabled{color:#bebebe}.master .controls .title{width:100%}.master .controls .prev{order:1}.master .controls .next{order:3}.master .controls .title{order:2}.master .pages{position:relative;display:block;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);width:100%;height:auto;min-width:1rem}.master .page{display:block;position:absolute;top:0;left:0;width:100%;height:auto;overflow:visible;padding:2rem}.master .controls-top{order:1}.master .controls-bottom{order:3}.master .pages{order:2}.more-info-box{height:128px;display:flex;flex-flow:row wrap;background-color:#fff}.more-info-box .icon,.more-info-box .content{position:relative}.more-info-box .icon{height:64px;width:64px;flex-shrink:0;text-align:center;display:flex;justify-content:center;align-items:center;order:2;margin-left:auto;margin-right:16px;margin-top:16px;transition:transform .3s ease}.more-info-box .icon>*{font-size:64px;width:64px;height:64px;line-height:1;color:#00000026}.more-info-box .content{line-height:1.2;display:block;order:1;padding:8px;max-width:calc(100% - 106px)}.more-info-box .more{width:100%;flex-shrink:0;text-align:right;background:#0000001a;text-decoration:none;position:relative;display:block;padding:8px 8px 0;margin:0;order:3;color:#fffc;font-size:12px}.more-info-box .more:hover{color:#fff;background:#00000026}.more-info-box:hover .icon{transform:scale(1.2);transition:transform .3s ease}:root{--navview-pane-width: 280px;--navview-pane-width-compact: 50px;--navview-item-border-radius: 4px;--navview-background: #ffffff;--navview-color: #191919;--navview-pane-background: #f6f6f6;--navview-pane-color: #191919;--navview-item-background: transparent;--navview-item-color: #191919;--navview-item-background-hover: #cecece;--navview-item-color-hover: #0a0a0a;--navview-item-background-active: #cecece;--navview-item-color-active: #0a0a0a;--navview-item-color-disabled: #ccc;--navview-item-marker-color: #468cff;--navview-dropdown-toggle-color: #191919;--navview-item-header-color: #191919;--navview-item-header-border-color: #cccccc}.dark-side{--navview-background: #1e1f22;--navview-color: #dbdfe7;--navview-pane-background: #2b2d30;--navview-pane-color: #dfe1e5;--navview-item-background: transparent;--navview-item-color: #dfe1e5;--navview-item-background-hover: #43454a;--navview-item-color-hover: #ffffff;--navview-item-background-active: #43454a;--navview-item-color-active: #ffffff;--navview-item-color-disabled: #43454a;--navview-item-marker-color: #468cff;--navview-dropdown-toggle-color: #ffffff;--navview-item-header-color: #dfe1e5;--navview-item-header-border-color: #5d5e60}.navview{height:100vh;display:flex;flex-flow:row nowrap;position:relative;background-color:var(--navview-background);color:var(--navview-color)}.navview-pane,.navview-content{position:relative;flex-shrink:0;height:100%}.navview-pane{display:flex;flex-flow:column;width:var(--navview-pane-width-compact);background-color:var(--navview-pane-background);color:var(--navview-pane-color);z-index:1029}.navview-pane .pull-button,.navview-pane .holder{position:relative;display:flex;justify-content:center;align-items:center;width:48px;height:48px;background-color:var(--navview-item-background);color:var(--navview-item-color);border:2px solid transparent;outline:none;cursor:pointer}.navview-pane .suggest-box{display:block;padding:8px 0}.navview-pane .suggest-box .input,.navview-pane .suggest-box .select,.navview-pane .suggest-box .textarea{display:none;width:calc(100% - 24px)!important;margin:0 12px}.navview-pane .navview-menu-container,.navview-pane .navview-menu-container .navview-menu{height:100%}.navview-pane .navview-menu{overflow:auto;display:flex;flex-direction:column;overflow-x:hidden;margin:0;padding:4px;flex-flow:column nowrap}.navview-pane .navview-menu .navview-menu{padding-left:0}.navview-pane li{display:block;position:relative}.navview-pane a{display:flex;align-items:center;justify-content:flex-start;font-size:13px;color:var(--navview-item-color);background:var(--navview-item-background);text-decoration:none;padding:4px 10px;border-radius:var(--navview-item-border-radius);white-space:nowrap;flex-wrap:nowrap;line-height:20px;height:32px;border:2px solid transparent;position:relative}.navview-pane a:hover{background-color:var(--navview-item-background-hover);color:var(--navview-item-color-hover);text-decoration:none}.navview-pane a:hover>.caption{background-color:var(--navview-item-background-hover);color:var(--navview-item-color-hover);position:fixed;left:100%;top:-2px;display:flex;align-items:center;z-index:2;padding:0 10px 0 20px;height:32px;border-top-right-radius:var(--navview-item-border-radius);border-bottom-right-radius:var(--navview-item-border-radius)}.navview-pane a.dropdown-toggle{padding-right:10px!important}.navview-pane li.disabled a{color:var(--navview-item-color-disabled)}.navview-pane li.active:before{content:"";display:block;position:absolute;height:24px;top:4px;left:0;width:4px;background-color:var(--navview-item-marker-color);z-index:1;border-radius:4px}.navview-pane .caption{margin-right:1rem;white-space:nowrap}.navview-pane .hotkey{margin-left:auto;margin-right:1rem;font-size:.9em}.navview-pane .icon{position:absolute;left:10px;top:5px;width:16px;height:16px;font-size:16px}.navview-pane .badges{flex-flow:row nowrap;align-items:center;justify-content:flex-start}.navview-pane .badge{display:block;margin-right:4px;font-size:10px}.navview-pane .item-header{font-size:10px;font-weight:700;cursor:default;background-color:transparent;white-space:nowrap;margin:8px;text-transform:uppercase;display:flex;align-items:center;justify-content:flex-start;color:var(--navview-item-header-color)}.navview-pane .item-header:after{content:"";height:1px;width:100%;background-color:var(--navview-item-header-border-color);margin-left:10px}.navview-pane .caption,.navview-pane .hotkey,.navview-pane .item-header,.navview-pane .badges{display:none}.navview-pane .dropdown-toggle{padding-right:0!important}.navview-pane .dropdown-toggle:before{display:none}.navview-pane .dropdown-toggle:after{content:"";display:block;position:absolute;top:0;bottom:auto;right:0;width:0;height:0;border-style:solid;border-width:0 0 8px 8px;border-color:transparent transparent var(--navview-dropdown-toggle-color) transparent;z-index:1;transform:rotate(-90deg);transition:all .3s}.navview-pane .dropdown-toggle.active-toggle:after{border-width:0 0 8px 8px;border-color:transparent transparent var(--navview-dropdown-toggle-color) transparent;transform:rotate(0);bottom:0;top:auto}.navview-pane ul{margin:0;padding:0}.navview-content{display:block;flex-shrink:1;width:100%;background-color:inherit;color:inherit}.navview.compacted .navview-menu-container>.navview-menu{width:calc(100% + 16px)}.navview.compacted .navview-menu a{width:calc(var(--navview-pane-width-compact) - 8px)}.navview.expanded .navview-pane{width:var(--navview-pane-width)}.navview.expanded .navview-menu a{padding:4px 10px 4px 38px}.navview.expanded .navview-menu .badges,.navview.expanded .navview-menu .hotkey,.navview.expanded .navview-menu .caption{display:inline-flex}.navview.expanded .navview-menu .caption{position:relative;left:auto;top:auto;padding:0}.navview.expanded .navview-menu .item-header{display:flex}.navview.expanded .suggest-box>.input{display:flex}.navview.expanded .holder{display:none}.notify-container{background-color:transparent;position:fixed;top:0;right:0;display:flex;flex-direction:column;flex-wrap:wrap;z-index:1081;width:auto}.notify-container.position-left{right:auto;left:0}.notify-container.position-top,.notify-container.position-bottom{width:100%!important;flex-direction:row}.notify-container.position-bottom{top:auto;bottom:0}.notify{display:block;background-color:#fff;color:#1d1d1d;padding:.5rem;margin:.25rem;border:1px solid var(--border-color);cursor:pointer}.notify-title{font-size:1rem;font-weight:500;margin-bottom:.5rem}.notify-message{font-size:.9rem;font-weight:400}:root{--pagination-page-item-background: var(--default-background);--pagination-page-item-color: var(--default-color);--pagination-page-item-background-hover: #e4e4e4;--pagination-page-item-color-hover: var(--default-color);--pagination-page-item-background-disabled: var(--default-background-disabled);--pagination-page-item-color-disabled: var(--default-color-disabled);--pagination-page-item-background-active: #d4e2ff;--pagination-page-item-color-active: var(--default-color);--pagination-page-item-border-color: var(--border-color);--pagination-page-item-border-radius: 6px}.dark-side{--pagination-page-item-background: var(--default-background);--pagination-page-item-color: var(--default-color);--pagination-page-item-background-hover: #2e436e;--pagination-page-item-color-hover: var(--default-color);--pagination-page-item-background-disabled: var(--default-background-disabled);--pagination-page-item-color-disabled: var(--default-color-disabled);--pagination-page-item-background-active: #50a8ff;--pagination-page-item-color-active: var(--default-color);--pagination-page-item-border-color: var(--border-color);--pagination-page-item-border-radius: 6px}.pagination{display:flex;flex-wrap:wrap;list-style:none inside;margin:0 -.25rem 1rem;padding:0;user-select:none}.pagination .page-item{cursor:pointer;display:list-item;background-color:var(--pagination-page-item-background);color:var(--pagination-page-item-color);border:1px solid var(--pagination-page-item-border-color);margin:.25rem;transition:all .15s ease-in-out}.pagination .page-link{display:block;position:relative;padding:.5rem .75rem;line-height:1;font-size:1rem;text-decoration:none;color:inherit;background-color:inherit}.pagination .page-item:hover,.pagination .page-item.service:hover{background-color:var(--pagination-page-item-background-hover);color:var(--pagination-page-item-color-hover)}.pagination .page-item.no-link{pointer-events:none;cursor:default;border-color:transparent}.pagination .page-item.no-link:hover{background-color:var(--pagination-page-item-background);color:var(--pagination-page-item-color);border-color:transparent}.pagination .page-item.disabled{pointer-events:none;background-color:var(--pagination-page-item-background-disabled);color:var(--pagination-page-item-color-disabled)}.pagination .page-item.active{background-color:var(--pagination-page-item-background-active);color:var(--pagination-page-item-color-active)}.pagination.rounded .page-item{border-radius:var(--pagination-page-item-border-radius)}.pagination.no-gap{margin:0 0 1rem}.pagination.no-gap .page-item{margin:-1px}.pagination.no-gap .no-link{margin:-1px 1px}.pagination.no-gap.rounded .page-item{border-radius:0}.pagination.no-gap.rounded .page-item:first-child{border-top-left-radius:var(--pagination-page-item-border-radius);border-bottom-left-radius:var(--pagination-page-item-border-radius)}.pagination.no-gap.rounded .page-item:last-child{border-top-right-radius:var(--pagination-page-item-border-radius);border-bottom-right-radius:var(--pagination-page-item-border-radius)}.pagination.size-large .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination.size-small .page-link{padding:.25rem .5rem;font-size:.875rem}:root{--panel-background: #ffffff;--panel-color: #191919;--panel-border-color: #e8e8e8;--panel-border-radius: 6px;--panel-dropdown-toogle-color: #191919}.dark-side{--panel-background: #2b2d30;--panel-color: #dbdfe7;--panel-border-color: #4a4d51;--panel-dropdown-toogle-color: #ffffff}.panel{display:flex;flex-flow:column nowrap;position:relative;background-color:var(--panel-background);color:var(--panel-color);border:1px solid var(--panel-border-color);border-radius:var(--panel-border-radius)}.panel .dropdown-toggle:before{border-color:var(--panel-dropdown-toogle-color)!important}.panel .panel-title,.panel .panel-content{position:relative}.panel .panel-title{display:flex;flex-flow:row nowrap;align-items:center;order:1;height:2.625rem;border-bottom:1px solid var(--panel-border-color);line-height:2.625rem;cursor:default;flex-shrink:0;font-size:16px}.panel .panel-title .icon{order:1;height:2.625rem;line-height:2.625rem;width:2.625rem;border-right:1px solid var(--panel-border-color);flex-shrink:0;color:inherit;text-align:center}.panel .panel-title img.icon{padding:.625rem}.panel .panel-title .caption{order:2;width:100%;padding:0 .8125rem;color:inherit;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.panel .panel-title .dropdown-toggle{order:4;height:100%;width:2.625rem;border-left:1px solid var(--panel-border-color);flex-shrink:0}.panel .panel-title .custom-buttons{order:3;display:flex;flex-flow:row nowrap}.panel .panel-title .btn-custom{width:42px;height:42px;display:flex;position:relative;justify-content:center;align-items:center}.panel .panel-title .btn-custom>*{line-height:1;width:16px;height:16px;font-size:16px}.panel .panel-title .btn-custom:focus,.panel .panel-title .btn-custom:active{box-shadow:none!important}.panel .panel-content{display:block;order:2;height:auto;padding:.5rem;font-size:14px}.popover{display:block;min-width:12.5rem;height:auto;position:fixed;background-color:#fff;color:#1d1d1d;z-index:1060;border:1px solid var(--border-color);cursor:default;padding:.8125rem;max-width:calc(100% - 32px)}.popover>*{max-width:100%}.popover .popover-content{display:block;position:relative;z-index:50}.popover .popover-close-button{z-index:100;position:absolute;top:0;right:0;font-size:26px}.post-card{display:flex;flex-flow:row nowrap}.post-card .left,.post-card .right{flex-shrink:1;flex-grow:1;flex-basis:50%;width:50%;height:100%;overflow:hidden;backface-visibility:hidden;position:relative;transition:all .3s linear}.post-card .left{transform:perspective(1600px) rotateY(25deg);transform-origin:right;border-right:1px solid #f8f8f8}.post-card .right{transform:perspective(1600px) rotateY(-25deg);transform-origin:left;border-left:1px solid #f8f8f8}.post-card.effect-on-hover:hover>.left,.post-card.effect-on-active.active>.left{transform:perspective(1600px) rotateY(0)}.post-card.effect-on-hover:hover>.right,.post-card.effect-on-active.active>.right{transform:perspective(1600px) rotateY(-35deg)}.post-card.effect-on-hover:hover.rotate-to-left>.right,.post-card.effect-on-active.active.rotate-to-left>.right{transform:perspective(1600px) rotateY(0)}.post-card.effect-on-hover:hover.rotate-to-left>.left,.post-card.effect-on-active.active.rotate-to-left>.left{transform:perspective(1600px) rotateY(35deg)}:root{--progress-bar-height: 12px;--progress-bar-height-ani: -24px;--progress-bar-radius: 0;--progress-bar-back-color: #eeeeee;--progress-bar-color: #60A917;--progress-bar-buffer-color: #CE352C;--progress-bar-line-color: #b3d4fc;--progress-bar-line-back-color: #004D6F;--progress-bar-load-color: radial-gradient(#a9c0e9 0%, #a9c0e9 16%, transparent 42%);--progress-bar-value-color: #191919}.dark-side{--progress-bar-back-color: #363942;--progress-bar-bar-color: #60A917;--progress-bar-buffer-color: #CE352C;--progress-bar-line-color: #b3d4fc;--progress-bar-line-back-color: #004D6F;--progress-bar-load-color: radial-gradient(#a9c0e9 0%, #a9c0e9 16%, transparent 42%);--progress-bar-value-color: #ffffff}.progress{display:block;position:relative;width:100%;height:var(--progress-bar-height);background-color:var(--progress-bar-back-color);overflow:hidden;border-radius:var(--progress-bar-radius)}.progress.with-load{background:transparent}.progress .bar,.progress .buffer,.progress .load{position:absolute;height:100%;top:0;left:0;z-index:3}.progress .load{width:100%;animation:progress-loading 3s infinite linear;background:var(--progress-bar-load-color);background-size:var(--progress-bar-height) var(--progress-bar-height);z-index:1;margin-top:-1px}.progress .buffer{z-index:2;background-color:var(--progress-bar-buffer-color)}.progress .bar{z-index:3;background:var(--progress-bar-color)}.progress.line{background-color:var(--progress-bar-line-color);display:flex}.progress.line:before{height:100%;width:100%;background-color:var(--progress-bar-line-back-color);content:"";animation:running-progress 2s cubic-bezier(.4,0,.2,1) infinite}.progress .value{display:block;float:left;position:absolute;z-index:5;font-size:11px;top:50%;transform:translateY(-50%);margin-left:4px}.progress .value.centered{left:50%;transform:translate3d(-50%,-50%,0)}.progress.small{--progress-bar-height: 6px}@keyframes progress-loading{0%{opacity:1;background-position:0 var(--progress-bar-height-ani)}50%{opacity:0}to{opacity:1;background-position:-200px var(--progress-bar-height-ani)}}@keyframes running-progress{0%{margin-left:0;margin-right:100%}50%{margin-left:25%;margin-right:0}to{margin-left:100%;margin-right:0}}.rating{display:inline-flex;flex-flow:row;align-items:center;position:relative;background-color:transparent;cursor:default;font-size:16px}.rating input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.rating .stars,.rating .result,.rating .title{display:block;position:relative}.rating .stars{margin:0;padding:0;list-style:none inside;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}.rating .stars li{display:block;position:relative;color:#bebebe;width:24px;height:24px;line-height:24px;font-size:24px;transition:color .3s linear}.rating .stars li:before{position:absolute;content:"\2605";display:block;z-index:1;left:0}.rating .stars li.half:after{left:0;display:block;position:absolute;content:"\2605";width:.42em;z-index:2;overflow:hidden}.rating .stars li.half.half-10:after{width:.1em}.rating .stars li.half.half-20:after{width:.2em}.rating .stars li.half.half-30:after{width:.3em}.rating .stars li.half.half-40:after{width:.4em}.rating .stars li.half.half-50:after{width:.42em}.rating .stars li.half.half-60:after{width:.49em}.rating .stars li.half.half-70:after{width:.6em}.rating .stars li.half.half-80:after{width:.7em}.rating .stars li.half.half-90:after{width:.8em}.rating .result{font-size:.8em;margin-left:10px}.rating .title{margin-right:10px}.rating .stars{cursor:default}.rating .stars li.on,.rating .stars li.half:after{color:#1d1d1d}.rating:not(.static) .stars{cursor:pointer}.rating:not(.static) .stars:hover li{color:#1d1d1d}.rating:not(.static) .stars li:hover~li{color:#bebebe!important}.rating:not(.static) .stars li.scale{animation:star-scale .3s ease-in-out}@keyframes star-scale{0%,to{transform:scale(1)}50%{transform:scale(1.5)}}:root{--remark-border-color: var(--border-color);--remark-background: #ffffff;--remark-color: #191919}.dark-side{--remark-border-color: var(--border-color);--remark-background: #26282e;--remark-color: #dbdfe7}.remark{display:flex;flex-flow:row nowrap;align-items:center;position:relative;border:1px solid;border-left:4px solid;border-color:var(--remark-border-color);color:var(--remark-color);background-color:var(--remark-background);padding:1rem;font-size:14px;margin:1rem 0;cursor:default;overflow:hidden}.remark.rounded{border-radius:10px!important}.remark .icon{margin-right:1rem;font-size:32px;width:32px;height:32px}.remark.primary{border:1px solid #5ca7fd!important;color:#191919!important}.remark.primary:before{position:absolute;top:0;left:0;width:4px;height:100%;content:" ";background-color:#0366d6;z-index:0}.remark.primary .icon{color:#0366d6!important}.remark.primary{background:#daebfe!important}.remark.secondary{border:1px solid #a8bac3!important;color:#191919!important}.remark.secondary:before{position:absolute;top:0;left:0;width:4px;height:100%;content:" ";background-color:#607d8b;z-index:0}.remark.secondary .icon{color:#607d8b!important}.remark.secondary{background:#f3f6f7!important}.remark.success{border:1px solid #a0e857!important;color:#191919!important}.remark.success:before{position:absolute;top:0;left:0;width:4px;height:100%;content:" ";background-color:#60a917;z-index:0}.remark.success .icon{color:#60a917!important}.remark.success{background:#ecfbde!important}.remark.alert{border:1px solid #e89792!important;color:#191919!important}.remark.alert:before{position:absolute;top:0;left:0;width:4px;height:100%;content:" ";background-color:#ce352c;z-index:0}.remark.alert .icon{color:#ce352c!important}.remark.alert{background:#fae7e6!important}.remark.warning{border:1px solid #ffdec7!important;color:#191919!important}.remark.warning:before{position:absolute;top:0;left:0;width:4px;height:100%;content:" ";background-color:#ff9447;z-index:0}.remark.warning .icon{color:#ff9447!important}.remark.warning{background:#ffede1!important}.remark.yellow{border:1px solid #ffffff!important;color:#191919!important}.remark.yellow:before{position:absolute;top:0;left:0;width:4px;height:100%;content:" ";background-color:#ffe484;z-index:0}.remark.yellow .icon{color:#ffe484!important}.remark.yellow{background:#fff7db!important}.remark.info{border:1px solid #e5f6fe!important;color:#191919!important}.remark.info:before{position:absolute;top:0;left:0;width:4px;height:100%;content:" ";background-color:#69cbfa;z-index:0}.remark.info .icon{color:#69cbfa!important}.remark.info{background:#e5f6fe!important}.remark.dark{border:1px solid #909090!important;color:#191919!important}.remark.dark:before{position:absolute;top:0;left:0;width:4px;height:100%;content:" ";background-color:#505050;z-index:0}.remark.dark .icon{color:#505050!important}.remark.dark{background:#e9e9e9!important}.remark.light{border:1px solid #ffffff!important;color:#191919!important}.remark.light:before{position:absolute;top:0;left:0;width:4px;height:100%;content:" ";background-color:#f8f8f8;z-index:0}.remark.light .icon{color:#f8f8f8!important}.resize-element{display:block;position:absolute;right:-1px;bottom:-1px;z-index:101;cursor:nwse-resize;width:12px;height:12px}.resize-element:after{position:absolute;display:block;border-bottom:12px solid #60a917;border-left:12px solid transparent;content:"";right:-2px;bottom:-2px}.resize-element.resize-element-disabled{cursor:default}.resize-element.resize-element-disabled:after{border-bottom-color:#bebebe}.resize-element:not(.resize-element-disabled):hover:after{animation:resize-element-animation 1s ease infinite}@keyframes resize-element-animation{0%{right:0;bottom:0}to{right:-2px;bottom:-2px}}.ribbon-menu{display:block;position:relative}.ribbon-menu div{position:relative}.ribbon-menu .tabs-holder{display:flex;justify-content:flex-start;align-items:center;list-style:none inside;margin:0;padding:0;position:relative;z-index:1;border-bottom:1px solid #dadbdc}.ribbon-menu .tabs-holder li,.ribbon-menu .tabs-holder a{display:block;height:24px;line-height:24px}.ribbon-menu .tabs-holder li{color:#1d1d1d;background-color:#fff;border-left:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid #dadbdc}.ribbon-menu .tabs-holder li:hover{border-left-color:#dadbdc;border-right-color:#dadbdc}.ribbon-menu .tabs-holder li+li{margin-left:3px}.ribbon-menu .tabs-holder a{text-decoration:none;padding:0 14px;font-size:12px;background-color:inherit;color:inherit}.ribbon-menu .tabs-holder .active{background-color:#f5f6f7;border:1px solid #dadbdc;border-bottom-color:transparent}.ribbon-menu .tabs-holder .static{background-color:#1979ca;color:#fff}.ribbon-menu .content-holder{display:block;position:relative}.ribbon-menu .content-holder{background-color:#f5f6f7;border-left:none;border-right:none}.ribbon-menu .content-holder .section{display:block;padding:4px;border-bottom:1px solid #dadbdc;justify-content:flex-start}.ribbon-menu .content-holder .section.active{display:flex}.ribbon-menu .content-holder .section.non-active{display:none}.ribbon-menu .content-holder .group{padding:0 4px 24px;display:flex;cursor:default;background-color:inherit;position:relative;align-items:flex-start;align-content:flex-start}.ribbon-menu .content-holder .group:nth-child(1):last-child{flex-basis:100%}.ribbon-menu .content-holder .group .title{display:block;position:absolute;left:0;bottom:0;width:100%;line-height:24px;height:20px;font-size:11px;text-align:center;border-top:1px solid #dadbdc;white-space:nowrap}.ribbon-menu .content-holder .group .group-divider{display:block;position:relative;height:100%;margin:0 4px;width:1px;background-color:#dadbdc}.ribbon-menu .content-holder .group>*:not(.title),.ribbon-menu .content-holder .group>*:not(.group-divider){margin:2px}.ribbon-menu .content-holder .group+.group{border-left:1px solid #dadbdc}.ribbon-button,.ribbon-tool-button,.ribbon-button-dropdown,.ribbon-icon-button{cursor:pointer;min-width:0;text-align:center;border:1px solid transparent;background-color:#f5f6f7;outline:none;position:relative}.ribbon-button{height:auto;min-height:64px;width:auto;padding:4px;margin:0}.ribbon-button .caption,.ribbon-button .icon{display:block;text-align:center}.ribbon-button .caption{font-size:12px}.ribbon-button .icon *{height:32px;max-width:32px;font-size:26px;line-height:32px}.ribbon-button .icon+.caption{margin-top:8px}.ribbon-button.dropdown-toggle{padding-right:4px!important}.ribbon-button.dropdown-toggle:before{margin-left:-.65rem}.ribbon-icon-button{height:24px;width:auto;margin:0;display:inline-flex;flex-flow:row nowrap;align-items:center;padding:0 4px;flex-wrap:nowrap}.ribbon-icon-button .caption,.ribbon-icon-button .icon{display:block}.ribbon-icon-button .caption{font-size:12px;white-space:nowrap}.ribbon-icon-button .icon{display:flex;justify-content:center;align-items:center}.ribbon-icon-button .icon *{width:16px;height:16px;line-height:16px;font-size:14px}.ribbon-icon-button .icon+.caption,.ribbon-icon-button .caption+.icon{margin-left:4px}.ribbon-icon-button [class*=mif-]{vertical-align:inherit}.ribbon-tool-button{width:24px;height:24px;padding:0 2px;margin:0}.ribbon-tool-button *{width:16px;height:16px;line-height:16px;font-size:14px}.ribbon-icon-button.dropdown-toggle,.ribbon-tool-button.dropdown-toggle{padding-right:2px!important}.ribbon-icon-button.dropdown-toggle:before,.ribbon-tool-button.dropdown-toggle:before{display:none}.ribbon-icon-button.dropdown-toggle:after,.ribbon-tool-button.dropdown-toggle:after{content:"";display:block;position:absolute;bottom:0;right:0;width:0;height:0;border-style:solid;border-width:0 0 4px 4px;border-color:transparent transparent #1d1d1d transparent;z-index:1}.ribbon-icon-button.dropdown-toggle{padding-right:4px!important}.ribbon-split-button{text-align:center;border:1px solid transparent;padding:0;margin:0}.ribbon-split-button:not([disabled]):hover,.ribbon-split-button:not(.disabled):hover{border-color:#a4cef9}.ribbon-split-button:not([disabled]):hover .ribbon-split,.ribbon-split-button:not(.disabled):hover .ribbon-split{border-color:#a4cef9}.ribbon-split-button .ribbon-main,.ribbon-split-button .ribbon-split{display:block;text-align:center;min-width:0;padding:2px 4px;width:100%;cursor:pointer}.ribbon-split-button .ribbon-main:hover,.ribbon-split-button .ribbon-split:hover{background-color:#a4cef933}.ribbon-split-button .ribbon-main{background-color:inherit;outline:none;position:relative;border:none}.ribbon-split-button .icon *{height:32px;max-width:32px;font-size:26px;line-height:32px}.ribbon-split-button .icon+.caption{margin-top:8px}.ribbon-split-button .ribbon-split{font-size:12px;border-top:1px solid transparent;padding-bottom:4px}.ribbon-split-button .ribbon-split.dropdown-toggle{padding-right:4px!important}.ribbon-split-button .ribbon-split.dropdown-toggle:before{display:none}.ribbon-split-button .ribbon-split.dropdown-toggle:after{content:"";display:block;position:absolute;bottom:2px;left:50%;transform:translate(-50%) rotate(45deg);width:0;height:0;border-style:solid;border-width:0 0 4px 4px;border-color:transparent transparent #1d1d1d transparent;z-index:1}.ribbon-dropdown{list-style:none inside;margin:0;position:relative;width:auto;float:left;display:block;position:absolute;background-color:#fbfcfd;color:#1d1d1d;padding:2px;border:1px solid #dadbdc;font-size:12px;box-shadow:2px 2px 2px #e3e4e5b3;z-index:1000;top:100%;left:0}.ribbon-dropdown li,.ribbon-dropdown a{display:block;position:relative;background-color:inherit;color:inherit;height:24px}.ribbon-dropdown li{border:1px solid transparent;padding-left:24px}.ribbon-dropdown li:not([disabled]):hover,.ribbon-dropdown li:not(.disabled):hover{border-color:#a4cef9;background-color:#a4cef933}.ribbon-dropdown a{line-height:24px;text-decoration:none;padding:0 8px;border-left:1px solid #dcddde;white-space:nowrap}.ribbon-dropdown .divider{display:block;height:1px;width:100%;position:relative;background-color:#dcddde}.ribbon-dropdown .checked:before,.ribbon-dropdown .checked-one:before,.ribbon-dropdown .checked:after,.ribbon-dropdown .checked-one:after{position:absolute;display:block;content:""}.ribbon-dropdown .checked:before,.ribbon-dropdown .checked-one:before{background-color:transparent;border-color:#1d1d1d;border-left:2px solid;border-bottom:2px solid;height:.325rem;width:.5rem;left:.5rem;top:50%;transform:translateY(-50%) rotate(-45deg);z-index:2}.ribbon-dropdown .checked:after,.ribbon-dropdown .checked-one:after{width:23px;height:22px;top:0;left:0;z-index:1}.ribbon-dropdown .checked:after{border:1px solid #a4cef9;background-color:#a4cef933}.ribbon-dropdown .checked-one:before{width:.4rem;height:.4rem;border-radius:50%;background-color:#1d1d1d}.ribbon-dropdown .ribbon-dropdown{top:-4px;left:100%}.ribbon-dropdown .dropdown-toggle:before{transform:rotate(-135deg)!important}.ribbon-dropdown .dropdown-toggle.active-toggle:before{transform:rotate(45deg)!important}.ribbon-toggle-group{background-color:#f8f8f8;display:flex;flex-flow:column wrap;max-height:80px;border:1px solid #dadbdc;width:auto}.ribbon-toggle-group .ribbon-icon-button{height:20px;margin:1px;background-color:inherit}.ribbon-toggle-group .ribbon-icon-button>*{height:18px}.ribbon-button:hover:enabled,.ribbon-tool-button:hover:enabled,.ribbon-icon-button:hover:enabled,.ribbon-button:not(.disabled):hover,.ribbon-tool-button:not(.disabled):hover,.ribbon-icon-button:not(.disabled):hover{border-color:#a4cef9;background-color:#a4cef933}.ribbon-button:active,.ribbon-tool-button:active,.ribbon-split:active,.ribbon-main:active,.ribbon-icon-button:active,.ribbon-button.active,.ribbon-tool-button.active,.ribbon-split.active,.ribbon-main.active,.ribbon-icon-button.active,.ribbon-menu .active-container .ribbon-button,.ribbon-menu .active-container .ribbon-tool-button,.ribbon-menu .active-container .ribbon-icon-button{border-color:#1979ca;background-color:#a4cef9cc!important}@supports (-ms-ime-align:auto){.ribbon-menu .content-holder .section{height:130px}}.ripple{display:block;width:0;height:0;border-radius:100%;background:#fff6;transform:scale(0);position:absolute;opacity:1}.rippleEffect{animation:rippleDrop .5s linear}@keyframes rippleDrop{to{transform:scale(2.5);opacity:0}}.scrollbar-type-1 ::-webkit-scrollbar{width:6px;height:6px}.scrollbar-type-1 ::-webkit-scrollbar-track{background-color:#e8e8e8}.scrollbar-type-1 ::-webkit-scrollbar-thumb{background-color:#655f5fb5}.scrollbar-type-2 ::-webkit-scrollbar{width:6px;height:6px}.scrollbar-type-2 ::-webkit-scrollbar-track{border-radius:6px;background-color:#e8e8e8}.scrollbar-type-2 ::-webkit-scrollbar-thumb{border-radius:6px;background-color:#655f5fb5}.scrollbar-type-3 ::-webkit-scrollbar{width:10px;height:10px}.scrollbar-type-3 ::-webkit-scrollbar-track{background-color:#e8e8e8}.scrollbar-type-3 ::-webkit-scrollbar-thumb{background-color:#655f5fb5}.scrollbar-type-4 ::-webkit-scrollbar{width:12px;height:12px}.scrollbar-type-4 ::-webkit-scrollbar-track{border-radius:10px;background-color:#e8e8e8}.scrollbar-type-4 ::-webkit-scrollbar-thumb{border-radius:10px;background-color:#655f5fb5}[class*=scrollbar-type-] *{scrollbar-width:thin;scrollbar-color:rgba(101,95,95,.71) #e8e8e8}.sb-black ::-webkit-scrollbar-thumb{background-color:#000!important}.sb-black *{scrollbar-color:#000000 #e8e8e8!important}.sb-white ::-webkit-scrollbar-thumb{background-color:#fff!important}.sb-white *{scrollbar-color:#ffffff #e8e8e8!important}.sb-dark ::-webkit-scrollbar-thumb{background-color:#1d1d1d!important}.sb-dark *{scrollbar-color:#1d1d1d #e8e8e8!important}.sb-light ::-webkit-scrollbar-thumb{background-color:#f8f8f8!important}.sb-light *{scrollbar-color:#f8f8f8 #e8e8e8!important}.sb-grayBlue ::-webkit-scrollbar-thumb{background-color:#607d8b!important}.sb-grayBlue *{scrollbar-color:#607d8b #e8e8e8!important}.sb-grayWhite ::-webkit-scrollbar-thumb{background-color:#f5f5f5!important}.sb-grayWhite *{scrollbar-color:#f5f5f5 #e8e8e8!important}.sb-grayMouse ::-webkit-scrollbar-thumb{background-color:#455a64!important}.sb-grayMouse *{scrollbar-color:#455a64 #e8e8e8!important}.sb-brandColor1 ::-webkit-scrollbar-thumb{background-color:#2ac4f4!important}.sb-brandColor1 *{scrollbar-color:#2ac4f4 #e8e8e8!important}.sb-brandColor2 ::-webkit-scrollbar-thumb{background-color:#004d6f!important}.sb-brandColor2 *{scrollbar-color:#004d6f #e8e8e8!important}.sb-lime ::-webkit-scrollbar-thumb{background-color:#a4c400!important}.sb-lime *{scrollbar-color:#a4c400 #e8e8e8!important}.sb-green ::-webkit-scrollbar-thumb{background-color:#60a917!important}.sb-green *{scrollbar-color:#60a917 #e8e8e8!important}.sb-emerald ::-webkit-scrollbar-thumb{background-color:#008a00!important}.sb-emerald *{scrollbar-color:#008a00 #e8e8e8!important}.sb-blue ::-webkit-scrollbar-thumb{background-color:#00aff0!important}.sb-blue *{scrollbar-color:#00AFF0 #e8e8e8!important}.sb-teal ::-webkit-scrollbar-thumb{background-color:#00aba9!important}.sb-teal *{scrollbar-color:#00aba9 #e8e8e8!important}.sb-cyan ::-webkit-scrollbar-thumb{background-color:#1fb1f8!important}.sb-cyan *{scrollbar-color:#1fb1f8 #e8e8e8!important}.sb-cobalt ::-webkit-scrollbar-thumb{background-color:#0050ef!important}.sb-cobalt *{scrollbar-color:#0050ef #e8e8e8!important}.sb-indigo ::-webkit-scrollbar-thumb{background-color:#6a00ff!important}.sb-indigo *{scrollbar-color:#6a00ff #e8e8e8!important}.sb-violet ::-webkit-scrollbar-thumb{background-color:#a0f!important}.sb-violet *{scrollbar-color:#aa00ff #e8e8e8!important}.sb-pink ::-webkit-scrollbar-thumb{background-color:#dc4fad!important}.sb-pink *{scrollbar-color:#dc4fad #e8e8e8!important}.sb-magenta ::-webkit-scrollbar-thumb{background-color:#d80073!important}.sb-magenta *{scrollbar-color:#d80073 #e8e8e8!important}.sb-crimson ::-webkit-scrollbar-thumb{background-color:#a20025!important}.sb-crimson *{scrollbar-color:#a20025 #e8e8e8!important}.sb-red ::-webkit-scrollbar-thumb{background-color:#ce352c!important}.sb-red *{scrollbar-color:#CE352C #e8e8e8!important}.sb-orange ::-webkit-scrollbar-thumb{background-color:#fa6800!important}.sb-orange *{scrollbar-color:#fa6800 #e8e8e8!important}.sb-amber ::-webkit-scrollbar-thumb{background-color:#f0a30a!important}.sb-amber *{scrollbar-color:#f0a30a #e8e8e8!important}.sb-yellow ::-webkit-scrollbar-thumb{background-color:#fff000!important}.sb-yellow *{scrollbar-color:#fff000 #e8e8e8!important}.sb-brown ::-webkit-scrollbar-thumb{background-color:#825a2c!important}.sb-brown *{scrollbar-color:#825a2c #e8e8e8!important}.sb-olive ::-webkit-scrollbar-thumb{background-color:#6d8764!important}.sb-olive *{scrollbar-color:#6d8764 #e8e8e8!important}.sb-steel ::-webkit-scrollbar-thumb{background-color:#647687!important}.sb-steel *{scrollbar-color:#647687 #e8e8e8!important}.sb-mauve ::-webkit-scrollbar-thumb{background-color:#76608a!important}.sb-mauve *{scrollbar-color:#76608a #e8e8e8!important}.sb-taupe ::-webkit-scrollbar-thumb{background-color:#87794e!important}.sb-taupe *{scrollbar-color:#87794e #e8e8e8!important}.sb-gray ::-webkit-scrollbar-thumb{background-color:#bebebe!important}.sb-gray *{scrollbar-color:#bebebe #e8e8e8!important}.sb-lightLime ::-webkit-scrollbar-thumb{background-color:#d8ff12!important}.sb-lightLime *{scrollbar-color:#d8ff12 #e8e8e8!important}.sb-lightGreen ::-webkit-scrollbar-thumb{background-color:#86e22a!important}.sb-lightGreen *{scrollbar-color:#86e22a #e8e8e8!important}.sb-lightEmerald ::-webkit-scrollbar-thumb{background-color:#00d600!important}.sb-lightEmerald *{scrollbar-color:#00d600 #e8e8e8!important}.sb-lightBlue ::-webkit-scrollbar-thumb{background-color:#3ecbff!important}.sb-lightBlue *{scrollbar-color:#3ecbff #e8e8e8!important}.sb-lightTeal ::-webkit-scrollbar-thumb{background-color:#00f7f5!important}.sb-lightTeal *{scrollbar-color:#00f7f5 #e8e8e8!important}.sb-lightCyan ::-webkit-scrollbar-thumb{background-color:#69cbfa!important}.sb-lightCyan *{scrollbar-color:#69cbfa #e8e8e8!important}.sb-lightCobalt ::-webkit-scrollbar-thumb{background-color:#3d7eff!important}.sb-lightCobalt *{scrollbar-color:#3d7eff #e8e8e8!important}.sb-lightIndigo ::-webkit-scrollbar-thumb{background-color:#974dff!important}.sb-lightIndigo *{scrollbar-color:#974dff #e8e8e8!important}.sb-lightViolet ::-webkit-scrollbar-thumb{background-color:#c44dff!important}.sb-lightViolet *{scrollbar-color:#c44dff #e8e8e8!important}.sb-lightPink ::-webkit-scrollbar-thumb{background-color:#e98fcb!important}.sb-lightPink *{scrollbar-color:#e98fcb #e8e8e8!important}.sb-lightMagenta ::-webkit-scrollbar-thumb{background-color:#ff2599!important}.sb-lightMagenta *{scrollbar-color:#ff2599 #e8e8e8!important}.sb-lightCrimson ::-webkit-scrollbar-thumb{background-color:#ef0036!important}.sb-lightCrimson *{scrollbar-color:#ef0036 #e8e8e8!important}.sb-lightRed ::-webkit-scrollbar-thumb{background-color:#df6e68!important}.sb-lightRed *{scrollbar-color:#df6e68 #e8e8e8!important}.sb-lightOrange ::-webkit-scrollbar-thumb{background-color:#ff9447!important}.sb-lightOrange *{scrollbar-color:#ff9447 #e8e8e8!important}.sb-lightAmber ::-webkit-scrollbar-thumb{background-color:#f8bf4f!important}.sb-lightAmber *{scrollbar-color:#f8bf4f #e8e8e8!important}.sb-lightYellow ::-webkit-scrollbar-thumb{background-color:#fff44d!important}.sb-lightYellow *{scrollbar-color:#fff44d #e8e8e8!important}.sb-lightBrown ::-webkit-scrollbar-thumb{background-color:#bb823f!important}.sb-lightBrown *{scrollbar-color:#bb823f #e8e8e8!important}.sb-lightOlive ::-webkit-scrollbar-thumb{background-color:#95ab8d!important}.sb-lightOlive *{scrollbar-color:#95ab8d #e8e8e8!important}.sb-lightSteel ::-webkit-scrollbar-thumb{background-color:#8d9cab!important}.sb-lightSteel *{scrollbar-color:#8d9cab #e8e8e8!important}.sb-lightMauve ::-webkit-scrollbar-thumb{background-color:#9c89ad!important}.sb-lightMauve *{scrollbar-color:#9c89ad #e8e8e8!important}.sb-lightTaupe ::-webkit-scrollbar-thumb{background-color:#aea073!important}.sb-lightTaupe *{scrollbar-color:#aea073 #e8e8e8!important}.sb-lightGray ::-webkit-scrollbar-thumb{background-color:#e4e4e4!important}.sb-lightGray *{scrollbar-color:#e4e4e4 #e8e8e8!important}.sb-lightGrayBlue ::-webkit-scrollbar-thumb{background-color:#8aa2ae!important}.sb-lightGrayBlue *{scrollbar-color:#8aa2ae #e8e8e8!important}.sb-darkLime ::-webkit-scrollbar-thumb{background-color:#647800!important}.sb-darkLime *{scrollbar-color:#647800 #e8e8e8!important}.sb-darkGreen ::-webkit-scrollbar-thumb{background-color:#3a660e!important}.sb-darkGreen *{scrollbar-color:#3a660e #e8e8e8!important}.sb-darkEmerald ::-webkit-scrollbar-thumb{background-color:#003d00!important}.sb-darkEmerald *{scrollbar-color:#003d00 #e8e8e8!important}.sb-darkBlue ::-webkit-scrollbar-thumb{background-color:#0077a3!important}.sb-darkBlue *{scrollbar-color:#0077a3 #e8e8e8!important}.sb-darkTeal ::-webkit-scrollbar-thumb{background-color:#005e5d!important}.sb-darkTeal *{scrollbar-color:#005e5d #e8e8e8!important}.sb-darkCyan ::-webkit-scrollbar-thumb{background-color:#0686c4!important}.sb-darkCyan *{scrollbar-color:#0686c4 #e8e8e8!important}.sb-darkCobalt ::-webkit-scrollbar-thumb{background-color:#0036a3!important}.sb-darkCobalt *{scrollbar-color:#0036a3 #e8e8e8!important}.sb-darkIndigo ::-webkit-scrollbar-thumb{background-color:#4a00b3!important}.sb-darkIndigo *{scrollbar-color:#4a00b3 #e8e8e8!important}.sb-darkViolet ::-webkit-scrollbar-thumb{background-color:#7700b3!important}.sb-darkViolet *{scrollbar-color:#7700b3 #e8e8e8!important}.sb-darkPink ::-webkit-scrollbar-thumb{background-color:#ba2588!important}.sb-darkPink *{scrollbar-color:#ba2588 #e8e8e8!important}.sb-darkMagenta ::-webkit-scrollbar-thumb{background-color:#8c004a!important}.sb-darkMagenta *{scrollbar-color:#8c004a #e8e8e8!important}.sb-darkCrimson ::-webkit-scrollbar-thumb{background-color:#560014!important}.sb-darkCrimson *{scrollbar-color:#560014 #e8e8e8!important}.sb-darkRed ::-webkit-scrollbar-thumb{background-color:#8f251f!important}.sb-darkRed *{scrollbar-color:#8f251f #e8e8e8!important}.sb-darkOrange ::-webkit-scrollbar-thumb{background-color:#ae4800!important}.sb-darkOrange *{scrollbar-color:#ae4800 #e8e8e8!important}.sb-darkAmber ::-webkit-scrollbar-thumb{background-color:#a77107!important}.sb-darkAmber *{scrollbar-color:#a77107 #e8e8e8!important}.sb-darkYellow ::-webkit-scrollbar-thumb{background-color:#b3a800!important}.sb-darkYellow *{scrollbar-color:#b3a800 #e8e8e8!important}.sb-darkBrown ::-webkit-scrollbar-thumb{background-color:#493219!important}.sb-darkBrown *{scrollbar-color:#493219 #e8e8e8!important}.sb-darkOlive ::-webkit-scrollbar-thumb{background-color:#4a5b43!important}.sb-darkOlive *{scrollbar-color:#4a5b43 #e8e8e8!important}.sb-darkSteel ::-webkit-scrollbar-thumb{background-color:#43505b!important}.sb-darkSteel *{scrollbar-color:#43505b #e8e8e8!important}.sb-darkMauve ::-webkit-scrollbar-thumb{background-color:#4f415d!important}.sb-darkMauve *{scrollbar-color:#4f415d #e8e8e8!important}.sb-darkTaupe ::-webkit-scrollbar-thumb{background-color:#574e32!important}.sb-darkTaupe *{scrollbar-color:#574e32 #e8e8e8!important}.sb-darkGray ::-webkit-scrollbar-thumb{background-color:#989898!important}.sb-darkGray *{scrollbar-color:#989898 #e8e8e8!important}.sb-darkGrayBlue ::-webkit-scrollbar-thumb{background-color:#41545e!important}.sb-darkGrayBlue *{scrollbar-color:#41545e #e8e8e8!important}.tag{display:inline-flex;justify-content:space-between;align-items:flex-start;position:relative;margin:2px;padding:0;height:26px;line-height:26px;background-color:#f8f8f8;cursor:default}.tag .title{display:block;position:relative;font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0 8px}.tag .remover{display:block;position:relative;width:26px;height:100%;line-height:22px;text-align:center;cursor:pointer;background-color:#e4e4e4;font-size:1.2rem}.tag.short-tag .title{max-width:120px}.tag.small{margin:2px;height:18px;line-height:18px}.tag.small .title{font-size:.7rem;line-height:18px}.tag.small .remover{width:18px;height:18px;line-height:18px;font-size:.8rem}.tag.large{margin:2px;height:36px;line-height:36px}.tag.large .title{font-size:1.3rem;line-height:36px}.tag.large .remover{width:35px;height:35px;line-height:33px;font-size:1.6rem}.tag.static{background:#d4f0ff;color:#1d1d1d}.tag.static .remover{display:none!important}:root{--select-focus-color: rgba(228, 228, 228, .45);--select-disabled-color: #ccc;--select-options-background: #ffffff;--select-options-color: #191919;--select-option-background: transparent;--select-option-color: inherit;--select-option-background-hover: rgba(29, 29, 29, .1);--select-option-color-hover: inherit;--select-option-background-selected: #468cff;--select-option-color-selected: #ffffff;--select-button-background: transparent;--select-button-color: #191919;--select-button-background-hover: transparent;--select-button-color-hover: #191919;--select-dropdown-toggle-color: #191919;--select-group-title-background: #f6f7f8;--select-group-title-color: #646464;--select-item-group-title-background: transparent;--select-item-group-title-color: #ccc;--select-tag-background: #f6f7f8;--select-tag-color: #191919;--select-tag-button-background: #f6f7f8;--select-tag-button-color: #191919}.dark-side{--select-focus-color: rgba(228, 228, 228, .2);--select-disabled-color: #ccc;--select-options-background: #2b2d30;--select-options-color: #dbdfe7;--select-option-background: transparent;--select-option-color: inherit;--select-option-background-hover: #43454a;--select-option-color-hover: #ffffff;--select-option-background-selected: #43454a;--select-option-color-selected: #ffffff;--select-button-background: transparent;--select-button-color: #dbdfe7;--select-button-background-hover: transparent;--select-button-color-hover: #ffffff;--select-dropdown-toggle-color: #ffffff;--select-group-title-background: #1e1f22;--select-group-title-color: #646464;--select-item-group-title-background: transparent;--select-item-group-title-color: #646464;--select-tag-background: #2b2d30;--select-tag-color: #dbdfe7;--select-tag-button-background: #2b2d30;--select-tag-button-color: #dbdfe7}.select{display:flex;flex-flow:row nowrap;justify-content:space-between;width:100%;padding:0;cursor:pointer;position:relative;margin:0;user-select:none}.select:hover .button,.select.focused .button{border:none!important;box-shadow:none!important}.select .dropdown-toggle{width:36px;height:36px;display:block;position:relative}.select .dropdown-toggle:before{margin-left:-1.1rem;border-color:var(--select-dropdown-toggle-color)}.select .option-list{margin:0;padding:0;list-style:none inside;overflow-y:auto;position:relative;display:block;background-color:var(--select-options-background);color:var(--select-options-color);font-size:.875rem}.select .option-list li,.select .option-list a{display:block}.select .option-list a{min-width:auto;height:32px;line-height:32px;overflow:hidden;text-overflow:ellipsis;padding:0 2rem 0 2.5rem}.select .option-list .icon{font-size:20px;width:20px;height:20px;left:8px;position:absolute;vertical-align:middle;text-align:center}.select .option-list li:hover{background-color:var(--select-option-background-hover);color:var(--select-option-color-hover)}.select .option-list li.active{background-color:var(--select-option-background-selected);color:var(--select-option-color-selected);font-weight:700}.select input[type=checkbox]{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.select select{display:none}.select .button-group{display:flex;flex-wrap:nowrap}.select .button{background-color:var(--select-button-background);color:var(--select-button-color);height:34px;min-width:34px}.select .button:hover{background-color:var(--select-button-background-hover);color:var(--select-button-color-hover);text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.select .input-clear-button,.select .input-clear-button:hover{background-color:transparent}.select .select-input{display:flex;flex-flow:row wrap;align-items:center;cursor:pointer;width:calc(100% - .1rem);height:34px;padding-left:10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.select .select-input .icon{margin:0 4px}.select .select-input:focus{box-shadow:none}.select select[multiple]~.select-input{padding-left:4px}.select:hover input{border-color:transparent}.select:hover .button:focus,.select:hover .button:active,.select:hover .button:hover{border:none!important;box-shadow:none!important}.select .drop-container{position:absolute;top:100%;left:0;width:calc(100% + 2px);height:auto;border:1px solid var(--border-color);padding:2px;margin-left:-1px;z-index:1000;background-color:var(--select-options-background);color:var(--select-options-color);box-shadow:3px 3px 5px #0000004d}.select .drop-container .input{margin:4px 2px 6px;width:calc(100% - 4px)}.select.drop-full-size .drop-container{width:max-content}.select.focused{box-shadow:0 0 0 3px var(--select-focus-color)}.select.dropdown-toggle:before{margin-left:-1.1rem;left:100%;top:14px;margin-top:0;width:.4rem;height:.4rem}.select.disabled.dropdown-toggle:before{border-color:var(--select-disabled-color)}.select .group-title{background-color:var(--select-group-title-background);color:var(--select-group-title-color);font-size:.75rem;line-height:.875rem;padding:.25rem .5rem .25rem 1rem;border:0;font-weight:700}.select .group-title:hover{background-color:var(--select-group-title-background)!important;color:var(--select-group-title-color)!important;cursor:default}.select ul{right:0;left:0}.select.multiple{flex-wrap:wrap;height:auto;min-height:36px}.select.multiple .dropdown-toggle{position:absolute;top:0;right:0}.select.multiple>.button-group{position:absolute;top:0;right:34px}.select.multiple .select-input{height:auto;min-height:36px;margin-right:34px}.select.multiple .button-group:not(.d-none)~.select-input{margin-right:68px}.select .prepend{order:1}.select .append{order:3}.select .select-input{order:2}.select .button-group{order:3}.select .dropdown-toggle{order:4}.select.input-large{height:50px}.select.input-large .dropdown-toggle,.select.input-large>.button-group .button{height:50px;width:50px}.select.input-large .dropdown-toggle:before{margin-left:-1.5rem}.select.input-large .select-input,.select.input-large .prepend,.select.input-large .append{height:48px;font-size:1.3rem;padding:2px 10px;line-height:48px}.select.input-large.multiple{min-height:50px;height:auto}.select.input-large.multiple .select-input{height:auto;min-height:48px}.select.input-large.multiple>.button-group{right:50px}.select.input-large.multiple>.button-group:not(.d-none)~.select-input{margin-right:100px}.select.input-large.dropdown-toggle:before{top:18px;width:.6rem;height:.6rem;margin-left:-1.3rem}.select.input-small{height:28px}.select.input-small .dropdown-toggle,.select.input-small>.button-group .button{height:28px;width:28px}.select.input-small .dropdown-toggle:before{margin-left:-1rem}.select.input-small .select-input,.select.input-small .prepend,.select.input-small .append{height:26px;font-size:.9rem;padding:0 4px;line-height:26px}.select.input-small.multiple{min-height:28px;height:auto}.select.input-small.multiple .select-input{height:auto;min-height:26px}.select.input-small.multiple>.button-group{right:28px}.select.input-small.multiple>.button-group:not(.d-none)~.select-input{margin-right:56px}.select.input-small.dropdown-toggle:before{top:10px;width:.325rem;height:.325rem;margin-left:-.9rem}.select.input-small .button-group .button{padding:0}.select[dir=rtl],.select.rtl{flex-direction:row-reverse}.select[dir=rtl] .select-input,.select.rtl .select-input{order:3}.select[dir=rtl] .prepend,.select.rtl .prepend{order:4}.select[dir=rtl] .append,.select.rtl .append{order:1}.select[dir=rtl] .button-group,.select.rtl .button-group{order:2}.select[dir=rtl].dropdown-toggle,.select.rtl.dropdown-toggle{padding-right:0!important;padding-left:.9rem}.select[dir=rtl].dropdown-toggle:before,.select.rtl.dropdown-toggle:before{margin-left:.9rem;left:0}.select .selected-item__group-name{font-size:.75rem;background-color:var(--select-item-group-title-background);color:var(--select-item-group-title-color)}.select .tag{background-color:var(--select-tag-background);color:var(--select-tag-color);border:1px solid var(--border-color)}.select .tag .remover{background-color:var(--select-tag-button-background);color:var(--select-tag-button-color)}.shortcut{width:84px;height:84px;padding:8px;display:inline-flex;flex-direction:column;font-size:.9rem;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;white-space:nowrap;vertical-align:middle;user-select:none;border:1px solid transparent;position:relative;align-items:center;justify-content:space-between;outline:none}.shortcut .icon,.shortcut .caption{display:block;line-height:1}.shortcut .icon{display:block;vertical-align:middle;width:28px;height:28px;font-size:28px;margin-top:16px;order:1}.shortcut .caption{color:inherit;height:20px;order:2}.shortcut .icon~.caption{margin-top:.875rem}.shortcut .badge{position:absolute;font-size:.6875rem;top:.25rem;right:.25rem;color:inherit;transform:none;background-color:inherit}.shortcut.no-caption .icon{width:32px;height:32px;font-size:32px;margin-top:24px}.shortcut:hover{background-color:#1d1d1d1a}.shortcut.focus,.shortcut:focus{box-shadow:0 0 0 3px #e4e4e473}.shortcut.outline{background:transparent none;border-width:1px;border-color:var(--border-color)}.shortcut:focus,.shortcut:hover,.shortcut:active{text-decoration:none}.shortcut:active{outline:0;box-shadow:0 0 0 3px #bebebe73}.shortcut.disabled,.shortcut:disabled{opacity:.65}.shortcut:active{box-shadow:none}.sidebar{display:block;position:fixed;top:0;bottom:0;overflow:hidden;width:290px;background-color:#fff;padding:0;z-index:1031}.sidebar.on-left{right:auto!important;left:-290px;transition:left .3s ease}.sidebar.on-left.open,.sidebar.on-left.static{transition:left .3s ease;left:0}.sidebar.on-left.open.sidebar-shadow,.sidebar.on-left.static.sidebar-shadow{box-shadow:2px 0 #00000026}.sidebar.on-right{transition:right .3s ease;left:auto!important;right:-290px}.sidebar.on-right.open,.sidebar.on-right.static{transition:right .3s ease;right:0}.sidebar.on-right.open.sidebar-shadow,.sidebar.on-right.static.sidebar-shadow{box-shadow:-2px 0 #00000026}.sidebar-header,.sidebar-menu,.sidebar-content{display:block;position:relative;width:100%}.sidebar-header{background:#fff top left no-repeat;background-size:cover;height:160px;border-bottom:1px #e0e0e0 solid}.sidebar-header>.avatar{position:absolute;height:64px;width:64px;background:#fff;color:#fff;border-radius:50%;top:16px;left:16px;overflow:hidden;text-align:center;border:2px solid #fff}.sidebar-header>.avatar img{width:100%;max-height:100%}.sidebar-header>.title,.sidebar-header>.subtitle{display:block;position:absolute;left:16px}.sidebar-header>.title{font-size:18px;font-weight:100;top:96px}.sidebar-header>.subtitle{font-size:12px;font-weight:300;top:116px}.sidebar-header>.sub-action{position:absolute;top:10px;right:10px;text-decoration:none}.sidebar-menu{color:#1d1d1d;height:100%;margin:0;padding:0;list-style:none inside;overflow:hidden;overflow-y:auto}.sidebar-menu.hide-scroll{width:calc(100% + 18px)}.sidebar-menu li{color:inherit;display:block;height:auto;position:relative;cursor:pointer}.sidebar-menu li a{position:relative;display:block;color:inherit;text-transform:capitalize;height:48px;line-height:48px;padding-left:56px;text-decoration:none;white-space:nowrap;text-overflow:ellipsis}.sidebar-menu li a:hover{text-decoration:none}.sidebar-menu li a .icon{position:absolute;left:16px;font-size:24px;top:50%;margin-top:-12px;line-height:1;opacity:.8}.sidebar-menu li a .ripple-ink{background:#cccccc4d}.sidebar-menu li .second-action{position:absolute;right:16px;width:24px;height:24px;font-size:24px;top:50%;margin-top:-12px}.sidebar-menu li.divider{padding:0;height:1px;margin:0 1px;overflow:hidden;background-color:var(--border-color)}.sidebar-menu li.divider:hover{background-color:var(--border-color)}.sidebar-menu .group-title{line-height:1;height:auto;margin:16px 16px 8px;color:#1d1d1d;font-weight:700;font-size:.9em;cursor:default}.sidebar-menu li.content-container{cursor:initial;padding:0 10px}.sidebar-menu li:hover{background-color:#1d1d1d1a}.sidebar-menu li.group-title:hover,.sidebar-menu li.content-container:hover{background-color:initial}.sidebar-menu .d-menu,.sidebar-menu .v-menu{position:relative;float:none}.sidebar-header~.sidebar-menu{height:calc(100% - 160px)}.sidebar.compact .sidebar-menu li,.subcompact .sidebar-menu li{height:auto}.sidebar.compact .sidebar-menu li a,.subcompact .sidebar-menu li a{padding-top:7px;padding-bottom:7px;line-height:1.2;font-size:14px;padding-left:40px}.sidebar.compact .sidebar-menu li a .icon,.subcompact .sidebar-menu li a .icon{font-size:14px;margin-top:-7px}.sidebar.subcompact .sidebar-menu li a{padding-top:3px;padding-bottom:3px}:root{--sidenav-counter-background: #f6f6f6;--sidenav-counter-color: #191919;--sidenav-counter-icon-color: #191919;--sidenav-counter-counter-color: #191919;--sidenav-counter-background-hover: #cecece;--sidenav-counter-color-hover: #0a0a0a;--sidenav-counter-background-active: #68a3ff;--sidenav-counter-color-active: #ffffff}.dark-side{--sidenav-counter-background: #2b2d30;--sidenav-counter-color: #dfe1e5;--sidenav-counter-icon-color: #dfe1e5;--sidenav-counter-counter-color: #dfe1e5;--sidenav-counter-background-hover: #43454a;--sidenav-counter-color-hover: #ffffff;--sidenav-counter-background-active: #468cff;--sidenav-counter-color-active: #ffffff}.sidenav-counter{display:flex;flex-direction:column;position:relative;list-style:none inside;height:100%;width:52px;overflow-x:hidden;overflow-y:auto;margin:0;padding:0;background-color:var(--sidenav-counter-background);color:var(--sidenav-counter-color);-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidenav-counter::-webkit-scrollbar{display:none!important}.sidenav-counter li,.sidenav-counter a{display:block;position:relative;height:52px;line-height:52px;background-color:inherit;color:inherit;width:100%}.sidenav-counter a{padding:.625rem 0;line-height:.875rem;text-decoration:none}.sidenav-counter a:hover{text-decoration:none}.sidenav-counter .icon{width:28px;height:28px;font-size:26px;line-height:28px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;top:.635rem;color:var(--sidenav-counter-icon-color)}.sidenav-counter .title,.sidenav-counter .counter{display:block;margin:0;white-space:nowrap}.sidenav-counter .title{font-size:10px;font-weight:700;text-transform:uppercase;display:none}.sidenav-counter .counter{font-size:.7rem;font-weight:400;position:absolute;top:0;right:4px;color:var(--sidenav-counter-counter-color)}.sidenav-counter li:hover{background-color:var(--sidenav-counter-background-hover);color:var(--sidenav-counter-color-hover)}.sidenav-counter li.active{background-color:var(--sidenav-counter-background-active);color:var(--sidenav-counter-color-active)}.sidenav-counter[dir=rtl] .counter{right:auto;left:4px}.sidenav-counter[dir=rtl] .icon{left:.725rem}.sidenav-counter.expanded{width:220px}.sidenav-counter.expanded a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter.expanded .title{display:block}.sidenav-counter.expanded .counter{position:relative;top:auto;right:auto}.sidenav-m3{display:block;position:relative;list-style:none inside;height:100%;width:220px;margin:0;padding:0;transition:all .3s ease-in-out;background-color:#f8f8f8;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidenav-m3::-webkit-scrollbar{display:none!important}.sidenav-m3 li,.sidenav-m3 a{position:relative;display:block;color:inherit}.sidenav-m3>li{background:transparent}.sidenav-m3>li.stick-left:before,.sidenav-m3>li.stick-right:before{content:"";display:block;position:absolute;width:6px;height:44px;border-radius:.25rem 0 0 .25rem;background-color:inherit;top:0;left:0;transform:translate(-100%)}.sidenav-m3>li.stick-right:before{left:100%;border-radius:0 .25rem .25rem 0;transform:translate(0)}.sidenav-m3 a{padding:.625rem 1rem .625rem 3rem;text-decoration:none;background-color:#f8f8f8;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sidenav-m3 a:hover{text-decoration:none}.sidenav-m3 li+li{border-top:1px solid var(--border-color)}.sidenav-m3 .icon{width:24px;height:24px;font-size:22px;line-height:24px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;bottom:12px}.sidenav-m3 .title{padding:20px 20px 10px;font-size:24px;border:0}.sidenav-m3 .d-menu{position:relative;box-shadow:none;background-color:inherit;width:100%;float:none;border-radius:0!important;padding:0;margin:0}.sidenav-m3 .d-menu li:not(:first-child){border-top:1px solid var(--border-color)}.sidenav-m3 .d-menu a{border-radius:0!important}.sidenav-m3[dir=rtl] a{padding-right:3rem;padding-left:1rem}.sidenav-m3[dir=rtl] .icon{left:auto;right:.625rem}.sidenav-m3[dir=rtl] .dropdown-toggle{padding-left:1.5rem!important;padding-right:3rem!important}.sidenav-m3[dir=rtl] .dropdown-toggle:before{left:1rem;margin-left:0}.sidenav-simple{display:block;position:relative;list-style:none inside;height:100%;width:52px;overflow-x:hidden;overflow-y:auto;margin:0;padding:0;transition:all .3s ease-in-out;background-color:#f8f8f8;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidenav-simple::-webkit-scrollbar{display:none!important}.sidenav-simple li,.sidenav-simple a{display:block;position:relative;height:52px;line-height:52px;background-color:inherit;color:inherit;width:100%}.sidenav-simple a{padding:.625rem 0;line-height:.875rem;text-decoration:none}.sidenav-simple a:hover{text-decoration:none}.sidenav-simple .icon{width:28px;height:28px;font-size:26px;line-height:28px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;top:.635rem}.sidenav-simple .title{margin:0;white-space:nowrap;font-size:.875rem;text-transform:uppercase;display:none;line-height:52px}.sidenav-simple li:hover{background-color:#1d1d1d1a}.sidenav-simple li:active{background-color:#0686c4;color:#fff}.sidenav-simple .active,.sidenav-simple li.active:hover{background-color:#1fb1f8;color:#fff}.sidenav-simple[dir=rtl] .icon{left:.725rem}@media screen and (min-width: 0){.sidenav-simple-expand-fs{width:220px}.sidenav-simple-expand-fs a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-fs .title{display:block}.sidenav-simple-expand-fs[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-fs[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width: 360px){.sidenav-simple-expand-xs{width:220px}.sidenav-simple-expand-xs a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-xs .title{display:block}.sidenav-simple-expand-xs[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-xs[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width: 576px){.sidenav-simple-expand-sm{width:220px}.sidenav-simple-expand-sm a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-sm .title{display:block}.sidenav-simple-expand-sm[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-sm[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width: 640px){.sidenav-simple-expand-ld{width:220px}.sidenav-simple-expand-ld a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-ld .title{display:block}.sidenav-simple-expand-ld[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-ld[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width: 768px){.sidenav-simple-expand-md{width:220px}.sidenav-simple-expand-md a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-md .title{display:block}.sidenav-simple-expand-md[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-md[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width: 992px){.sidenav-simple-expand-lg{width:220px}.sidenav-simple-expand-lg a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-lg .title{display:block}.sidenav-simple-expand-lg[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-lg[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width: 1200px){.sidenav-simple-expand-xl{width:220px}.sidenav-simple-expand-xl a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-xl .title{display:block}.sidenav-simple-expand-xl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-xl[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width: 1452px){.sidenav-simple-expand-xxl{width:220px}.sidenav-simple-expand-xxl a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-xxl .title{display:block}.sidenav-simple-expand-xxl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-xxl[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width: 2000px){.sidenav-simple-expand-xxxl{width:220px}.sidenav-simple-expand-xxxl a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-xxxl .title{display:block}.sidenav-simple-expand-xxxl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-xxxl[dir=rtl] .icon{left:auto;right:.625rem}}.skill-box{display:block;position:relative;box-shadow:0 1px 1px #0000001a;background-color:#fff;color:#1d1d1d}.skill-box .header{display:block;position:relative;padding:20px}.skill-box .header:after{display:block;clear:both;content:""}.skill-box .header .avatar{float:left;width:64px;height:auto;border-radius:50%;overflow:hidden}.skill-box .header .title{font-size:25px;line-height:1.1;font-weight:300;margin:5px 5px 5px 75px}.skill-box .header .subtitle{font-size:14px;line-height:1.1;font-weight:500;margin:0 5px 5px 75px}.skill-box .skills{margin:0;padding:0;list-style:none inside}.skill-box .skills li{padding:8px 16px;font-size:14px}.skill-box .skills li a{text-decoration:none;color:inherit}.skill-box .skills li+li{border-top:1px solid var(--border-color)}.skill-box .skills .badge{position:relative;display:inline-block;right:auto;top:4px;transform:translateY(0) translate(0);float:right}.social-box{display:block;position:relative;box-shadow:0 1px 1px #0000001a;background-color:#fff;color:#1d1d1d}.social-box .header{display:block;position:relative;padding:20px 20px 40px}.social-box .header .avatar{position:absolute;width:90px;height:auto;border-radius:50%;overflow:hidden;top:100%;left:50%;margin-top:-45px;margin-left:-45px;z-index:2;border:2px solid #ffffff}.social-box .header .title{font-size:25px;line-height:1.1;font-weight:300;margin-bottom:5px;z-index:1}.social-box .header .subtitle{font-size:14px;line-height:1.1;font-weight:500;margin:0;z-index:1}.social-box .skills{margin:0;padding:40px 0 0;list-style:none inside;display:flex;flex-flow:row nowrap}.social-box .skills li{padding:8px 16px;font-size:14px;text-align:center;flex-grow:1;flex-basis:0}.social-box .skills li a{text-decoration:none;color:inherit}.social-box .skills li+li{border-left:1px solid var(--border-color)}.split-button{display:inline-flex;flex-flow:row nowrap;position:relative;width:auto;height:36px;line-height:1}.split-button>*:nth-child(1){order:1}.split-button>*:nth-child(2){order:2;margin-left:4px}.split-button .split{padding:0 .75rem;text-align:center;vertical-align:middle;background-color:#e4e4e4;border:1px transparent solid;color:#1d1d1d;cursor:pointer;outline:none;font-size:.875rem;position:relative;line-height:36px;height:36px;min-width:36px}.split-button .split.dropdown-toggle:before{margin-left:-1.25rem}.split-button .split:hover{background-color:#cbcbcb}.split-button .split:focus,.split-button .split:hover{text-decoration:none}.split-button .split:active{outline:0;box-shadow:0 0 0 3px #bebebe73}.split-button .split.disabled,.split-button .split:disabled{opacity:.65}.split-button .split.outline{background:transparent none;border-width:1px;border-color:var(--border-color)}.split-button .split:active{box-shadow:none}.split-button [data-role*=dropdown],.split-button .drop-object{left:0;top:100%}.split-button.no-gap .split{margin-left:-2px}:root{--splitter-color: #F8F8F8;--splitter-color-active: #F8F8F8;--splitter-gutter-color: #BEBEBE;--splitter-gutter-color-active: #BEBEBE}.dark-side{--splitter-color: #1e1f22;--splitter-color-active: #26282e;--splitter-gutter-color: #4a4d51;--splitter-gutter-color-active: #2e436e}.splitter{display:flex;flex-wrap:nowrap;justify-content:space-between;position:relative;user-select:none}.splitter.vertical{flex-direction:row}.splitter.horizontal{flex-direction:column}.splitter>.gutter{flex-shrink:0;flex-grow:0;background-color:var(--splitter-color);z-index:1;position:relative}.splitter>.gutter:before{content:"";z-index:1;display:block;position:absolute;background:var(--splitter-gutter-color)}.splitter>.gutter.active{background-color:var(--splitter-color-active)}.splitter>.gutter.active:before{background:var(--splitter-gutter-color-active)}.splitter.horizontal>.gutter{cursor:row-resize;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.splitter.horizontal>.gutter:before{height:100%;width:24px;top:0;left:50%;margin-left:-12px;margin-top:0}.splitter.vertical>.gutter{cursor:col-resize;border-left:1px solid var(--border-color);border-right:1px solid var(--border-color)}.splitter.vertical>.gutter:before{left:0;width:100%;top:50%;height:24px;margin-top:-12px}.splitter.static-size>.gutter{cursor:default}.splitter.static-size>.gutter:before{display:none}.splitter>.split-block{position:relative;flex-grow:1;flex-basis:0;overflow:hidden}.splitter{--gutter-dot-size: 2px;--gutter-bg-size: 8px;--gutter-bg-position: calc(var(--gutter-bg-size) / 2);--gutter-dot-color: var(--splitter-color);--gutter-dot-color-second: var(--splitter-gutter-color)}.splitter.gutter-style-ribbed>.gutter:before{background:repeating-linear-gradient(45deg,var(--splitter-color),var(--splitter-gutter-color) 4px,var(--splitter-color) 4px,var(--splitter-gutter-color) 8px)}.splitter.gutter-style-dashed.horizontal>.gutter:before{background:repeating-linear-gradient(90deg,var(--splitter-color),var(--splitter-gutter-color) 4px,var(--splitter-color) 4px,var(--splitter-gutter-color) 8px)}.splitter.gutter-style-dashed.vertical>.gutter:before{background:repeating-linear-gradient(0deg,var(--splitter-color),var(--splitter-gutter-color) 4px,var(--splitter-color) 4px,var(--splitter-gutter-color) 8px)}.splitter.gutter-style-dotted>.gutter:before{background-image:radial-gradient(circle at center,var(--gutter-dot-color) var(--gutter-dot-size),var(--gutter-dot-color-second) 0),radial-gradient(circle at center,var(--gutter-dot-color) var(--gutter-dot-size),var(--gutter-dot-color-second) 0);background-size:var(--gutter-bg-size) var(--gutter-bg-size);background-position:0 0,var(--gutter-bg-position) var(--gutter-bg-position)}.stepper{display:flex;flex-flow:row nowrap;justify-content:space-between;position:relative;margin:.5rem 0}.stepper:before{content:"";display:block;width:100%;position:absolute;height:1px;background-color:#bebebe;top:50%;left:0;z-index:0}.stepper.vertical{flex-flow:column nowrap}.stepper .step{display:block;width:32px;height:32px;line-height:32px;text-align:center;z-index:1;background-color:#989898;color:#fff;cursor:pointer;position:relative}.stepper .step span{display:block}.stepper .step.complete{background-color:#60a917;color:#fff}.stepper .step.current{background-color:#1fb1f8;color:#fff}.stepper.cycle .step{border-radius:50%}.stepper.diamond .step{transform:rotate(45deg)}.stepper.diamond .step span{transform:rotate(-45deg)}.streamer{position:relative;display:block;width:100%;overflow:hidden;margin-bottom:1rem}.streamer .streams{width:40px;overflow:visible;display:flex;flex-flow:column nowrap;padding-top:30px;background-color:#fff;color:#1d1d1d;position:absolute;margin-top:2px;left:0;top:0;z-index:500}.streamer .streamer-actions{position:absolute;top:-1px;left:0;width:100%;height:32px;display:none;flex-flow:row nowrap;justify-content:flex-start;background-color:inherit;z-index:101}.streamer .streamer-action{margin:1px;height:26px;width:26px;border:0 solid var(--border-color);line-height:26px;text-align:center;cursor:pointer;background-color:#fff;color:#1d1d1d;outline:none;padding:0}.streamer .streamer-action *{vertical-align:inherit;font-size:24px;text-align:center;width:24px;height:24px}.streamer a.streamer-action,.streamer a.streamer-action:hover{color:#1d1d1d}.streamer .stream{position:relative;height:75px;width:40px;padding:4px 8px;display:flex;flex-flow:column nowrap;background-color:inherit;color:inherit;border:2px solid #ffffff;cursor:pointer;user-select:none;transition:width .3s ease}.streamer .stream-title,.streamer .stream-secondary{display:none;z-index:2}.streamer .stream-title{font-size:14px;text-transform:uppercase;height:100%;line-height:1}.streamer .stream-secondary{height:16px;line-height:16px;font-size:12px}.streamer .stream-icon{position:absolute;top:50%;left:50%;margin-top:-16px;margin-left:-16px;width:32px;height:32px;font-size:24px;text-align:center}.streamer .events-area{width:100%;overflow:hidden;display:flex;flex-flow:column nowrap;padding-left:40px;z-index:1;position:relative;white-space:nowrap;overflow-x:scroll;-webkit-overflow-scrolling:auto}.streamer .streamer-timeline,.streamer .streamer-fake-timeline{height:32px;width:auto;list-style:none inside;margin:0;padding:0;display:flex;flex-flow:row nowrap;order:1}.streamer .streamer-timeline li,.streamer .streamer-fake-timeline li{flex-shrink:0;flex-grow:0;width:224px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOAAAAATCAYAAACJKwFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2OWY4NzBhNi0zODU3LWFmNDEtYWMzZS03YzlkOTcxZjMxOTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEREMzg4NkJBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEREMzg4NkFBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzEyZGQ1NjktNmM3YS0yZTQ2LTg2MmQtZWY3OGU5MmQ4NWY2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY5Zjg3MGE2LTM4NTctYWY0MS1hYzNlLTdjOWQ5NzFmMzE5MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv3rUTMAAAIHSURBVHja7Jq/S0JRHMWfpj37oSA8qikIImioIaghaHDrD2hqaG4R6i8paGksh2iIQGhoCYewocChhkDEoAjsx5IGDZV2Ll6huXvoKZwPHHwuh3O/737f03tvpNVqeUKIcIiYBiwUCoe4LhH8FqAadO/oE0BT0AUh0xxUhyqOPklohpRpFvqEbh194tA8dGX9XJi2fteE8S1CN1DD0WcSSpHmpslUhl4dfcahMeiSMTdj9qKYyWR2/uKA5v39dd1OUNebOAKtQtuEQa5Bd9C5o4+pVRbaImRagd6hU4LXJinTMjQMHZEymfn05eizBE1AOUKmDegAeiY8PE0z7xIyZaP2op/0Rk1AaYKPeQP6pEyD9inqyigx05B9ozLG5ttPV5I2FwPf1suVFGlsnUwBwSdt5zmD/qh+hQsRHmpAIdSAQqgBhRBqQCHUgEKIfyBG9jP7SD4pV5KYibFs3EfMZJbWu+0I0oDH24ZI2nq5krD3j5UpTvDxiZnoDWg2Ot8IPmbjfI+UqQo9EXw+vPZJCgYn0HeXNeCjx9vfKtt6uVIjPqhMpjrBx5ykqXRrA1ZJPg3P/RhTh2OSzwu0T/J66MJfQ2dEL1adisRMOZJPyeMcjdN/QCHCRg0ohBpQCDWgECKkBgxUip4k4rVXLiMqRU8SdBowr1r0JE2vvbTeVCl6kvyPAAMASGlSBhr76A8AAAAASUVORK5CYII=) no-repeat;vertical-align:bottom;height:100%;line-height:30px;display:flex;flex-flow:row nowrap;position:relative}.streamer .streamer-timeline li em,.streamer .streamer-fake-timeline li em{font-size:10px;font-style:normal;margin:4px;flex:1 0 0;max-width:100%}.streamer .streamer-fake-timeline{position:absolute;height:1px;top:0;left:0;width:100%}.streamer .streamer-fake-timeline li{width:auto;line-height:1px;flex-shrink:0;flex-grow:0;overflow:hidden;text-align:center;color:#fcfcfc}.streamer .streamer-events{order:2;position:relative;display:flex;flex-flow:row nowrap}.streamer .event-group{display:block;background-color:#fff;color:#1d1d1d;border:1px solid transparent;flex-shrink:0;margin-top:-1px}.streamer .stream-events{min-height:75px;height:auto;width:auto;position:relative;display:flex;flex-flow:row nowrap}.streamer .stream-events.global-stream{min-height:100%}.streamer .stream-events.global-stream .stream-event{min-width:100%}.streamer .stream-event{width:222px;height:72px;border:1px solid #f5f5f5;margin:2px 1px;background-color:#fff;color:#1d1d1d;overflow:hidden;user-select:none;cursor:pointer}.streamer .stream-event:hover{border-color:var(--border-color)}.streamer .stream-event-slide{display:flex;position:relative;flex-flow:row nowrap;height:100%}.streamer .stream-event-slide .slide-logo{width:40px;position:relative;display:flex;flex-flow:column nowrap;padding:2px}.streamer .stream-event-slide .slide-logo .icon{width:36px;height:36px}.streamer .stream-event-slide .slide-logo .time{margin-top:1px;padding:5px 4px 6px;font-size:.75rem}.streamer .stream-event-slide .slide-data{margin:0 4px;padding:4px 0;display:flex;flex-flow:column nowrap;width:auto;max-width:calc(100% - 48px);height:100%}.streamer .stream-event-slide .slide-data .title,.streamer .stream-event-slide .slide-data .subtitle,.streamer .stream-event-slide .slide-data .desc{line-height:1}.streamer .stream-event-slide .slide-data .title{font-size:12px;font-weight:700;line-height:14px}.streamer .stream-event-slide .slide-data .subtitle{font-size:10px}.streamer .stream-event-slide .slide-data .desc{font-size:11px;color:#999;margin-top:auto;height:29px}.streamer .stream-event-slide .slide-data *+.subtitle{margin-top:2px}.streamer .stream-event-slide .state-icon{position:absolute;z-index:99;top:4px;right:8px;color:#989898}.streamer .stream-event{position:relative;user-select:none}.streamer .stream-event.selected{box-shadow:0 0 0 1px #69cbfa!important}.streamer .stream-events:not(.global-stream) .stream-event.disabled{opacity:.2}.streamer .size-auto{width:auto}.streamer .event-group.size-1x{width:224px}.streamer .event-group.size-2x{width:448px}.streamer .event-group.size-3x{width:672px}.streamer .event-group.size-4x{width:896px}.streamer .event-group.size-5x{width:1120px}.streamer .event-group.size-6x{width:1344px}.streamer .event-group.size-7x{width:1568px}.streamer .event-group.size-8x{width:1792px}.streamer .event-group.size-9x{width:2016px}.streamer .event-group.size-10x{width:2240px}.streamer .event-group.size-11x{width:2464px}.streamer .event-group.size-12x{width:2688px}.streamer .event-group.size-13x{width:2912px}.streamer .event-group.size-14x{width:3136px}.streamer .event-group.size-15x{width:3360px}.streamer .event-group.size-16x{width:3584px}.streamer .event-group.size-17x{width:3808px}.streamer .event-group.size-18x{width:4032px}.streamer .event-group.size-19x{width:4256px}.streamer .event-group.size-20x{width:4480px}.streamer .stream-event.size-1x{width:222px}.streamer .stream-event.shift-1x{margin-left:225px}.streamer .stream-event.size-2x{width:446px}.streamer .stream-event.shift-2x{margin-left:449px}.streamer .stream-event.size-3x{width:670px}.streamer .stream-event.shift-3x{margin-left:673px}.streamer .stream-event.size-4x{width:894px}.streamer .stream-event.shift-4x{margin-left:897px}.streamer .stream-event.size-5x{width:1118px}.streamer .stream-event.shift-5x{margin-left:1121px}.streamer .stream-event.size-6x{width:1342px}.streamer .stream-event.shift-6x{margin-left:1345px}.streamer .stream-event.size-7x{width:1566px}.streamer .stream-event.shift-7x{margin-left:1569px}.streamer .stream-event.size-8x{width:1790px}.streamer .stream-event.shift-8x{margin-left:1793px}.streamer .stream-event.size-9x{width:2014px}.streamer .stream-event.shift-9x{margin-left:2017px}.streamer .stream-event.size-10x{width:2238px}.streamer .stream-event.shift-10x{margin-left:2241px}.streamer .stream-event.size-11x{width:2462px}.streamer .stream-event.shift-11x{margin-left:2465px}.streamer .stream-event.size-12x{width:2686px}.streamer .stream-event.shift-12x{margin-left:2689px}.streamer .stream-event.size-13x{width:2910px}.streamer .stream-event.shift-13x{margin-left:2913px}.streamer .stream-event.size-14x{width:3134px}.streamer .stream-event.shift-14x{margin-left:3137px}.streamer .stream-event.size-15x{width:3358px}.streamer .stream-event.shift-15x{margin-left:3361px}.streamer .stream-event.size-16x{width:3582px}.streamer .stream-event.shift-16x{margin-left:3585px}.streamer .stream-event.size-17x{width:3806px}.streamer .stream-event.shift-17x{margin-left:3809px}.streamer .stream-event.size-18x{width:4030px}.streamer .stream-event.shift-18x{margin-left:4033px}.streamer .stream-event.size-19x{width:4254px}.streamer .stream-event.shift-19x{margin-left:4257px}.streamer .stream-event.size-20x{width:4478px}.streamer .stream-event.shift-20x{margin-left:4481px}.streamer .stream-event.size-half{width:112px}.streamer .stream-event.size-one-third{width:74.66666667px}.streamer .stream-event.offset-half{margin-left:112px}.streamer .stream-event.offset-one-third{margin-left:74.66666667px}html.metro-no-touch-device .streamer .stream:hover{transition:width .3s ease;width:200px}html.metro-no-touch-device .streamer .stream:hover .stream-title,html.metro-no-touch-device .streamer .stream:hover .stream-secondary{display:block}html.metro-no-touch-device .streamer .stream:hover .stream-icon{inset:auto 4px 4px auto}html.metro-touch-device .streamer .stream.focused{transition:width .3s ease;width:200px}html.metro-touch-device .streamer .stream.focused .stream-title,html.metro-touch-device .streamer .stream.focused .stream-secondary{display:block}html.metro-touch-device .streamer .stream.focused .stream-icon{inset:auto 4px 4px auto}@media screen and (min-width: 0){.streamer.streamer-expand-fs .streams,.streamer.streamer-expand-fs .stream{width:200px}.streamer.streamer-expand-fs .streamer-actions{display:flex;width:200px}.streamer.streamer-expand-fs .stream-title,.streamer.streamer-expand-fs .stream-secondary{display:block}.streamer.streamer-expand-fs .stream-icon{inset:auto 4px 4px auto}.streamer.streamer-expand-fs .events-area{padding-left:200px}}@media screen and (min-width: 360px){.streamer.streamer-expand-xs .streams,.streamer.streamer-expand-xs .stream{width:200px}.streamer.streamer-expand-xs .streamer-actions{display:flex;width:200px}.streamer.streamer-expand-xs .stream-title,.streamer.streamer-expand-xs .stream-secondary{display:block}.streamer.streamer-expand-xs .stream-icon{inset:auto 4px 4px auto}.streamer.streamer-expand-xs .events-area{padding-left:200px}}@media screen and (min-width: 576px){.streamer.streamer-expand-sm .streams,.streamer.streamer-expand-sm .stream{width:200px}.streamer.streamer-expand-sm .streamer-actions{display:flex;width:200px}.streamer.streamer-expand-sm .stream-title,.streamer.streamer-expand-sm .stream-secondary{display:block}.streamer.streamer-expand-sm .stream-icon{inset:auto 4px 4px auto}.streamer.streamer-expand-sm .events-area{padding-left:200px}}@media screen and (min-width: 640px){.streamer.streamer-expand-ld .streams,.streamer.streamer-expand-ld .stream{width:200px}.streamer.streamer-expand-ld .streamer-actions{display:flex;width:200px}.streamer.streamer-expand-ld .stream-title,.streamer.streamer-expand-ld .stream-secondary{display:block}.streamer.streamer-expand-ld .stream-icon{inset:auto 4px 4px auto}.streamer.streamer-expand-ld .events-area{padding-left:200px}}@media screen and (min-width: 768px){.streamer.streamer-expand-md .streams,.streamer.streamer-expand-md .stream{width:200px}.streamer.streamer-expand-md .streamer-actions{display:flex;width:200px}.streamer.streamer-expand-md .stream-title,.streamer.streamer-expand-md .stream-secondary{display:block}.streamer.streamer-expand-md .stream-icon{inset:auto 4px 4px auto}.streamer.streamer-expand-md .events-area{padding-left:200px}}@media screen and (min-width: 992px){.streamer.streamer-expand-lg .streams,.streamer.streamer-expand-lg .stream{width:200px}.streamer.streamer-expand-lg .streamer-actions{display:flex;width:200px}.streamer.streamer-expand-lg .stream-title,.streamer.streamer-expand-lg .stream-secondary{display:block}.streamer.streamer-expand-lg .stream-icon{inset:auto 4px 4px auto}.streamer.streamer-expand-lg .events-area{padding-left:200px}}@media screen and (min-width: 1200px){.streamer.streamer-expand-xl .streams,.streamer.streamer-expand-xl .stream{width:200px}.streamer.streamer-expand-xl .streamer-actions{display:flex;width:200px}.streamer.streamer-expand-xl .stream-title,.streamer.streamer-expand-xl .stream-secondary{display:block}.streamer.streamer-expand-xl .stream-icon{inset:auto 4px 4px auto}.streamer.streamer-expand-xl .events-area{padding-left:200px}}@media screen and (min-width: 1452px){.streamer.streamer-expand-xxl .streams,.streamer.streamer-expand-xxl .stream{width:200px}.streamer.streamer-expand-xxl .streamer-actions{display:flex;width:200px}.streamer.streamer-expand-xxl .stream-title,.streamer.streamer-expand-xxl .stream-secondary{display:block}.streamer.streamer-expand-xxl .stream-icon{inset:auto 4px 4px auto}.streamer.streamer-expand-xxl .events-area{padding-left:200px}}@media screen and (min-width: 2000px){.streamer.streamer-expand-xxxl .streams,.streamer.streamer-expand-xxxl .stream{width:200px}.streamer.streamer-expand-xxxl .streamer-actions{display:flex;width:200px}.streamer.streamer-expand-xxxl .stream-title,.streamer.streamer-expand-xxxl .stream-secondary{display:block}.streamer.streamer-expand-xxxl .stream-icon{inset:auto 4px 4px auto}.streamer.streamer-expand-xxxl .events-area{padding-left:200px}}.switch{display:inline-flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;position:relative;margin:0;user-select:none;cursor:pointer;height:36px}.switch input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.switch .check,.switch .caption{display:block;line-height:38px;font-size:14px;margin:0 4px;position:relative}.switch .check{position:relative;height:20px;width:48px;border:2px #1d1d1d solid;cursor:pointer;background:transparent;z-index:1;display:inline-block;vertical-align:middle;border-radius:.5625rem;flex-shrink:0}.switch .check:after{position:absolute;left:3px;display:block;content:"";height:.75rem;width:.75rem;top:50%;transform:translateY(-50%);border:2px #333 solid;cursor:pointer;background:#333;z-index:2;border-radius:50%}.switch input[type=checkbox]:checked~.check{background:#1d1d1d;border-color:#1d1d1d;color:#1d1d1d}.switch input[type=checkbox]:checked~.check:after{background-color:#fff;border-color:#fff;left:auto;transform:translate(30px) translateY(-50%)}.switch input[type=checkbox]:disabled~.check{background-color:#e9e9e9;border-color:#e9e9e9}.switch input[type=checkbox]:disabled~.check:after{background-color:#d0d0d0;border-color:#d0d0d0}.switch .check{order:1}.switch .caption{order:2}.switch.caption-left{flex-flow:row-reverse nowrap}.switch.required,.switch.invalid,.switch.valid{border:none!important}.switch.invalid:after{display:none}.switch.transition-on .check{transition:all .3s ease-in-out}.switch.transition-on .check:after{transition:all .3s ease-in-out}.switch.transition-on input[type=checkbox]:checked~.check:after{transition:all .3s ease-in-out}.switch .check:before{content:attr(data-off);display:block;position:absolute;color:inherit;left:16px;width:26px;top:-2px;line-height:20px;font-size:10px;text-transform:uppercase;text-align:center}.switch input[type=checkbox]:checked~.check:before{content:attr(data-on);color:#fff;left:1px}.switch input[type=checkbox]:disabled~.check:before{display:none}.switch-material{display:inline-flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;position:relative;user-select:none;cursor:pointer;height:36px;margin:0}.switch-material input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.switch-material .check,.switch-material .caption{display:inline-block;vertical-align:middle;line-height:18px;font-size:14px;margin:0 4px}.switch-material .check{width:48px;height:16px;background-color:#929292;border-radius:8px;overflow:visible;position:relative;margin:0 4px}.switch-material .check:after{position:absolute;display:block;content:"";width:22px;height:22px;z-index:2;margin-top:-3px;margin-left:-3px;border-radius:50%;background-color:#00aba9;box-shadow:0 2px 10px #00000029,0 2px 5px #00000042}.switch-material input:not(:checked)~.check:after{background-color:#fff}.switch-material input:checked~.check{background-color:#00968880}.switch-material input:checked~.check:after{transform:translate(30px)}.switch-material input:disabled~.check{background-color:#d5d5d5}.switch-material input:disabled~.check:after{background-color:#bdbdbd}.switch-material .check{order:1}.switch-material .caption{order:2}.switch-material.caption-left{flex-flow:row-reverse nowrap}.switch-material.transition-on{transition:all .3s ease-in-out}.switch-material.transition-on input:not(:checked)~.check:after{transition:linear all .2s}.switch-material.transition-on input:checked~.check:after{transition:linear all .2s}.switch-material .check:before{content:attr(data-off);display:block;position:absolute;color:inherit;left:19px;width:26px;top:-2px;line-height:20px;font-size:10px;text-transform:uppercase;text-align:center}.switch-material input[type=checkbox]:checked~.check:before{content:attr(data-on);color:#fff;left:1px}.switch-material input[type=checkbox]:disabled~.check:before{display:none}.typer{position:relative;text-align:left;display:inline-flex;justify-content:flex-start}.typer-cursor{transition:all .1s}.t-menu{list-style:none inside;margin:0;padding:0;position:relative;width:auto;float:left;background-color:#fff;color:#1d1d1d;border-collapse:separate;display:none;box-shadow:2px 2px 2px #e3e4e5b3,-.5px 0 1px #e3e4e5b3}.t-menu.open{display:block}.t-menu>li{position:relative;background-color:inherit;color:inherit;display:block}.t-menu>li>a{display:block;padding:0 1rem;border-bottom:1px var(--border-color) solid;position:relative;color:inherit;background-color:inherit;height:60px;width:60px;line-height:60px}.t-menu>li>a .icon{width:1.5rem;height:1.5rem;font-size:1.5rem;line-height:60px}.t-menu>li:hover{background-color:#1d1d1d1a}.t-menu>li:last-child a{border-bottom:0}.t-menu a,.t-menu a:hover{text-decoration:none!important}.t-menu.horizontal>li{float:left}.t-menu .t-menu{position:absolute;left:100%;margin-left:.3125rem;top:0;float:none}.t-menu.horizontal .t-menu{left:0;top:100%;margin-top:.3125rem;margin-left:0}.t-menu .dropdown-toggle{padding-right:1rem!important}.t-menu .dropdown-toggle:after{content:"";background-color:transparent;position:absolute;inset:auto 0 0 auto;width:0;height:0;border-style:solid;border-width:0 0 8px 8px;border-color:transparent transparent rgba(29,29,29,.5) transparent;transform:rotate(0)}.t-menu .dropdown-toggle:before{display:none}.t-menu.horizontal>li>a{border-right:1px var(--border-color) solid;border-bottom:0}.t-menu.horizontal>li:last-child>a{border-right:0}.t-menu.horizontal .t-menu:not(.horizontal){left:0;top:100%;margin-top:.3125rem;margin-left:0}.t-menu.horizontal .t-menu:not(.horizontal) .t-menu.horizontal{left:100%;margin-left:.3125rem;top:-.3rem;float:left}.t-menu.compact li a{padding:0 .7rem;width:40px;height:40px;line-height:40px}.t-menu.compact li a .icon{width:1rem;height:1rem;font-size:1rem;line-height:40px}.t-menu.compact .dropdown-toggle{padding-right:.7rem!important}.t-menu{z-index:1000}:root{--table-inspector-border-radius: 10px;--table-border-color: #e8e8e8;--table-color: #191919;--table-background: transparent;--table-sortable-background: #d4e2ff;--table-sortable-color: #000000;--table-selected-background: #d4e2ff;--table-selected-color: #000000;--table-striped-background: #f8f8f8;--table-hover-background: #eaeaea;--table-hover-color: #191919;--table-inspector-background: #ffffff;--table-inspector-border-color: #e8e8e8;--table-inspector-color: #191919}.dark-side{--table-border-color: #4a4d51;--table-color: #dbdfe7;--table-background: transparent;--table-sortable-background: #26282e;--table-sortable-color: #5a87cb;--table-selected-background: #2e436e;--table-selected-color: #ffffff;--table-striped-background: #26282e;--table-hover-background: #323437;--table-hover-color: #ffffff;--table-inspector-background: #26282e;--table-inspector-border-color: #4a4d51;--table-inspector-color: #dbdfe7}.table-container{display:block;position:relative}.table{display:table}.thead{display:table-header-group}.tfoot{display:table-footer-group}.tbody{display:table-row-group}.tr{display:table-row}.th,.td{display:table-cell}.table{width:100%}.table th,.table .th,.table td,.table .td{padding:.625rem}.table.fixed-layout{table-layout:fixed}.table.fixed-layout th,.table.fixed-layout .th,.table.fixed-layout td,.table.fixed-layout .td{white-space:nowrap;overflow:hidden}.table thead,.table tfoot,.table .thead,.table .tfoot{border-bottom:4px solid var(--table-border-color)}.table thead th,.table tfoot th,.table .thead th,.table .tfoot th,.table thead td,.table tfoot td,.table .thead td,.table .tfoot td,.table thead .th,.table tfoot .th,.table .thead .th,.table .tfoot .th,.table thead .td,.table tfoot .td,.table .thead .td,.table .tfoot .td{cursor:default;color:var(--table-color);border-color:transparent;text-align:left;font-weight:700;line-height:1.2}.table tfoot,.table .tfoot{border-top:4px solid var(--table-border-color)}.table tbody td,.table .tbody td,.table tbody .td,.table .tbody .td{padding:.625rem;vertical-align:middle}.table .sortable-column,.table .sorting{position:relative;cursor:pointer;padding-right:30px}.table .sortable-column:after,.table .sorting:after{position:absolute;content:"\21c5";width:1rem;height:1rem;left:100%;margin-left:-1.25rem;top:50%;margin-top:-.3rem;color:inherit;font-size:.8em;font-weight:100;line-height:1;opacity:.7}.table .sortable-column.sort-asc,.table .sorting.sort-asc,.table .sortable-column.sort-desc,.table .sorting.sort-desc,.table .sortable-column.sorting_asc,.table .sorting.sorting_asc,.table .sortable-column.sorting_desc,.table .sorting.sorting_desc{background-color:var(--table-sortable-background);color:var(--table-sortable-color)}.table .sortable-column.sort-asc:after,.table .sorting.sort-asc:after,.table .sortable-column.sort-desc:after,.table .sorting.sort-desc:after,.table .sortable-column.sorting_asc:after,.table .sorting.sorting_asc:after,.table .sortable-column.sorting_desc:after,.table .sorting.sorting_desc:after{opacity:1;font-weight:700;font-size:1em;margin-top:-.5rem}.table .sortable-column.sort-asc:after,.table .sorting.sort-asc:after,.table .sortable-column.sorting_asc:after,.table .sorting.sorting_asc:after{content:"\2191"}.table .sortable-column.sort-desc:after,.table .sorting.sort-desc:after,.table .sortable-column.sorting_desc:after,.table .sorting.sorting_desc:after{content:"\2193"}.table.sortable-markers-on-left .sortable-column,.table.sortable-markers-on-left .sorting{padding-left:30px;padding-right:10px}.table.sortable-markers-on-left .sortable-column:before,.table.sortable-markers-on-left .sorting:before,.table.sortable-markers-on-left .sortable-column:after,.table.sortable-markers-on-left .sorting:after{left:0;margin-left:.625rem}.table tr.selected td,.table .tr.selected td,.table tr.selected .td,.table .tr.selected .td,.table td.selected,.table .td.selected{background-color:var(--table-selected-background);color:var(--table-selected-color)}.table.striped tbody tr:nth-child(2n),.table.striped .tbody .tr:nth-child(2n){background:var(--table-striped-background)}.table.row-hover tbody tr:hover,.table.row-hover .tbody tr:hover,.table.row-hover tbody .tr:hover,.table.row-hover .tbody .tr:hover,.table.cell-hover tbody td:hover,.table.cell-hover .tbody td:hover,.table.cell-hover tbody .td:hover,.table.cell-hover .tbody .td:hover{background-color:var(--table-hover-background);color:var(--table-hover-color)}.table.table-border,.table.cell-border th,.table.cell-border td,.table.cell-border .th,.table.cell-border .td{border:1px var(--border-color) solid}.table.cell-border thead tr:first-child th,.table.cell-border .thead tr:first-child th,.table.cell-border thead .tr:first-child th,.table.cell-border .thead .tr:first-child th,.table.cell-border thead tr:first-child td,.table.cell-border .thead tr:first-child td,.table.cell-border thead .tr:first-child td,.table.cell-border .thead .tr:first-child td,.table.cell-border thead tr:first-child .th,.table.cell-border .thead tr:first-child .th,.table.cell-border thead .tr:first-child .th,.table.cell-border .thead .tr:first-child .th,.table.cell-border thead tr:first-child .td,.table.cell-border .thead tr:first-child .td,.table.cell-border thead .tr:first-child .td,.table.cell-border .thead .tr:first-child .td{border-top:none}.table.cell-border thead tr:first-child th:first-child,.table.cell-border .thead tr:first-child th:first-child,.table.cell-border thead .tr:first-child th:first-child,.table.cell-border .thead .tr:first-child th:first-child,.table.cell-border thead tr:first-child td:first-child,.table.cell-border .thead tr:first-child td:first-child,.table.cell-border thead .tr:first-child td:first-child,.table.cell-border .thead .tr:first-child td:first-child,.table.cell-border thead tr:first-child .th:first-child,.table.cell-border .thead tr:first-child .th:first-child,.table.cell-border thead .tr:first-child .th:first-child,.table.cell-border .thead .tr:first-child .th:first-child,.table.cell-border thead tr:first-child .td:first-child,.table.cell-border .thead tr:first-child .td:first-child,.table.cell-border thead .tr:first-child .td:first-child,.table.cell-border .thead .tr:first-child .td:first-child{border-left:none}.table.cell-border thead tr:first-child th:last-child,.table.cell-border .thead tr:first-child th:last-child,.table.cell-border thead .tr:first-child th:last-child,.table.cell-border .thead .tr:first-child th:last-child,.table.cell-border thead tr:first-child td:last-child,.table.cell-border .thead tr:first-child td:last-child,.table.cell-border thead .tr:first-child td:last-child,.table.cell-border .thead .tr:first-child td:last-child,.table.cell-border thead tr:first-child .th:last-child,.table.cell-border .thead tr:first-child .th:last-child,.table.cell-border thead .tr:first-child .th:last-child,.table.cell-border .thead .tr:first-child .th:last-child,.table.cell-border thead tr:first-child .td:last-child,.table.cell-border .thead tr:first-child .td:last-child,.table.cell-border thead .tr:first-child .td:last-child,.table.cell-border .thead .tr:first-child .td:last-child{border-right:none}.table.cell-border tbody tr:first-child td,.table.cell-border .tbody tr:first-child td,.table.cell-border tbody .tr:first-child td,.table.cell-border .tbody .tr:first-child td,.table.cell-border tbody tr:first-child .td,.table.cell-border .tbody tr:first-child .td,.table.cell-border tbody .tr:first-child .td,.table.cell-border .tbody .tr:first-child .td{border-top:none}.table.cell-border tbody tr td:first-child,.table.cell-border .tbody tr td:first-child,.table.cell-border tbody .tr td:first-child,.table.cell-border .tbody .tr td:first-child,.table.cell-border tbody tr .td:first-child,.table.cell-border .tbody tr .td:first-child,.table.cell-border tbody .tr .td:first-child,.table.cell-border .tbody .tr .td:first-child{border-left:none}.table.cell-border tbody tr td:last-child,.table.cell-border .tbody tr td:last-child,.table.cell-border tbody .tr td:last-child,.table.cell-border .tbody .tr td:last-child,.table.cell-border tbody tr .td:last-child,.table.cell-border .tbody tr .td:last-child,.table.cell-border tbody .tr .td:last-child,.table.cell-border .tbody .tr .td:last-child{border-right:none}.table.cell-border tbody tr:last-child td,.table.cell-border .tbody tr:last-child td,.table.cell-border tbody .tr:last-child td,.table.cell-border .tbody .tr:last-child td,.table.cell-border tbody tr:last-child .td,.table.cell-border .tbody tr:last-child .td,.table.cell-border tbody .tr:last-child .td,.table.cell-border .tbody .tr:last-child .td{border-bottom:none}.table.row-border tr+tr,.table.row-border .tr+.tr{border-top:1px var(--table-border-color) solid}.table.subcompact th,.table.subcompact td,.table.subcompact .th,.table.subcompact .td{padding:3px 8px;font-size:80%}.table.compact th,.table.compact td,.table.compact .th,.table.compact .td{padding:7px 8px;font-size:80%}.table .check-cell,.table .rownum-cell{width:36px;text-align:center}.table thead td.hidden,.table tbody td.hidden,.table .thead td.hidden,.table .tbody td.hidden,.table thead th.hidden,.table tbody th.hidden,.table .thead th.hidden,.table .tbody th.hidden,.table thead .th.hidden,.table tbody .th.hidden,.table .thead .th.hidden,.table .tbody .th.hidden,.table thead .td.hidden,.table tbody .td.hidden,.table .thead .td.hidden,.table .tbody .td.hidden{display:none!important}.table .data-wrapper{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table .checkbox,.table .radio,.table .switch{height:initial}.table-component{display:block;position:relative}.table-bottom{margin-left:0;margin-right:0}.table-info,.table-pagination,.table-skip{flex-basis:auto}.table-progress{width:64px;height:64px;position:absolute;top:200px;left:50%;transform:translate(-50%);display:none;z-index:2}.table-progress [class*=activity-]{margin:0 auto}.table-inspector{display:none;position:absolute;top:0;left:0;background-color:var(--table-inspector-background);color:var(--table-inspector-color);z-index:500;border:1px double var(--table-inspector-border-color);border-radius:var(--table-inspector-border-radius);width:auto;padding:10px;max-height:calc(100vh - 40px);box-shadow:0 0 5px #0000004d}.table-inspector .table-inspector-header{display:block;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 .5rem .5rem;border-bottom:1px solid var(--table-border-color);font-size:24px;font-weight:100;margin-bottom:.5rem}.table-inspector .table-wrap{display:block;height:calc(100% - 110px);overflow-x:hidden;overflow-y:auto}.table-inspector .table-inspector-actions{display:block;position:relative;border-top:1px solid var(--table-border-color);padding:.5rem .5rem 0;margin-top:.5rem}.table-inspector table,.table-inspector .table{margin-bottom:0}.table-inspector table td,.table-inspector .table td,.table-inspector table .td,.table-inspector .table .td{vertical-align:middle}.table-inspector table tr.flash,.table-inspector .table tr.flash,.table-inspector table .tr.flash,.table-inspector .table .tr.flash{animation:flash-bg 1s ease-out;animation-iteration-count:1}.table-inspector .spinner{width:120px}.table-inspector .spinner input{font-size:14px}.table-inspector.open{display:block}.table-form{display:block;position:absolute;z-index:500;height:auto;max-height:calc(100vh - 40px);width:auto;max-width:calc(100vw - 40px);top:50%;left:50%;transform:translate3d(-50%,-50%,0);border:1px solid var(--border-color);box-shadow:0 0 5px #0000004d}@keyframes flash-bg{0%{background-color:var(--table-background)}30%{background-color:var(--table-hover-background)}to{background-color:var(--table-background)}}@media screen and (min-width: 0){.table.normal-fs th,.table.normal-fs td,.table.normal-fs .th,.table.normal-fs .td{padding:.625rem;font-size:1em}.table.compact-fs th,.table.compact-fs td,.table.compact-fs .th,.table.compact-fs .td{padding:7px 8px;font-size:80%}.table.subcompact-fs th,.table.subcompact-fs td,.table.subcompact-fs .th,.table.subcompact-fs .td{padding:3px 8px;font-size:80%}}@media screen and (min-width: 360px){.table.normal-xs th,.table.normal-xs td,.table.normal-xs .th,.table.normal-xs .td{padding:.625rem;font-size:1em}.table.compact-xs th,.table.compact-xs td,.table.compact-xs .th,.table.compact-xs .td{padding:7px 8px;font-size:80%}.table.subcompact-xs th,.table.subcompact-xs td,.table.subcompact-xs .th,.table.subcompact-xs .td{padding:3px 8px;font-size:80%}}@media screen and (min-width: 576px){.table.normal-sm th,.table.normal-sm td,.table.normal-sm .th,.table.normal-sm .td{padding:.625rem;font-size:1em}.table.compact-sm th,.table.compact-sm td,.table.compact-sm .th,.table.compact-sm .td{padding:7px 8px;font-size:80%}.table.subcompact-sm th,.table.subcompact-sm td,.table.subcompact-sm .th,.table.subcompact-sm .td{padding:3px 8px;font-size:80%}}@media screen and (min-width: 640px){.table.normal-ld th,.table.normal-ld td,.table.normal-ld .th,.table.normal-ld .td{padding:.625rem;font-size:1em}.table.compact-ld th,.table.compact-ld td,.table.compact-ld .th,.table.compact-ld .td{padding:7px 8px;font-size:80%}.table.subcompact-ld th,.table.subcompact-ld td,.table.subcompact-ld .th,.table.subcompact-ld .td{padding:3px 8px;font-size:80%}}@media screen and (min-width: 768px){.table.normal-md th,.table.normal-md td,.table.normal-md .th,.table.normal-md .td{padding:.625rem;font-size:1em}.table.compact-md th,.table.compact-md td,.table.compact-md .th,.table.compact-md .td{padding:7px 8px;font-size:80%}.table.subcompact-md th,.table.subcompact-md td,.table.subcompact-md .th,.table.subcompact-md .td{padding:3px 8px;font-size:80%}}@media screen and (min-width: 992px){.table.normal-lg th,.table.normal-lg td,.table.normal-lg .th,.table.normal-lg .td{padding:.625rem;font-size:1em}.table.compact-lg th,.table.compact-lg td,.table.compact-lg .th,.table.compact-lg .td{padding:7px 8px;font-size:80%}.table.subcompact-lg th,.table.subcompact-lg td,.table.subcompact-lg .th,.table.subcompact-lg .td{padding:3px 8px;font-size:80%}}@media screen and (min-width: 1200px){.table.normal-xl th,.table.normal-xl td,.table.normal-xl .th,.table.normal-xl .td{padding:.625rem;font-size:1em}.table.compact-xl th,.table.compact-xl td,.table.compact-xl .th,.table.compact-xl .td{padding:7px 8px;font-size:80%}.table.subcompact-xl th,.table.subcompact-xl td,.table.subcompact-xl .th,.table.subcompact-xl .td{padding:3px 8px;font-size:80%}}@media screen and (min-width: 1452px){.table.normal-xxl th,.table.normal-xxl td,.table.normal-xxl .th,.table.normal-xxl .td{padding:.625rem;font-size:1em}.table.compact-xxl th,.table.compact-xxl td,.table.compact-xxl .th,.table.compact-xxl .td{padding:7px 8px;font-size:80%}.table.subcompact-xxl th,.table.subcompact-xxl td,.table.subcompact-xxl .th,.table.subcompact-xxl .td{padding:3px 8px;font-size:80%}}@media screen and (min-width: 2000px){.table.normal-xxxl th,.table.normal-xxxl td,.table.normal-xxxl .th,.table.normal-xxxl .td{padding:.625rem;font-size:1em}.table.compact-xxxl th,.table.compact-xxxl td,.table.compact-xxxl .th,.table.compact-xxxl .td{padding:7px 8px;font-size:80%}.table.subcompact-xxxl th,.table.subcompact-xxxl td,.table.subcompact-xxxl .th,.table.subcompact-xxxl .td{padding:3px 8px;font-size:80%}}.table-load-data-activity{position:absolute!important;top:0;left:0;z-index:500}.table-skip{display:flex;position:relative;flex-flow:row nowrap}.table-skip input{width:220px}.table-skip-input{padding:0 .75rem}.table-component .table-top,.table-component .table-rows-block,.table-component .table-search-block{display:flex;flex-flow:row wrap;justify-content:space-between;width:100%}.table-component .table-search-block{flex-basis:100%;flex-shrink:0}.table-component .table-rows-block{width:calc(100% - 46px)}.table-component .table-top>*{margin-bottom:4px}@media screen and (min-width: 768px){.table-component .table-top{flex-flow:row nowrap}.table-component .table-top>*+*{margin-left:4px}.table-component .table-search-block{flex-shrink:1}.table-component .table-rows-block{width:360px}}.table-component .table-container{border:1px solid var(--border-color);margin:10px 0;overflow:hidden}.table-component .table-container.horizontal-scroll{overflow-x:auto}.table-component .table-container.horizontal-scroll .table{width:auto;min-width:100%}:root{--tabs-background: var(--default-background);--tabs-color: var(--default-color);--tabs-hamburger-background: transparent;--tabs-hamburger-color: #000000;--tabs-item-background: var(--default-background);--tabs-item-color: var(--default-color);--tabs-item-background-hover: #f5f8fe;--tabs-item-color-hover: var(--default-color);--tabs-item-background-active: #ffffff;--tabs-item-color-active: var(--default-color)}.dark-side{--tabs-background: var(--default-background);--tabs-color: var(--default-color);--tabs-hamburger-background: transparent;--tabs-hamburger-color: #ffffff;--tabs-item-background: var(--default-background);--tabs-item-color: var(--default-color);--tabs-item-background-hover: #26282e;--tabs-item-color-hover: var(--default-color);--tabs-item-background-active: #4a4d51;--tabs-item-color-active: var(--default-color)}.tabs{position:relative;border:1px solid var(--border-color);transition:all .3s ease-in-out;background-color:var(--tabs-background);color:var(--tabs-color)}.tabs .hamburger,.tabs .expand-title{cursor:pointer}.tabs .hamburger{position:absolute;top:.25rem;right:.25rem;display:block}.tabs .expand-title{display:block;padding:.65rem 1rem 0;background-color:inherit;color:inherit;text-decoration:none}.tabs>ul.tabs-list{list-style:none inside;margin:0;padding:0;display:flex;flex-direction:column;justify-content:inherit;width:100%;position:relative;margin-top:.5rem;margin-bottom:1px;overflow:hidden;max-height:0;transition:max-height .3s ease}.tabs>ul.tabs-list>li,.tabs>ul.tabs-list a{position:relative}.tabs>ul.tabs-list>li{display:block;background-color:var(--tabs-item-background);color:var(--tabs-item-color);margin:0 0 -1px}.tabs>ul.tabs-list>li>a{padding:.5rem 1rem;background-color:inherit;color:inherit;text-decoration:none;display:flex;align-items:center;justify-content:center}.tabs>ul.tabs-list>li>a:hover{text-decoration:none}.tabs>ul.tabs-list>li>a>[class*=mif-]{margin:0 4px}.tabs>ul.tabs-list>li:hover{background-color:var(--tabs-item-background-hover);color:var(--tabs-item-color-hover)}.tabs>ul.tabs-list>li.active{background-color:var(--tabs-item-background-active);color:var(--tabs-item-color-active)}.tabs>ul.tabs-list .d-menu{position:relative;width:100%;box-shadow:none}.tabs.bottom>ul.tabs-list{border:none}.tabs.bottom>ul.tabs-list>li{margin:-1px 0 0}.tabs.vertical>ul.tabs-list{flex-direction:column;border:none;border-right:1px solid var(--border-color);width:auto;height:100%;justify-content:inherit}.tabs.vertical>ul.tabs-list>li{border:none;border-right:1px solid var(--border-color);margin:0 -1px 0 0}.tabs.vertical>ul.tabs-list>li>a{text-align:right}.tabs.vertical>ul.tabs-list>li.active{border:1px solid var(--border-color);border-right:none}.tabs.vertical.right>ul.tabs-list{border:none;border-left:1px solid var(--border-color)}.tabs.vertical.right>ul.tabs-list>li{border:none;border-left:1px solid var(--border-color);margin:0 0 0 -1px}.tabs.vertical.right>ul.tabs-list>li>a{text-align:left}.tabs.vertical.right>ul.tabs-list>li.active{border:1px solid var(--border-color);border-left:none}.tabs.vertical{min-width:3.5rem}.tabs.vertical .expand-title{display:none!important}.tabs-expand{border:none}.tabs-expand>ul.tabs-list{border:0;border-bottom:1px solid var(--border-color);flex-direction:row;display:flex!important;margin-top:0;height:auto;max-height:none;overflow:visible}.tabs-expand>ul.tabs-list>li{border-bottom:1px solid var(--border-color)}.tabs-expand>ul.tabs-list>li.active{border:1px solid var(--border-color);border-bottom:none;background-color:var(--tabs-item-background-active);color:var(--tabs-item-color-active)}.tabs-expand>ul.tabs-list .d-menu{position:absolute;width:auto}.tabs-expand.bottom>ul.tabs-list{border:none;border-top:1px solid var(--border-color)}.tabs-expand.bottom>ul.tabs-list>li{border:none;border-top:1px solid var(--border-color)}.tabs-expand.bottom>ul.tabs-list>li.active{border:1px solid var(--border-color);border-top:none}.tabs-expand.vertical{flex-direction:column}.tabs-expand .hamburger,.tabs-expand .expand-title{display:none}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text,.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills,.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group{border-bottom:none}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li{display:flex;align-items:flex-end;border:none}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li:hover{background:transparent}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li.active{font-size:3rem}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li>a{height:100%;padding:.5rem .5rem 0;align-items:flex-end}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li:not(.active) a{padding-bottom:10px}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group{justify-content:space-between}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group>li{border:1px solid var(--border-color);width:100%}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group>li.active{background:#e4e4e4;font-weight:500}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills>li{border:1px solid transparent;overflow:hidden;border-radius:10px}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills>li.active{font-weight:500;border-color:var(--border-color);background:#e4e4e4}.tabs-material-wrapper{overflow:hidden;height:48px;display:block;width:100%}.tabs-material{margin:0;padding:0 52px;position:relative;height:auto;display:flex;flex-flow:row nowrap;overflow:auto;overflow-y:hidden;width:100%;z-index:1030;background-color:#fff;color:#1d1d1d;white-space:nowrap;list-style:none inside;line-height:1}.tabs-material li{flex-shrink:0;position:relative;display:block;height:48px;cursor:pointer;opacity:.6;text-align:center;margin:0;overflow:hidden;max-width:360px;min-width:90px;background-color:inherit;color:inherit}.tabs-material li a{display:block;position:relative;padding:16px;background-color:inherit;color:inherit;text-decoration:none;font-weight:500;white-space:nowrap;font-size:14px;text-transform:uppercase;line-height:20px;width:100%}.tabs-material li a:hover{text-decoration:none}.tabs-material li .icon{width:24px;height:24px;line-height:24px;font-size:22px;display:block}.tabs-material:after{content:" ";min-width:52px}.tabs-material.with-icons li{height:72px}.tabs-material li.active,.tabs-material li:hover{opacity:1;transition:.3s linear}.tabs-material .tab-marker{display:block;position:absolute;height:2px;bottom:0;left:0;color:transparent;opacity:1;z-index:1;background-color:#1d1d1d}.tabs-material .tab-badge{position:absolute;top:8px;right:8px;padding:4px}.tabs-material.deep{z-index:1029}.tabs-material.fixed-tabs{overflow-x:hidden;padding:0}.tabs-material.fixed-tabs li{flex-basis:0;flex-grow:1}.tabs-material.fixed-tabs:after{content:"";min-width:0}.head-bar~.fixed-tabs,.tabs-material-wrapper.app-bar-present{top:56px}.head-bar.more~.fixed-tabs,.tabs-material-wrapper.app-bar-present-more{top:112px}.tag-input{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;width:100%;padding:0 2px;cursor:text;position:relative;height:auto;min-height:36px}.tag-input .original-input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.tag-input .input-wrapper{width:auto;border:none!important;height:26px;line-height:26px;font-size:14px;padding:0 4px}.tag-input .input-wrapper:focus{box-shadow:none!important}.tag-input .input-clear-button{position:absolute;top:0;right:0;z-index:2;background-color:transparent;height:34px;min-width:34px}.tag-input .input-clear-button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.tag-input.padding-for-clear{padding-right:48px}.tag-input.input-large{min-height:50px}.tag-input.input-large input{height:48px;font-size:1.3rem;padding:0 10px;line-height:48px;min-width:5em}.tag-input.input-large .button{height:48px;min-width:48px;font-size:1.3rem}.tag-input.input-large .button [class*=mif-]{font-size:1.3rem}.tag-input.input-large .button [class*=default-icon-]{width:21px;height:21px}.tag-input.input-large .button .input-clear-button{width:48px;padding:0}.tag-input.input-small{min-height:28px}.tag-input.input-small input{height:26px;font-size:.9rem;padding:0 4px;line-height:26px;min-width:5em}.tag-input.input-small .button{height:26px;min-width:26px;font-size:.9rem}.tag-input.input-small .button [class*=mif-]{font-size:.9rem}.tag-input.input-small .button [class*=default-icon-]{width:14px;height:14px}.tag-input.input-small .input-clear-button{width:26px;padding:0}.tag-input.static-mode{border:none!important;cursor:default}.tag-input.static-mode .button,.tag-input.static-mode input{display:none!important}.tag-input .autocomplete-list{margin:0;padding:0;list-style:none inside;position:absolute;top:100%;left:0;right:0;overflow:hidden;overflow-y:auto;background-color:#fff;height:auto;border:1px solid var(--border-color);z-index:3;display:block}.tag-input .autocomplete-list .item{display:block;position:relative;padding:4px 8px;cursor:pointer}.tag-input .autocomplete-list .item:hover{background-color:#1d1d1d1a}.tag-input .autocomplete-list .item+.item{border-top:1px solid var(--border-color)}.textarea,textarea{height:auto}textarea{line-height:1.2}.textarea{display:flex;flex-flow:row nowrap;justify-content:space-between;width:auto;padding:0}.textarea .fake-textarea{opacity:0;z-index:-1;position:absolute;top:0;left:0;right:0}.textarea textarea{appearance:none;display:block;outline:none;padding:.75rem;width:100%;min-height:100px;resize:none;border:none!important;transition:height .1s linear}.textarea textarea:focus{box-shadow:none}.textarea.no-scroll-vertical textarea{overflow-y:hidden!important}.textarea .input-clear-button{position:absolute;top:0;right:0;z-index:2;background-color:transparent}.textarea .input-clear-button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.textarea:not(.no-scroll-vertical) .input-clear-button{right:18px}.textarea.disabled .clear-button{display:none}.textarea .prepend{order:1}.textarea .append{order:3}.textarea textarea{order:2}.textarea .input-clear-button~textarea{padding-right:48px}.textarea[dir=rtl],.textarea.rtl{flex-direction:row-reverse}.textarea[dir=rtl] .prepend,.textarea.rtl .prepend{order:3}.textarea[dir=rtl] .append,.textarea.rtl .append{order:1}.textarea[dir=rtl] textarea,.textarea.rtl textarea{order:2}.textarea[dir=rtl] .input-clear-button,.textarea.rtl .input-clear-button{right:auto;left:.25rem}.textarea[dir=rtl] .input-clear-button~textarea,.textarea.rtl .input-clear-button~textarea{padding-left:48px;padding-right:.75rem}.theme-switcher{display:inline-flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;position:relative;margin:0;user-select:none;cursor:pointer;height:36px}.theme-switcher input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.theme-switcher .check{line-height:38px;font-size:14px;margin:0 4px;position:relative;height:20px;width:48px;border:2px #1d1d1d solid;cursor:pointer;background:transparent;z-index:1;display:inline-block;vertical-align:middle;border-radius:.5625rem;flex-shrink:0}.theme-switcher .check:before{content:attr(data-dark-symbol);display:block;position:absolute;color:inherit;left:16px;width:26px;top:-2px;line-height:20px;font-size:10px;text-transform:uppercase;text-align:center}.theme-switcher .check:after{transition:all .3s ease-in-out;position:absolute;left:3px;display:block;content:"";height:12px;width:12px;top:50%;transform:translateY(-50%);border:2px #333 solid;cursor:pointer;background:#333;z-index:2;border-radius:50%}.theme-switcher input[type=checkbox]:indeterminate~.check:after{background-color:#bebebe;border-color:#bebebe;left:auto;transform:translate(18px) translateY(-50%)}.theme-switcher input[type=checkbox]:indeterminate~.check:before{content:""}.theme-switcher input[type=checkbox]:checked~.check{background:#1d1d1d;border-color:#1d1d1d;color:#1d1d1d}.theme-switcher input[type=checkbox]:checked~.check:after{background-color:#fff;border-color:#fff;left:auto;transform:translate(30px) translateY(-50%)}.theme-switcher input[type=checkbox]:checked~.check:before{content:attr(data-light-symbol);color:#fff;left:1px}.theme-switcher input[type=checkbox]:disabled~.check{background-color:#e9e9e9;border-color:#e9e9e9}.theme-switcher input[type=checkbox]:disabled~.check:after{background-color:#d0d0d0;border-color:#d0d0d0}.theme-switcher input[type=checkbox]:disabled~.check:before{display:none}.tile-small,.tile-medium,.tile-wide,.tile-large,.tile-app{display:block;background-color:#1fb1f8;color:#fff;width:150px;height:150px;box-shadow:inset 0 0 1px #ffc;cursor:pointer;position:relative;overflow:hidden;user-select:none;max-width:none!important}.tile-small{width:70px;height:70px}.tile-medium{width:150px;height:150px}.tile-wide{width:310px;height:150px}.tile-large{width:310px;height:310px}.tile-app{width:44px;height:44px}.tile-small .icon,.tile-medium .icon,.tile-wide .icon,.tile-large .icon,.tile-app .icon{max-width:33%;height:33%;position:absolute;top:50%;left:50%;transform:translateY(-50%) translate(-50%);font-size:50px;line-height:50px;z-index:2}.tile-small .branding-bar,.tile-medium .branding-bar,.tile-wide .branding-bar,.tile-large .branding-bar,.tile-app .branding-bar{height:32px;line-height:32px;position:absolute;left:0;bottom:0;right:0;padding:0 10px 5px;font-size:.875rem;font-weight:500;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;z-index:2}.tile-small .badge-top,.tile-medium .badge-top,.tile-wide .badge-top,.tile-large .badge-top,.tile-app .badge-top,.tile-small .badge-bottom,.tile-medium .badge-bottom,.tile-wide .badge-bottom,.tile-large .badge-bottom,.tile-app .badge-bottom{position:absolute;display:block;padding:4px 8px;font-size:12px;text-align:center;background-color:#1d1d1d1a;z-index:2}.tile-small .badge-bottom,.tile-medium .badge-bottom,.tile-wide .badge-bottom,.tile-large .badge-bottom,.tile-app .badge-bottom{right:10px;bottom:0}.tile-small .badge-top,.tile-medium .badge-top,.tile-wide .badge-top,.tile-large .badge-top,.tile-app .badge-top{top:10px;right:10px}.tile-small:hover,.tile-medium:hover,.tile-wide:hover,.tile-large:hover,.tile-app:hover{outline:rgba(29,29,29,.1) solid 4px}.tile-small .icon{max-width:50%;height:50%;font-size:35px;line-height:35px}.tile-large .icon{font-size:102px;line-height:102px}.tile-app .icon{max-width:75%;height:75%}.tile-small.transform-right,.tile-medium.transform-right,.tile-wide.transform-right,.tile-large.transform-right,.tile-app.transform-right{transform-origin:left 50%;transform:perspective(500px) rotateY(.138372rad)!important}.tile-small.transform-right.tile-small,.tile-medium.transform-right.tile-small,.tile-wide.transform-right.tile-small,.tile-large.transform-right.tile-small,.tile-app.transform-right.tile-small{transform:perspective(500px) rotateY(.276744rad)!important}.tile-small.transform-right.tile-wide,.tile-medium.transform-right.tile-wide,.tile-wide.transform-right.tile-wide,.tile-large.transform-right.tile-wide,.tile-app.transform-right.tile-wide{transform:perspective(500px) rotateY(.069186rad)!important}.tile-small.transform-right.tile-large,.tile-medium.transform-right.tile-large,.tile-wide.transform-right.tile-large,.tile-large.transform-right.tile-large,.tile-app.transform-right.tile-large{transform:perspective(500px) rotateY(.046124rad)!important}.tile-small.transform-left,.tile-medium.transform-left,.tile-wide.transform-left,.tile-large.transform-left,.tile-app.transform-left{transform-origin:right 50%;transform:perspective(500px) rotateY(-.138372rad)!important}.tile-small.transform-left.tile-small,.tile-medium.transform-left.tile-small,.tile-wide.transform-left.tile-small,.tile-large.transform-left.tile-small,.tile-app.transform-left.tile-small{transform:perspective(500px) rotateY(-.276744rad)!important}.tile-small.transform-left.tile-wide,.tile-medium.transform-left.tile-wide,.tile-wide.transform-left.tile-wide,.tile-large.transform-left.tile-wide,.tile-app.transform-left.tile-wide{transform:perspective(500px) rotateY(-.069186rad)!important}.tile-small.transform-left.tile-large,.tile-medium.transform-left.tile-large,.tile-wide.transform-left.tile-large,.tile-large.transform-left.tile-large,.tile-app.transform-left.tile-large{transform:perspective(500px) rotateY(-.046124rad)!important}.tile-small.transform-top,.tile-medium.transform-top,.tile-wide.transform-top,.tile-large.transform-top,.tile-app.transform-top{transform-origin:50% bottom;transform:perspective(500px) rotateX(.138372rad)!important}.tile-small.transform-top.tile-small,.tile-medium.transform-top.tile-small,.tile-wide.transform-top.tile-small,.tile-large.transform-top.tile-small,.tile-app.transform-top.tile-small{transform:perspective(500px) rotateX(.276744rad)!important}.tile-small.transform-top.tile-wide,.tile-medium.transform-top.tile-wide,.tile-wide.transform-top.tile-wide,.tile-large.transform-top.tile-wide,.tile-app.transform-top.tile-wide{transform:perspective(500px) rotateX(.069186rad)!important}.tile-small.transform-top.tile-large,.tile-medium.transform-top.tile-large,.tile-wide.transform-top.tile-large,.tile-large.transform-top.tile-large,.tile-app.transform-top.tile-large{transform:perspective(500px) rotateX(.046124rad)!important}.tile-small.transform-bottom,.tile-medium.transform-bottom,.tile-wide.transform-bottom,.tile-large.transform-bottom,.tile-app.transform-bottom{transform-origin:50% top;transform:perspective(500px) rotateX(-.138372rad)!important}.tile-small.transform-bottom.tile-small,.tile-medium.transform-bottom.tile-small,.tile-wide.transform-bottom.tile-small,.tile-large.transform-bottom.tile-small,.tile-app.transform-bottom.tile-small{transform:perspective(500px) rotateX(-.276744rad)!important}.tile-small.transform-bottom.tile-wide,.tile-medium.transform-bottom.tile-wide,.tile-wide.transform-bottom.tile-wide,.tile-large.transform-bottom.tile-wide,.tile-app.transform-bottom.tile-wide{transform:perspective(500px) rotateX(-.069186rad)!important}.tile-small.transform-bottom.tile-large,.tile-medium.transform-bottom.tile-large,.tile-wide.transform-bottom.tile-large,.tile-large.transform-bottom.tile-large,.tile-app.transform-bottom.tile-large{transform:perspective(500px) rotateX(-.046124rad)!important}.tiles-grid{position:relative;display:grid;grid-template-columns:repeat(auto-fit,70px);grid-template-rows:repeat(auto-fit,70px);grid-gap:10px}.tiles-grid .tile-small{grid-column:span 1;grid-row:span 1}.tiles-grid .tile-medium{grid-column:span 2;grid-row:span 2}.tiles-grid .tile-wide{grid-column:span 4;grid-row:span 2}.tiles-grid .tile-large{grid-column:span 4;grid-row:span 4}.tiles-grid .tile-small.col-1{grid-column:1 / span 1}.tiles-grid .tile-medium.col-1{grid-column:1 / span 2}.tiles-grid .tile-wide.col-1,.tiles-grid .tile-large.col-1{grid-column:1 / span 4}.tiles-grid .tile-small.row-1{grid-row:1 / span 1}.tiles-grid .tile-medium.row-1{grid-row:1 / span 2}.tiles-grid .tile-wide.row-1,.tiles-grid .tile-large.row-1{grid-row:1 / span 4}.tiles-grid .tile-small.col-2{grid-column:2 / span 1}.tiles-grid .tile-medium.col-2{grid-column:2 / span 2}.tiles-grid .tile-wide.col-2,.tiles-grid .tile-large.col-2{grid-column:2 / span 4}.tiles-grid .tile-small.row-2{grid-row:2 / span 1}.tiles-grid .tile-medium.row-2{grid-row:2 / span 2}.tiles-grid .tile-wide.row-2,.tiles-grid .tile-large.row-2{grid-row:2 / span 4}.tiles-grid .tile-small.col-3{grid-column:3 / span 1}.tiles-grid .tile-medium.col-3{grid-column:3 / span 2}.tiles-grid .tile-wide.col-3,.tiles-grid .tile-large.col-3{grid-column:3 / span 4}.tiles-grid .tile-small.row-3{grid-row:3 / span 1}.tiles-grid .tile-medium.row-3{grid-row:3 / span 2}.tiles-grid .tile-wide.row-3,.tiles-grid .tile-large.row-3{grid-row:3 / span 4}.tiles-grid .tile-small.col-4{grid-column:4 / span 1}.tiles-grid .tile-medium.col-4{grid-column:4 / span 2}.tiles-grid .tile-wide.col-4,.tiles-grid .tile-large.col-4{grid-column:4 / span 4}.tiles-grid .tile-small.row-4{grid-row:4 / span 1}.tiles-grid .tile-medium.row-4{grid-row:4 / span 2}.tiles-grid .tile-wide.row-4,.tiles-grid .tile-large.row-4{grid-row:4 / span 4}.tiles-grid .tile-small.col-5{grid-column:5 / span 1}.tiles-grid .tile-medium.col-5{grid-column:5 / span 2}.tiles-grid .tile-wide.col-5,.tiles-grid .tile-large.col-5{grid-column:5 / span 4}.tiles-grid .tile-small.row-5{grid-row:5 / span 1}.tiles-grid .tile-medium.row-5{grid-row:5 / span 2}.tiles-grid .tile-wide.row-5,.tiles-grid .tile-large.row-5{grid-row:5 / span 4}.tiles-grid .tile-small.col-6{grid-column:6 / span 1}.tiles-grid .tile-medium.col-6{grid-column:6 / span 2}.tiles-grid .tile-wide.col-6,.tiles-grid .tile-large.col-6{grid-column:6 / span 4}.tiles-grid .tile-small.row-6{grid-row:6 / span 1}.tiles-grid .tile-medium.row-6{grid-row:6 / span 2}.tiles-grid .tile-wide.row-6,.tiles-grid .tile-large.row-6{grid-row:6 / span 4}.tiles-grid .tile-small.col-7{grid-column:7 / span 1}.tiles-grid .tile-medium.col-7{grid-column:7 / span 2}.tiles-grid .tile-wide.col-7,.tiles-grid .tile-large.col-7{grid-column:7 / span 4}.tiles-grid .tile-small.row-7{grid-row:7 / span 1}.tiles-grid .tile-medium.row-7{grid-row:7 / span 2}.tiles-grid .tile-wide.row-7,.tiles-grid .tile-large.row-7{grid-row:7 / span 4}.tiles-grid .tile-small.col-8{grid-column:8 / span 1}.tiles-grid .tile-medium.col-8{grid-column:8 / span 2}.tiles-grid .tile-wide.col-8,.tiles-grid .tile-large.col-8{grid-column:8 / span 4}.tiles-grid .tile-small.row-8{grid-row:8 / span 1}.tiles-grid .tile-medium.row-8{grid-row:8 / span 2}.tiles-grid .tile-wide.row-8,.tiles-grid .tile-large.row-8{grid-row:8 / span 4}.tiles-grid .tile-small.col-9{grid-column:9 / span 1}.tiles-grid .tile-medium.col-9{grid-column:9 / span 2}.tiles-grid .tile-wide.col-9,.tiles-grid .tile-large.col-9{grid-column:9 / span 4}.tiles-grid .tile-small.row-9{grid-row:9 / span 1}.tiles-grid .tile-medium.row-9{grid-row:9 / span 2}.tiles-grid .tile-wide.row-9,.tiles-grid .tile-large.row-9{grid-row:9 / span 4}.tiles-grid .tile-small.col-10{grid-column:10 / span 1}.tiles-grid .tile-medium.col-10{grid-column:10 / span 2}.tiles-grid .tile-wide.col-10,.tiles-grid .tile-large.col-10{grid-column:10 / span 4}.tiles-grid .tile-small.row-10{grid-row:10 / span 1}.tiles-grid .tile-medium.row-10{grid-row:10 / span 2}.tiles-grid .tile-wide.row-10,.tiles-grid .tile-large.row-10{grid-row:10 / span 4}.tiles-grid .tile-small.col-11{grid-column:11 / span 1}.tiles-grid .tile-medium.col-11{grid-column:11 / span 2}.tiles-grid .tile-wide.col-11,.tiles-grid .tile-large.col-11{grid-column:11 / span 4}.tiles-grid .tile-small.row-11{grid-row:11 / span 1}.tiles-grid .tile-medium.row-11{grid-row:11 / span 2}.tiles-grid .tile-wide.row-11,.tiles-grid .tile-large.row-11{grid-row:11 / span 4}.tiles-grid .tile-small.col-12{grid-column:12 / span 1}.tiles-grid .tile-medium.col-12{grid-column:12 / span 2}.tiles-grid .tile-wide.col-12,.tiles-grid .tile-large.col-12{grid-column:12 / span 4}.tiles-grid .tile-small.row-12{grid-row:12 / span 1}.tiles-grid .tile-medium.row-12{grid-row:12 / span 2}.tiles-grid .tile-wide.row-12,.tiles-grid .tile-large.row-12{grid-row:12 / span 4}.tiles-grid.size-half{width:80px}.tiles-grid.size-1{width:160px}.tiles-grid.size-2{width:320px}.tiles-grid.size-3{width:480px}.tiles-grid.size-4{width:640px}.tiles-grid.size-5{width:800px}.tiles-grid.size-6{width:960px}.tiles-grid.size-7{width:1120px}.tiles-grid.size-8{width:1280px}.tiles-grid.size-9{width:1440px}.tiles-grid.size-10{width:1600px}@media screen and (min-width: 0){.tiles-grid .col-fs-1{grid-column:1}.tiles-grid .row-fs-1{grid-row:1}.tiles-grid .col-fs-2{grid-column:2}.tiles-grid .row-fs-2{grid-row:2}.tiles-grid .col-fs-3{grid-column:3}.tiles-grid .row-fs-3{grid-row:3}.tiles-grid .col-fs-4{grid-column:4}.tiles-grid .row-fs-4{grid-row:4}.tiles-grid .col-fs-5{grid-column:5}.tiles-grid .row-fs-5{grid-row:5}.tiles-grid .col-fs-6{grid-column:6}.tiles-grid .row-fs-6{grid-row:6}.tiles-grid .col-fs-7{grid-column:7}.tiles-grid .row-fs-7{grid-row:7}.tiles-grid .col-fs-8{grid-column:8}.tiles-grid .row-fs-8{grid-row:8}.tiles-grid .col-fs-9{grid-column:9}.tiles-grid .row-fs-9{grid-row:9}.tiles-grid .col-fs-10{grid-column:10}.tiles-grid .row-fs-10{grid-row:10}.tiles-grid .col-fs-11{grid-column:11}.tiles-grid .row-fs-11{grid-row:11}.tiles-grid .col-fs-12{grid-column:12}.tiles-grid .row-fs-12{grid-row:12}.tiles-grid.size-fs-1{width:160px}.tiles-grid.size-fs-2{width:320px}.tiles-grid.size-fs-3{width:480px}.tiles-grid.size-fs-4{width:640px}.tiles-grid.size-fs-5{width:800px}.tiles-grid.size-fs-6{width:960px}.tiles-grid.size-fs-7{width:1120px}.tiles-grid.size-fs-8{width:1280px}.tiles-grid.size-fs-9{width:1440px}.tiles-grid.size-fs-10{width:1600px}.tiles-grid.size-fs-11{width:1760px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-12{width:1920px}}@media screen and (min-width: 360px){.tiles-grid .col-xs-1{grid-column:1}.tiles-grid .row-xs-1{grid-row:1}.tiles-grid .col-xs-2{grid-column:2}.tiles-grid .row-xs-2{grid-row:2}.tiles-grid .col-xs-3{grid-column:3}.tiles-grid .row-xs-3{grid-row:3}.tiles-grid .col-xs-4{grid-column:4}.tiles-grid .row-xs-4{grid-row:4}.tiles-grid .col-xs-5{grid-column:5}.tiles-grid .row-xs-5{grid-row:5}.tiles-grid .col-xs-6{grid-column:6}.tiles-grid .row-xs-6{grid-row:6}.tiles-grid .col-xs-7{grid-column:7}.tiles-grid .row-xs-7{grid-row:7}.tiles-grid .col-xs-8{grid-column:8}.tiles-grid .row-xs-8{grid-row:8}.tiles-grid .col-xs-9{grid-column:9}.tiles-grid .row-xs-9{grid-row:9}.tiles-grid .col-xs-10{grid-column:10}.tiles-grid .row-xs-10{grid-row:10}.tiles-grid .col-xs-11{grid-column:11}.tiles-grid .row-xs-11{grid-row:11}.tiles-grid .col-xs-12{grid-column:12}.tiles-grid .row-xs-12{grid-row:12}.tiles-grid.size-xs-1{width:160px}.tiles-grid.size-xs-2{width:320px}.tiles-grid.size-xs-3{width:480px}.tiles-grid.size-xs-4{width:640px}.tiles-grid.size-xs-5{width:800px}.tiles-grid.size-xs-6{width:960px}.tiles-grid.size-xs-7{width:1120px}.tiles-grid.size-xs-8{width:1280px}.tiles-grid.size-xs-9{width:1440px}.tiles-grid.size-xs-10{width:1600px}.tiles-grid.size-xs-11{width:1760px}.tiles-grid.size-xs-half{width:80px}.tiles-grid.size-xs-12{width:1920px}}@media screen and (min-width: 576px){.tiles-grid .col-sm-1{grid-column:1}.tiles-grid .row-sm-1{grid-row:1}.tiles-grid .col-sm-2{grid-column:2}.tiles-grid .row-sm-2{grid-row:2}.tiles-grid .col-sm-3{grid-column:3}.tiles-grid .row-sm-3{grid-row:3}.tiles-grid .col-sm-4{grid-column:4}.tiles-grid .row-sm-4{grid-row:4}.tiles-grid .col-sm-5{grid-column:5}.tiles-grid .row-sm-5{grid-row:5}.tiles-grid .col-sm-6{grid-column:6}.tiles-grid .row-sm-6{grid-row:6}.tiles-grid .col-sm-7{grid-column:7}.tiles-grid .row-sm-7{grid-row:7}.tiles-grid .col-sm-8{grid-column:8}.tiles-grid .row-sm-8{grid-row:8}.tiles-grid .col-sm-9{grid-column:9}.tiles-grid .row-sm-9{grid-row:9}.tiles-grid .col-sm-10{grid-column:10}.tiles-grid .row-sm-10{grid-row:10}.tiles-grid .col-sm-11{grid-column:11}.tiles-grid .row-sm-11{grid-row:11}.tiles-grid .col-sm-12{grid-column:12}.tiles-grid .row-sm-12{grid-row:12}.tiles-grid.size-sm-1{width:160px}.tiles-grid.size-sm-2{width:320px}.tiles-grid.size-sm-3{width:480px}.tiles-grid.size-sm-4{width:640px}.tiles-grid.size-sm-5{width:800px}.tiles-grid.size-sm-6{width:960px}.tiles-grid.size-sm-7{width:1120px}.tiles-grid.size-sm-8{width:1280px}.tiles-grid.size-sm-9{width:1440px}.tiles-grid.size-sm-10{width:1600px}.tiles-grid.size-sm-11{width:1760px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-12{width:1920px}}@media screen and (min-width: 640px){.tiles-grid .col-ld-1{grid-column:1}.tiles-grid .row-ld-1{grid-row:1}.tiles-grid .col-ld-2{grid-column:2}.tiles-grid .row-ld-2{grid-row:2}.tiles-grid .col-ld-3{grid-column:3}.tiles-grid .row-ld-3{grid-row:3}.tiles-grid .col-ld-4{grid-column:4}.tiles-grid .row-ld-4{grid-row:4}.tiles-grid .col-ld-5{grid-column:5}.tiles-grid .row-ld-5{grid-row:5}.tiles-grid .col-ld-6{grid-column:6}.tiles-grid .row-ld-6{grid-row:6}.tiles-grid .col-ld-7{grid-column:7}.tiles-grid .row-ld-7{grid-row:7}.tiles-grid .col-ld-8{grid-column:8}.tiles-grid .row-ld-8{grid-row:8}.tiles-grid .col-ld-9{grid-column:9}.tiles-grid .row-ld-9{grid-row:9}.tiles-grid .col-ld-10{grid-column:10}.tiles-grid .row-ld-10{grid-row:10}.tiles-grid .col-ld-11{grid-column:11}.tiles-grid .row-ld-11{grid-row:11}.tiles-grid .col-ld-12{grid-column:12}.tiles-grid .row-ld-12{grid-row:12}.tiles-grid.size-ld-1{width:160px}.tiles-grid.size-ld-2{width:320px}.tiles-grid.size-ld-3{width:480px}.tiles-grid.size-ld-4{width:640px}.tiles-grid.size-ld-5{width:800px}.tiles-grid.size-ld-6{width:960px}.tiles-grid.size-ld-7{width:1120px}.tiles-grid.size-ld-8{width:1280px}.tiles-grid.size-ld-9{width:1440px}.tiles-grid.size-ld-10{width:1600px}.tiles-grid.size-ld-11{width:1760px}.tiles-grid.size-ld-half{width:80px}.tiles-grid.size-ld-12{width:1920px}}@media screen and (min-width: 768px){.tiles-grid .col-md-1{grid-column:1}.tiles-grid .row-md-1{grid-row:1}.tiles-grid .col-md-2{grid-column:2}.tiles-grid .row-md-2{grid-row:2}.tiles-grid .col-md-3{grid-column:3}.tiles-grid .row-md-3{grid-row:3}.tiles-grid .col-md-4{grid-column:4}.tiles-grid .row-md-4{grid-row:4}.tiles-grid .col-md-5{grid-column:5}.tiles-grid .row-md-5{grid-row:5}.tiles-grid .col-md-6{grid-column:6}.tiles-grid .row-md-6{grid-row:6}.tiles-grid .col-md-7{grid-column:7}.tiles-grid .row-md-7{grid-row:7}.tiles-grid .col-md-8{grid-column:8}.tiles-grid .row-md-8{grid-row:8}.tiles-grid .col-md-9{grid-column:9}.tiles-grid .row-md-9{grid-row:9}.tiles-grid .col-md-10{grid-column:10}.tiles-grid .row-md-10{grid-row:10}.tiles-grid .col-md-11{grid-column:11}.tiles-grid .row-md-11{grid-row:11}.tiles-grid .col-md-12{grid-column:12}.tiles-grid .row-md-12{grid-row:12}.tiles-grid.size-md-1{width:160px}.tiles-grid.size-md-2{width:320px}.tiles-grid.size-md-3{width:480px}.tiles-grid.size-md-4{width:640px}.tiles-grid.size-md-5{width:800px}.tiles-grid.size-md-6{width:960px}.tiles-grid.size-md-7{width:1120px}.tiles-grid.size-md-8{width:1280px}.tiles-grid.size-md-9{width:1440px}.tiles-grid.size-md-10{width:1600px}.tiles-grid.size-md-11{width:1760px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-12{width:1920px}}@media screen and (min-width: 992px){.tiles-grid .col-lg-1{grid-column:1}.tiles-grid .row-lg-1{grid-row:1}.tiles-grid .col-lg-2{grid-column:2}.tiles-grid .row-lg-2{grid-row:2}.tiles-grid .col-lg-3{grid-column:3}.tiles-grid .row-lg-3{grid-row:3}.tiles-grid .col-lg-4{grid-column:4}.tiles-grid .row-lg-4{grid-row:4}.tiles-grid .col-lg-5{grid-column:5}.tiles-grid .row-lg-5{grid-row:5}.tiles-grid .col-lg-6{grid-column:6}.tiles-grid .row-lg-6{grid-row:6}.tiles-grid .col-lg-7{grid-column:7}.tiles-grid .row-lg-7{grid-row:7}.tiles-grid .col-lg-8{grid-column:8}.tiles-grid .row-lg-8{grid-row:8}.tiles-grid .col-lg-9{grid-column:9}.tiles-grid .row-lg-9{grid-row:9}.tiles-grid .col-lg-10{grid-column:10}.tiles-grid .row-lg-10{grid-row:10}.tiles-grid .col-lg-11{grid-column:11}.tiles-grid .row-lg-11{grid-row:11}.tiles-grid .col-lg-12{grid-column:12}.tiles-grid .row-lg-12{grid-row:12}.tiles-grid.size-lg-1{width:160px}.tiles-grid.size-lg-2{width:320px}.tiles-grid.size-lg-3{width:480px}.tiles-grid.size-lg-4{width:640px}.tiles-grid.size-lg-5{width:800px}.tiles-grid.size-lg-6{width:960px}.tiles-grid.size-lg-7{width:1120px}.tiles-grid.size-lg-8{width:1280px}.tiles-grid.size-lg-9{width:1440px}.tiles-grid.size-lg-10{width:1600px}.tiles-grid.size-lg-11{width:1760px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-12{width:1920px}}@media screen and (min-width: 1200px){.tiles-grid .col-xl-1{grid-column:1}.tiles-grid .row-xl-1{grid-row:1}.tiles-grid .col-xl-2{grid-column:2}.tiles-grid .row-xl-2{grid-row:2}.tiles-grid .col-xl-3{grid-column:3}.tiles-grid .row-xl-3{grid-row:3}.tiles-grid .col-xl-4{grid-column:4}.tiles-grid .row-xl-4{grid-row:4}.tiles-grid .col-xl-5{grid-column:5}.tiles-grid .row-xl-5{grid-row:5}.tiles-grid .col-xl-6{grid-column:6}.tiles-grid .row-xl-6{grid-row:6}.tiles-grid .col-xl-7{grid-column:7}.tiles-grid .row-xl-7{grid-row:7}.tiles-grid .col-xl-8{grid-column:8}.tiles-grid .row-xl-8{grid-row:8}.tiles-grid .col-xl-9{grid-column:9}.tiles-grid .row-xl-9{grid-row:9}.tiles-grid .col-xl-10{grid-column:10}.tiles-grid .row-xl-10{grid-row:10}.tiles-grid .col-xl-11{grid-column:11}.tiles-grid .row-xl-11{grid-row:11}.tiles-grid .col-xl-12{grid-column:12}.tiles-grid .row-xl-12{grid-row:12}.tiles-grid.size-xl-1{width:160px}.tiles-grid.size-xl-2{width:320px}.tiles-grid.size-xl-3{width:480px}.tiles-grid.size-xl-4{width:640px}.tiles-grid.size-xl-5{width:800px}.tiles-grid.size-xl-6{width:960px}.tiles-grid.size-xl-7{width:1120px}.tiles-grid.size-xl-8{width:1280px}.tiles-grid.size-xl-9{width:1440px}.tiles-grid.size-xl-10{width:1600px}.tiles-grid.size-xl-11{width:1760px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-12{width:1920px}}@media screen and (min-width: 1452px){.tiles-grid .col-xxl-1{grid-column:1}.tiles-grid .row-xxl-1{grid-row:1}.tiles-grid .col-xxl-2{grid-column:2}.tiles-grid .row-xxl-2{grid-row:2}.tiles-grid .col-xxl-3{grid-column:3}.tiles-grid .row-xxl-3{grid-row:3}.tiles-grid .col-xxl-4{grid-column:4}.tiles-grid .row-xxl-4{grid-row:4}.tiles-grid .col-xxl-5{grid-column:5}.tiles-grid .row-xxl-5{grid-row:5}.tiles-grid .col-xxl-6{grid-column:6}.tiles-grid .row-xxl-6{grid-row:6}.tiles-grid .col-xxl-7{grid-column:7}.tiles-grid .row-xxl-7{grid-row:7}.tiles-grid .col-xxl-8{grid-column:8}.tiles-grid .row-xxl-8{grid-row:8}.tiles-grid .col-xxl-9{grid-column:9}.tiles-grid .row-xxl-9{grid-row:9}.tiles-grid .col-xxl-10{grid-column:10}.tiles-grid .row-xxl-10{grid-row:10}.tiles-grid .col-xxl-11{grid-column:11}.tiles-grid .row-xxl-11{grid-row:11}.tiles-grid .col-xxl-12{grid-column:12}.tiles-grid .row-xxl-12{grid-row:12}.tiles-grid.size-xxl-1{width:160px}.tiles-grid.size-xxl-2{width:320px}.tiles-grid.size-xxl-3{width:480px}.tiles-grid.size-xxl-4{width:640px}.tiles-grid.size-xxl-5{width:800px}.tiles-grid.size-xxl-6{width:960px}.tiles-grid.size-xxl-7{width:1120px}.tiles-grid.size-xxl-8{width:1280px}.tiles-grid.size-xxl-9{width:1440px}.tiles-grid.size-xxl-10{width:1600px}.tiles-grid.size-xxl-11{width:1760px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-12{width:1920px}}@media screen and (min-width: 2000px){.tiles-grid .col-xxxl-1{grid-column:1}.tiles-grid .row-xxxl-1{grid-row:1}.tiles-grid .col-xxxl-2{grid-column:2}.tiles-grid .row-xxxl-2{grid-row:2}.tiles-grid .col-xxxl-3{grid-column:3}.tiles-grid .row-xxxl-3{grid-row:3}.tiles-grid .col-xxxl-4{grid-column:4}.tiles-grid .row-xxxl-4{grid-row:4}.tiles-grid .col-xxxl-5{grid-column:5}.tiles-grid .row-xxxl-5{grid-row:5}.tiles-grid .col-xxxl-6{grid-column:6}.tiles-grid .row-xxxl-6{grid-row:6}.tiles-grid .col-xxxl-7{grid-column:7}.tiles-grid .row-xxxl-7{grid-row:7}.tiles-grid .col-xxxl-8{grid-column:8}.tiles-grid .row-xxxl-8{grid-row:8}.tiles-grid .col-xxxl-9{grid-column:9}.tiles-grid .row-xxxl-9{grid-row:9}.tiles-grid .col-xxxl-10{grid-column:10}.tiles-grid .row-xxxl-10{grid-row:10}.tiles-grid .col-xxxl-11{grid-column:11}.tiles-grid .row-xxxl-11{grid-row:11}.tiles-grid .col-xxxl-12{grid-column:12}.tiles-grid .row-xxxl-12{grid-row:12}.tiles-grid.size-xxxl-1{width:160px}.tiles-grid.size-xxxl-2{width:320px}.tiles-grid.size-xxxl-3{width:480px}.tiles-grid.size-xxxl-4{width:640px}.tiles-grid.size-xxxl-5{width:800px}.tiles-grid.size-xxxl-6{width:960px}.tiles-grid.size-xxxl-7{width:1120px}.tiles-grid.size-xxxl-8{width:1280px}.tiles-grid.size-xxxl-9{width:1440px}.tiles-grid.size-xxxl-10{width:1600px}.tiles-grid.size-xxxl-11{width:1760px}.tiles-grid.size-xxxl-half{width:80px}.tiles-grid.size-xxxl-12{width:1920px}}.tiles-group{width:auto;float:left;overflow:visible}.tiles-group:before{content:attr(data-group-title);display:block;position:absolute;left:0;top:-36px;height:1.5em;line-height:1.5em;z-index:1;color:inherit}[class*=tile-].image-set{background-size:contain;background-position:center}[class*=tile-].image-set .img{width:25%;height:50%;display:block;float:left;border:1px solid #1d1d1d;background-size:cover}[class*=tile-].image-set .img:nth-child(1){width:50%;height:100%}[class*=tile-] .slide{width:100%;height:100%;position:absolute;top:0;left:0;display:block}[class*=tile-] [class*=slide-]{width:100%;height:100%;position:absolute;transition:all .3s ease-in-out}[class*=tile-] .slide-front{top:0;left:0}[class*=tile-].effect-hover-slide-up .slide-back,[class*=tile-].effect-hover-zoom-up .slide-back{top:100%;left:0}[class*=tile-].effect-hover-slide-up:hover .slide-front,[class*=tile-].effect-hover-zoom-up:hover .slide-front{transform:translateY(-100%)}[class*=tile-].effect-hover-slide-up:hover .slide-back,[class*=tile-].effect-hover-zoom-up:hover .slide-back{top:0}[class*=tile-].effect-hover-slide-down .slide-back,[class*=tile-].effect-hover-zoom-down .slide-back{top:0;left:0;transform:translateY(-100%)}[class*=tile-].effect-hover-slide-down:hover .slide-front,[class*=tile-].effect-hover-zoom-down:hover .slide-front{top:100%}[class*=tile-].effect-hover-slide-down:hover .slide-back,[class*=tile-].effect-hover-zoom-down:hover .slide-back{transform:translateY(0)}[class*=tile-].effect-hover-slide-left .slide-back,[class*=tile-].effect-hover-zoom-left .slide-back{top:0;left:100%}[class*=tile-].effect-hover-slide-left:hover .slide-front,[class*=tile-].effect-hover-zoom-left:hover .slide-front{transform:translate(-100%)}[class*=tile-].effect-hover-slide-left:hover .slide-back,[class*=tile-].effect-hover-zoom-left:hover .slide-back{left:0}[class*=tile-].effect-hover-slide-right .slide-back,[class*=tile-].effect-hover-zoom-right .slide-back{top:0;left:0;transform:translate(-100%)}[class*=tile-].effect-hover-slide-right:hover .slide-front,[class*=tile-].effect-hover-zoom-right:hover .slide-front{left:100%}[class*=tile-].effect-hover-slide-right:hover .slide-back,[class*=tile-].effect-hover-zoom-right:hover .slide-back{transform:translate(0)}[class*=tile-].effect-hover-zoom-up:hover .slide-front,[class*=tile-].effect-hover-zoom-down:hover .slide-front,[class*=tile-].effect-hover-zoom-left:hover .slide-front,[class*=tile-].effect-hover-zoom-right:hover .slide-front{left:0;top:0;transform:scale(2)}.time-picker input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.time-picker input:focus~.time-wrapper{box-shadow:0 0 0 3px #e4e4e473}.time-picker .time-wrapper{display:inline-flex;flex-flow:row nowrap;position:relative;border:1px solid var(--border-color);width:100%}.time-picker .hours,.time-picker .minutes,.time-picker .seconds{display:block;flex:1;border:1px solid;border-color:inherit;text-align:center;height:38px;line-height:34px;position:relative;font-size:1.2em}.time-picker.show-labels .hours,.time-picker.show-labels .minutes,.time-picker.show-labels .seconds{line-height:30px}.time-picker.show-labels .hours:before,.time-picker.show-labels .minutes:before,.time-picker.show-labels .seconds:before{content:attr(data-title);position:absolute;display:block;font-size:8px;line-height:12px;left:50%;bottom:0;transform:translate3d(-50%,0,0)}.time-picker.disabled{pointer-events:none!important;color:#e4e4e4!important}.toast{position:fixed;bottom:20px;width:auto;max-width:35.5rem;padding:.5rem 1.5rem;text-align:left;font-size:.875rem;font-weight:400;background-color:#323232;color:#fff;border-radius:.25rem;z-index:1080;display:block}.toast.show-top{bottom:auto;top:20px}.toast .closer{display:block;position:absolute;top:4px;right:4px;background-color:inherit;color:inherit;z-index:100}.toast .closer:before{display:block;content:"\d7";font-size:24px;margin-top:-4px}.tool-button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#ebebeb;color:#1d1d1d;user-select:none;border:1px solid transparent;transition:all .15s ease-in-out;padding:0;cursor:pointer;outline:none;margin:0 2px;position:relative;font-size:14px}.tool-button [class*=mif],.tool-button .icon,.tool-button img{height:1rem;max-height:1rem;font-size:1rem}.tool-button.text-button{width:auto;padding-left:.5rem;padding-right:.5rem}.tool-button:focus,.tool-button:hover{text-decoration:none}.tool-button:hover{background-color:#1d1d1d1a}.tool-button:active{outline:0;box-shadow:none}.tool-button.outline{background:transparent none;border-width:1px;border-color:var(--border-color)}.tool-button.disabled,.tool-button:disabled{opacity:.65}a.tool-button{text-decoration:none;color:#1d1d1d}.toolbar{display:inline-flex;position:relative;padding:0;top:2px;flex-flow:row nowrap;margin-left:4px}.toolbar.no-divider:before{display:none}.toolbar:before{position:absolute;content:"";width:4px;height:32px;top:0;left:0;background-color:#455a6433;cursor:default;display:none}.toolbar:after{content:attr(data-caption);position:absolute;left:2px;bottom:100%;font-size:8px;text-transform:uppercase}.toolbar.movable{padding-left:.5725rem}.toolbar.movable:before{display:block;cursor:move}.toolbar.vertical{flex-flow:column nowrap;padding:.5725rem 0 0;width:32px;margin-left:0;margin-top:4px}.toolbar.vertical:before{width:32px;height:4px}.toolbar.vertical:after{transform:rotate(-90deg);right:100%;top:auto}.toolbar.vertical .tool-button{margin:2px 0}:root{--transform-button-color: #000000}.dark-mode{--transform-button-color: #ffffff}.transform-button{width:36px;height:36px;background-size:1rem 1rem;background:center center no-repeat;text-indent:-9999px;border:0;display:inline-block;cursor:pointer;z-index:2;position:relative;float:left;outline:none}.transform-button span{position:absolute;left:.5rem;width:1.2rem;height:2px;margin:0;background:var(--transform-button-color);transform:rotate(0);transition:all .3s linear}.transform-button span:before,.transform-button span:after{content:"";position:absolute;top:-.5rem;right:0;width:1.2rem;height:2px;background:var(--transform-button-color);transform:rotate(0);transition:all .3s linear}.transform-button span:after{top:.5rem}.transform-button.transform span{transform:rotate(180deg)}.transform-button.transform span:before,.transform-button.transform span:after{content:"";top:-5px;right:0;width:.75rem;transform:rotate(45deg)}.transform-button.transform span:after{top:5px;transform:rotate(-45deg)}.transform-button.transform.right{transform:rotate(-180deg)}.transform-button.transform.right span{margin-top:-2px}.transform-button.transform.up{transform:rotate(90deg)}.transform-button.transform.down{transform:rotate(-90deg)}.transform-button.transform.top-left{transform:rotate(45deg)}.transform-button.transform.top-right{transform:rotate(135deg)}.transform-button.transform.bottom-left{transform:rotate(-45deg)}.transform-button.transform.bottom-right{transform:rotate(-135deg)}:root{--treeview-background: #ffffff;--treeview-color: #43454a;--treeview-selected-row-background: #d4e2ff;--treeview-selected-row-color: #2b2d30;--treeview-node-toggle-color: #191919}.dark-side{--treeview-background: #2b2d30;--treeview-color: #dfe1e5;--treeview-selected-row-background: #43454a;--treeview-selected-row-color: #ffffff;--treeview-node-toggle-color: #ffffff}.treeview,.treeview ul:not(.d-menu){margin:0;padding:0;font-size:14px;list-style:none inside;display:block;position:relative;user-select:none;background-color:var(--treeview-background);color:var(--treeview-color)}.treeview{padding:8px;overflow:hidden}.treeview li{position:relative}.treeview a{display:flex;align-items:center;font-size:13px;color:var(--d-menu-item-color);text-decoration:none;padding:4px 10px 4px 20px;border-radius:var(--d-menu-border-radius);white-space:nowrap;flex-wrap:nowrap;line-height:20px;overflow:hidden}.treeview a:hover{background-color:var(--treeview-selected-row-background);color:var(--treeview-selected-row-color)}.treeview .current>a{background-color:var(--treeview-selected-row-background);color:var(--treeview-selected-row-color)}.treeview ul:not(.d-menu) a{padding-left:40px}.treeview ul:not(.d-menu) ul:not(.d-menu) a{padding-left:60px}.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) a{padding-left:80px}.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) a{padding-left:100px}.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) a{padding-left:120px}.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) a{padding-left:140px}.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) a{padding-left:160px}.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) a{padding-left:180px}.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) a{padding-left:200px}.treeview .icon{margin-right:6px}.treeview .node-toggle{position:relative;cursor:pointer;padding-right:1.5rem!important;user-select:none;position:absolute;left:0;top:4px;width:16px;height:16px;z-index:0}.treeview .node-toggle:before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:.3125rem;width:.3125rem;background-color:transparent;border-left:1px solid;border-bottom:1px solid;border-color:#1d1d1d;top:50%;left:100%;margin-left:-1rem;margin-top:-.1625rem;z-index:2;transform:rotate(-45deg);transition:all .15s ease-in-out;transform-origin:center center 1px}.treeview .node-toggle:before{transform:rotate(-135deg);border-color:var(--treeview-node-toggle-color)}.treeview ul:not(.d-menu) .node-toggle{left:20px}.treeview ul:not(.d-menu) ul:not(.d-menu) .node-toggle{left:40px}.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) .node-toggle{left:60px}.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) .node-toggle{left:80px}.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) .node-toggle{left:100px}.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) .node-toggle{left:120px}.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) .node-toggle{left:140px}.treeview ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) .node-toggle{left:160px}.treeview li.expanded>.node-toggle:before{transform:rotate(-45deg)}.treeview .badge{display:inline-block!important;border-radius:4px;padding:2px 4px;font-size:10px;border:1px solid var(--border-color);position:relative;top:auto;right:auto;transform:none;margin-left:4px}.treeview .actions-holder{z-index:2;position:absolute;top:1px;left:-2px;display:none;height:26px;width:26px;align-items:center;justify-content:center}.treeview .actions-holder .actions-list{position:absolute;top:100%;left:0}.treeview .actions-holder .actions-list-trigger{background-color:transparent;width:20px;height:20px;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center}.treeview .actions-holder>ul{margin:0;z-index:3}.treeview .actions-holder>ul li{padding-left:0}.treeview li:hover>.actions-holder,.treeview .current>.actions-holder{display:flex}.treeview.auto-layout ul:not(.d-menu) li{padding-left:40px}.treeview.auto-layout ul:not(.d-menu) ul:not(.d-menu) li{padding-left:60px}.treeview.auto-layout ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) li{padding-left:80px}.treeview.auto-layout ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) li{padding-left:100px}.treeview.auto-layout ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) li{padding-left:120px}.treeview.auto-layout ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) li{padding-left:140px}.treeview.auto-layout ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) li{padding-left:160px}.treeview.auto-layout ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) li{padding-left:180px}.treeview.auto-layout ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) ul:not(.d-menu) li{padding-left:200px}:root{--v-menu-border-color: #e9e9e9;--v-menu-divider-color: #e9e9e9;--v-menu-background: #ffffff;--v-menu-color: #191919;--v-menu-item-color: #191919;--v-menu-item-color-disabled: #ccc;--v-menu-item-color-hover: #000000;--v-menu-item-background-hover: #e8e8e8;--v-menu-dropdown-toogle-color: #191919;--v-menu-shadow-color: #e1e1e1;--v-menu-border-radius: 4px}.dark-side{--v-menu-border-color: #404959;--v-menu-divider-color: #404959;--v-menu-background: #11151d;--v-menu-color: #ffffff;--v-menu-item-color: #dbdfe7;--v-menu-item-color-disabled: #173e8f;--v-menu-item-color-hover: #ffffff;--v-menu-item-background-hover: #222938;--v-menu-dropdown-toogle-color: #ffffff;--v-menu-shadow-color: #191919;--v-menu-border-radius: 4px}.v-menu,.v-menu ul{position:relative;width:100%;margin:0;padding:4px 0;list-style:none inside none;background-color:var(--v-menu-background);color:var(--v-menu-color);border:1px solid var(--v-menu-border-color);display:block}.v-menu.open,.v-menu ul.open{display:block!important}.v-menu.place-right,.v-menu ul.place-right{left:auto;right:0}.v-menu li,.v-menu a{position:relative}.v-menu li{display:block;margin:0 4px}.v-menu a{display:flex;align-items:center;font-size:13px;color:var(--d-menu-item-color);text-decoration:none;padding:4px 10px 4px 32px;border-radius:var(--d-menu-border-radius);white-space:nowrap;flex-wrap:nowrap;line-height:20px}.v-menu a:hover{color:var(--d-menu-item-color-hover);text-decoration:none;background-color:var(--d-menu-item-background-hover)}.v-menu .caption{margin-right:1rem;white-space:nowrap}.v-menu .hotkey{margin-left:auto;margin-right:1rem}.v-menu .icon{position:absolute;left:8px;top:5px;width:16px;height:16px;font-size:16px}.v-menu .menu-title{background-color:#f6f7f8;font-size:12px;line-height:22px;height:22px;padding:0 8px;border:0;color:#646464;font-weight:700;pointer-events:none}.v-menu .menu-title:first-child{margin:0;border-top-width:0}.v-menu .menu-title:first-child:hover{border-top-width:0}.v-menu .menu-title:hover{background-color:#f6f7f8;cursor:default;border:0}.v-menu .dropdown-toggle:before{transform:rotate(-135deg);border-color:var(--d-menu-dropdown-toogle-color)!important}.v-menu .dropdown-toggle.active-toggle:before{transform:rotate(-45deg)}.v-menu .divider{padding:0;height:1px;margin:4px 0;overflow:hidden;background-color:var(--d-menu-divider-color);cursor:default;pointer-events:none}.v-menu .divider:hover{background-color:var(--d-menu-divider-color)}.v-menu .disabled{cursor:default;pointer-events:none}.v-menu .disabled a{color:var(--d-menu-item-color-disabled)!important}.v-menu .v-menu,.v-menu ul{border:none;margin:0 -4px}.vegas-wrapper,.vegas-overlay,.vegas-timer,.vegas-slide,.vegas-slide-inner{position:absolute;inset:0;overflow:hidden;border:none;padding:0;margin:0}.vegas-overlay{opacity:.5;background:transparent center center repeat}.vegas-overlay.overlay1{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg==)}.vegas-overlay.overlay2{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGAAAgAChgCB/5LsuQAAAABJRU5ErkJggg==)}.vegas-overlay.overlay3{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABAQMAAADO7O3JAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAApJREFUCNdjaAAAAIIAgd1DavQAAAAASUVORK5CYII=)}.vegas-overlay.overlay4{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACAQMAAACjTyRkAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg==)}.vegas-overlay.overlay5{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjaGBwYFAAAANmAOGGoYR3AAAAAElFTkSuQmCC)}.vegas-overlay.overlay6{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBwAAABxADBSUUqSQAAAABJRU5ErkJggg==)}.vegas-overlay.overlay7{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABBJREFUCNdjUGAIYGhgCAAABEgBQXXpfAgAAAAASUVORK5CYII=)}.vegas-overlay.overlay8{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAQMAAADaAn0LAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABJJREFUCNdjcGB4AMQcDDIMHAAM8AGNu4TNogAAAABJRU5ErkJggg==)}.vegas-overlay.overlay9{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPAgMAAABGuH3ZAAAACVBMVEUAAAAAAAAAAACDY+nAAAAAAnRSTlMAiJXwxioAAAAaSURBVAjXY1i1atUKhkYWAQcIMTU0NIRMLgDFIhFFGbSiTQAAAABJRU5ErkJggg==)}.vegas-timer{top:auto;bottom:0;height:2px}.vegas-timer-progress{width:0;height:100%;background:#fff;transition:width ease-out}.vegas-timer-running .vegas-timer-progress{width:100%}.vegas-slide,.vegas-slide-inner{margin:0;padding:0;background:transparent center center no-repeat;transform:translateZ(0);will-change:transform,opacity}body .vegas-container{overflow:hidden!important;position:relative}.vegas-video{min-width:100%;min-height:100%;width:auto;height:auto}body.vegas-container{overflow:auto;position:static;z-index:-2}body.vegas-container>.vegas-timer,body.vegas-container>.vegas-overlay,body.vegas-container>.vegas-slide{position:fixed;z-index:-1}.vegas-transition-blur,.vegas-transition-blur2{opacity:0;filter:blur(32px) brightness(1.01)}.vegas-transition-blur-in,.vegas-transition-blur2-in{opacity:1;filter:blur(0px) brightness(1.01)}.vegas-transition-blur2-out{opacity:0}.vegas-transition-burn,.vegas-transition-burn2{opacity:0;filter:contrast(1000%) saturate(1000%)}.vegas-transition-burn-in,.vegas-transition-burn2-in{opacity:1;filter:contrast(100%) saturate(100%)}.vegas-transition-burn2-out{opacity:0;filter:contrast(1000%) saturate(1000%)}.vegas-transition-fade,.vegas-transition-fade2{opacity:0}.vegas-transition-fade-in,.vegas-transition-fade2-in{opacity:1}.vegas-transition-fade2-out{opacity:0}.vegas-transition-flash,.vegas-transition-flash2{opacity:0;filter:brightness(25)}.vegas-transition-flash-in,.vegas-transition-flash2-in{opacity:1;filter:brightness(1)}.vegas-transition-flash2-out{opacity:0;filter:brightness(25)}.vegas-transition-negative,.vegas-transition-negative2{opacity:0;filter:invert(100%)}.vegas-transition-negative-in,.vegas-transition-negative2-in{opacity:1;filter:invert(0)}.vegas-transition-negative2-out{opacity:0;filter:invert(100%)}.vegas-transition-slideDown,.vegas-transition-slideDown2{transform:translateY(-100%)}.vegas-transition-slideDown-in,.vegas-transition-slideDown2-in{transform:translateY(0)}.vegas-transition-slideDown2-out{transform:translateY(100%)}.vegas-transition-slideLeft,.vegas-transition-slideLeft2{transform:translate(100%)}.vegas-transition-slideLeft-in,.vegas-transition-slideLeft2-in{transform:translate(0)}.vegas-transition-slideLeft2-out,.vegas-transition-slideRight,.vegas-transition-slideRight2{transform:translate(-100%)}.vegas-transition-slideRight-in,.vegas-transition-slideRight2-in{transform:translate(0)}.vegas-transition-slideRight2-out{transform:translate(100%)}.vegas-transition-slideUp,.vegas-transition-slideUp2{transform:translateY(100%)}.vegas-transition-slideUp-in,.vegas-transition-slideUp2-in{transform:translateY(0)}.vegas-transition-slideUp2-out{transform:translateY(-100%)}.vegas-transition-swirlLeft,.vegas-transition-swirlLeft2{transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-swirlLeft-in,.vegas-transition-swirlLeft2-in{transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlLeft2-out,.vegas-transition-swirlRight,.vegas-transition-swirlRight2{transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight-in,.vegas-transition-swirlRight2-in{transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlRight2-out{transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-zoomIn,.vegas-transition-zoomIn2{transform:scale(0);opacity:0}.vegas-transition-zoomIn-in,.vegas-transition-zoomIn2-in{transform:scale(1);opacity:1}.vegas-transition-zoomIn2-out,.vegas-transition-zoomOut,.vegas-transition-zoomOut2{transform:scale(2);opacity:0}.vegas-transition-zoomOut-in,.vegas-transition-zoomOut2-in{transform:scale(1);opacity:1}.vegas-transition-zoomOut2-out{transform:scale(0);opacity:0}.vegas-animation-kenburns{animation:kenburns ease-out}@keyframes kenburns{0%{transform:scale(1.5)}to{transform:scale(1)}}.vegas-animation-kenburnsDownLeft{animation:kenburnsDownLeft ease-out}@keyframes kenburnsDownLeft{0%{transform:scale(1.5) translate(10%,-10%)}to{transform:scale(1) translate(0)}}.vegas-animation-kenburnsDownRight{animation:kenburnsDownRight ease-out}@keyframes kenburnsDownRight{0%{transform:scale(1.5) translate(-10%,-10%)}to{transform:scale(1) translate(0)}}.vegas-animation-kenburnsDown{animation:kenburnsDown ease-out}@keyframes kenburnsDown{0%{transform:scale(1.5) translateY(-10%)}to{transform:scale(1) translate(0)}}.vegas-animation-kenburnsLeft{animation:kenburnsLeft ease-out}@keyframes kenburnsLeft{0%{transform:scale(1.5) translate(10%)}to{transform:scale(1) translate(0)}}.vegas-animation-kenburnsRight{animation:kenburnsRight ease-out}@keyframes kenburnsRight{0%{transform:scale(1.5) translate(-10%)}to{transform:scale(1) translate(0)}}.vegas-animation-kenburnsUpLeft{animation:kenburnsUpLeft ease-out}@keyframes kenburnsUpLeft{0%{transform:scale(1.5) translate(10%,10%)}to{transform:scale(1) translate(0)}}.vegas-animation-kenburnsUpRight{animation:kenburnsUpRight ease-out}@keyframes kenburnsUpRight{0%{transform:scale(1.5) translate(-10%,10%)}to{transform:scale(1) translate(0)}}.vegas-animation-kenburnsUp{animation:kenburnsUp ease-out}@keyframes kenburnsUp{0%{transform:scale(1.5) translateY(10%)}to{transform:scale(1) translate(0)}}.video-player .controls .button{border:none}.window{display:flex;flex-direction:column;position:relative;height:auto;background-color:#fff;color:#1d1d1d;border:1px #e9e9e9 solid;z-index:1}.window-caption{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;height:2.25rem;line-height:2.25rem;padding:0;border-bottom:1px transparent solid;cursor:default;vertical-align:middle;background-color:#3c6478;color:#fff;user-select:none}.window-caption .title{font-size:.875rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100%;padding-left:4px;color:inherit}.window-caption .icon{width:34px;height:34px;text-align:center;flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative;color:inherit}.window-caption .icon *{width:1rem;font-size:1rem;line-height:34px;text-align:center}.window-caption *+.title{padding-left:0}.window-caption .buttons{height:100%;margin-left:auto;display:flex;flex-wrap:nowrap;flex-direction:row}.window-caption .btn-custom:focus,.window-caption .btn-custom:active{box-shadow:none!important}.window-caption .buttons .btn-min,.window-caption .buttons .btn-max,.window-caption .buttons .btn-close,.window-caption .buttons .btn-custom{position:relative;height:34px;width:34px;text-align:center;vertical-align:middle;font-size:1rem;font-weight:400;padding:0 0 .625rem;outline:none;cursor:pointer;display:block;border:1px solid transparent;margin:1px 0}.window-caption .buttons .sys-button{background-color:transparent;color:#fff}.window-caption .buttons .sys-button:hover{background-color:#ffffff1a}.window-caption .buttons .sys-button:hover:before{border-color:#fff;color:#fff}.window-caption .buttons .sys-button:active{background-color:#ffffff4d;color:#fff}.window-caption .buttons .btn-close:hover{background-color:#c75050;color:#fff}.window-caption .buttons .btn-close:hover:before{color:#fff}.window-caption .buttons .btn-close:active{background-color:#e04343;color:#fff}.window-caption .buttons .btn-close:before{border-color:#777;content:"\d7";position:absolute;line-height:34px;vertical-align:middle;left:50%;top:-4px;margin-left:-.32em;color:#fff;font-size:1.5rem}.window-caption .buttons .btn-min:before,.window-caption .buttons .btn-max:before{display:block;position:absolute;width:.625rem;height:.625rem;border:0 #fff solid;border-bottom-width:2px;content:" ";bottom:.72rem;left:50%;margin-left:-.3rem;top:auto}.window-caption .buttons .btn-max:before{height:.575rem;border:1px #fff solid;border-top-width:2px}.window-caption .buttons .btn-custom{min-width:34px;width:auto;flex-shrink:0}.window-caption .buttons .btn-custom{order:1}.window-caption .buttons .btn-min{order:2}.window-caption .buttons .btn-max{order:3}.window-caption .buttons .btn-close{order:4}.window-content{overflow:auto;height:calc(100% - 2.25rem)}.window-status{display:flex;flex-direction:row;flex-wrap:nowrap;padding:.1rem .5rem;background-color:#f8f8f8;color:#1d1d1d;height:1.2rem;font-size:.8rem}.window.info .window-caption{background-color:#1fb1f8;color:#fff}.window.alert .window-caption{background-color:#ce352c;color:#fff}.window.warning .window-caption{background-color:#fa6800;color:#fff}.window.success .window-caption{background-color:#60a917;color:#fff}.window.focused{box-shadow:0 0 5px #0000004d}.window.modal{z-index:1050}.window.minimized{max-width:12rem;max-height:2.25rem}.window.minimized .window-caption{border-bottom:none!important}.window.minimized .window-content{display:none!important}.window.minimized .window-caption .btn-custom{display:none}.window.maximized{top:0!important;left:0!important;width:100%!important;height:100%!important;max-height:none!important;max-width:none!important}.window.maximized .btn-max:before{border:1px #fff solid;z-index:2}.window.maximized .btn-max:after{display:block;position:absolute;width:.625rem;height:.625rem;border-top:1px #fff solid;border-right:1px #fff solid;content:" ";bottom:.375rem;right:7px;top:8px;z-index:1}.window.resizable{min-width:12rem;min-height:2.25rem}.wizard{display:flex;flex-flow:row nowrap;align-items:stretch;background-color:#fff;color:#1d1d1d;min-height:200px;height:auto;border:1px solid var(--border-color);counter-reset:wizard-step;position:relative}.wizard>section,.wizard>.section{counter-increment:wizard-step;display:block;position:relative;border-left:#bebebe solid;border-left-width:4px;width:0;transition:width .3s ease}.wizard>section:before,.wizard>.section:before{display:none;content:counter(wizard-step);position:absolute;bottom:20px;width:25px;text-align:center;left:-25px;z-index:1;color:#fff}.wizard>section .page-content,.wizard>.section .page-content{padding:1rem 1rem 4.25rem;display:none;overflow:hidden}.wizard>section.current,.wizard>.section.current{width:100%;border:0!important}.wizard>section.current .page-content,.wizard>.section.current .page-content{display:block}.wizard>section.current:before,.wizard>.section.current:before{display:block;left:0;color:#fff;background-color:#1fb1f8}.wizard>section.current,.wizard>.section.current,.wizard>section.complete,.wizard>.section.complete{transition:width .3s ease}.wizard>section.complete,.wizard>.section.complete{cursor:pointer}.wizard .action-bar{display:flex;flex-flow:row nowrap;justify-content:right;position:absolute;bottom:1rem;left:41px}.wizard .action-bar:after{display:block;clear:both;content:""}.wizard .action-bar>*{margin:1px}.wizard>section{border-color:#011017}.wizard>section:nth-child(1){border-color:#1fb1f8}.wizard>section:nth-child(2){border-color:#08a8f6}.wizard>section:nth-child(3){border-color:#0797dd}.wizard>section:nth-child(4){border-color:#0686c4}.wizard>section:nth-child(5){border-color:#0575ac}.wizard>section:nth-child(6){border-color:#056493}.wizard>section:nth-child(7){border-color:#04537a}.wizard>section:nth-child(8){border-color:#034361}.wizard>section:nth-child(9){border-color:#023249}.wizard>section:nth-child(10){border-color:#011017}.wizard>section.complete{border-color:#656565}.wizard>section.complete:nth-child(1){border-color:#e4e4e4}.wizard>section.complete:nth-child(2){border-color:#d8d8d8}.wizard>section.complete:nth-child(3){border-color:#cbcbcb}.wizard>section.complete:nth-child(4){border-color:#bebebe}.wizard>section.complete:nth-child(5){border-color:#b1b1b1}.wizard>section.complete:nth-child(6){border-color:#a5a5a5}.wizard>section.complete:nth-child(7){border-color:#989898}.wizard>section.complete:nth-child(8){border-color:#8b8b8b}.wizard>section.complete:nth-child(9){border-color:#7e7e7e}.wizard>section.complete:nth-child(10){border-color:#656565}.wizard [class*=wizard-btn].disabled{opacity:.1}@media screen and (min-width: 0){.wizard.wizard-wide-fs{flex-flow:row nowrap}.wizard.wizard-wide-fs>section{border-left-width:25px}.wizard.wizard-wide-fs>section:before{display:block}}@media screen and (min-width: 360px){.wizard.wizard-wide-xs{flex-flow:row nowrap}.wizard.wizard-wide-xs>section{border-left-width:25px}.wizard.wizard-wide-xs>section:before{display:block}}@media screen and (min-width: 576px){.wizard.wizard-wide-sm{flex-flow:row nowrap}.wizard.wizard-wide-sm>section{border-left-width:25px}.wizard.wizard-wide-sm>section:before{display:block}}@media screen and (min-width: 640px){.wizard.wizard-wide-ld{flex-flow:row nowrap}.wizard.wizard-wide-ld>section{border-left-width:25px}.wizard.wizard-wide-ld>section:before{display:block}}@media screen and (min-width: 768px){.wizard.wizard-wide-md{flex-flow:row nowrap}.wizard.wizard-wide-md>section{border-left-width:25px}.wizard.wizard-wide-md>section:before{display:block}}@media screen and (min-width: 992px){.wizard.wizard-wide-lg{flex-flow:row nowrap}.wizard.wizard-wide-lg>section{border-left-width:25px}.wizard.wizard-wide-lg>section:before{display:block}}@media screen and (min-width: 1200px){.wizard.wizard-wide-xl{flex-flow:row nowrap}.wizard.wizard-wide-xl>section{border-left-width:25px}.wizard.wizard-wide-xl>section:before{display:block}}@media screen and (min-width: 1452px){.wizard.wizard-wide-xxl{flex-flow:row nowrap}.wizard.wizard-wide-xxl>section{border-left-width:25px}.wizard.wizard-wide-xxl>section:before{display:block}}@media screen and (min-width: 2000px){.wizard.wizard-wide-xxxl{flex-flow:row nowrap}.wizard.wizard-wide-xxxl>section{border-left-width:25px}.wizard.wizard-wide-xxxl>section:before{display:block}}:root{--page-control-background: #ffffff;--page-control-background-hover: rgba(190, 190, 190, .1);--page-control-closer-hover-background: rgba(29, 29, 29, .1);--page-control-border-color: #e0e0e0}.page-control{position:relative;display:block;user-select:none}.page-control__tabs{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;list-style:none inside;min-height:32px}.page-control__tabs:after{content:"";position:absolute;left:0;bottom:0;right:0;z-index:0;border-bottom:1px solid var(--page-control-border-color)}.page-control__tabs.tabs-position-left{justify-content:start}.page-control__tabs.tabs-position-center{justify-content:center}.page-control__tabs.tabs-position-right{justify-content:end}.page-control__tabs.wrap-items{flex-wrap:wrap}.page-control__tab{display:flex;position:relative;padding:4px 8px;border:1px solid transparent;cursor:default;z-index:1;align-items:center;user-select:none}.page-control__tab.active{border:1px solid var(--page-control-border-color);border-bottom-color:var(--page-control-background)}.page-control__tab:not(:first-child):before{content:"";border-right:1px solid var(--page-control-border-color);position:absolute;width:1px;height:20px;left:-1px}.page-control__tab.active{z-index:2}.page-control__tab.active:before{display:none}.page-control__tab.active+.page-control__tab:before{display:none}.page-control__tab:not(.active):hover{background:var(--page-control-background-hover)}.page-control__tab__icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;position:relative;border:1px solid transparent;background:transparent;margin-right:8px}.page-control__tab__icon *{width:100%;height:100%;font-size:16px}.page-control__tab__caption{font-size:12px;white-space:nowrap}.page-control__tab__closer{display:inline-flex;position:relative;margin-left:8px;font-size:10px;width:18px;height:18px;border:1px solid transparent;border-radius:50%;align-items:center;justify-content:center;visibility:hidden}.page-control__tab__closer:hover{background:var(--page-control-closer-hover-background)}.page-control__tab__menu{border:1px solid var(--page-control-border-color);left:-6px;top:calc(100% + 4px)}.page-control__tab__menu__holder{cursor:pointer;margin-right:10px;visibility:hidden}.page-control__tab.active .page-control__tab__closer,.page-control__tab:hover .page-control__tab__closer,.page-control__tab.active .page-control__tab__menu__holder,.page-control__tab:hover .page-control__tab__menu__holder{visibility:visible}.page-control__tab__service{height:32px;display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;position:absolute;right:0;z-index:3;background:var(--page-control-background);padding-top:4px}.page-control__tab__service.invisible-tabs{right:24px}.page-control__tab__service ul{top:100%;left:auto;right:0;border:1px solid var(--page-control-border-color)}.page-control__tab__append{width:32px;height:32px;display:flex;align-items:center;justify-content:center;position:relative}.page-control__tab__append:before{content:"";border-right:1px solid var(--page-control-border-color);position:absolute;width:1px;height:20px;left:-1px}.page-control__tab__append span.toggle{display:inline-flex;position:relative;font-size:14px;width:24px;height:24px;border:1px solid transparent;border-radius:50%;align-items:center;justify-content:center;cursor:pointer}.page-control__tab__append span.toggle:hover{border-color:var(--page-control-border-color)}.page-control__tab__append ul{top:calc(100% + 1px);left:0;border:1px solid var(--page-control-border-color)}.page-control__service-button{cursor:pointer;user-select:none;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.page-control__service-button span.toggle{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.page-control__service-button:hover{border:1px solid var(--page-control-border-color)}.page-control__invisible_tabs_holder .page-control__tab{display:flex;cursor:default;border:none;padding-right:4px}.page-control__invisible_tabs_holder .page-control__tab .page-control__tab__closer{margin-left:auto}.page-control__invisible_tabs_holder .page-control__tab .page-control__tab__caption{margin-right:4px}.page-control__invisible_tabs_holder .page-control__tab:after{display:none}.page-control__invisible_tabs_holder .page-control__tab.active{border:none;background:var(--page-control-border-color)}.page-control__invisible_tabs_holder .page-control__tab__menu{left:auto;right:calc(100% + 8px);z-index:1001}@font-face{font-weight:400;font-style:normal;font-family:metro;src:url(data:application/font-woff;base64,d09GRgABAAAAA0XMAAsAAAADRYAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIQCWNtYXAAAAFoAAADhAAAA4Qw6ubnZ2FzcAAABOwAAAAIAAAACAAAABBnbHlmAAAE9AADImAAAyJgHpAuvGhlYWQAAydUAAAANgAAADYo5LzkaGhlYQADJ4wAAAAkAAAAJAjmCDFobXR4AAMnsAAADXQAAA10ZzP//mxvY2EAAzUkAAANeAAADXgEsszUbWF4cAADQpwAAAAgAAAAIAOXBbFuYW1lAANCvAAAAu4AAALuw2TK2nBvc3QAA0WsAAAAIAAAACAAAwAAAAMD/wGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8uADwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEA2gAAADWAIAABgBWAAEAIOAd4ELgb+C34Lngw+DH4Mvg4OFF4UrhVuFf4WjhuuHB4cjhzeHQ4driTeLJ4wjjDeMX4xrjHOOy4+fj7uQS5DnlLeVd5WHlaeVt5cXlx+XV5tnn6ehU6F3ocehz6HfonOik6K/otOjo6Pzq8us78DfwPPBI8GTwifCU8JrwsvDH8PHw+vEn8TTxVfFX8VrxavF88Zfxm/Gm8avxsPG28brxzPHu8fTx+fIH8hLyHPIe8iLyM/I68j3yTvJe8mbycPKA8pbysvK18tby2PLg//3//wAAAAAAIOAd4ELgbeC34Lngw+DH4Mrg2+FF4UrhVuFe4WjhueHA4cjhzeHP4dniTeLH4wfjDeMX4xrjHOOx4+Xj7eQS5DnlLeVd5WHlaeVt5cXlx+XV5gDn6ehU6F3ocehz6HbonOik6K/otOjo6PzpAOs78DfwPPBI8GPwifCU8JrwsvDH8PDw+fEn8TTxU/FX8VrxavF88Zfxm/Gm8avxsPG28bnxzPHu8fDx+fIG8hLyGvIe8iHyM/I48j3yTvJc8mbycPKA8pbysvK18tby2PLg//3//wAB/+Mf5x/DH5kfUh9RH0gfRR9DHzQe0B7MHsEeuh6yHmIeXR5XHlMeUh5KHdgdXx0iHR4dFR0THRIcfhxMHEccJBv+Gwsa3BrZGtIazxp4GncaahpAGTEYxxi/GKwYqxipGIUYfhh0GHAYPRgqGCcX3xLkEuAS1RK7EpcSjRKIEnESXRI1Ei4SAhH2EdgR1xHVEcYRtRGbEZgRjhGKEYYRgRF/EW4RTRFMEUgRPBEyESsRKhEoERgRFBESEQIQ9RDuEOUQ1hDBEKYQpBCEEIMQfAADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAA/8AAAAPAAAIAADc5AQAAAAABAAD/wAAAA8AAAgAANzkBAAAAAAEAAP/AAAADwAACAAA3OQEAAAAAAwAA/8ADVgPAAAMABwALAAABMxEjIREzETMRMxECqqys/gCsVKwCK/4qAVb+qgKs/VQAAAEAAP/AA1YDwAAuAAABMhceARcWFRQHDgEHBiMiJy4BJyY1MxQXHgEXFjMyNz4BNzY1NCcuAScmIxUnNwIARj8+XRsbGxtdPj5HRj8+XRsbVhQURS8vNTUvL0UUFBQURS8vNdbWAtUbG1w+PkZHPj5dGxsbG10+Pkc2Li9FFBQUFEUvLjY1Ly5GFBSs1tYAAAMAAP/AA9YDwAADAAcAFwAAATUhFQU1IRUBMhYVERQGIyEiJjURNDYzAgD+gAGA/oADACI0MyP9ACI0MyMCgVRUrFZWAVY0Iv2sIzMzIwJUIjQAAAIAAP/AA9YDwAADABMAAAERIREBMhYVERQGIyEiJjURNDYzAgD+gAMAIjQzI/0AIjQzIwGrASr+1gGANCL9rCMzMyMCVCI0AAIAAP/AA6oDwAACABAAAAEVMzcRFAYjBSImNRE0NjMhAoDqQDEj/VQiMjEjAgACwews/qojMQIzIwIAIjQAAAAEAAD/wAOqA8AAAwAHAAsAGQAAATUhFQE1IRU1FSE1EzIWFREUBiMhBxE0NjMDAP4AAVb+qgIAViIyMSP9qqoxIwJVVlb/AFZW1lZWASoyIv4AIzOqAwAiMgAAAAQAAP/AA6oDwAADAAcACwAZAAABNSEVBTUhFQU1IRUBESchIiY1ETQ2MyEyFgMA/gACAP4AAgD+AAKqqv2qIjIxIwKsIjICVVZWgFZWgFZWAaz9AKozIwIAIjIyAAAAAAIAAP/AAyoDwAAGAA0AACUzByczETMBFyMRIxEjAqqAqqqAVP7WqoBUgNWqqgEsASqq/tQBLAAAAgAA/8ADVgPAABkAMQAAARYXHgEXFhcHJw4BMTAnLgEnJjU0NjcnNwE3IgYHJz4BMzIXHgEXFhUUBgcnPgE1NCYB9CwtLFksLCw2kDZaLy5wLi8FA4g2AWQQGCcPiihxPz43NlEXFyggmhASPgHBLCwsWCwsLDaOUGg3N6ZhYVQQIRGINv6czhQQiCoyGBdQNzY+Nng8nA8nGCs/AAAAAAEAAP/AA6oDwAANAAABMhYVERQGIyEHETQ2MwNWIjIxI/2qqjEjA1UyIv4AIzOqAwAiMgACAAD/wAOqA8AABAASAAABESERNwEyFhURFAYjIQcRNDYzA1b9VFYCViIyMSP9qqoxIwEBAgD9qlYCVDIi/gAjM6oDACIyAAACAAD/wAOAA8AAFwAjAAABMhYVERQGIyEiJj0BMxUhESEVIzU0NjMTBxcHJwcnNyc3FzcDKiI0MyP+ViI0VgGq/lZWMyOqqqoqqqwqqqoqrKoDgTQi/QAjMzMjgFYCrFaAIjT+zKqsKqqqKqyqKqqqAAAAAAMAAP/AA4ADwAAIAB8ANwAAATU0JiMiBh0BMzIWHQEUBisBIiY9ATQ2MzU0NjMyFhUBMhYVERQGIyEiJj0BMxUhESEVIzU0NjMBliYaGSe2EyEhF+oTISAUSy0tSQFeIjQzI/5WIjRWAar+VlYzIwHVQBkfHxlAIBaWFCAhF5YTH0AtPz8tAWw0Iv0AIzMzI4BWAqxWgCI0AAAAAAQAAP/AA5YDwAADABMAGwAnAAAlESERATIWFREUBiMhIiY1ETQ2MwEWFAcnNjQnNxYXFhQHBgcnNjQnAlb+VAGsIjIxI/5UIjIxIwJWJycqEBCEKBQTExQoLDk5VQKs/VQDLDQi/QAjMzMjAwAiNP6IKmcnLBY1F4QnLzBjLzAkLD2eOQAAAAADAAD/wAOAA8AAFwAjAGcAAAEyFhURFAYjISImPQEzFSERIRUjNTQ2MwMyNjU0JiMiBhUUFjcXHgEPAQ4BIycOAQ8BDgErASImNycuAScHBiYvATQ2PwE1Jy4BPwE+ATMXPgE/AT4BOwEyFhUXHgEXNzYWHwEUBg8BAyoiNDMj/lYiNFYBqv5WVjMjKiIyMSMiNDPFLgMEAyoDBgM4CRQJCgMGA1YDCAMICRQJPAMIAyoBAzAwAwQDKgMIAzYJFgkIAwYDVgYGCgkUCTgDBgMqAQMuA4E0Iv0AIzMzI4BWAqxWgCI0/dQzIyI0NCIjM0AmAwYDSgMBFgYNAzYDBwcDNgMNBhIDBgNIAwcGIiwiAwYDSgMBFgYNAzYDBwcDNgMNBhIDBgNIAwYDIgADAAD/wAPWA8AABgAKABoAAAEjNxcjFSMFESERATIWFREUBiMhIiY1ETQ2MwGqVKqqVKwB1v0AAwAkMjIk/QAkMjIkAauqqqqCAlj9qAKsMiT9rCQyMiQCVCQyAAIAAP/AA9YDwAANADMAACURLgEjIgYHET4BMzIWAzIWFxEUBiMqAScuASMiBgcuASMiBgciBiMiJjURPgEzMhYXPgEDgCJNJzaILCuJNidMc0KBKQ4IAwQDLWo1NogsLn0/LnIsAwQDBw8ufz8/fC8ufZUB7AoKJRv+FhslDAJMIR/9kggOAhgUJRsiHhkVAgwIAnIiHh4iIh4AAAEAAP/AAyoDwAALAAABIREjESE1IREzESEDKv8AVP8AAQBUAQABgf8AAQBUAQD/AAAAAAACAAD/wAQAA8AACwAcAAABJzcnBycHFwcXNxcTMhYVERQGIyEiJicDEz4BMwMqmJg8mJo8mpo8mpi8IjQzI/2AFiIM5uYMIRcBEZqaPJqaPJqaPJqaAlY0Iv2sIzMVEQFaAVoQFgAAAAIAAP/AA4ADwAAKABoAAAERIREzFBYzMjY1EzIWFREUBiMhIiY1ETQ2MwMq/aqsSzU0TKoiNDMj/aokMDAkASsBqv5WNUtLNQIAMiT9rCMzMyMCVCQyAAABAAD/wAOAA8AAEQAAARYXHgEXFhcmJy4BJyYjFQkBAapwUVJwIiEQKDAwdURFUP7WASoCKxAtLoBOTVA4KSk2DQ2uASoBKgACAAD/wAQAA8AAEQAXAAABFhceARcWFyYnLgEnJiMVCQEFBxcVCQECKnBRUnAiIRAoMDB1REVQ/tYBKv8Aqqr+1gEqAisQLS6ATk1QOCkpNg0NrgEqASqAqqqAASoBKgADAAD/wAOAA8AABgARACEAAAEHJzM1MxUXESERMxQWMzI2NRMyFhURFAYjISImNRE0NjMCqqqqVKzU/aqsSzU0TKoiNDMj/aokMDAkAgGsrICA1gGq/lY1S0s1AgA0Iv2sIzMzIwJUIjQAAAABAAD/wAOqA8AAAgAAJSEBA6r8rANUAQNUAAAAAQAA/8AD8APAABcAAAEyFjEJATA2MSc2Nz4BNzYzMhceARcWFwNoAQH+lv6WAYcHJyaBWFhra1hYgSYmCAHYAf5AAcABqQUbGz0ZGRkZPRsbBQAABAAA/8AD4APAAAgAHwAxAEkAAAEVMzU0JiMiBgMiJj0BNDYzNTQ2MzIWHQEyFh0BFAYjATcXByInLgEnJiczFhceARcWARYUBwEGIicBJjQ3ATYyHwEHJwcBNyc3AsySKh4eLCISGBgSQCwrPxIYGBL96jiiHGRaWYkrKwhABhUVQywsAqsTE/7wEjQU/gATEwEOEjYUaDxa8gHk8F48A0EWFh4qKv7MGBKsEhgWKz8/KxYYEqwSGP4WOKICJCV/VlVjPDc3XSUmATISNxP+8hQUAgASNBQBEBMTaDxY8P4c8l48AAAAAAQAAP+rA/4DwAARABUAJQA3AAAlNxcHIicuAScmJzMWFx4BFxYFCQIJARYUBwEGIicBJjQ3ATYyBQcnNzIXHgEXFhcjJicuAScmAUA6ohxkWlmJKysIQAYVFEIsLAFtARD+AP7wATwCAhMT/vASNBT9/hMTARASNAEgOqIcZFpZiSsrCEAGFRRCLCwXOKICJCV/VlVjPDc3XSUmDAEQAgD+8AE+/f4SNRP+8BQUAgISNBQBEBM1OKICJSV/VVZiPDY3XiUlAAAAAQAA/8ADqgPAAAIAADcBEVYDVAEDVPysAAAAAAMAAP/AA6oDwAAEAAgADAAANwERIxEzNTMVJxEzEVYDVKpWVFRUAQNU/wD9rFRUqgFW/qoAAAAAAgAA/8ADqgPAAAIABQAAAREhCQEhA6r8rAMA/c4CMgNV/KwChv3OAAIAAP/AA6oDwAAGAAkAABMBBychCQElEQHMAt42VP0KAXr+8gLq/pIC6/0gNlYBegEQzP0iAW4AAwAA/8AEAAPAABsAJAA7AAABFQcBNjc+ATc2MzIXHgEXFhcHLgEjIgcOAQcGBTU0JiMiBh0BMzIWHQEUBisBIiY9ATQ2MzU0NjMyFhUClpb+EgcmJYFYWGtrWFiBJSYHWAkVDi0nJjkREAEUJhoZJ6wQGhkR1hAaGRE9LS0/AUFwvAJsBBsbPhkZGRk+GxsEcAMBERA5JyZtQBknJxlAHBCqERkZEaoQHEAtPT0tAAACAAD/wAPwA8AADwAbAAATFhceARcWFwcnBwE+ATcnBQMBPgEzMhceARcWjFxcXLdcXFs2jqb+EAdQRVYDmuj+RihaMGtYWIEmJgNtXFxcuFxcXDaOzgJqBjggWLb+3gG4CQsZGT0bGwAAAAACAAD/wANWA8AAAgAQAAABMyclIQERFAYjISImNRM0NgIq7Oz+1gFWAQAzI/4AIjQCMQIr6kD/AP4AIzExIwKsIjIAAAEAAP/AA6oDwAARAAABFyEyFhURFAYjISImNRE0NjMBqlYBViIyMSP9VCIyMSMDAVY0Iv5WIzMzIwIAIjQAAAACAAD/wAOqA8AAAwAVAAAlESERATIWFREUBiMhIiY1ETQ2MyEXA1b9VAKsIjIxI/1UIjIxIwEAVqsBqv5WAgA0Iv5WIzMzIwIAIjRWAAAAAAMAAP/AA6oDwAAIABQAJgAAJTU0JiMiBh0BEyIGFRQWMzI2NTQmNzIWFREUBiMhIiY1ETQ2MyEXAyqAKiqAqiI0MyMiNDOzIjIxI/1UIjIxIwEAVtUsKioqKiwBVjQiIzExIyI0gDQi/lYjMzMjAgAiNFYABAAA/8AD1gPAAA8AHwAkADcAABMyFx4BFxYVIzQnLgEnJiMVMhceARcWFSM0Jy4BJyYjFTIWFSMBMhYVERQGIyE1IREhFSM1NDYzKmFVVoAlJVYeHmlGRVA+NzdRFxhWERE6JycsNEyAA1YiNDMj/tYBKv0AVjMjAgElJYBVVmFPRkZoHh9WGBdQNzY+LCcnOhERVkw0AwA0Iv2sIzNWAlSAgCI0AAAABQAA/8AD1gPAABIAIgAtAD0AQgAAATIWFREUBiMhNSERIRUjNTQ2MwMyFx4BFxYVIzQnLgEnJiMlESMmJy4BJyYnNQMyFx4BFxYVIzQnLgEnJiMVMhYVIwOAIjQzI/7WASr9AFYzI1ZhVVaAJSVWHh5pRkVQAwDwFCMiXDg4P6w+NzdRFxhWERE6JycsNEyAAys0Iv2sIzNWAlSAgCI0/tYlJYBVVmFPRkZoHh/W/lQ/ODhdIyIVRv7UGBdQNzY+LCcnOhERVkw0AAAABgAA/8ADqgPAAAMABwALAA8AEwAvAAABMxEjATMVIyUzFSMFMxUjBREhEQEjFTMVIxUzFSMVFAYjISImNRE0NjMhMhYdATMCAKqq/wDW1gEAqqr/ANbWAgD9qgMAVFRUVFQzI/2qIjIxIwJWIjRUAdX/AAGs1taAgKxUAlT9rAGqVlRWVlQjMzMjAlQiNDQiVAAAAAEAAP/AA4ADwAAIAAABFSEXBwkBFwcDgP2kmDz/AAEAPJgB1VSaPAEAAQA8mgAAAA0AAP/AA6oDwAACAAYACgAOABIAFgAaAB4AIgAmACoALgA+AAAFJyETNSMVFzUjFSc1IxUXNSMVFzUhFQM1IxUXNSMVNxUzNScVMzUXFTM1JxUzNSUyFhURFAYjISImNRE0NjMCAKoBVIBUVFQsVFRUVP6sLFRUVIBUVFQsVFRUASwiMjEj/VQiMjEjK6wB1FZWgFZWgFZWgFZWqlZWASpWVoBWVlZWVoBWVoBWVoBWVoA0Iv5WIzMzIwGqIjQAAAIAAP/AA6oDwAADAAwAAAEzESMBNwkBJzchNSEDVlRU/pg8AQD/ADya/aICXgKr/gABxDz/AP8APJpUAAQAAP+rAyoDwAAQACgANAA4AAABETQ3PgE3NjMyFx4BFxYVETUyFhURFAYjIRcHNSM1MzUjIiY1ETQ2MxMiJjU0NjMyFhUUBhMzFSMBKhcYQiUlGxslJUIYFyIyMSP+1ICA1NSAIjIxI9YiMjEjIjQzM9TUA1X+QBsUFBsHBwcHGxQUGwHAVjQi/awjM4CAVlRWMyMCVCI0/qozIyI0NCIjM/4AVAAAAAMAAP+rAyoDwAALACMAJwAAATI2NTQmIyIGFRQWEzIWFREUBiMhFwc1IzUzNSMiJjURNDYzATMVIwIAIjIxIyI0MvoiMjEj/tSAgNTUgCIyMSMBLNTUAqszIyIyMiIjMwEANCL9rCMzgIBWVFYzIwJUIjT8qlQAAAMAAP/AA7QDwAACAAoAEQAAATMnNxMjJyMHIxMpAQMzAREjAs5kMiqKUh6IHlKK/aoBqqqq/taAAmWcVP6AVlYBgP6A/gABgAAAAAACAAD/wAMqA8AABQAOAAABBwE1IQMJAQcnAxEjNScC1kL+lgGsrP5iAp42sJqA1AIBcgFqXP6sASr9YDay/voBgJ7WAAEAAP/AAtYDwAAGAAABIQMzAREjASoBrKys/tSAA1X+rP4AAYAAAAAEAAD/wAOaA8AAGQAiACYANgAAExYXHgEXFhcHASM1JxUjNSMVIxEzFTM1MycBIyczMhYdASc3FTM1ByMnNTMyFh0BFAYHFyMnI2pmZWbNZmZmMP68kEBAVkBAVhDqAe4QQFAZJ0DAVlYQMJYZJxURJkAmMANBZmZly2ZlZS4BRJJA0mpqAQBWVur+1kAnGVJAEioqwC7SJxkqFCIGWlYABQAA/8ADgAPAAAMADQAZAB0ALAAAATUjFTcyFh0BFAYrAREHNTMRIzUjFSMRMxUFNSMVMxQGBxcjJyMVIxEzMhYVAipUVBknJhqUgEBAVkBAAoBWlhURJkAmMECWGScBa4CAwCcZgBomAQBWVv8AamoBAFYUKioUHwlaVlYBACcZAAAAAwAA/8ADqgPAABsALwA7AAAlMjc+ATc2NTQnLgEnJiMiBw4BBwYVFBceARcWAyEXMzIWFREUBiMhIiY1ETQ2OwETNDYzMhYVFAYjIiYCACwnJzoREREROicnLCwnJzoREREROicnVAEATogiMjEj/VQiMjEjiEZPOTlPTzk5T9UREDonJy0sJyc6ERERETonJywtJyc6EBECgFQ0Iv4AIzMzIwIAIjT+qjlPTzk5T08AAAAABAAA/8AD1gPAAAsAJwA6AEYAAAE0NjMyFhUUBiMiJhcyNz4BNzY1NCcuAScmIyIHDgEHBhUUFx4BFxYDNTM1IRczMhYVERQGIyEiJjURETUzFTMVIxUjNSM1AaJPOTlRUTk5T4gsJyc6ERERETonJywsJyc5EBEREDknJ/6AASpOiCI0MyP9ViI0VoCAVoABVTlRUTk5T0+bEBE5JyYtLCcnOhERERE6JycsLSYnOREQAYCAgFY0Iv4AIzExIwGsAQCAgFaAgFYAAAAAAgAA/8ADgAPAAAUAFgAACQEnAScHATIWFREUBgcFJS4BNRE0NjMBqgGAPP68mDwCVCI0FRH+pv6mEBYzIwEBAYA8/ryYPAGsNCL92BcjDOjoDCMXAigiNAAAAAABAAD/wANAA8AABQAACQEHJQUnAgABQB7+3v7eHgNV/PQegIAeAAAAAgAA/8ADfgPAABIAGAAAAQcBBwkBJwEmNjc+ARcWBgcOAQUnJjQ3AQJ6PgEmPP7a/to8AaAWHzM9mC8uEj4zff6utDExASwBvz7+2jwBJv7aPAGgMX4zPRMuL5o9Mx43tDGNMv7WAAABAAD/wAOAA8AABQAACQEjAyU1A4D+vipw/twDK/0AASRwKgADAAD/wANqA8AABQARAEAAACUTIzUDMyUyNjU0JiMiBhUUFjceARURFAYjIiY9ASMRIRE0NjMhMhYVETMyFh0BFBYzMjY1EQ4BIyImNTQ2Nyc3AVaqVqpWAaoSGBgSEhgYXg8PPiwrP0D+VDMjAQAiNCoiNBgSEhgKFAwrPyYeWi6rASrW/sCWGBISGBgSEhh2DycW/mosPj4s1v7AAqoiNDQi/tY0IsASGBgSATQFAz4sIjYMWiwAAQAA/8AC1gPAAAIAAAEhBwEqAazWAgHWAAAAAAEAAP/AAtYDwAACAAABNxcBKtbWAVXW1gAAAAABAAD/wANWA8AANAAAATcRITcuASMiBw4BBwYVFBceARcWMzI3PgE3NjczBgcOAQcGIyInLgEnJjU0Nz4BNzYzMhYC8mT+1IoiXTU1Ly9FFBQUFEUvLzUqJic/GBcNWA4fH1c1NjxGPj5dGhsbGl0+PUdGfQKdZP7UiiIqFBRGLi81Ni4vRRQUDA0tHx8mOC8vRBMTGxtdPj5HRj4/XRsbNgAAAAUAAP+rA/4DwAATAJ0AugDRAOYAACUmJy4BJyYnIxYXHgEXFjMyNjMnJyImJy4BJy4BJy4BNSMUFhceARceARceATMyNjc+ATc+ATc+ATU0JicuAScuAScuASc+ATc+ATc+ATc+ATU0JicuAScuAScuASMiBgcOAQcOAQcOARUzNDY3PgE3PgE3PgEzMhYXHgEVFAYHDgEHDgEHDgErARUzMhYXHgEXHgEXHgEVFAYHDgEjJS4BJy4BKwERMzI2Nz4BNz4BNz4BPQE0JicuAScHFAYHDgEHDgEHDgErATUzMhYXHgEdAQMiBgcXNxYXHgEXFhczJicuAScmIwFBNSwsQhUVBkAIKyuJWVllBw4HohMGDAUFCAQDBgICAjcEBQQMCAcSCgoUCwwWCgoSCAcMBAQFAgECBQMDCQUGDQcGCwUFCAMDBQIBAgQEAwsHBxEKChYMDBUKCREHBwsEBAQ3AgICBgMDCAUFCgUNEwYHBgICAQYDBAgGBQwHISEHDAYGCQQEBgMCAggHBxQNAW0KGQ4OHxFlYhIgDg8ZCgoQBQYGBgYFEAoRAwMDCQYGEAkJFQwnKhcjDAwMwwcOB6I5NC0sQhUVBkAIKyuJWVllFhklJV03NzxjVVZ/JCQBo90CAgIFAwMIBQQKBgwUCQkOBgYJAwMDAwMECQYHDwkJFQwGDAYFCwUFCgQEBgMDBwQECQUFCQYFCgUMFAkJDgYGCQMDAwMDBAkGBw4ICRIKBgkFBAcDAwUCAQIHBgcSDAYKBQUIAwMFAgICLAECAgUDAwkFBQwIDBQHBwf9CxAGBgX+qwYGBREKCxkPDyISERMhDw8aCocNGQoLEgcHDAQEBPcPDw4rHBECCQEBozkZJSVdNzc8Y1ZVfyQlAAAAAAUAAP/AA6sDwAADAAcADgAqAEcAAAEnBxclJwcXBSMRFzcnNSciBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYDIicuAScmNTQ3PgE3NjMyFx4BFxYVFAcOAQcGIwOrxDfE/dw3xDcBiUDLIKsVUEZGaB4eHh5oRkZQT0ZGaR4eHh5pRkZPPjY3URcYGBdRNzY+PjY3URcYGBdRNzY+ArekQaWlQaRBIf8AeTRl4KseHmlGRVBQRUZpHh4eHmlGRVBQRUZpHh79VRgXUTc2Pj42N1EXGBgXUTc2Pj42N1EXGAAAAAUAAP/AA6sDwAADAAcAIwBAAEcAAAEnBxclJwcXJSIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJgMiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYjLwEHFwEnBwOrxDfE/dw3xDcBdFBGRmgeHh4eaEZGUE9GRmkeHh4eaUZGTz42N1EXGBgXUTc2Pj42N1EXGBgXUTc2Pj9aLYcBAS7TArekQaWlQaRBih4eaUZFUFBFRmkeHh4eaUZFUFBFRmkeHv1VGBdRNzY+PjY3URcYGBdRNzY+PjY3URcY6lotiAEBLdMAAAABAAD/wAOrA8AAJAAAJScmJy4BJyY1NDc+ATc2MzIWFz4BMzIXHgEXFhUUBw4BBwYPAQIAPlJEQ18bGhITPysrMThlIyNlODErKz8TEhobX0NEUj4cOEs/QHU4OTwxKys/ExIwKSkwEhM/KysxPDk4dUA/SzgAAAACAAD/wAOAA8AAKgAvAAABIiYnJgYPASYnLgEnJic3PgEnLgE1NCYrASIGFRQXHgEXFjMyNj0BNCYjARE3IREDVShMJAsXCV4uKClIHR4XXggGBAwMGRKVEhk5OcWEhJYSGRkS/quAAQABFQ0MAwUJXhceHkcpKS1eCRgLJEwoEhkZEpaEhMU5ORkRlhEZAhb+VYABKwAAAAQAAP/AA6sDwAAOABIAHgAjAAABISIGFREzFSE1MxE0JiMDITUhNyImNTQ2MzIWFRQGAyEVITUDK/2qNUurAgCrSzWA/qoBVoASGRkSERkZPP4AAgACVUs1/wCqqgEANUv+K9VWGRESGRkSERkBgKurAAAABgAA/6sC8wPAAAQACQANABwAHwAiAAAFMzUjFSMzNSMVITM1IxMnIxEnBxcHFzcRMzcnNycXBxMHNQHVVlaqVVUBVVVVc/Mrwz3v7z3DK/O3t8hQUFBQVVVVVVVVArf0/rzEPe7uPcT+vPS3t1BQUP7iUKAAAAAABQAA/8AD3QPAAAUACgAPABQAGwAAAScDEzcnFzM1IxUlIxUzNQUzNSMVAQcXBxcTAwFMQufnQrqZVVUBqlVV/wBWVgEhQrq6QufnAoo3/ur+6TfgK1VVVVVVVVVVAUE33+A2ARYBFgAEAAD/wAOAA8AAAwAHADIANgAAASMVMzcjFTMXIiYnJgYPASYnLgEnJic3PgEnLgE1NCYrASIGFRQXHgEXFjMyNj0BNCYjAxUzNQIrVlaqVVWAKEwkCxcJXi4oKUgdHhdeCAYEDAwZEpUSGTk5xYSElhIZGRIqVQIrVlZWwA0MAwUJXhceHkcpKS1eCRcLJE0oEhkZEpaEhMU5ORkRlhEZARZWVgAAAAAFAAD/qwNVA8AABAAJAA0AQABEAAAFMzUjFTsBNSMVEyMRMxMHHgEVFAcOAQcGIyInLgEnJjU0NjcnBgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmJwMzNSMBK1VVqlZWVlZWmD43RBQURi4vNTUvLkYUFEQ3PiEbGyYLChobXT4+R0c+Pl0bGgoLJhsbIUNVVVVVVVVVA6r+VgFCPSJzRjUuL0UVFBQVRS8uNUZzIj0XHh5IKSgsRj8+XBsbGxtcPj9GLCgpSB4eF/y+VQAABQAA/6sDKwPAAAQAEgAXABsAPQAABTM1IxUTMjY1ETQmIyIGFREUFhMzNSMVOwE1IxMjFAcOAQcGIyInLgEnJjUjFBceARcWFxUzNTY3PgE3NjUBK1VV1TVLSzU1S0sKVlarVVWrSRMSPykpLCwpKT8SE0kVFEYuLzRWNC8uRhQVVVVVAdVLNQEANUtLNf8ANUv+K1VVVQIAMCgoOhAQEBA6KCgwNzAxTBoZCIyMCBkaTDEwNwAAAAMAAP/AA9UDwAAfACIALgAAAQMuASMiBgcDIyIGFRQWFRMeATMhMjY3EzQ2NTQmKwEhNxcDIiY1NDYzMhYVFAYC3rsGEwoKEwa7zREZAWwILR4CKh4tB20BGRHN/qKAgIAjMjIjIzIyAisBFwoICQn+6RkSAwYD/nUbIyMbAYwCBgMSGbu7/qoyJCMyMiMkMgAAAAACAAD/wALWA8AADgAaAAABIgYHFz4BMzIWFzcuASMVIgYVFBYzMjY1NCYCAD9uKTweTy0tTx48KW4/GiYmGhomJgIuLyo8HiIiHjwqL7EmGhslJRsaJgAAAwAA/8ADYAPAAA4ALQA5AAABFz4BMzIWFzcuASMiBgcTIgcOAQcGBxc2Nz4BNzYzMhceARcWFzcmJy4BJyYjESIGFRQWMzI2NTQmASo8Hk8tLU8ePCluPz9uKdY0MDFZKCgiPRwhIUooKCsrKChKISEcPSIoKFkxMDQaJiYaGiYmAYM8HiIiHjwqLy8qARwKCiYbGyI8HBYWIAgJCQggFhYcPCIbGyYKCv6MJhobJSUbGiYABQAA/8ADgAPAAAMADwAVABkARAAAASMVMycjNTM1IxUzFSMVMzcVMzUzNQcjNTMRIiYnJgYPASYnLgEnJic3PgEnLgE1NCYrASIGFRQXHgEXFjMyNj0BNCYjAtUqKlVVVYBVVYCAK1UrKiooTCQLFwleLSkpSB0eF14IBgQMDBkSlRIZOTnFhISWEhkZEgMr1oArK4ArK9bWVoBWK/4VDQwDBQleFx4eRykpLV4JFwskTSgSGRkSloSExTk5GRGWERkAAAoAAP/AA1UDwAALABgAJQAyAD4ASgBWAGMAcAB8AAAlIgYVFBYzMjY1NCYBIgYVFBYzMjY1NCYjESIGFRQWMzI2NTQmIxEiBhUUFjMyNjU0JiMBMjY1NCYjIgYVFBYDIgYVFBYzMjY1NCYzIgYVFBYzMjY1NCYDIgYVFBYzMjY1NCYjISIGFRQWMzI2NTQmIxEiBhUUFjMyNjU0JgIAIzIyIyMyMv7dIzIyIyMyMiMjMjIjIzIyIyMyMiMjMjIjAgAjMjIjIzIy3SMyMiMjMjLdIzIyIyMyMiMjMjIjIzIyI/8AIzIyIyMyMiMjMjIjIzIygDIjJDIyJCMyAwAyIyQyMiQjMv8AMiMkMjIkIzL/ADIjJDIyJCMyAVUyJCMyMiMkMv6rMiMkMjIkIzIyIyQyMiQjMgEAMiMkMjIkIzIyIyQyMiQjMgEAMiMkMjIkIzIAAAAEAAD/wAQAA8AAEAAcAC4ARwAAASEiBhURFBYzITI2NRE0JiMFMhYVFAYjIiY1NDYBITU0Nz4BNzYzMhceARcWHQE3MxcHLgEnLgE1NDY3PgE3FwcjDgEVFBYXA6v8qiMyMiMDViMyMiP9qjVLSzU1S0sBNf4AHBxQLCwgICwsUBwcpUZAVSo8DwUGBgYOPCpVQEYHCAcIAysyJP2rIzIyIwJVJDKASzU1S0s1NUv+ACogGRkhCQkJCSEZGSAqqlVVH1c0FSoXFisUNFcfVVUUKxYXKxQAAAAFAAD/wAQAA8AABQAWACIANAA5AAABNQcnFRcTISIGFREUFjMhMjY1ETQmIwUyFhUUBiMiJjU0NgEhNTQ3PgE3NjMyFx4BFxYdAQEhESERA4CAgICr/KojMjIjA1YjMjIj/ao1S0s1NUtLATX+ABwcUCwsICAsLFAcHAFW/qoBVgJVK1VVK1UBKzIk/asjMjIjAlUkMoBLNTVLSzU1S/4AKiAZGSEJCQkJIRkZICoBAAEA/wAAAAAABAAA/8AEAAPAADwARgBKAFQAACUmJy4BJyYjIgcOAQcGBw4BFRQWHwEeATMyNjc+ATc+AT0BPgEzMhYXFRQWFx4BFx4BMzI2PwE+ATU0JicDJwcXMDc+ATc2JSMVMwU3JwcWFx4BFxYD8zA5OX9FRElJREV/OTkwBgcHBmkGDwkJDwYaOR8KDi5jMzNjLg4KHzoZBg8JCQ8GagUHBwZsPZc8Fxc4GBj+plZW/uY8lz0CGBg4FxfjLyUlMw4ODg4zJSUvBRAJCQ8GagUHBgYYJxAFFQyFDw8PD4UNFAUQKBcGBgYGagYPCQkQBQG9PJg8Fxg5Fxi21Xg8mDwBGBc5GBcAAAADAAD/wAQAA8AAMgA+AEoAAAEiBw4BBwYVFBYXIz4BNTQnLgEnJiMiBw4BBwYVFBceARcWMyEyNz4BNzY1NCcuAScmIwEiJjU0NjMyFhUUBiEiJjU0NjMyFhUUBgMVMCsrPxMSHBnAGRwSEz8rKzEwKys/ExISE0AqKzECKjErKkATEhITQCorMf3WPlhYPj5XVwHsPldXPj5YWAKrExJAKyoxK0weHkwrMSorQBITExJAKyoxMSorQBITExJAKyoxMSorQBIT/oBXPj5XVz4+V1c+PldXPj5XAAAAAgAA/8ADqwPAABAAFAAAATQmJyUFDgEVERQWMyEyNjUtAgUDqhYS/n7+fhIXMiQCqiQy/lX+oAFgAWACVRcnC+LiCycX/lYkMjIk1dzPzwACAAD/wAOrA8AAEAAWAAABISIGFQMUFjMhMjY1ETQmIxUFJTUFJQNV/VYkMQEyJAKqJDIyJP6r/qsBVQFVAwAyI/4AJDIyJAIAIzKr1dVW1tYAAAAFAAD/wAOAA8AABAAJAA0AEQAWAAAlMxEjERczESMRATM1IwEzESMXFTM1IwErVVWqVlb+q1VVAgBVVatVVasCAP4AqwNV/KsBVav+qwIAq6urAAAEAAD/wAO4A8AABAAIAAwAEAAAAREhESEBIREhGQEhETcHFzcCKwFV/qv+VQFV/qsBVfLy8vEBgP6rAVX+qwFVAav+qgFWOPLx8QAAAgAA/8ADgAPAABIAIAAAAQURFBceARcWFzY3PgE3NjURJREhBgcOAQcGBxEhNSURAgD+gB0dZ0ZGU1NGRmcdHf6AASsJGRpOMjM8/tUBKwOAq/8AWVNUiTExFRUxMYlUU1kBAKv+K0I9PWUlJRIBffOF/ogAAAAABQAA/8ADgAPAACkANQBBAE0AWQAAASIHDgEHBhUUFx4BFxYzMjY1NCYnLgE1NDY7ATI3PgE3NjU0Jy4BJyYjAyImNTQ2MzIWFRQGNyImNTQ2MzIWFRQGMyImNTQ2MzIWFRQGFyImNTQ2MzIWFRQGAgBQRUZpHh4eHmlGRVAbJQkIBwkmGkwsJyc5EREeHmlGRVDrGiYmGhslJWUaJiYaGyUluxslJRsaJiZmGyUlGxomJgMrHx5oRkZPUEZGaB4eJRsMFgkIFgwbJREROScnLEc+Pl0bG/6AJRsaJiYaGyWqJhobJSUbGiYmGhslJRsaJqolGxomJhobJQAAAwAA/8ADqwPAAAMACAAYAAABNycHPwEBBwEBBxcHFwU3FwclBwE3FzcBA00zPTMqRv6AfAFQ/bg3tIlGATpZPZb+xUUBgNOhN/zhASsoPCeMNwEqYP6wAds2tGs29UY9dfQ1/tWkoTYDHwAABAAA/8ADgAPAAA0AQgBPAF0AACUyNz4BNzY1IgcOAQcGARQWMzI2NwcUFjMyNjUnHgEzMjY1NCYnPgE1NCYjIgYHNzQmIyIGFRcuASMiBhUUFhcOARUlMhYVFAYjIiY1NDYzARQXHgEXFjM0Jy4BJyYCAFBFRmkeHlBFRmkeHv7vPywRHg0BPywsPwENHhEsPyIbGyI/LBEeDQE/LCw/AQ0eESw/IhsbIgERLD8/LCw/Pyz+gB4eaUZFUB4eaUZFAB4eaUZFUB4eaUZFAaUsPgoICCw+PiwICQk+LCA0DA0zICw/CgkILD8/LAgJCj8sIDMNDDQgyz8sLD4+LCw//sBQRUZpHh5QRUZpHh4AAAADAAD/wANrA8AAMAA0AEEAAAE1JwcXDgEVFBYzMjY3ERQGIyImPQE0JisBETQmIyEiBhURIREzFRQWMzI2NRE0JicFITUhBSImNTQ2MzIWFRQGIwNMny1aHic/LAsWChkSEhkyIysyI/8AIzIBqkA/LCw/EQ7+tP8AAQABABIZGRISGRkSAnYBni1aCzYiLD8FBP7MERkZEcAkMgEqJDIyJP1WAUDWLD4+LAGWFicOdtXVGRIRGRkREhkAAAUAAP/AA1UDwAAHABgAJQAyAE4AACUWMjc2NCcHASEiBhURFBYzITI2NRE0JiMFMhYVFAYjIiY1NDYzIzIWFRQGIyImNTQ2MxMiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYBhzKOMjEx8gF5/gAjMjIjAgAjMjIj/qsRGRkREhkZEoARGRkREhkZEtU1Ly5GFBQUFEYuLzU1Ly5GFBQUFEYuL90yMjKNMvECeDIj/VUjMjIjAqsjMlUZEhEZGRESGRkSERkZERIZ/VUUFUUvLjU1Ly9FFBQUFEUvLzU1Li9FFRQAAAADAAD/wAPVA8AACwA0AFEAAAEiBhUUFjMyNjU0JgUmJy4BJyYnNSMVBgcOAQcGByMVMxYXHgEXFhcVMzU2Nz4BNzY3MzUjASInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBiMCAEdkZEdHZGQBNgcdHVo6O0JWQjs6Wh0dB1hYBx0dWjo7QlZCOzpaHR0HWFj+gz42N1EXGBgXUTc2Pj42N1EXGBgXUTc2PgJVZEZHZGRHRmSAQzs6Wh0dB1hYBx0dWjo7Q1VDOjtaHRwIWFgIHB1aOzpDVf6rFxhRNjc+PjY2URgXFxhRNjY+Pjc2URgXAAAAAgAA/8AD1QPAAAYADgAAExUFJTUFJQkCJREzEQHVASsBK/7V/tUBK/4rAdUBgFX+KwF4qqOjqqOjAbP/AP8A0f7ZAVYBAAAAAgAA/8ADgAPAABoAHgAAASIGIwclBw4BFREUFjM6AT8BBTc+ATURNCYjAyURBQNrAgMC5P8A8AcJDQgCAwLkAQDxBgkNCOv/AAEAAysBWVpRAwsH/XsJDAFYWVECCwcChQkN/VVaAftZAAAABAAA/8ADVQPAAC4AOgBGAFIAAAEjNT4BNSM1NCYjISIGHQEjFBYXFSMUFhcVIxQWFxUUFjMhMjY9AT4BNSM1PgE1ASImNTQ2MzIWFRQGJyImNTQ2MzIWFRQGJyImNTQ2MzIWFRQGA1WAOEiAGRH+qhEZgEk3gEk3gEk3GREBVhEZOEiAOEj+qyMyMiMjMjIjIzIyIyMyMiMjMjIjIzIyAgAxDls7KxIZGRIrO1sOMTxaDzA8Ww4xERkZETEOWzwwD1o8/oAyIyQyMiQjMtUyJCMyMiMkMtYyIyMyMiMjMgADAAD/wANVA8AACAAmADgAAAE1DgEHFz4BNyUXDgEVFBYXByERBy4BNTQ2NwEOAQcVPgE3FzcBByUhETceARUUBgcXPgE1NCYnNwGrGjAVPggQCf7PZRkbNi5kAQBgIygPDgFZCBAIGTAWZDf9YDYC2/8AYCMoDw4+GRs2LmQCnFkHFA4/BAgDKGUnWzJHfC5lAQBfI101IDsb/qcECANZBxUNZDYCnzY8/wBfIl01IDwbPidcMkZ8L2QAAAQAAP/AA4ADwAAZAB4AOAA9AAATFBYXByERBy4BNTQ3PgE3Njc1BgcOAQcGFQUzNSMVASERNx4BFRQHDgEHBgcVNjc+ATc2NTQmJzcBMxEjEYA2LmQBAF8jKQ0NLR8gJTcvL0QUEwFVVlYBq/8AXyMpDQ0tHyAlNy8vRBQTNi5k/lVWVgGrR3wuZQEAXyNdNSkmJj8YGA1ZDh8fVzY2O9ZWVgIr/wBfIl01KiYmPxgXDVkOHx9XNTY8RnwvZP6AAQD/AAAEAAD/wAPVA8AAFwAhAFgAaQAAATU0JiMiBh0BIgYdARQWOwEyNj0BNCYjKwE1NDYzMhYdAQMeARUUBgcuASsBNTQmIyE1MzI2PQEzMjY9AS4BIyIHDgEHBhUUFx4BFxYzMjc+ATc2NTQmJyMBJicuAScmNTQ2NxcVFBYzFQOrPywsPxEZGRHWERkZESKSKx4eK2ICAjAqCC0cKxkR/wBVEhlVIzIeQCJYTk5zIiEhInNOTlhZTU50ISIBAVf+hD83N1AXFwUEzDIkAwAVLD8/LBUZEqoSGRkSqhIZFR4rKx4V/qsLFQtDdi0aIYASGVUZElUyJGwKCiIhdE5OWFhOTnQhIiIhdE5OWAsVC/6DBx4dWzo6QRQmEswrIzJSAAADAAD/wAOrA8AAHAAtAEwAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjAyYnLgEnJjU0NjcXFRQWMxUlLgErATU0JiMhNTMyNj0BMzI2PQEWFx4BFxYVFAYHAgBYTk50ISIiIXROTlhYTk50ISIiIXROTlgrPzY3UBcXBAXMMiMBJwksHCsZEv8AVhEZViMyLycnORAPMCkDVSEic05OWFlNTnQhIiIhdE5NWVhOTnMiIf0DCB4dWjo6QhMnEswrIzJTbBoigBIZVRkSVTIjEhMgH1IyMTVDdi4AAAMAAP/AAvMDwAANABAAEwAAAScjEScHFwcXNxEzNycDFwcTBzUC8/Mrwz3v7z3DK/O3EVBQUFACYvP+vcM87u88xP6887gBB1BQ/uFQoQAABQAA/8ADgAPAAAMAEQAUABcAHAAAAScHFwEnIxEnBxcHFzcRMzcnAxcHEwc1JQcXNycBK1ZVVQIe8yvDPe/vPcMr87cRUFBQUAEAVlZVVQGrVVVWAQ3z/r3DPO7vPMT+vPO4AQdQUP7hUKG8VVZWVQAAAAADAAD/wANVA8AACQAVABgAAAEXBxc3JyMVFzUlBwEHFzcRMzcXNwEBNRcCK1BEPIH0K1b+vDwBGe89wyu3Yjz9kgFEUAKuUEQ9gfTXVYhOPP7n7j3E/ry4YjwCbv2koFAAAAAABQAA/8ADgAPAAAgAFwAlACkALAAAARc+ATU0JicHNwceARUUBgcXPgE1NCYnBycjEScHFwcXNxEzNycDFwc1Ewc1AmBjCQkJCWPhNhQWFhQ0HiMhHqPzK8Q87u48xCvztxJRUVFRAapjFzIbGjEXY+I2JlcvLlcmMzFzPj1xMCrz/r3DPO7vPMT+vPO4AQdQUKD+QVChAAADAAD/wAPjA8AAAwAUAB0AAAEzJwclNSMnByMVBxcVMxc3MzU3JwMnIwcjEzMTIwHPYjExAYbIjY3Ijo7IjY3Ijo7zHogeUYhWiFEBj5ycqciNjciNjsiNjciOjf7IVVUBgP6AAAAAAAgAAP/AA0ADwAAFAAoADgASABYAGgAeACIAADcRNyEXEQMRIREhAyE1IQcjFTMTITUhByMVMxMhNSEHIxUzoIUBloUg/aACYCD94AIgwKCgwP3gAiDAoKDA/eACIMCgoAADAICA/QABAAHg/UAB4MBAIP7AwEAg/sDAQCAAAAAABAAA/8ADoAPAAB8ALwBZAGcAACUhIiY1ETAXHgEXFhcVFBY7ATI2PQE2Nz4BNzYxERQGATIWHQEUBisBIiY9ATQ2MzM0JisBIgYdASYnLgEnJjE1NDY7ATU0NjsBMhYdATMyFh0BMAcOAQcGBxE0JisBIgYVHAExMzA0A2D9IBslHB1bOTo5Ew2gDRM5OjlbHRwm/qYNExMNYA0TEw2gEw2gDRM5OjlbHRwlG8AmGuAaJsAaJhwdWzk6ORMNoA0T4CAmGgGADg4nFBUNJw0TEw0nDRUUJw4O/oAaJgGAEw0gDRMTDSANEw0TEw0dDhUVKA8OgBomQBomJhpAJhqADg8oFRUOAV0NExMNDRMTAAAFAAD/wAOgA8AAHQAtADEANQA5AAABKgExNTQmIyEiBh0BFBYzITI2PQEwMjMyNj0BNCYHFAYjISImPQE0NjMhMhYVBTM1IxczNSMXMzUjA4ANEyYa/YAaJiYaAoAaJhMNDRMTTRMN/YANExMNAoANE/1gwMDgwMDgwMACACAaJiYa4BomJhogEw1gDRPADRMTDeANExMN4ODg4ODgAAAABAAA/8ADoAPAAB0ALQAxADUAAAEqATE1NCYjISIGHQEUFjMhMjY9ATAyMzI2PQE0JgcUBiMhIiY9ATQ2MyEyFhUFMzUjFzM1IwOADRMmGv2AGyUlGwKAGiYTDQ0TE00TDf2ADRMTDQKADRP9YMDA4MDAAgAgGiYmGuAaJiYaIBMNYA0TwA0TEw3gDRMTDeDg4OAAAAMAAP/AA6ADwAAdAC0AMQAAASoBMTU0JiMhIgYdARQWMyEyNj0BMDIzMjY9ATQmBxQGIyEiJj0BNDYzITIWFQUzNSMDgA0TJhr9gBslJRsCgBomEw0NExNNEw39gA0TEw0CgA0T/WDAwAIAIBomJhrgGiYmGiATDWANE8ANExMN4A0TEw3g4AACAAD/wAOgA8AAHQAtAAABKgExFRQGIyEiJj0BNDYzITIWHQEwMjMyFh0BFAYnNCYjISIGHQEUFjMhMjY1A4ANEyUb/YAbJSUbAoAbJRMNDRMTTRMN/YANExMNAoANEwFgIBomJhrgGiYmGiATDWANE8ANExMN4A0TEw0ABAAA/8ACoAPAAB4AKgA1ADkAACUjIiY1ETQ2OwEwNDU0NjsBMhYVHAExMzIWFREUBiMDIzUjFSMVMxUzNTMXIREUFjsBMjY1EQMzFSMCYOAbJSUbIhANYA0TIRslJRtBIB4gIB4gYf7gEg7gDRPBYmIgJhoCYBslAw0NIyMNDQMlG/2gGiYCfx8fICAgXv4/DRMTDQHB/oEiAAAAAgAA/8ADeQPAADQAQAAAARYGBw4BJwcXNzYyHwEWFA8BBiIvASY0PwEnAQYiLwEmNDcBJyMnNxcVFzcmNjc+ARcHFzcBJiIHBhQXFjI3NjQDeRcWLTKIOjkpGAkaCcMJCVkJGwnCCgoWJ/7zEjQTFhISATPMQEs8e848LAo2LXk4hG+E/UwJGgoJCQoaCQkCwjd6LjEQIT4oGAkJxQkaCVkJCcUJGgkWJv7aEhIXEjQSAQHMeDxLP88zPJY2LRYWgm+C/cAJCQkaCQoKCRoAAAMAAP/AA6sDwAAcACsAOgAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJiMBNDc+ATc2MzIWFwEuATUBIiYnAR4BFRQHDgEHBiMCAFhOTXQiIiIidE1OWFhOTXQiIiIidE1OWP6rGxtcPj9GO2sr/iIhJwFVO2srAd4hJxsbXD4/RgNVISJ0Tk1YWE5OdCEiIiF0Tk5YWE1OdCIh/lZGPj5dGxsnIv4jK2o8/qonIgHeK2s7Rz4+XRsbAAAAAAQAAP/AA+kDwAAOAC0ATABYAAABFz4BMzIWFzcuASMiBgcnFzY3PgE3NjMyFx4BFxYXNyYnLgEnJiMiBw4BBwYHASIHDgEHBgcXNjc+ATc2MzIXHgEXFhc3JicuAScmIxEiBhUUFjMyNjU0JgEqPB5PLS1PHjwpbj8/bimKPRwhIUooKCsrKChKISEcPSIoKFkxMDQ0MDFZKCgiAWBIQ0R8ODcvPCkxMW07Oz8/OzttMTEpPC83OHxEQ0gaJiYaGiYmAQM8HiIiHjwqLy8qijwcFhYgCAkJCCAWFhw8IhsbJgoKCgomGxsiAVQODjQmJS89KSEhLg0MDA0uISEpPS8lJjQODv3KJhobJSUbGiYAAwAA/8AD1QPAAA8AEwAYAAAlETQmIyEiBhURFBYzITI2ATUzFRMRIREhA9UyI/0AIzIyIwMAIzL8gFYqAqv9VYACVSQyMiT9qyMyMgEjVVX/AAJV/asAABUAAP+rA9UDwAAEAAgADAAQABQAGAAdACEAJQApAC4AMwA4AD0ATQBdAGEAZQBqAG4AcwAAEzM1IxU3MxUjFzM1IxczFSMHMzUjFzMVIwczNSMVNzMVIyUzNSMXMxUjJzM1IxUjMzUjFQchESEREyERIRElISIGFREUFjMhMjY1ETQmAxQGIyEiJjURNDYzITIWFQEzNSMXMxUjFzMRIxETMxUjATM1IxWrgIAqKyuAgIArKysrgIArKyvVgIAqKysBK4CAKyoqgCoqVisrqgKq/VYqAlb9qgKA/VY1S0s1Aqo1S0sKGRL9VhIZGRICqhIZ/oCAgCsqKoCqqipWVv4rKysBAICAVSorgCsq1oAqKyuAgFYrgIArKtUrKysrVQGA/oABVf7VASurSzX9ADVLSzUDADVL/IASGRkSAwARGRkR/SqAKisrASv+1QEA1QGAKysAAAAAAwAA/8AEAAPAABAAMABBAAABIgYdARQWMzI2NTM1IzQmIyciBh0BITU0JiMiBhURFBYzMjY9ASEVFBYzMjY1ETQmBTIWHQEUBiMiJjUjNTM0NjMDoRIPDxIRDz8/DxGhIAv+VgsgIzIyIyALAaoLICMyMv08Eg8PEhEPPz8PEQIrMiRVIzIyI1UkMoAyJICAJDIyJP6rIzIyI4CAIzIyIwFVJDKAMiRVIzIyI1UkMgABAAD/wAMrA8AAMwAAARUzFSMRMycHMxEjNT4BNTQmIyIGFRQWFxUUFjsBFQ4BFRQWMzI2NTQmJzUzMjY9ATM1IwKAK4BVgIBVgBcdNycnNxwXMiOAFh03Jyc3HRaAIzIrqwKAq1UBVaur/qtYDCscJzc3JxwrDFgjMoIMLBwnNzcnHCwMgjIjVasAAAEAAP/AAsADwAAsAAABLgE1NDYzMhYXMy4BJzUjFQ4BFRQWFx4BFRQGIyImJyMeARcVMzU+ATU0JicB90g4PTc5LwJfAkRDgD5YcFlQMCxHQjoDXwRcPoA+V4BJAdoSKx4jLDEoN1sQXlwOTz5JURYTNh4WNjQmRlAOXFsMSkJbThMAAAIAAP/AA1UDwAAHAAwAAAEjESMRIxc3ARUhNSECq4BWgKur/gACqv1WAYABq/5Vq6v/AFVVAAAAAwAA/8ADVQPAAAcADwAUAAAlMxUzNTMnBwEjNSMVIxc3ARUhNSEBVYBWgKurAVaAVoCrq/4AAqr9VoCrq6urAlWrq6qq/wBVVQAAAAIAAP/AA1UDwAAHAAwAAAEzETMRMycHAxUhNSEBVYBWgKurqgKq/VYB1f5WAaqrqwFWVlYAAAAAAgAA/8ADKwPAAAcADAAAASMRIREjCQEBFSE1IQMrq/8AqwErASv9qgJW/aoCKwEA/wD+1QEr/oBWVgAAAgAA/8ADKwPAAAYACgAAASERMwkBMwMhFSEBgAEAq/7V/tWrqwJW/aoBAAEAASv+1f6rVgAAAAABAAD/wAOAA8AACgAAARUhNycJATcnIREDK/3OmT3/AAEAPZkChwKAq5k9/wD/ADyZAQAAAgAA/8ADKwPAAA0ALwAAATI2NRE0JiMiBhURFBYlFAcOAQcGIyInLgEnJjUjFBceARcWFxUzNTY3PgE3NjUjAgA1S0s1NUtLARcTEj8pKSwsKSk/EhNJFRRGLi80VjQvLkYUFUkBK0s1AQA1S0s1/wA1S4AwKCg6EBAQEDooKDA3MTBNGRkIjIwIGRlNMDE3AAAAAAMAAP/ABAADwAANAB0AIQAAEyE1ISIGFREjFSE1IREFISIGFREUFjMhMjY1ETQmAyMRM6sDAP0AJDJVAlX+VgMq/wARGRkRAQASGRk8q6sCq1UyI/4qgIAB1lYZEf5VEhkZEgGrERn+gAErAAQAAP/ABAADwAADABAAFAAoAAABNSEXJQcXDgEVESMVIRc3ARcBIREFISIGHQEXNTMRIxczMjY1ETQmIwOr/XhV/to2TQkLVQL0ZTb8w1kByf43Ayr/ABEZVatdgAcSGRkSAqtVVbk2TQscD/4qgGQ2Az3F/jYBykoZEbNV3f7VgBkSAasRGQACAAD/wAPVA8AAHgA9AAABIgcOAQcGFTM0Nz4BNzYzMhceARcWFTM0Jy4BJyYjNSIHDgEHBhUzNDc+ATc2MzIXHgEXFhUzNCcuAScmIwIAPjY3URcYVhAROicnLCwnJzoREFYYF1E3Nj5hVlV/JSVVHh5pRkZPT0ZGaR4eVSUlf1VWYQIAGBdRNzY+LCcnOhERERE6JycsPjY3URcYqyUlgFVWYVBGRmgeHh4eaEZGUGFWVYAlJQAAAgAA/8ADgAPAAAYADAAALQEHCQEnBTUJAhcFAgD+xUUBgAGARv7GAYD+gP6ARgE6lPQ1/tUBKzb1bAErASr+1jb1AAABAAD/wAOAA8AAFQAAATUlNTQmIyIGHQEFFSUVBxU3FzUnNQOA/qsmGhsl/qoBVlaWlVUBAFXW6hslJRvq1lVr60BAKytAQOsAAAAAAgAA/8AD1QPAAAsAGwAAATI2NTQmIyIGFRQWASERIREjETM1IRUzETQmIwErNUtLNTVLSwI1/qr+q1VVAwBVZEYBgEs1NUtLNTVLAQD+1QGA/YCAgAGAR2QAAAAJAAD/wANVA8AAAwAIAAwAEAAVABkAHgAiACYAABMzNSMBMzUjFSEzNSM1MzUjBTM1IxUBFTM1BTM1IxUBMzUjETM1I6uqqgEAqqr/AKqqqqoBAKqqAQCq/laqqgEAqqqqqgJVq/1Vq6urVaurq6sBq6urq6ur/wCr/lWrAAAAAAEAAP/AApIDwAAFAAABJwkBNycCkj3/AAEAPcQCbj3/AP8APMQAAAABAAD/wAKrA8AABQAAAQcXBxcBAas9xMQ9AQACqz3DxDwBAAABAAD/wAMAA8AABQAACQEXNxc3AgD/ADzExDwCVf8APMTEPAABAAD/wAMAA8AABQAAAQcnBwkBAsTExDwBAAEAAjzDwzz/AAEAAAAAAwAA/8ADgAPAAAMABwALAAA3ITUhNSE1ITUVITWAAwD9AAMA/QADAKtVgFXWVlYAAwAA/8ADVQPAAAwAGQAmAAABIgYVFBYzMjY1NCYjISIGFRQWMzI2NTQmIyEiBhUUFjMyNjU0JiMBACMyMiMjMjIjAgAjMjIjIzIyI/8AIzIyIyMyMiMCADIjJDIyJCMyMiMkMjIkIzIyIyQyMiQjMgAAAAADAAD/wAJVA8AACwAYACQAAAEyNjU0JiMiBhUUFhciBhUUFjMyNjU0JiMRIgYVFBYzMjY1NCYCACMyMiMjMjIjIzIyIyMyMiMjMjIjIzIyAlUyJCMyMiMkMlUyIyQyMiQjMv8AMiMkMjIkIzIAAAAAAgAA/8ACxAPAAAYADQAAJRc3FzcnBwEnBycHFzcBPD2Hhz3ExAGIPYeHPcTEkj2IiD3DwwIyPIeHPMTEAAAAAAIAAP/AAsQDwAAGAA0AAAEXNycHFzcRJwcXNycHAgCHPcTEPYeHPcTEPYcCsoc8xMQ8h/3xiD3Dwz2IAAUAAP/AA4ADwAAIABcAJQApACwAAAEXPgE1NCYnBzcHHgEVFAYHFz4BNTQmJwcnIxEnBxcHFzcRMzcnAxcHNRMHNQJgYwkJCQlj4TYUFhYUNB4jIR6j8yvEPO7uPMQr87cSUVFRUQGqYxcyGxoxF2PiNiZXLy5XJjMxcz49cTAq8/69wzzu7zzE/rzzuAEHUFCg/kFQoQAABAAA/8ADgAPAABwAKAA0ADkAAAEuASMhIgYHAxEUFjsBMjY9ASEVFBY7ATI2NREDASImNTQ2MzIWFRQGISImNTQ2MzIWFRQGJTchFyEDJwYhFf4qFSEGWRkSKhIZAgAZEioSGVn97homJhobJSUBuxslJRsaJib90EAB1kD9qgLVExgYE/8A/qsSGRkSKysSGRkSAVUBAP5WJRsaJiYaGyUlGxomJhobJdXAwAAAAAADAAD/wAOAA8AABgAfACMAAAEnBycHFzcTIzUjFSE1IxUjIgYVERQWMyEyNjURNCYjESERIQLBLdBbLYj9aitV/qpVKyMyMiMCViMyMiP9qgJWAdMt0FotiP4BWFVVVVUyJP2rIzIyIwJVJDL9VQHVAAAAAAMAAP/AA4ADwAALACQAKAAAJTcXNyc3JwcnBxcHASM1IxUhNSMVIyIGFREUFjMhMjY1ETQmIxEhESEBjWhoLmhoLmhoLWhoAcsrVf6qVSsjMjIjAlYjMjIj/aoCVtVoaC5oaC1oaC1oaAIoVVVVVTIk/asjMjIjAlUkMv1VAdUAAgAA/8ADqwPAABIAHQAAASEnISIGFREUFjMhMjY1ETQmIwEnBzcnPwEfAQcXA1X+q1X/ACQyMiQCqiQyMiT+7piZKIeyRkWyhygCq1UyI/4AJDIyJAGqJDL+AFlZrXUPpKQPda0AAAAqAAD/qwQAA8AAJAAoACwAMAA0ADgAPABAAEQASABMAFAAVABYAFwAYABkAGgAbABwAHQAeAB8AIAAhACIAIwAkACUAJgAnACgAKQAqACsALAAtAC4ALwAwADEAMgAACUjNSMVIzUjFSM1IxUjNSMVIzUjFSM3GwEBJwsCBxEjESE1IxEzFSMnMxUjJzMVIyczFSMnMxUjJzMVIyczFSMnMxUjBTMVIyczFSMnMxUjJzMVIyczFSMnMxUjJzMVIyczFSMFMxUjJTMVIyczFSMlMxUjJzMVIyczFSMFMxUjJTMVIyUzFSMnMxUjJzMVIwUzFSMnMxUjJTMVIyczFSMFMxUjJzMVIyUzFSMlMxUjJzMVIwUzFSMnMxUjJzMVIyUzFSMlMxUjA9VVK1UrVStVK1Uru+BwpQFASfW7ot9VBAArKyuAKyuAKyuAKyuAKyuAKyuAKyuAKysDgCsrgCsrgCsrgCsrgCsrgCsrgCsrgCsrA4ArK/8AKyuAKyv/ACsrgCsrgCsrA4ArK/6AKyv/ACsrgCsrgCsrA4ArK4ArK/2AKyuAKysDgCsrgCsr/oArK/8AKyuAKysDgCsrgCsrgCsr/wArK/6AKysAKysrKysrKysrK4cBRf7eAhUs/mgBSP4lhgNx/ACAA4ArKysrKysrKysrKysrKytVKysrKysrKysrKysrKysrVSsrKysrKysrKysrVSsrKysrKysrK1UrKysrKysrVSsrKysrKysrK1UrKysrKysrKysAAAAEAAD/wAOAA8AADgASABYAQQAAATcVMzcnNycjFScHFwcXExcHNRUXBzUTIiYnJgYPASYnLgEnJic3PgEnLgE1NCYrASIGFRQXHgEXFjMyNj0BNCYjAnNiFnlbW3kWYh54eB6NKCgoKFUoTCQLFwleLigpSB0eF14IBgQMDBkSlRIZOTnFhISWEhkZEgIVYqJ6XFt6omIed3geARkoKFC3KChQ/p4NDAMFCV4XHh5HKSktXgkXCyRNKBIZGRKWhITFOTkZEZYRGQAAAAACAAD/wAPVA8AABwAyAAABNycVIxUzFRciJicmBg8BJicuAScmJzc+AScuATU0JisBIgYVFBceARcWMzI2PQE0JiMDANXVq6tVKEwkCxcJXi4oKUgdHhdeCAYEDAwZEpUSGTk5xYSElhIZGRIB1dbVgKuAwA0MAwUJXhceHkcpKS1eCRcLJUwoEhkZEpaEhMU5ORkRlhEZAAMAAP/AA4ADwAAqADsARwAAASImJyYGDwEmJy4BJyYnNz4BJy4BNTQmKwEiBhUUFx4BFxYzMjY9ATQmIyczNCcuAScmIxUyFx4BFxYVIzM0Jy4BJyYjFTIWA1UoTCQLFwleLigpSB0eF14IBgQMDBkSlRIZOTnFhISWEhkZEipVHh5pRkVQPjY3URcYq1UQETonJyw1SwEVDQwDBQleFx4eRykpLV4JFwskTSgSGRkSloSExTk5GRGWERmWT0ZGaB4fVhcYUTY2PiwnJzkREVVLAAAAAwAA/8ADgAPAACoAQgBMAAABIiYnJgYPASYnLgEnJic3PgEnLgE1NCYrASIGFRQXHgEXFjMyNj0BNCYjETU0JiMiBh0BIgYdARQWOwEyNj0BNCYjKwE1NDYzMhYdAQNVKEwkCxcJXi4oKUgdHhdeCAYEDAwZEpUSGTk5xYSElhIZGRI+LCw/EhkZEtUSGRkSIpErHh4qARUNDAMFCV4XHh5HKSktXgkXCyRNKBIZGRKWhITFOTkZEZYRGQHrFSw/PywVGRKqEhkZEqoSGRUeKyseFQACAAD/wAQAA8AACwBIAAABFwEnASczNSERMzUBJicuAScmIyIHDgEHBgcOARUUFh8BHgEzMjY3PgE3PgE9AT4BMzIWFxUUFhceARceATMyNj8BPgE1NCYnARXrASsr/wDAlf8AQALeMDk5f0VESUlERX85OTAGBwcGaQYQCAkQBRo5HwsNLmMzM2MuDgofOhkGDwkJDwZqBQcHBgLA6wErK/8AwED/AJX+Iy8lJTMODg4OMyUlLwYPCQkPBmoGBgYGFygQBRUMhQ8PDw+FDRQFECgXBgcHBmoGDwkJDwYAAAMAAP/AA4ADwAADAC4AMgAAASMRMxciJicmBg8BJicuAScmJzc+AScuATU0JisBIgYVFBceARcWMzI2PQE0JiMDETMRAtVVVYAoTCQLFwleLigpSB0eF14IBgQMDBkSlRIZOTnFhISWEhkZEipVAyv+1esNDAMFCV4XHh5HKSktXgkXCyRNKBIZGRKWhITFOTkZEZYRGQIW/tUBKwAAAAAEAAD/wANVA8AADgASABYAGgAAASELARQWMyEyNjURNCYjASM1MxcjNTMXIzUzAwD+q/8BMiMCACMyMiP/AFVVgFVVgFVVA1X/AP4AIzIyIwKrIzL/AKurq6urAAcAAP/ABBsDwAAhAC0AOQBFAFEAXQBpAAABIgYjIiYjIgcGAhcWMzI3PgE3NjMyFx4BFxYzMjc2AicmASImNTQ2MzIWFRQGJSImNTQ2MzIWFRQGFyImNTQ2MzIWFRQGJyImNTQ2MzIWFRQGFyImNTQ2MzIWFRQGJSIGFRQWMzI2NTQmAuAidjg4eh5nTU1IDQ1NQSorVjY3WUg6O2YvLjBNDg1HTU396TtVVTs8VFQBQg0TEw0OEhJUDRMTDQ4SEg4NExMNDhISUg0TEw0OEhL9siEvLyEiLi4DMUBAc3T+7HRzISJRIiIiIVAhInNzARRzc/5gVTs8VFQ8O1VQEw0OEhIODRNgEw0OEhIODRPAEw0OEhIODRNgEw0OEhIODROQLyEhLy8hIS8AAA4AAP/ABBYD8QAOABIASwBUAFkAXgBiAGYAbgBzAHsAigCOAJIAABMBMDc+AScmJyYnJgYHBgUHFzcXJyYiDwEnNzYmLwEmIg8BJzc2NC8BJiIPAQYUHwEWMj8BFwcGFjEXMBY/ARcHBhQfARYyPwE2NCcBNzYyFwcmNDcXNxcHJxc3FwcnFzcXBxc3FwcXBiInNxYUBwMnNxcHBTc2MhcHJjQFBwYiLwE3JwcnNxcWFAcnBxc3JwcXNwABZAwLCgsLLS04N2MhIgO8tRe1Q8sTNRMRMlkTAxNuEzUTUSsDExPLEzUTiBMTzBM1Ei0sUhMEN5ETRzIcExPLEzUThxMT/BSICRoKtQoKFrYWtRcutRa1Fi21F7UWtRe1RAoaCbUJCS4R6hHqAQKICRsJtQkBiogJGwmItRe1FrW1CQkXtRe1cbUWtQEk/pwhImI4OC0sCwsJCwwctRe1FssTExEyWRM4Em8SEk8rAxM1EswTE4gSNRPMExMtLVISkjcDE0YxHBM1E8wSEogTNRMCeIgJCbUJGgpEtRe1Fy21F7UXLrUWtRe1FrYWCgq1ChoJ/s4R6hHqqIgJCbUJG2iICQmItRe1FrW1CRsJRLUXtXG1FrUAAAMAAP/AA2ADwAAVACQALQAAFxEzNTQ3PgE3NjsBMhceARcWHQEzEQEHMyc+ATU0JiMiBhUUFhM0JiMiBh0BIYBgFBRGLi81IDUvLkYUFGD+eBhgGBIWJhobJRbaZ0lJZwFgIAIAoDUvLkYUFBQURi4vNaD+AAEHp6cHIBQbJSUbFCABgklnZ0mQAAAAAgAA/8AEAAPAAB4ALQAAATU0JiMiBh0BMxEhESE1NDc+ATc2OwEyFx4BFxYdAQUiBhUUFhcHMyc+ATU0JgOgZ0lJZ6D9IAHgFBRGLi81IDUvLkYUFP1wGyUWEhhgGBIWJgHgkElnZ0mS/gICAKA1Ly5GFBQUFEYuLzWgfiYaFCAHp6cHIBQbJQAAAAAEAAD/wAL3A8AADgASABUAJAAAAScmBgcGFh8BFjY3NiYnJxc3JwE3JwEnJgYHBhYfARY2NzYmJwJf+RczDg0OF/kXMw4NDhfOwkKG/vO6UwF9pxEmCgoKEacRJgoKChEBhpAODhcXMw2QDg4XFzMNnHC4Tf2T4jABc2AKChESJgpgCgoSESYKAAAAAAf//v/AA+IDwAAeACMAOwBAAFkAcgCKAAABFAYHFRQGIyEiJj0BLgE1NDY3NTQ2MyEyFh0BHgEVISMVMzU3LgEjIgYHDgEVFBYXHgEzMjY3PgE1NCY3AzMTIxcuASMiBgcOARUUFhceATMyNjc+ATU0JicHIiYnLgE1NDY3PgEzMhYXHgEVFAYHDgEjJyImJy4BNTQ2Nz4BMzIWFx4BFRQGBw4BA+I2LBIN/R4NEiw2NiwSDgLhDRIsNv2cf3+YBxIMDBIHBwcHBwcMDAwYBwcGBmWjIKMgMwcSDAwSBwYHBwYHEwwLEgcHBwcHJQQFAgMCAgMCBQQDBgICAwMCAgYDnwQFAgMCAgMCBQQDBQIDAgIDAgUBwDNQEkoNExMNShJQMzNQEkoNExMNShJQMyAgbQcHBwcIFhAPFwcIBwcIBxcPEBYb/wABAJMIBwcIBxcPEBcHBwgIBwcXEA8XB1EDAwMPDAsPBAMCAgMEDwsMDwMDA38DAwQPCwsPBAMDAwMEDwsLDwQDAwAAAAkAAP/AA8ADwAAXABsAJwArAD4AQgBGAEoATgAAASM1JxchNwcVJyIGFREUFjMhMjY1ETQmJzMVIwUyFhUUBiMiJjU0NiczFSMDMDY3PgExMBYzMjYxMBYXHgExJSE1ITUhNSE1ITUhNSE1IQOAP4EB/nsDf0AaJiYaAwAaJia6QED+YB0pKR0dKSlDQEArDA0NNiQKCiQ2DQ8KAXf+4AEg/uABIP7gASD+4AEgAqBeAmBgAmACJhr+QBomJhoBwBomQIBaNiYmNjYmJjbagP6CPwkJCiIiCgkKPh4gICAgICAgAAcAAP/ABAADwAADAAcAEAAcAOAA6QD1AAA3ESERAREhEQU0JiMhESEyNjcyNjU0JiMiBhUUFicOATEGIiMiJicuAScuAScuASMiBgcOAQcOAQcOARUUFhceARceARceARceARceARceARceARUUBgcOAQcOAQcGIiMVIzUiMCMiJicuAScuAScuAScuASc0JjU8ATc0NjU0NjUyNjMyFhceARceARceATMyNjc+ATc+ATc+ATU0JicuAScuAScuAScuAScuAScuAScuATU0Njc+ATc+ATc+ATc1MxU6ATMeARceARceARceARUwFhUWFBUcARUcARUUBhUHFBYzIREhIgYHIgYVFBYzMjY1NCYABAD8QAOA/uBeQgGg/mBCXoAUHBwUFBwcyAEBAQIBAQMDAgYDBAgFBAoGBAgDAwUDAgMBAQECAwIGBAQJBQUKBgUKBQUJBAQGAgMCBAMECwYHDwgCAgEfAQEGDQUGCgUECAIDBQEBAgEBAQECAQIBAQQDAgcEBAkGBQ0IBAkEBAYDAgQCAQIDAgMGBAQIBQUKBQYKBQQJBAQGAgMCAwQDCQYGDggECAUfAQIBBAkEBAcDAwQBAQIBAQHkXkL+YAGgQl6AFBwcFBQcHKACQP3AAgL+PgHC4lBw/oBwECYaGiYmGhomkQICAQEBAgMCAQMBAgEBAQEDAgIEAwIGAgUHAwQFAwIFAgIFAgIGAwMHBAUKBQYOBwsSBwgNBQUIAgEjHgECAQICAQQBAgMBAgMDAgcFAwUCAgQBAQIBAQIBAgQCAgMCAgEBAQEDAgMFAwMHBAQIAwMFAwIFAgIFAgMFAwMHBQQKBgYNCQkQBwcMBQQHAwEBASEhAQIBAQMBAgIBAQIBAgECAgICBAMDBQICAwFRUHABgHAQJhoaJiYaGiYAAAAACQAA/8AEwAPAAAUADAAQABUAMQA9AQEBHQEpAAAlEwU1IREHJxMhNSERByERIQchESERAxQWFyEyNjU0JiMhDgEVFBYzMjY3ES4BIyIGFSciBhUUFjMyNjU0JicwFhUUFhUcARUcARUUBhUOATEGIiMiJicuAScuAScuASMiBgcOAQcOAQcOARUUFhceARceARceARceARceARceARceARUUBgcOAQcOAQcqAQcVIzUwIjEiJicuAScuAScuAScuAScmNDU8ATU0Njc0NjM+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BAEECQEEAQQBAw4HAgEDAQQBBQMBBgQMAwcCBwwBAQICAQgEBQIHAwIKAQICBQIHAQUEAwwCAxoKBg8BBwcGBQQEAggEAwEEAQICBQkDAQQBBQYEAQUCAQUDCwECAwEBAwQFBgMKAgIBAQYFAQUBAwcEAQ4EAQICBQMFAgYJCwEBBgQIBAEHBQQFAwgIBQMDAgEBAwIFAgUJBQEHBQQDAwQBBAwGAgsEBQIBAgQCAQMCAQEDBgMEAggDCwMBAwECAQEBAQMCBgQDBQQGAwEGAQECBgICAgMCAgMLBAUDAgcFBAQDBAgFDRMQCwICAQMCBgEEDgICBQMIAgECAQMDAgUDCQQECgEBAggBCAMFAQEHAwEDAQUDAgMBAgEBAQEBAQUDAgUBAgIBHDsfOzc3YCgpHgIBAwMCBAIBBgIBAgIEAQEBAQEVFwECAhYBAxACAg0BCgMFQREBBAIBAQECAQMFBAUFAQYJCQcGAQMEAQ4CBAEEBwkJNgEIBQwFCAEEAQMCAwsCAwsBEQMDBQUDBQIFAQQEAQMHBBAKAQIYBA8CAwIBAg8CAgEIAQUCBAECAwIBBQUDAwIBBgcGBCUHGAEEDQULBAECAQMBAQQCBAIDAQMDAwMEBAEBBQQBBQEFAwEFAg0BAg8CHQMEDAEEBgIKAwUTAwUBBCACBAMDBwMEAwIJBQIHAgEDAQ0FBAamAQQCBAEDCRYCBwEEAQEEAwIDBAEBAVMGDgICAQEDAgIGAgMGCQMDARwFBAEBAQQCBAEFBQIDAQYCAQMBAwMDDAUCBAUDAQ0HBAYCAQgEAQEBAj4gBwkJByAHCQnBAQIBBBwBCwEDBQMCAQMHBQICAQcGBSgDCgEDBQIHBQYBBwYFCgEGAgUBAwMFAQICAQMdAQIBAQFFAQEBAwIKAkAoKIteXWpqXV6LKCgoKIteXWpqXV6LKCgCKwEBAwQCAQECAgQEAQECBAIHCQQDAQQDEQEDAQUDCgoDDgUDCAQPAhYQCQERAwEPBwYBDQIOAQYOBgcOBytfM0hCQm4pKhcMFgILBAsFBAkFAy4RGA8NARUFAwcEGwEEDAcCGAIDAQYKAw0CBg0MAgIHBAoCBgwBAQEJBgUFDgMEFgEBAQEBCgIDAQEBA5EKBAUDAQECAgYGBAEIDQoCAwIDCQcJAgEIowIDAiMEAQsCAgoEAg0EAQEFBQMGAwMJBAEBAgMDBgYECAcDAgIPAgkDAg0CAwMDCQEBAgITBQMEAgEOAQEDAgEGAwYFBAYDBA4FAgQLAQECBQQBGQIGAwUCAgIJBxkDAgEBAQQDAwUBAgcMBAEGAgEDBwEBBQUEAwQCBAgDBQgEAQQBDgMBBwQCBwEDBwMLBAEBAQMKBgYDCRIEBwEKBBwWFh8JCAgIHRUVGgEDAQQBCQUBAQIBAQQBAQIBAQIFBAIDAgQCBAUCBAEDBAESCwELBAEJBQQBAQMDAQIBAQELAwQBAgYHAwEEAwkGAQQFBwYEAQUCAg0JAgsDAgIBAQIBBQYOAgkCAQEBAQQGAgMHAQMHAgQKAwIBAwENBAECAQUHBAQCAQwBAwICAwECBwQBEgMIAwIBBAcHBQMFBAMNBwMCEgYIAgUBAQIIBAIDAQEDAQECAQEBAgEBAwEBAwEFAwsCAQgDAgULAQIOBwUKAg8EBAcBCAIMAgMDAQMCAgMCAQIBBQENCRcFBwQLBAEEAgEJAQQGAwUGAgcEBgQEBAQBAQEBAREFBwMCBgQFBwQQAgEBBQECAQIDAgwBAQIBAwEDAQEBAwMCAQICAgECAQUFAgECBQEEAgkECwUGBgMDBQwDAwECAxMNDBECAgICDwISBwUHAggDAwgEDwMCAQMDBwQFBwMCAgQLAQMCAgQBBQUEAwgFAwQBBgQGAwMBAQIDBQQDBQICBwkPDjYmJS8IDwIBBAUBBAMBAgIDAgEHAwEDAQIBAQEsYTQCAwIDBAEBDAMFBAQCEa8JAQMFAwIEAQ4BCQYHCQIEAQUDBgYDCQcHCdABAgEHCggGAQIFAgMKAwMKBAEUAyACGgYJBQECAgoIDgkRAQMQBg4CBQEDBAMJBQoCHgILCA4HFQkNCgoOBwgBBAsFBBQEAwEIBAQGAw4EAxcGAgsCCwMCBgIICwgDBgMGBAUCCAMCAgENAgYCAQIHAgMEBQMGBAUBAQEBGQQEAgEDBgQEAQIFCAQPAwsCBRADBAgECAEEGAICrAMDAgICCQYYDgIDBwQCBAkBAgEEAwICRwIDAQMCAgUBAwcHCQMFAx8EBQMBBAMDAgQDCQYDBAYBBAEBAQgDAgYFBAMEBwUqAgECAVIJBwcJCQcHCf7lAQIBAgIBAgEBAgICAwMDBAEGAgETBAMBAwEHAgcBBQQWBQECAQEDAycBAQEBAQFA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AwEBAwECBQIDBAMECAQDBwMBAwECAwECAwECBQMBARciBAIFAwIGAgICAgEDAQMGAgECAQEBAgMBAwYDAwYDAgMBAgMBAwcDAwYDAgMBAgMCAwYDDBgMCxUKChEICA0FAgIBAQEBAgECAQECAQEBAQIBAQEBAQEBAQEBAR8WAb4DBQMCAgIBAwICBAIFCQUFCgYDBgIDBgMCAwIBAwIDBwMBAQEBAgEBBAEEBwMDBwQCAwICAwIEBwMEBwQCAwICAwIEBwQOHA0NGQsMFAoJDwcBAwICAQICAgEBAgEBAQEBAQIBAQEBAQEBAQEBGiUBAQEBAQEBAQIBAQEBAQEBAQEBAQECAQEBAQEBAQMBAQMCAQEBAQICBAIBBAIBAgEBAwECBAMJFQwMGQ4NHQ4PHg8DCAQBBAICAwIEBwQDCAMCAwICAwIEBgQDBwMCAwEBAgECAQMGAwICAgEDAgMFAwMFAgEBJhoBAQMFAwICAgEDAgIEAgUJBQUKBgMGAgMGAwIDAgEDAgMHAwEBAQECAQEEAQQHAwMHBAIDAgIDAgQHAwQHBAIDAgIDAgQHBA4cDQ0ZCwwUCgkPBwEDAgIBAgICAQECAQEBAQEBAgEBAQEBAQEBAQEaJQEBAQEBAQEBAgEBAQEBAQEBAQEBAQIBAQEBAQEBAwEBAwIBAQEBAgIEAgEEAgECAQEDAQIEAwkVDAwZDg0dDg8eDwMIBAEEAgIDAgQHBAMIAwIDAgIDAgQGBAMHAwIDAQECAQIBAwYDAgICAQMCAwUDAwUCAQEBJRoBAUEBAgUDAgYCAgICAQMBAwYCAQIBAQECAwEDBgMDBgMCAwECAwEDBwMDBgMCAwECAwIDBgMMGAwLFQoKEQgIDQUCAgEBAQECAQIBAQIBAQEBAgEBAQEBAQEBAQEBHhcBAQEBAQEBAQEBAgEBAQEBAgIBAQMBAQIBAQECAwIBBAICAQECAQIEAggTCgsWDAwZDQwaDQQGAwIDAgEDAgMGBAMGAwEDAgEDAgMGAwMFAwICAgIBAgMFAwEDAQEDAQIFAwIEAwQIBAMHAwEDAQIDAQIDAQIFAwEBFyIEAQIFAwIGAgICAgEDAQMGAgECAQEBAgMBAwYDAwYDAgMBAgMBAwcDAwYDAgMBAgMCAwYDDBgMCxUKChEICA0FAgIBAQEBAgECAQECAQEBAQIBAQEBAQEB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BwoJDg0BIBMODwkKBgcDAgICAbABAQIDBAQGBwkIDg0QAAAAAAIAAP/ABAADwAARAEEAAAE0JyUmBwYVERQXFjMyNyU2NSEUBxQHBgcGBwYHBiEgJyYnJicmJyY1JjU0NzQ3Njc2NzY3NiEgFxYXFhcWFxYVFgLbEf7cEhMTEwkIDAgBJBEBJQEEBQgJHx4pfv7//v9+KR8eCQgFBAEBBAUICR8eKX4BAQEBfikfHgkIBQQBAbcVCrcLCgsV/pIWCgUGtwoVNx8fLy8lKhwdBQ4OBR0cKiUvLx8fNzcfHjAvJSocHQQPDwQdHColLzAeHwAAAAAJAAD/twNqA8AACQASAC4BZwF2AY8BnQG+Aq8AAAEGBwYjBjU0NzMXBicmBzYXFgcHJgcGBwYHBgcGFzI3Njc0NzY1NjU0PQExNSYjBTQnNjc2NzY3Nic0NTQnJic0JyYnJicmJxYXFgcGBwYnJjUmJyYnJicmJyYnJiMmJyYnJicmJyY3NicmJyYnJiMmJyY3Njc2FxYHBhcWNzY9ASYnJicmJyYnBhcUIyYnIgcGJzQnJicmBwYHBhcWFxY3Njc2IyInJjUmNzYXMhcWBxQHBgcGBwYHBgcGFxYXFhcWFxYXFjcyNzY3Njc2NzYXFhcWBwYHBgcGBwYHBicmFRYXFjcyNzY3Njc2NzY3NhcWFxQHFAcGBwYHBgcGBwYjBgcGBwYnJicmBxQVFAcGBwYHBhcGBwYHBhUWBwYnJicmNzYjBwYXFhcWFxYXFhcWFxYHBgcWFxYXFhU2JyYnJicmNzY3NhcWNzY3NhcWBwYHBhcWFzY3Njc2JyY3NDc2MzY3NhcWFwE2JyYnJhUWMzIHBjMyNRcmJyYnJicmJyYnJicmNSIHBhcWFxY3NicnNCcmJyYjBh8BFhcUNzc0JyYnJicmIwYHBhUWBxQHBgcUFxY3Njc2NzYzMjc2NwEWFxYXFAcGBwYHBgcGBwYHBgcGBwYHBgcGJyYnJicmJyYnJiMiBwYHIgcGBwYHBiciJyYnJicmJyYnJicmJyY3Njc0JyYnJjU0NzY3Njc2NzY1FgcGJyYHBhcWFxYXFhcWFRQHBhcWFxYXFhcWFxYXFjc2NzY3NCcmJyYnJicmBwYnJjU2NzY3Njc2NzY3Njc2NzY3JicmNzY3NjMyFxYXFhcWBwYXFhcWFxYXFgcGBwYH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BAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQeAAAEKAAABAAAAAQAAAAEAAAABAD//gQAAAAEAAAABMAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEgAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABQAAAAQAAAAEAAAABAAAAAQAAAAEgAAABEAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABQAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEQAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAASAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABIAAAAQAAAAEAAAABAAAAAQAAAAEAAAABIAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAAA7sAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABEAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAA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)}[class*=mif-]{font-family:metro!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;position:relative}.mif-lg{font-size:1.2em}.mif-2x{font-size:1.5em}.mif-3x{font-size:2em}.mif-4x{font-size:2.5em}.mif-5x{font-size:3em}.mif-6x{font-size:3.5em}.mif-7x{font-size:4em}.mif-8x{font-size:4.5em}.mif-9x{font-size:5em}.mif-10x{font-size:5.5em}.mif-code-slash:before{content:"\ea7f"}.mif-code:before{content:"\ea80"}.mif-designing:before{content:"\eac4"}.mif-avi-file:before{content:"\eac5"}.mif-html-file:before{content:"\eac7"}.mif-mp4-file:before{content:"\eac9"}.mif-log-file:before{content:"\eaca"}.mif-format2:before{content:"\eacb"}.mif-format:before{content:"\eacc"}.mif-format-table:before{content:"\eacd"}.mif-format-document:before{content:"\eace"}.mif-format-image:before{content:"\eacf"}.mif-format-formula:before{content:"\ead0"}.mif-format-code:before{content:"\ead1"}.mif-typescript:before{content:"\ead2"}.mif-javascript:before{content:"\ead3"}.mif-css3:before{content:"\ead4"}.mif-html5:before{content:"\ead5"}.mif-codescan:before{content:"\ead6"}.mif-run-person:before{content:"\ead7"}.mif-database-server:before{content:"\e964"}.mif-database-select:before{content:"\e9f2"}.mif-database-layer:before{content:"\e9f3"}.mif-database:before{content:"\eaa4"}.mif-database-sand:before{content:"\eaa5"}.mif-database-upload:before{content:"\eaa6"}.mif-database-edit:before{content:"\eaa7"}.mif-databases:before{content:"\eaa8"}.mif-database-download:before{content:"\eaa9"}.mif-database-undo:before{content:"\eaaa"}.mif-database-time1:before{content:"\eaab"}.mif-database-net:before{content:"\eaac"}.mif-database-minus:before{content:"\eaad"}.mif-database-reload:before{content:"\eaaf"}.mif-database-cancel:before{content:"\eab1"}.mif-database-search:before{content:"\eab2"}.mif-database-star:before{content:"\eab3"}.mif-database-time:before{content:"\eab4"}.mif-database-lock:before{content:"\eab6"}.mif-database-cloud:before{content:"\eab7"}.mif-database-ok:before{content:"\eab8"}.mif-database-error:before{content:"\eab9"}.mif-database-favorite:before{content:"\eaba"}.mif-share-circle:before{content:"\eabb"}.mif-brackets-hexagon:before{content:"\eabc"}.mif-brackets:before{content:"\eabd"}.mif-group-by-ref:before{content:"\eabe"}.mif-build:before{content:"\ea74"}.mif-quickedit:before{content:"\ea75"}.mif-query:before{content:"\ea88"}.mif-graphql:before{content:"\ea9e"}.mif-mssql:before{content:"\ea9f"}.mif-mysql:before{content:"\eaa0"}.mif-zoom:before{content:"\eaa1"}.mif-postgresql:before{content:"\eaa2"}.mif-sql:before{content:"\eaa3"}.mif-export:before{content:"\e917"}.mif-import:before{content:"\e918"}.mif-database-next:before{content:"\e919"}.mif-database-prev:before{content:"\e91a"}.mif-database-down:before{content:"\e91c"}.mif-database-up:before{content:"\e922"}.mif-iso-file:before{content:"\e923"}.mif-eps-file:before{content:"\e93b"}.mif-xls-file:before{content:"\e93c"}.mif-jpg-file:before{content:"\e93d"}.mif-doc-file:before{content:"\e93e"}.mif-fnt-file:before{content:"\e943"}.mif-png-file:before{content:"\e944"}.mif-pdf-file:before{content:"\e946"}.mif-csv-file:before{content:"\e947"}.mif-github:before{content:"\e94c"}.mif-whatsapp1:before{content:"\e94e"}.mif-viber:before{content:"\e94f"}.mif-telegram:before{content:"\e950"}.mif-discord:before{content:"\e951"}.mif-sql-file:before{content:"\e952"}.mif-warning1:before{content:"\e958"}.mif-add_alert:before{content:"\e95b"}.mif-notification_important:before{content:"\e95c"}.mif-add_to_queue:before{content:"\e9ee"}.mif-video_call:before{content:"\e9f0"}.mif-clear_all:before{content:"\e95d"}.mif-email:before{content:"\ea6b"}.mif-key2:before{content:"\e9fd"}.mif-present_to_all:before{content:"\e9f4"}.mif-mail_outline:before{content:"\e95e"}.mif-screen_share:before{content:"\ea70"}.mif-stop_screen_share:before{content:"\ea7d"}.mif-alternate_email:before{content:"\ea6c"}.mif-cancel_presentation:before{content:"\e9f5"}.mif-pause_presentation:before{content:"\e9f6"}.mif-unsubscribe:before{content:"\ea81"}.mif-add1:before{content:"\e9f7"}.mif-block:before{content:"\e95f"}.mif-drafts1:before{content:"\ea83"}.mif-link_on:before{content:"\ea84"}.mif-remove_circle_outline:before{content:"\e967"}.mif-report:before{content:"\e968"}.mif-floppy-disk3:before{content:"\eac0"}.mif-send:before{content:"\eac2"}.mif-link_off:before{content:"\ea85"}.mif-add_link:before{content:"\e9f8"}.mif-add_alarm:before{content:"\e9f9"}.mif-now_widgets:before{content:"\e9e0"}.mif-attach_money:before{content:"\e969"}.mif-format_ltr:before{content:"\e96a"}.mif-format_rtl:before{content:"\e96d"}.mif-add_comment:before{content:"\e9fa"}.mif-folder3:before{content:"\ea86"}.mif-folder_open:before{content:"\ea89"}.mif-create_new_folder:before{content:"\e9fb"}.mif-cast1:before{content:"\ea8a"}.mif-desktop_mac:before{content:"\e96e"}.mif-desktop_windows:before{content:"\e96f"}.mif-laptop_chromebook:before{content:"\e970"}.mif-tablet_mac:before{content:"\e976"}.mif-toys:before{content:"\e977"}.mif-tv:before{content:"\e978"}.mif-watch:before{content:"\e97c"}.mif-device_hub:before{content:"\e9fc"}.mif-devices_other:before{content:"\e97e"}.mif-camera_front:before{content:"\e9e2"}.mif-camera_rear:before{content:"\e9e3"}.mif-hdr_strong:before{content:"\e9e4"}.mif-hdr_weak:before{content:"\e9e5"}.mif-loupe:before{content:"\e9fe"}.mif-nature:before{content:"\e9e6"}.mif-nature_people:before{content:"\e9e8"}.mif-picture_as_pdf:before{content:"\ea8b"}.mif-view_compact:before{content:"\ea8c"}.mif-photo_size_select_actual:before{content:"\ea8e"}.mif-add_a_photo:before{content:"\e9ff"}.mif-photo_filter:before{content:"\ea00"}.mif-add_photo_alternate:before{content:"\ea01"}.mif-category:before{content:"\ea02"}.mif-cancel1:before{content:"\e97f"}.mif-folder_special:before{content:"\ea03"}.mif-enhanced_encryption:before{content:"\ea04"}.mif-priority_high:before{content:"\e980"}.mif-bubble_chart:before{content:"\e9e9"}.mif-group:before{content:"\ea8f"}.mif-group_add:before{content:"\ea05"}.mif-notifications:before{content:"\e984"}.mif-notifications_none:before{content:"\e985"}.mif-notifications_off:before{content:"\e98e"}.mif-notifications_on:before{content:"\e98f"}.mif-people_outline:before{content:"\ea06"}.mif-person:before{content:"\ea11"}.mif-person_add:before{content:"\ea15"}.mif-person_outline:before{content:"\ea16"}.mif-account_circle:before{content:"\ea17"}.mif-assignment_ind:before{content:"\ea90"}.mif-face:before{content:"\ea18"}.mif-help1:before{content:"\e990"}.mif-highlight_remove:before{content:"\e996"}.mif-info:before{content:"\e998"}.mif-info_outline:before{content:"\e9a0"}.mif-note_add:before{content:"\ea19"}.mif-settings_input_antenna:before{content:"\ea1a"}.mif-settings_remote:before{content:"\ea1b"}.mif-settings_voice:before{content:"\ea31"}.mif-shopping_basket:before{content:"\e9a1"}.mif-spellcheck:before{content:"\ea32"}.mif-stars:before{content:"\e9a2"}.mif-supervisor_account:before{content:"\ea33"}.mif-system_update_tv:before{content:"\ea34"}.mif-help_outline:before{content:"\e9a4"}.mif-zoom_in:before{content:"\ea35"}.mif-zoom_out:before{content:"\ea36"}.mif-copyright1:before{content:"\e9a7"}.mif-important_devices:before{content:"\ea37"}.mif-record_voice_over1:before{content:"\ea92"}.mif-check_circle_outline:before{content:"\e9ab"}.mif-minimize:before{content:"\ea93"}.mif-supervised_user_circle:before{content:"\ea38"}.mif-voice_over_off:before{content:"\ea94"}.mif-compress:before{content:"\ead8"}.mif-filter_list_alt:before{content:"\e9ad"}.mif-expand:before{content:"\ead9"}.mif-add_chart:before{content:"\ea41"}.mif-add_moderator:before{content:"\ea42"}.mif-dashboard_customize:before{content:"\ea43"}.mif-mark_as_unread:before{content:"\e9ae"}.mif-menu_open:before{content:"\e9af"}.mif-switch_account:before{content:"\eada"}.mif-view_in_ar:before{content:"\eadb"}.mif-schedule_send:before{content:"\eadc"}.mif-send_and_archive:before{content:"\eadd"}.mif-file_present:before{content:"\ea44"}.mif-dynamic_feed:before{content:"\eade"}.mif-post_add:before{content:"\ea48"}.mif-people_alt:before{content:"\ea49"}.mif-metro:before{content:"\ea96"}.mif-cancel_schedule_send:before{content:"\eadf"}.mif-volunteer_activism:before{content:"\e9ea"}.mif-child_care:before{content:"\ea97"}.mif-add_business:before{content:"\ea4a"}.mif-add_location_alt:before{content:"\eae0"}.mif-admin_panel_settings:before{content:"\ea4b"}.mif-alt_route:before{content:"\ea50"}.mif-attach_email:before{content:"\ea51"}.mif-auto_awesome_motion:before{content:"\e9b1"}.mif-calculate:before{content:"\e9b2"}.mif-construction:before{content:"\e9b4"}.mif-face_retouching_natural:before{content:"\ea98"}.mif-forward_to_inbox:before{content:"\ea52"}.mif-grading:before{content:"\eae1"}.mif-hdr_enhanced_select:before{content:"\e9b5"}.mif-help_center:before{content:"\e9bd"}.mif-maps_ugc:before{content:"\ea53"}.mif-mark_chat_read:before{content:"\eae2"}.mif-mark_chat_unread:before{content:"\eae3"}.mif-mark_email_read:before{content:"\ea6d"}.mif-mark_email_unread:before{content:"\ea6e"}.mif-mediation:before{content:"\e9eb"}.mif-medical_services:before{content:"\ea54"}.mif-military_tech:before{content:"\e9ec"}.mif-more_time:before{content:"\ea55"}.mif-multiple_stop:before{content:"\eae4"}.mif-nat:before{content:"\eaea"}.mif-nightlight_round:before{content:"\eaeb"}.mif-outgoing_mail:before{content:"\ea6f"}.mif-person_add_alt:before{content:"\ea56"}.mif-person_add_alt_1:before{content:"\ea59"}.mif-person_remove:before{content:"\ea5c"}.mif-person_search:before{content:"\ea5d"}.mif-request_quote:before{content:"\eaec"}.mif-roofing:before{content:"\ea9a"}.mif-room_preferences:before{content:"\ea9b"}.mif-rule:before{content:"\e9be"}.mif-rule_folder:before{content:"\eaed"}.mif-sensor_door:before{content:"\ea9c"}.mif-source:before{content:"\eaee"}.mif-support_agent:before{content:"\e9bf"}.mif-verified1:before{content:"\eaef"}.mif-reduce_capacity:before{content:"\e9ed"}.mif-add_task:before{content:"\eaf0"}.mif-facebook1:before{content:"\e9c0"}.mif-groups:before{content:"\ea9d"}.mif-published_with_changes:before{content:"\eaf1"}.mif-request_page:before{content:"\eaf2"}.mif-memory:before{content:"\e9d4"}.mif-external:before{content:"\e9c6"}.mif-ac_unit:before{content:"\eb3b"}.mif-accessible:before{content:"\e916"}.mif-adb:before{content:"\e6d8"}.mif-add:before{content:"\e145"}.mif-add-photo:before{content:"\e439"}.mif-arrow-drop-down:before{content:"\e5c5"}.mif-arrow-drop-up:before{content:"\e5c7"}.mif-assignment:before{content:"\e85d"}.mif-backspace1:before{content:"\e14a"}.mif-beenhere:before{content:"\e52d"}.mif-cake:before{content:"\e7e9"}.mif-photo-camera:before{content:"\e412"}.mif-photo-camera-enhance:before{content:"\e8fc"}.mif-camera-front:before{content:"\e3b1"}.mif-camera-rear:before{content:"\e3b2"}.mif-chat:before{content:"\e0b7"}.mif-chat-bubble:before{content:"\e0ca"}.mif-chat-bubble-outline:before{content:"\e0cb"}.mif-comment:before{content:"\e0b9"}.mif-developer_board:before{content:"\e30d"}.mif-done:before{content:"\e876"}.mif-done_all:before{content:"\e877"}.mif-flash-auto:before{content:"\e3e5"}.mif-flash-off:before{content:"\e3e6"}.mif-flash-on:before{content:"\e3e7"}.mif-qa:before{content:"\e8af"}.mif-hdr-off:before{content:"\e3ed"}.mif-hdr-on:before{content:"\e3ee"}.mif-http:before{content:"\e909"}.mif-import-export:before{content:"\e0c3"}.mif-inbox:before{content:"\e156"}.mif-backspace:before{content:"\e317"}.mif-keyboard-tab:before{content:"\e31c"}.mif-restaurant:before{content:"\e561"}.mif-location-off:before{content:"\e0c7"}.mif-room:before{content:"\e8b4"}.mif-move_to_inbox:before{content:"\e168"}.mif-navigation:before{content:"\e55d"}.mif-near-me:before{content:"\e569"}.mif-network-cell:before{content:"\e1b9"}.mif-network-locked:before{content:"\e6d9"}.mif-network-wifi:before{content:"\e1ba"}.mif-cell-setting:before{content:"\e8a4"}.mif-phonelink-erase:before{content:"\e0db"}.mif-phonelink-lock:before{content:"\e0dc"}.mif-phonelink-ring:before{content:"\e0dd"}.mif-phonelink-setup:before{content:"\e0de"}.mif-present-all:before{content:"\e0df"}.mif-record_voice_over:before{content:"\e91f"}.mif-refresh:before{content:"\e5d5"}.mif-replay:before{content:"\e042"}.mif-reply:before{content:"\e15e"}.mif-reply_all:before{content:"\e15f"}.mif-lock-rotation:before{content:"\e1c0"}.mif-rotation:before{content:"\e1c1"}.mif-cell-on:before{content:"\e1c8"}.mif-cell-no-internet:before{content:"\e1cd"}.mif-cell-null:before{content:"\e1cf"}.mif-cell-off:before{content:"\e1d0"}.mif-wifi-lock:before{content:"\e1d9"}.mif-wifi-off:before{content:"\e1da"}.mif-verified:before{content:"\e8e8"}.mif-add-shopping-cart:before{content:"\e854"}.mif-cast:before{content:"\e307"}.mif-cast-connected:before{content:"\e308"}.mif-dashboard:before{content:"\e871"}.mif-description:before{content:"\e873"}.mif-equalizer2:before{content:"\e01d"}.mif-ev-station:before{content:"\e56d"}.mif-featured-play-list:before{content:"\e06d"}.mif-featured-video:before{content:"\e06e"}.mif-fingerprint:before{content:"\e912"}.mif-folder2:before{content:"\e2c7"}.mif-folder-open2:before{content:"\e2c8"}.mif-folder-shared:before{content:"\e2c9"}.mif-folder-special2:before{content:"\e6c4"}.mif-goat:before{content:"\e901"}.mif-import-contacts:before{content:"\e0e0"}.mif-insert-drive-file:before{content:"\e24d"}.mif-keyboard-hide:before{content:"\e31a"}.mif-note:before{content:"\e06f"}.mif-note-add:before{content:"\e89c"}.mif-pan-tool:before{content:"\e939"}.mif-directions-bike:before{content:"\e6bf"}.mif-location-city:before{content:"\e6c0"}.mif-wifi-low:before{content:"\e60c"}.mif-wifi-mid:before{content:"\e60d"}.mif-wifi-full:before{content:"\e634"}.mif-tablet-landscape:before{content:"\e635"}.mif-calculator2:before{content:"\e636"}.mif-barbell:before{content:"\e637"}.mif-chart-line:before{content:"\e656"}.mif-3d-rotation:before{content:"\e600"}.mif-alarm:before{content:"\e601"}.mif-alarm-on:before{content:"\e602"}.mif-favorite:before{content:"\e603"}.mif-perm-phone-msg:before{content:"\e604"}.mif-print:before{content:"\e605"}.mif-bt-settings:before{content:"\e606"}.mif-settings-ethernet:before{content:"\e607"}.mif-settings-phone:before{content:"\e608"}.mif-settings-power:before{content:"\e609"}.mif-settings-voice:before{content:"\e60a"}.mif-shopping-basket:before{content:"\e60b"}.mif-dialer-sip:before{content:"\e60e"}.mif-dialpad:before{content:"\e60f"}.mif-contacts-dialer:before{content:"\e610"}.mif-contacts-mail:before{content:"\e611"}.mif-ring-volume:before{content:"\e612"}.mif-voicemail:before{content:"\e613"}.mif-drafts:before{content:"\e614"}.mif-mail:before{content:"\e615"}.mif-bluetooth:before{content:"\e626"}.mif-bt-connected:before{content:"\e627"}.mif-bt-disabled:before{content:"\e628"}.mif-bt-searching:before{content:"\e629"}.mif-brightness-auto:before{content:"\e62a"}.mif-multitrack-audio:before{content:"\e616"}.mif-widgets:before{content:"\e617"}.mif-usb1:before{content:"\e638"}.mif-money:before{content:"\e639"}.mif-vertical-align-bottom:before{content:"\e63a"}.mif-vertical-align-center:before{content:"\e63b"}.mif-vertical-align-top:before{content:"\e63c"}.mif-file-download:before{content:"\e63d"}.mif-file-upload:before{content:"\e63e"}.mif-keyboard-return:before{content:"\e63f"}.mif-keyboard-voice:before{content:"\e640"}.mif-phonelink:before{content:"\e641"}.mif-phonelink-off:before{content:"\e642"}.mif-security:before{content:"\e618"}.mif-looks:before{content:"\e643"}.mif-palette:before{content:"\e619"}.mif-layers:before{content:"\e644"}.mif-layers-clear:before{content:"\e61a"}.mif-local-airport:before{content:"\e645"}.mif-florist:before{content:"\e61b"}.mif-gas-station:before{content:"\e61c"}.mif-hotel:before{content:"\e646"}.mif-local-service:before{content:"\e61d"}.mif-map2:before{content:"\e620"}.mif-my-location:before{content:"\e61e"}.mif-traff:before{content:"\e621"}.mif-apps:before{content:"\e647"}.mif-chevron-left:before{content:"\e648"}.mif-chevron-right:before{content:"\e649"}.mif-expand-less:before{content:"\e64a"}.mif-expand-more:before{content:"\e64b"}.mif-menu:before{content:"\e64c"}.mif-more-horiz:before{content:"\e64d"}.mif-more-vert:before{content:"\e64e"}.mif-unfold-less:before{content:"\e64f"}.mif-unfold-more:before{content:"\e650"}.mif-bt-audio:before{content:"\e651"}.mif-not:before{content:"\e633"}.mif-drive-eta:before{content:"\e652"}.mif-event-available:before{content:"\e653"}.mif-event-busy:before{content:"\e654"}.mif-folder-special:before{content:"\e655"}.mif-phone-bt:before{content:"\e657"}.mif-phone-forwarded:before{content:"\e658"}.mif-phone-in-talk:before{content:"\e659"}.mif-phone-locked:before{content:"\e65a"}.mif-phone-missed:before{content:"\e65b"}.mif-phone-paused:before{content:"\e65c"}.mif-sd-card:before{content:"\e65d"}.mif-sync-disabled:before{content:"\e622"}.mif-sync-problem:before{content:"\e623"}.mif-vpn-lock:before{content:"\e624"}.mif-vpn-publ:before{content:"\e625"}.mif-school:before{content:"\e61f"}.mif-floppy-disk2:before{content:"\ea5e"}.mif-drive:before{content:"\ea5f"}.mif-folder-images:before{content:"\ea60"}.mif-folder-music:before{content:"\ea61"}.mif-folder-video:before{content:"\ea66"}.mif-folder1:before{content:"\ea67"}.mif-help2:before{content:"\e9c4"}.mif-info1:before{content:"\e9cf"}.mif-price-ribbon:before{content:"\e9ef"}.mif-google-drive:before{content:"\e9d0"}.mif-paypal1:before{content:"\ea08"}.mif-spotify:before{content:"\ea09"}.mif-linkedin1:before{content:"\ea0c"}.mif-tumblr:before{content:"\ea0e"}.mif-twitter1:before{content:"\ea58"}.mif-cross-light:before{content:"\e9c5"}.mif-install:before{content:"\e902"}.mif-open-book:before{content:"\e903"}.mif-uninstall:before{content:"\e904"}.mif-drive2:before{content:"\e906"}.mif-news:before{content:"\e907"}.mif-book-reference:before{content:"\e908"}.mif-chevron-thin-down:before{content:"\e66b"}.mif-chevron-thin-left:before{content:"\e697"}.mif-chevron-thin-right:before{content:"\e69b"}.mif-chevron-thin-up:before{content:"\e69c"}.mif-flow-branch:before{content:"\e69d"}.mif-flow-cascade:before{content:"\e69e"}.mif-flow-line:before{content:"\e69f"}.mif-flow-parallel:before{content:"\e6a0"}.mif-flow-tree:before{content:"\e6a1"}.mif-air:before{content:"\e6a2"}.mif-medal:before{content:"\e6a3"}.mif-paper-plane:before{content:"\e6a4"}.mif-shareable:before{content:"\e6a5"}.mif-shop:before{content:"\e6a6"}.mif-shopping-basket2:before{content:"\e6a7"}.mif-thumbs-down:before{content:"\e6a8"}.mif-thumbs-up:before{content:"\e6a9"}.mif-traffic-cone:before{content:"\e6aa"}.mif-water:before{content:"\e6ab"}.mif-creative-cloud:before{content:"\e6ac"}.mif-dropbox:before{content:"\e6ad"}.mif-evernote:before{content:"\e6ae"}.mif-paypal:before{content:"\e6af"}.mif-swarm:before{content:"\e6b0"}.mif-vk:before{content:"\e6b1"}.mif-yelp:before{content:"\e6b2"}.mif-dribbble:before{content:"\e6b3"}.mif-lastfm:before{content:"\e6b4"}.mif-pinterest:before{content:"\e6b5"}.mif-stumbleupon:before{content:"\e6b6"}.mif-vimeo:before{content:"\e6b7"}.mif-slideshare:before{content:"\e9f1"}.mif-facebook:before{content:"\f09a"}.mif-steam:before{content:"\f1b6"}.mif-leanpub:before{content:"\f212"}.mif-user-secret:before{content:"\f21b"}.mif-server:before{content:"\f233"}.mif-balance-scale:before{content:"\f24e"}.mif-gitlab:before{content:"\f296"}.mif-themeisle:before{content:"\f2b2"}.mif-handshake:before{content:"\f2b5"}.mif-grav:before{content:"\f2d6"}.mif-imdb:before{content:"\f2d8"}.mif-meetup:before{content:"\f2e0"}.mif-unlink:before{content:"\f127"}.mif-fire-extinguisher:before{content:"\f134"}.mif-eur:before{content:"\f153"}.mif-gbp:before{content:"\f154"}.mif-dollar2:before{content:"\f155"}.mif-cny:before{content:"\f157"}.mif-bitcoin:before{content:"\f15a"}.mif-youtube-play:before{content:"\f16a"}.mif-linux:before{content:"\f17c"}.mif-space-shuttle:before{content:"\f197"}.mif-openid:before{content:"\f19b"}.mif-digg:before{content:"\f1a6"}.mif-language:before{content:"\f1ab"}.mif-automobile:before{content:"\f1b9"}.mif-cab:before{content:"\f1ba"}.mif-jsfiddle:before{content:"\f1cc"}.mif-google-wallet:before{content:"\f1ee"}.mif-copyright:before{content:"\f1f9"}.mif-bicycle:before{content:"\f206"}.mif-bus:before{content:"\f207"}.mif-ship:before{content:"\f21a"}.mif-motorcycle:before{content:"\f21c"}.mif-train:before{content:"\f238"}.mif-subway:before{content:"\f239"}.mif-opencart:before{content:"\f23d"}.mif-trademark:before{content:"\f25c"}.mif-registered:before{content:"\f25d"}.mif-creative-commons:before{content:"\f25e"}.mif-wikipedia:before{content:"\f266"}.mif-amazon:before{content:"\f270"}.mif-fonticons:before{content:"\f280"}.mif-user-md:before{content:"\f0f0"}.mif-stethoscope:before{content:"\f0f1"}.mif-ambulance:before{content:"\f0f9"}.mif-medkit:before{content:"\f0fa"}.mif-paw:before{content:"\f1b0"}.mif-visa:before{content:"\f1f0"}.mif-mastercard:before{content:"\f1f1"}.mif-discover:before{content:"\f1f2"}.mif-amex:before{content:"\f1f3"}.mif-cc-paypal:before{content:"\f1f4"}.mif-heartbeat:before{content:"\f21e"}.mif-venus:before{content:"\f221"}.mif-mars:before{content:"\f222"}.mif-medium:before{content:"\f23a"}.mif-network:before{content:"\e9d1"}.mif-lan:before{content:"\e9dc"}.mif-net-server:before{content:"\e9dd"}.mif-computer:before{content:"\e9de"}.mif-hdd:before{content:"\e9df"}.mif-cpu:before{content:"\e9e1"}.mif-sign-pen:before{content:"\e9c9"}.mif-usb:before{content:"\e9e7"}.mif-stack2:before{content:"\e6b9"}.mif-stack3:before{content:"\e6ba"}.mif-lamp:before{content:"\e6bb"}.mif-injection:before{content:"\e6bc"}.mif-thermometer2:before{content:"\e6bd"}.mif-justice:before{content:"\e6be"}.mif-cabinet:before{content:"\e62b"}.mif-suitcase:before{content:"\e62c"}.mif-gamepad:before{content:"\e65e"}.mif-satellite:before{content:"\e65f"}.mif-lock:before{content:"\e660"}.mif-unlock:before{content:"\e661"}.mif-battery-full:before{content:"\e62d"}.mif-battery-two:before{content:"\e62e"}.mif-battery-one:before{content:"\e62f"}.mif-battery-empty:before{content:"\e630"}.mif-battery-charge:before{content:"\e631"}.mif-tools:before{content:"\e632"}.mif-pin:before{content:"\e662"}.mif-discout:before{content:"\e663"}.mif-profile:before{content:"\e664"}.mif-dollar:before{content:"\e665"}.mif-dollars:before{content:"\e666"}.mif-coins:before{content:"\e6b8"}.mif-male:before{content:"\e667"}.mif-female:before{content:"\e668"}.mif-piano:before{content:"\e669"}.mif-anchor:before{content:"\e66a"}.mif-new-tab:before{content:"\ea7e"}.mif-whatsapp:before{content:"\e90b"}.mif-copy:before{content:"\e92c"}.mif-paste:before{content:"\e92d"}.mif-cut:before{content:"\ea5a"}.mif-earth2:before{content:"\e6c1"}.mif-shit:before{content:"\e6c2"}.mif-broadcast:before{content:"\f048"}.mif-organization:before{content:"\f037"}.mif-squirrel:before{content:"\f0b2"}.mif-steps:before{content:"\f0c7"}.mif-versions:before{content:"\f064"}.mif-microscope:before{content:"\f089"}.mif-library:before{content:"\e921"}.mif-file-binary:before{content:"\f094"}.mif-mail-read:before{content:"\f03c"}.mif-quote:before{content:"\f063"}.mif-sunrise:before{content:"\e66c"}.mif-sun:before{content:"\e66d"}.mif-moon:before{content:"\e66e"}.mif-sun3:before{content:"\e66f"}.mif-windy:before{content:"\e670"}.mif-wind:before{content:"\e671"}.mif-snowflake:before{content:"\e672"}.mif-cloudy:before{content:"\e673"}.mif-cloud2:before{content:"\e674"}.mif-weather:before{content:"\e675"}.mif-weather2:before{content:"\e676"}.mif-weather3:before{content:"\e677"}.mif-lines:before{content:"\e678"}.mif-cloud3:before{content:"\e679"}.mif-lightning:before{content:"\e67a"}.mif-lightning2:before{content:"\e67b"}.mif-rainy:before{content:"\e67c"}.mif-rainy2:before{content:"\e67d"}.mif-windy2:before{content:"\e67e"}.mif-windy3:before{content:"\e67f"}.mif-snowy:before{content:"\e680"}.mif-snowy2:before{content:"\e681"}.mif-snowy3:before{content:"\e682"}.mif-weather4:before{content:"\e683"}.mif-cloudy2:before{content:"\e684"}.mif-cloud4:before{content:"\e685"}.mif-lightning3:before{content:"\e686"}.mif-sun4:before{content:"\e687"}.mif-moon2:before{content:"\e688"}.mif-cloudy3:before{content:"\e689"}.mif-cloud5:before{content:"\e68a"}.mif-cloud6:before{content:"\e68b"}.mif-lightning4:before{content:"\e68c"}.mif-rainy3:before{content:"\e68d"}.mif-rainy4:before{content:"\e68e"}.mif-windy4:before{content:"\e68f"}.mif-windy5:before{content:"\e690"}.mif-snowy4:before{content:"\e691"}.mif-snowy5:before{content:"\e692"}.mif-weather5:before{content:"\e693"}.mif-cloudy4:before{content:"\e694"}.mif-lightning5:before{content:"\e695"}.mif-thermometer:before{content:"\e696"}.mif-none:before{content:"\e698"}.mif-celsius:before{content:"\e699"}.mif-fahrenheit:before{content:"\e69a"}.mif-home:before{content:"\e900"}.mif-pencil:before{content:"\e905"}.mif-eyedropper:before{content:"\e90a"}.mif-paint:before{content:"\e90c"}.mif-image:before{content:"\e90d"}.mif-images:before{content:"\e90e"}.mif-camera:before{content:"\e90f"}.mif-headphones:before{content:"\e910"}.mif-music:before{content:"\e911"}.mif-film:before{content:"\e913"}.mif-video-camera:before{content:"\e914"}.mif-dice:before{content:"\e915"}.mif-wifi-connect:before{content:"\e91b"}.mif-feed:before{content:"\e91d"}.mif-mic:before{content:"\e91e"}.mif-books:before{content:"\e920"}.mif-file-empty:before{content:"\e924"}.mif-files-empty:before{content:"\e925"}.mif-file-text:before{content:"\e926"}.mif-file-picture:before{content:"\e927"}.mif-file-music:before{content:"\e928"}.mif-file-play:before{content:"\e929"}.mif-file-video:before{content:"\e92a"}.mif-file-zip:before{content:"\e92b"}.mif-stack:before{content:"\e92e"}.mif-folder:before{content:"\e92f"}.mif-folder-open:before{content:"\e930"}.mif-folder-plus:before{content:"\e931"}.mif-folder-minus:before{content:"\e932"}.mif-folder-download:before{content:"\e933"}.mif-folder-upload:before{content:"\e934"}.mif-tag:before{content:"\e935"}.mif-tags:before{content:"\e936"}.mif-barcode:before{content:"\e937"}.mif-qrcode:before{content:"\e938"}.mif-cart:before{content:"\e93a"}.mif-credit-card:before{content:"\e93f"}.mif-calculator:before{content:"\e940"}.mif-help:before{content:"\e941"}.mif-phone:before{content:"\e942"}.mif-envelop:before{content:"\e945"}.mif-location:before{content:"\e948"}.mif-compass:before{content:"\e949"}.mif-compass2:before{content:"\e94a"}.mif-map:before{content:"\e94b"}.mif-history:before{content:"\e94d"}.mif-calendar:before{content:"\e953"}.mif-printer:before{content:"\e954"}.mif-keyboard:before{content:"\e955"}.mif-display:before{content:"\e956"}.mif-laptop:before{content:"\e957"}.mif-mobile:before{content:"\e959"}.mif-tablet:before{content:"\e95a"}.mif-download:before{content:"\e960"}.mif-upload:before{content:"\e961"}.mif-floppy-disk:before{content:"\e962"}.mif-drive1:before{content:"\e963"}.mif-undo:before{content:"\e965"}.mif-redo:before{content:"\e966"}.mif-bubble:before{content:"\e96b"}.mif-bubbles:before{content:"\e96c"}.mif-user:before{content:"\e971"}.mif-users:before{content:"\e972"}.mif-user-plus:before{content:"\e973"}.mif-user-minus:before{content:"\e974"}.mif-user-check:before{content:"\e975"}.mif-hour-glass:before{content:"\e979"}.mif-spinner:before{content:"\e97a"}.mif-spinner1:before{content:"\e97b"}.mif-spinner2:before{content:"\e97d"}.mif-spinner3:before{content:"\e981"}.mif-spinner4:before{content:"\e982"}.mif-spinner5:before{content:"\e983"}.mif-search:before{content:"\e986"}.mif-zoom-in:before{content:"\e987"}.mif-zoom-out:before{content:"\e988"}.mif-enlarge:before{content:"\e989"}.mif-shrink:before{content:"\e98a"}.mif-enlarge2:before{content:"\e98b"}.mif-shrink2:before{content:"\e98c"}.mif-key:before{content:"\e98d"}.mif-wrench:before{content:"\e991"}.mif-equalizer:before{content:"\e992"}.mif-equalizer-v:before{content:"\e993"}.mif-cog:before{content:"\e994"}.mif-cogs:before{content:"\e995"}.mif-magic-wand:before{content:"\e997"}.mif-bug:before{content:"\e999"}.mif-chart-pie:before{content:"\e99a"}.mif-chart-dots:before{content:"\e99b"}.mif-chart-bars:before{content:"\e99c"}.mif-chart-bars2:before{content:"\e99d"}.mif-trophy:before{content:"\e99e"}.mif-gift:before{content:"\e99f"}.mif-spoon-fork:before{content:"\e9a3"}.mif-rocket:before{content:"\e9a5"}.mif-meter:before{content:"\e9a6"}.mif-hammer:before{content:"\e9a8"}.mif-fire:before{content:"\e9a9"}.mif-lab:before{content:"\e9aa"}.mif-bin:before{content:"\e9ac"}.mif-truck:before{content:"\e9b0"}.mif-target:before{content:"\e9b3"}.mif-switch:before{content:"\e9b6"}.mif-power-cord:before{content:"\e9b7"}.mif-clipboard:before{content:"\e9b8"}.mif-list-numbered:before{content:"\e9b9"}.mif-list:before{content:"\e9ba"}.mif-list2:before{content:"\e9bb"}.mif-tree:before{content:"\e9bc"}.mif-cloud:before{content:"\e9c1"}.mif-cloud-download:before{content:"\e9c2"}.mif-cloud-upload:before{content:"\e9c3"}.mif-download2:before{content:"\e9c7"}.mif-upload2:before{content:"\e9c8"}.mif-earth:before{content:"\e9ca"}.mif-link:before{content:"\e9cb"}.mif-flag:before{content:"\e9cc"}.mif-attachment:before{content:"\e9cd"}.mif-eye:before{content:"\e9ce"}.mif-bookmark:before{content:"\e9d2"}.mif-bookmarks:before{content:"\e9d3"}.mif-contrast:before{content:"\e9d5"}.mif-brightness:before{content:"\e9d6"}.mif-star-empty:before{content:"\e9d7"}.mif-star-half:before{content:"\e9d8"}.mif-star-full:before{content:"\e9d9"}.mif-heart:before{content:"\e9da"}.mif-heart-broken:before{content:"\e9db"}.mif-warning:before{content:"\ea07"}.mif-plus:before{content:"\ea0a"}.mif-minus:before{content:"\ea0b"}.mif-cancel:before{content:"\ea0d"}.mif-cross:before{content:"\ea0f"}.mif-checkmark:before{content:"\ea10"}.mif-spell-check:before{content:"\ea12"}.mif-enter:before{content:"\ea13"}.mif-exit:before{content:"\ea14"}.mif-play:before{content:"\ea1c"}.mif-pause:before{content:"\ea1d"}.mif-stop:before{content:"\ea1e"}.mif-backward:before{content:"\ea1f"}.mif-forward:before{content:"\ea20"}.mif-first:before{content:"\ea21"}.mif-last:before{content:"\ea22"}.mif-previous:before{content:"\ea23"}.mif-next:before{content:"\ea24"}.mif-eject:before{content:"\ea25"}.mif-volume-high:before{content:"\ea26"}.mif-volume-medium:before{content:"\ea27"}.mif-volume-low:before{content:"\ea28"}.mif-volume-mute:before{content:"\ea29"}.mif-volume-mute2:before{content:"\ea2a"}.mif-volume-plus:before{content:"\ea2b"}.mif-volume-minus:before{content:"\ea2c"}.mif-loop:before{content:"\ea2d"}.mif-loop2:before{content:"\ea2e"}.mif-infinite:before{content:"\ea2f"}.mif-shuffle:before{content:"\ea30"}.mif-arrow-up-left:before{content:"\ea39"}.mif-arrow-up:before{content:"\ea3a"}.mif-arrow-up-right:before{content:"\ea3b"}.mif-arrow-right:before{content:"\ea3c"}.mif-arrow-down-right:before{content:"\ea3d"}.mif-arrow-down:before{content:"\ea3e"}.mif-arrow-down-left:before{content:"\ea3f"}.mif-arrow-left:before{content:"\ea40"}.mif-tab:before{content:"\ea45"}.mif-move-up:before{content:"\ea46"}.mif-move-down:before{content:"\ea47"}.mif-sort-asc:before{content:"\ea4c"}.mif-sort-desc:before{content:"\ea4d"}.mif-command:before{content:"\ea4e"}.mif-shift:before{content:"\ea4f"}.mif-crop:before{content:"\ea57"}.mif-filter:before{content:"\ea5b"}.mif-bold:before{content:"\ea62"}.mif-underline:before{content:"\ea63"}.mif-italic:before{content:"\ea64"}.mif-strikethrough:before{content:"\ea65"}.mif-page-break:before{content:"\ea68"}.mif-superscript:before{content:"\ea69"}.mif-subscript:before{content:"\ea6a"}.mif-table:before{content:"\ea71"}.mif-insert-template:before{content:"\ea72"}.mif-pilcrow:before{content:"\ea73"}.mif-section:before{content:"\ea76"}.mif-paragraph-left:before{content:"\ea77"}.mif-paragraph-center:before{content:"\ea78"}.mif-paragraph-right:before{content:"\ea79"}.mif-paragraph-justify:before{content:"\ea7a"}.mif-indent-increase:before{content:"\ea7b"}.mif-indent-decrease:before{content:"\ea7c"}.mif-share:before{content:"\ea82"}.mif-google:before{content:"\ea87"}.mif-facebook2:before{content:"\ea8d"}.mif-twitter:before{content:"\ea91"}.mif-feed3:before{content:"\ea95"}.mif-youtube:before{content:"\ea99"}.mif-steam2:before{content:"\eaae"}.mif-onedrive:before{content:"\eab0"}.mif-git:before{content:"\eab5"}.mif-apple:before{content:"\eabf"}.mif-android:before{content:"\eac1"}.mif-windows:before{content:"\eac3"}.mif-skype:before{content:"\eac6"}.mif-linkedin:before{content:"\eac8"}.mif-chrome:before{content:"\eae5"}.mif-firefox:before{content:"\eae6"}.mif-ie:before{content:"\eae7"}.mif-opera:before{content:"\eae8"}.mif-safari:before{content:"\eae9"}.mif-airplane:before{content:"\e6c3"}.mif-instagram:before{content:"\e6c5"}.mif-twitch:before{content:"\e6c6"}.mif-picassa:before{content:"\e6c7"}.mif-deviantart:before{content:"\e6c8"}.mif-wordpress:before{content:"\e6c9"}.mif-joomla:before{content:"\e6ca"}.mif-blogger:before{content:"\e6cb"}.mif-tux:before{content:"\e6cc"}.mif-finder:before{content:"\e6cd"}.mif-soundcloud:before{content:"\e6ce"}.mif-reddit:before{content:"\e6cf"}.mif-delicious:before{content:"\e6d0"}.mif-stackoverflow:before{content:"\e6d1"}.mif-flattr:before{content:"\e6d2"}.mif-foursquare:before{content:"\e6d3"}.mif-file-openoffice:before{content:"\e6d4"}.mif-libreoffice:before{content:"\e6d5"}.mif-codepen:before{content:"\e6d6"}.mif-IcoMoon:before{content:"\e6d7"} diff --git a/lib/metro.all.js b/lib/metro.all.js index b70e4487c..95ec3ec21 100644 --- a/lib/metro.all.js +++ b/lib/metro.all.js @@ -7,7 +7,7 @@ ██║ ╚═╝ ██║███████╗ ██║ ██║ ██║╚██████╔╝ ╚██████╔╝██║ ╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ - * Metro UI v5.0.12 Components Library (https://metroui.org.ua) + * Metro UI v5.0.13 Components Library (https://metroui.org.ua) * Copyright 2012-2024 by Serhii Pimenov * Licensed under MIT */ @@ -56,17 +56,17 @@ <${a} ${this.attributes} ${this.events}>${o} `}draw(){return this.template(this.children.map(sr).join(""))}},tt=class extends Me{constructor(o={}){super(o),this.options=o}template(){return` <${this.options.tag?this.options.tag:this.tag} ${this.attributes} ${this.events}/> - `}},ba=(i=[],o=document.body,a={})=>{let s,t,{clear:e=!0,where:r="beforeend"}=a;t=typeof o=="string"?document.querySelector(o):o,t instanceof HTMLElement||(t=document.body),e&&(t.innerHTML=""),Array.isArray(i)||(i=[i]),s=i.map(sr).join(""),t.insertAdjacentHTML(r,s)},Fe=class{version="0.1.0";_routes=[];_route="/";_mode=null;_ignore="[data-route-ignore]";_404=()=>{};constructor(o={}){this.options=Object.assign({},this.options,o),this.options.mode&&(this._mode=this.options.mode),this.options.ignore&&(this._ignore=this.options.ignore),this.options.routes&&this.addRoutes(this.options.routes),this.options[404]&&typeof this.options[404]=="function"&&(this._404=this.options[404])}clearSlashes(o){return o.replace(/\/$/,"").replace(/^\//,"")}index(o){let a=-1;for(let s=0;s{s.path&&this[a](s.path,s.callback)});else if(typeof o=="object")for(let s in o)o.hasOwnProperty(s)&&this[a](s,o[s])}addRoute(o,a){return o&&!this.routeExists(o)&&this._routes.push({path:o,callback:a,pattern:new RegExp("^"+o.replace(/:\w+/g,"(\\w+)")+"$")}),this}addRoutes(o){return this._routesFn(o,"addRoute"),this}updRoute(o,a){let s=this.index(o);if(s!==-1)return a&&a.path&&(this._routes[s].path=a.path),a&&a.callback&&(this._routes[s].callback=a.callback),this}updRoutes(o){return this._routesFn(o,"updRoute"),this}delRoute(o){return this.routeExists(o)&&delete this._routes[o],this}findRoute(o){let a;for(let s=0;s{let s=a.target,t;s.tagName.toLowerCase()!=="a"||s.matches(o)||(a.preventDefault(),t=s.href,t&&this.exec(t,!0))},!1),window.addEventListener("popstate",a=>{this.exec(document.location)},!1),this}},wa=i=>new Fe(i),Yo=(i="",o)=>{let a=document.createElement("style");return o!==void 0&&a.setAttribute("media",o),a.appendChild(document.createTextNode(i)),document.head.appendChild(a),a},cr=i=>Yo(i).sheet,pr=(i,o,a)=>{i.insertRule(o+"{"+a+"}")},va=(i,o)=>{if(typeof i=="string"){Yo(i,o);return}let a=cr(o);for(let s in i)pr(a,s,xa(i[s]))},Ba=async(i,o)=>{let a=await fetch(i,o),s,t;if(!a.ok)throw new Error("HTTP error: "+a.status);s=await a.text(),t=document.createElement("style"),t.appendChild(document.createTextNode(s)),document.body.appendChild(t)},Ea=async(i,o)=>{let a=await fetch(i,o),s,t;if(!a.ok)throw new Error("HTTP error: "+a.status);s=await a.text(),t=document.createElement("script"),t.appendChild(document.createTextNode(s)),document.body.appendChild(t)},Ca=async(i,o={},a=!1)=>{let s,t,e=()=>{},r;if(a!==!1&&(r=`html::key::${i}`,t=localStorage.getItem(r)),!t){if(s=await fetch(i,o),!s.ok)throw new Error("HTTP error: "+s.status);t=await s.text(),a!==!1&&localStorage.setItem(r,t)}return(0,eval)(`result = ${t}`),typeof e=="function"?e():e},Ia=i=>localStorage.removeItem(`html::key::${i}`),qe=class extends Q{tag="html";selfAttributes(){return["lang"]}},Ys=(...i)=>new qe(...i),Ze=class extends Q{tag="head"},Ts=(...i)=>new Ze(...i),$e=class extends tt{tag="base";selfAttributes(){return["href","target"]}},Us=i=>new $e(i),ti=class extends tt{tag="link";selfAttributes(){return["href","crossorigin","rel","media","integrity","hreflang","type","referrerpolicy","sizes","imagesrcset","imagesizes","as","blocking","color","disabled","fetchpriority"]}},Ss=i=>new ti(i),ei=class extends Q{tag="body"},Rs=(...i)=>new ei(...i),ii=class extends Q{tag="span"},zs=(...i)=>new ii(...i),oi=class extends tt{tag="img";selfAttributes(){return["align","alt","border","height","hspace","ismap","longdesc","lowsrc","src","vspace","width","usemap"]}},Ns=(i="",o="",a={})=>new oi({...a,src:i,alt:o}),ri=class extends tt{tag="input";selfAttributes(){return["accept","align","alt","autocomplete","autofocus","border","checked","disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","list","max","maxlength","min","multiple","name","pattern","placeholder","size","src","step","type","value"]}},Gs=(i={})=>new ri(i),ai=class extends tt{tag="br";selfAttributes(){return["clear"]}},Js=i=>new ai(i),ni=class extends tt{tag="hr"},js=i=>new ni(i),li=class extends Q{constructor(o="h1",...a){super(...a),this.tag=o}},_t=(i="h1",...o)=>new li(i,...o),Hs=(...i)=>_t("h1",...i),Ps=(...i)=>_t("h2",...i),Vs=(...i)=>_t("h3",...i),Ls=(...i)=>_t("h4",...i),Os=(...i)=>_t("h5",...i),_s=(...i)=>_t("h6",...i),si=class extends Q{tag="section"},Ks=(...i)=>new si(...i),De=class extends Q{tag="a";selfAttributes(){return["coords","download","hreflang","name","rel","rev","shape","target","type","href"]}},Ws=(...i)=>new De(...i),Xs=(...i)=>new De(...i),ci=class extends Q{tag="abbr"},qs=(...i)=>new ci(...i),pi=class extends Q{tag="article"},Zs=(...i)=>new pi(...i),di=class extends Q{tag="nav"},$s=(...i)=>new di(...i),mi=class extends Q{tag="aside"},tc=(...i)=>new mi(...i),Ai=class extends Q{tag="header"},ec=(...i)=>new Ai(...i),gi=class extends Q{tag="footer"},ic=(...i)=>new gi(...i),hi=class extends Q{tag="address"},oc=(...i)=>new hi(...i),fi=class extends Q{tag="map";selfAttributes(){return["name"]}},rc=(...i)=>new fi(...i),ui=class extends tt{tag="area";selfAttributes(){return["alt","coords","hreflang","nohref","shape","target","type","href"]}},ac=(i={})=>new ui(i),xi=class extends Q{tag="audio";selfAttributes(){return["autoplay","controls","loop","preload","src"]}},nc=(...i)=>new xi(...i),bi=class extends Q{tag="b"},lc=(...i)=>new bi(...i),wi=class extends Q{tag="bdi"},sc=(...i)=>new wi(...i),vi=class extends Q{tag="bdo"},cc=(...i)=>new vi(...i),Bi=class extends Q{tag="blockquote";selfAttributes(){return["cite"]}},pc=(...i)=>new Bi(...i),Ei=class extends Q{tag="button";selfAttributes(){return["autofocus","form","formaction","formenctype","formmethod","formnovalidate","formtarget","name","type","value"]}},dc=(...i)=>new Ei(...i),Ci=class extends Q{tag="canvas";selfAttributes(){return["width","height"]}},mc=(...i)=>new Ci(...i),Ii=class extends Q{tag="table";selfAttributes(){return["align","background","bgcolor","border","bordercolor","cellpadding","cellspacing","cols","frame","height","rules","summary","width"]}},Ac=(...i)=>new Ii(...i),yi=class extends Q{tag="caption";selfAttributes(){return["align","valign"]}},gc=(...i)=>new yi(...i),Qi=class extends tt{tag="col";selfAttributes(){return["align","valign","char","charoff","span","width"]}},hc=i=>new Qi(i),ki=class extends tt{tag="colgroup";selfAttributes(){return["align","valign","char","charoff","span","width"]}},fc=i=>new ki(i),he=class extends Q{constructor(o="tbody",...a){super(...a),this.tag=o}selfAttributes(){return["align","valign","char","charoff","bgcolor"]}},uc=(...i)=>new he("tbody",...i),xc=(...i)=>new he("thead",...i),bc=(...i)=>new he("tfoot",...i),Mi=class extends Q{tag="tr";selfAttributes(){return["align","bgcolor","bordercolor","char","charoff","valign"]}},wc=(...i)=>new Mi(...i),Ye=class extends Q{constructor(o="td",...a){super(...a),this.tag=o}selfAttributes(){return["abbr","align","axis","background","bgcolor","bordercolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"]}},vc=(...i)=>new Ye("th",...i),Bc=(...i)=>new Ye("td",...i),Fi=class extends Q{tag="cite"},Ec=(...i)=>new Fi(...i),Di=class extends Q{tag="code"},Cc=(...i)=>new Di(...i),Yi=class extends Q{tag="dl"},Ti=class extends Q{tag="dt"},Ui=class extends Q{tag="dd"},Ic=(...i)=>new Yi(...i),yc=(...i)=>new Ti(...i),Qc=(...i)=>new Ui(...i),Si=class extends Q{tag="details"},kc=(...i)=>new Si(...i),Ri=class extends Q{tag="summary"},Mc=(...i)=>new Ri(...i),zi=class extends Q{tag="dfn"},Fc=(...i)=>new zi(...i),Ni=class extends Q{tag="div";selfAttributes(){return["align","title"]}},Dc=(...i)=>new Ni(...i),Gi=class extends Q{tag="em"},Yc=(...i)=>new Gi(...i),Te=class extends Q{tag="i"},Tc=(...i)=>new Te(...i),Uc=(...i)=>new Te(...i),Ji=class extends Q{tag="strong"},Sc=(...i)=>new Ji(...i),ji=class extends Q{tag="embed";selfAttributes(){return["align","height","hspace","pluginspace","src","type","vspace","width"]}},Rc=(...i)=>new ji(...i),Hi=class extends Q{tag="noembed"},zc=(...i)=>new Hi(...i),Pi=class extends Q{tag="fieldset";selfAttributes(){return["form","title"]}},Nc=(...i)=>new Pi(...i),Vi=class extends Q{tag="legend";selfAttributes(){return["align","title"]}},Gc=(...i)=>new Vi(...i),Li=class extends Q{tag="figure"},Jc=(...i)=>new Li(...i),Oi=class extends Q{tag="figcaption"},jc=(...i)=>new Oi(...i),_i=class extends Q{tag="form";selfAttributes(){return["accept-charset","action","autocomplete","enctype","method","name","novalidate","target"]}},Hc=(...i)=>new _i(...i),Ki=class extends Q{tag="frameset";selfAttributes(){return["border","bordercolor","cols","frameborder","framespacing","rows"]}},Pc=(...i)=>new Ki(...i),Wi=class extends tt{tag="frame";selfAttributes(){return["bordercolor","frameborder","noresize","name","src","scrolling"]}},Vc=(i={})=>new Wi(i),Xi=class extends Q{tag="noframes"},Lc=(...i)=>new Xi(...i),qi=class extends Q{tag="iframe";selfAttributes(){return["align","allowtransparency","frameborder","height","hspace","marginheight","marginwidth","name","sandbox","scrolling","seamless","src","srcdoc","vspace","width"]}},Oc=(...i)=>new qi(...i),Zi=class extends Q{tag="ins";selfAttributes(){return["cite","datetime"]}},_c=(...i)=>new Zi(...i),$i=class extends Q{tag="kbd"},Kc=(...i)=>new $i(...i),to=class extends Q{tag="label";selfAttributes(){return["for"]}},Wc=(...i)=>new to(...i),Ue=class extends Q{constructor(o="ul",...a){super(...a),this.tag=o}selfAttributes(){return this.tag==="ul"?["type"]:["type","reserved","start"]}},eo=class extends Q{tag="li";selfAttributes(){return["type","value"]}},Xc=(...i)=>new Ue("ul",...i),qc=(...i)=>new Ue("ol",...i),Zc=(...i)=>new eo(...i),io=class extends Q{tag="mark"},$c=(...i)=>new io(...i),oo=class extends Q{tag="noscript"},tp=(...i)=>new oo(...i),ro=class extends Q{tag="select";selfAttributes(){return["autofocus","form","name","size"]}},ep=(...i)=>new ro(...i),ao=class extends Q{tag="optgroup";selfAttributes(){return["label"]}},ip=(...i)=>new ao(...i),no=class extends Q{tag="option";selfAttributes(){return["label","value"]}},op=(...i)=>new no(...i),lo=class extends Q{tag="output";selfAttributes(){return["for","form","name"]}},rp=(...i)=>new lo(...i),Se=class extends Q{tag="p";selfAttributes(){return["align"]}},ap=(...i)=>new Se(...i),np=(...i)=>new Se(...i),so=class extends Q{tag="pre"},lp=(...i)=>new so(...i),Re=class extends Q{tag="q";selfAttributes(){return["cite"]}},sp=(...i)=>new Re(...i),cp=(...i)=>new Re(...i),ze=class extends Q{tag="strike"},pp=(...i)=>new ze(...i),dp=(...i)=>new ze(...i),co=class extends Q{tag="script";selfAttributes(){return["async","defer","language","src","type"]}},mp=(...i)=>new co(...i),po=class extends Q{tag="small"},Ap=(...i)=>new po(...i),mo=class extends tt{tag="source";selfAttributes(){return["media","src","type"]}},gp=(i={})=>new mo(i),Ao=class extends Q{tag="sub"},hp=(...i)=>new Ao(...i),go=class extends Q{tag="sup"},fp=(...i)=>new go(...i),ho=class extends Q{tag="textarea";selfAttributes(){return["autofocus","cols","form","maxlength","name","placeholder","rows","wrap"]}},up=(...i)=>new ho(...i),fo=class extends Q{tag="time";selfAttributes(){return["datetime","pubdate"]}},xp=(...i)=>new fo(...i),uo=class extends tt{tag="track";selfAttributes(){return["kind","src","srclang","label"]}},bp=(i={})=>new uo(i),xo=class extends Q{tag="var"},wp=(...i)=>new xo(...i),bo=class extends Q{tag="video";selfAttributes(){return["autoplay","controls","height","loop","loop","poster","preload","src","width"]}},vp=(...i)=>new bo(...i),wo=class extends tt{tag="wbr"},Bp=i=>new wo(i),vo=class extends Q{tag="main"},Ep=(...i)=>new vo(...i),Bo=class extends tt{tag="meta";selfAttributes(){return["content","name","http-equiv","charset"]}},Cp=i=>new Bo(i),Eo=class extends Q{tag="title"},Ip=i=>new Eo(i),Co=class extends Q{tag="template";selfAttributes(){return["shadowrootmode","shadowrootdelegatesfocus","shadowrootclonable","shadowrootserializable"]}},yp=(...i)=>new Co(...i),Io=class extends Q{tag="ruby"},yo=class extends tt{tag="rt"},Qo=class extends tt{tag="rp"},Qp=(...i)=>new Io(...i),kp=i=>new yo(i),Mp=i=>new Qo(i),ko=class extends Q{tag="data"},Fp=(...i)=>new ko(...i),Mo=class extends Q{tag="picture"},Dp=(...i)=>new Mo(...i),Fo=class extends Q{tag="dialog";selfAttributes(){return["open"]}},Yp=(...i)=>new Fo(...i),Do=class extends Q{tag="slot";selfAttributes(){return["name"]}},Tp=(...i)=>new Do(...i),nr=Object.freeze({__proto__:null,Abbr:ci,Address:hi,Anchor:De,Area:ui,Article:pi,Aside:mi,AudioTag:xi,Base:$e,Bdi:wi,Bdo:vi,Blockquote:Bi,Body:ei,Bold:bi,Br:ai,Button:Ei,Canvas:Ci,Caption:yi,Cite:Fi,Code:Di,Col:Qi,Colgroup:ki,Data:ko,Dd:Ui,Details:Si,Dfn:zi,Dialog:Fo,Div:Ni,Dl:Yi,Dt:Ti,Em:Gi,Embed:ji,Fieldset:Pi,FigCaption:Oi,Figure:Li,Footer:gi,Form:_i,Frame:Wi,Frameset:Ki,Head:Ze,Header:Ai,Heading:li,Hr:ni,Html:qe,IFrame:qi,Img:oi,Input:ri,Ins:Zi,Ital:Te,Kbd:$i,Label:to,Legend:Vi,Link:ti,List:Ue,ListItem:eo,Main:vo,Map:fi,Mark:io,Meta:Bo,Nav:di,NoEmbed:Hi,NoFrames:Xi,NoScript:oo,Option:no,OptionGroup:ao,Output:lo,Paragraph:Se,Picture:Mo,Pre:so,Quoted:Re,Rp:Qo,Rt:yo,Ruby:Io,Script:co,Section:si,Select:ro,Slot:Do,Small:po,Source:mo,Span:ii,Strike:ze,Strong:Ji,Sub:Ao,Summary:Ri,Sup:go,Table:Ii,TableCell:Ye,TableRow:Mi,TableSection:he,Template:Co,Textarea:ho,Time:fo,Title:Eo,Track:uo,Var:xo,VideoTag:bo,Wbr:wo,a:Xs,abbr:qs,address:oc,anchor:Ws,area:ac,article:Zs,aside:tc,audio:nc,base:Us,bdi:sc,bdo:cc,blockquote:pc,body:Rs,bold:lc,br:Js,button:dc,canvas:mc,caption:gc,cite:Ec,code:Cc,col:hc,colgroup:fc,data:Fp,dd:Qc,details:kc,dfn:Fc,dialog:Yp,div:Dc,dl:Ic,dt:yc,em:Yc,embed:Rc,fieldset:Nc,figcaption:jc,figure:Jc,footer:ic,form:Hc,frame:Vc,frameset:Pc,h1:Hs,h2:Ps,h3:Vs,h4:Ls,h5:Os,h6:_s,head:Ts,header:ec,heading:_t,hr:js,html:Ys,i:Uc,iframe:Oc,img:Ns,input:Gs,ins:_c,ital:Tc,kbd:Kc,label:Wc,legend:Gc,li:Zc,link:Ss,main:Ep,map:rc,mark:$c,meta:Cp,nav:$s,noembed:zc,noframes:Lc,noscript:tp,ol:qc,optgroup:ip,option:op,output:rp,p:np,paragraph:ap,picture:Dp,pre:lp,q:sp,quoted:cp,rp:Mp,rt:kp,ruby:Qp,s:dp,script:mp,section:Ks,select:ep,slot:Tp,small:Ap,source:gp,span:zs,strike:pp,strong:Sc,sub:hp,summary:Mc,sup:fp,table:Ac,tbody:uc,td:Bc,template:yp,textarea:up,tfoot:bc,th:vc,thead:xc,time:xp,title:Ip,tr:wc,track:bp,ul:Xc,variable:wp,video:vp,wbr:Bp}),lr={},Up="0.11.0",Sp="24.06.2024, 17:03:41",Rp=()=>{console.info(`%c HtmlJS %c v${Up} %c ${Sp} `,"color: #ffffff; font-weight: bold; background: #708238","color: white; background: darkgreen","color: white; background: #0080fe;")},zp=(i=globalThis)=>{for(let o in nr)globalThis[o]&&(lr[o]=globalThis[o]),i[o]=nr[o]},Np=(i=globalThis)=>{for(let o in lr)i[o]=lr[o]},ya={...nr,extract:zp,restore:Np,info:Rp};globalThis.htmljs={addStyle:va,addCssRule:pr,cssLoader:Ba,jsLoader:Ea,viewLoader:Ca,clearViewStorageHolder:Ia,createStyleElement:Yo,createStyleSheet:cr,render:ba,...ya};globalThis.Router=Fe;globalThis.Router.create=wa;var Gp=["translateX","translateY","translateZ","rotate","rotateX","rotateY","rotateZ","scale","scaleX","scaleY","scaleZ","skew","skewX","skewY"],Jp=["opacity","zIndex"],jp=["opacity","volume"],Hp=["scrollLeft","scrollTop"],Pp=["backgroundColor","color"],Vp=["opacity"],Lp=(i,o)=>{let a=/^(\*=|\+=|-=)/.exec(i);if(!a)return i;let s=ed(i)||0,t=parseFloat(o),e=parseFloat(i.replace(a[0],""));switch(a[0][0]){case"+":return t+e+s;case"-":return t-e+s;case"*":return t*e+s}},Op=(i,o,a)=>typeof i[o]<"u"?Hp.includes(o)?o==="scrollLeft"?i===window?pageXOffset:i.scrollLeft:i===window?pageYOffset:i.scrollTop:i[o]||0:i.style[o]||getComputedStyle(i,a)[o],hr=(i,o,a,s,t=!1)=>{o=$p(o),t&&(a=parseInt(a)),i instanceof HTMLElement?typeof i[o]<"u"?i[o]=a:i.style[o]=o==="transform"||o.toLowerCase().includes("color")?a:a+s:i[o]=a},_p=(i,o,a)=>{Uo(o,(s,t)=>{hr(i,s,t[0]+t[2]*a,t[3],t[4])})},Fa=i=>{if(!i instanceof HTMLElement)return;let o=i.style.transform||"",a=/(\w+)\(([^)]*)\)/g,s=new Map,t;for(;t=a.exec(o);)s.set(t[1],t[2]);return s},dr=i=>Array.from(/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(i||"#000000")).slice(1).map(o=>parseInt(o,16)),Kp=(i,o)=>getComputedStyle(i)[o].replace(/[^\d.,]/g,"").split(",").map(a=>parseInt(a)),Wp=(i,o,a)=>{let s=[],t=Fa(i);Uo(o,(e,r)=>{let l=r[0];r[1];let c=r[2],p=r[3];e.includes("rotate")||e.includes("skew")?p===""&&(p="deg"):e.includes("scale")?p="":p="px",p==="turn"?s.push(`${e}(${r[1]*a+p})`):s.push(`${e}(${l+c*a+p})`)}),t.forEach((e,r)=>{o[r]===void 0&&s.push(`${r}(${e})`)}),hr(i,"transform",s.join(" "))},Xp=function(i,o,a){Uo(o,function(s,t){let e=[0,0,0];for(let r=0;r<3;r++)e[r]=Math.floor(t[0][r]+t[2][r]*a);hr(i,s,`rgb(${e.join(",")})`)})},Qa=i=>{let o=/^#?([a-f\d])([a-f\d])([a-f\d])$/i;return i[0]==="#"&&i.length===4?"#"+i.replace(o,(a,s,t,e)=>s+s+t+t+e+e):i[0]==="#"?i:"#"+i},ka=function(i,o,a){_p(i,o.props,a),Wp(i,o.transform,a),Xp(i,o.color,a)},qp=(i,o,a="normal")=>{let s={props:{},transform:{},color:{}},t,e,r,l,c=Fa(i);return Uo(o,(p,d)=>{let m=Gp.includes(p),A=Jp.includes(p),g=Pp.includes(p);if(Array.isArray(d)&&d.length===1&&(d=d[0]),Array.isArray(d)?(t=g?dr(Qa(d[0])):To(d[0]),e=g?dr(Qa(d[1])):To(d[1])):(m?t=c.get(p)||0:g?t=Kp(i,p):t=Op(i,p),t=g?t:To(t),e=g?dr(d):To(Lp(d,Array.isArray(t)?t[0]:t))),Vp.includes(p)&&t[0]===e[0]&&(t[0]=e[0]>0?0:1),a==="reverse"&&([e,t]=[t,e]),l=i instanceof HTMLElement&&e[1]===""&&!A&&!m?"px":e[1],g){r=[0,0,0];for(let h=0;h<3;h++)r[h]=e[h]-t[h]}else r=e[0]-t[0];m?s.transform[p]=[t[0],e[0],r,l]:g?s.color[p]=[t,e,r,l]:s.props[p]=[t[0],e[0],r,l,!jp.includes(p)]}),s},mr=(i,o,a)=>{let s;if(typeof i=="function")s=i;else if(/^[a-z]+[\w.]*[\w]$/i.test(i)){let t=i.split(".");s=global;for(let e=0;etypeof i>"u"||i===void 0||i===null,$p=i=>i.replace(/-([a-z])/g,o=>o[1].toUpperCase()),Uo=(i,o)=>{let a=0;if(td(i))[].forEach.call(i,function(s,t){o.apply(s,[t,s])});else for(let s in i)i.hasOwnProperty(s)&&o.apply(i[s],[s,i[s],a++]);return i},td=i=>Array.isArray(i)||typeof i=="object"&&"length"in i&&typeof i.length=="number",ed=(i,o)=>{let a=/[+-]?\d*\.?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?(%|px|pt|em|rem|in|cm|mm|ex|ch|pc|vw|vh|vmin|vmax|deg|rad|turn)?$/.exec(i);return typeof a[1]<"u"?a[1]:o},To=i=>{let o=[0,""];return i=""+i,o[0]=parseFloat(i),o[1]=i.match(/[\d.\-+]*\s*(.*)/)[1]||"",o};function Ma(i,o,a){return Math.min(Math.max(i,o),a)}var Yt={linear:()=>i=>i};Yt.default=Yt.linear;var Ar={Sine:()=>i=>1-Math.cos(i*Math.PI/2),Circ:()=>i=>1-Math.sqrt(1-i*i),Back:()=>i=>i*i*(3*i-2),Bounce:()=>i=>{let o,a=4;for(;i<((o=Math.pow(2,--a))-1)/11;);return 1/Math.pow(4,3-a)-7.5625*Math.pow((o*3-2)/22-i,2)},Elastic:(i=1,o=.5)=>{let a=Ma(i,1,10),s=Ma(o,.1,2);return t=>t===0||t===1?t:-a*Math.pow(2,10*(t-1))*Math.sin((t-1-s/(Math.PI*2)*Math.asin(1/a))*(Math.PI*2)/s)}};["Quad","Cubic","Quart","Quint","Expo"].forEach((i,o)=>{Ar[i]=()=>a=>Math.pow(a,o+2)});Object.keys(Ar).forEach(i=>{let o=Ar[i];Yt["easeIn"+i]=o,Yt["easeOut"+i]=(a,s)=>t=>1-o(a,s)(1-t),Yt["easeInOut"+i]=(a,s)=>t=>t<.5?o(a,s)(t*2)/2:1-o(a,s)(t*-2+2)/2});var it={fx:!0,elements:{}},id={id:null,el:null,draw:{},dur:1e3,ease:"linear",loop:0,pause:0,dir:"normal",defer:0,onFrame:()=>{},onDone:()=>{}},Da=function(i){return new Promise(function(o){let a,{id:s,el:t,draw:e,dur:r,ease:l,loop:c,onFrame:p,onDone:d,pause:m,dir:A,defer:g}=Object.assign({},id,i),h={},f="linear",x=[],b=Yt.linear,v,y=A==="alternate"?"normal":A,C=!1,w=s||+(performance.now()*Math.pow(10,14));if(Zp(t))throw new Error("Unknown element!");if(typeof t=="string"&&(t=document.querySelector(t)),typeof e!="function"&&typeof e!="object")throw new Error("Unknown draw object. Must be a function or object!");(r===0||!it.fx)&&(r=1),A==="alternate"&&typeof c=="number"&&(c*=2),typeof l=="string"?(v=/\(([^)]+)\)/.exec(l),f=l.split("(")[0],x=v?v[1].split(",").map(Y=>parseFloat(Y)):[],b=Yt[f]):typeof l=="function"?b=l:b=Yt.linear,it.elements[w]={element:t,id:null,stop:0,pause:0,loop:0};let B=()=>{typeof e=="object"&&(h=qp(t,e,y)),a=performance.now(),it.elements[w].loop+=1,it.elements[w].id=requestAnimationFrame(I)},E=()=>{cancelAnimationFrame(it.elements[w].id),delete it.elements[s],mr(d,null,t),mr(o,[this],t)},I=Y=>{let U,z,H=it.elements[w].stop;if(H>0){H===2&&(typeof e=="function"?e.bind(t)(1,1):ka(t,h,1)),E();return}z=(Y-a)/r,z>1&&(z=1),z<0&&(z=0),U=b.apply(null,x)(z),typeof e=="function"?e.bind(t)(z,U):ka(t,h,U),mr(p,[z,U],t),z<1&&(it.elements[w].id=requestAnimationFrame(I)),parseInt(z)===1&&(c?(A==="alternate"&&(y=y==="normal"?"reverse":"normal"),typeof c=="boolean"?setTimeout(function(){B()},m):c>it.elements[w].loop?setTimeout(function(){B()},m):E()):A==="alternate"&&!C?(y=y==="normal"?"reverse":"normal",C=!0,B()):E())};g>0?setTimeout(()=>{B()},g):B()})},od=function(i,o=!0){it.elements[i].stop=o===!0?2:1};async function gr(i,o){for(let a=0;a0&&await gr(i,o))}var rd="0.3.0",ad="08.05.2024, 13:35:42",nd=()=>{console.info(`%c Animation %c v${rd} %c ${ad} `,"color: #ffffff; font-weight: bold; background: #468284","color: white; background: darkgreen","color: white; background: #0080fe;")};it.animate=Da;it.stop=od;it.chain=gr;it.easing=Yt;it.info=nd;globalThis.Animation=it;var br={};wr(br,{americanExpress:()=>km,array:()=>Xd,base64:()=>Ld,between:()=>jd,bigint:()=>bd,boolean:()=>Wd,bytes:()=>Um,compose:()=>cd,creditCard:()=>Im,date:()=>vd,digits:()=>Jm,diners:()=>Fm,discover:()=>Mm,domain:()=>dm,email:()=>Td,endsWith:()=>gd,finite:()=>Pd,float:()=>Hm,func:()=>Ed,hexColor:()=>um,imei:()=>$d,info:()=>Lm,integer:()=>Id,ip:()=>nm,ipv4:()=>lm,ipv6:()=>sm,jcb:()=>Dm,length:()=>tm,mastercard:()=>Qm,maxLength:()=>im,maxValue:()=>Dd,minLength:()=>em,minValue:()=>Md,notNull:()=>Rm,notNumber:()=>_d,number:()=>zd,object:()=>Gd,parse:()=>ur,pattern:()=>Nm,pipe:()=>sd,required:()=>Sd,safeInteger:()=>Qd,safeParse:()=>ld,startsWith:()=>md,string:()=>fr,symbol:()=>ud,unionPay:()=>Ym,unknown:()=>hd,url:()=>gm,visa:()=>ym});var R=class extends Error{constructor(o="",a=null,s){super(o),this.message=o,this.name=a,this.value=s}},ur=(i,o)=>{let a;if(!i)throw new Error("Schema object required for parse data!");if(typeof i=="function"){if(a=i.apply(null,[o]),a instanceof R)throw a}else for(let s in i){let t=o[s],e=i[s];if(!e)throw new R(`Guard not defined for field ${s} in input data!`,"general",o);if(!o.hasOwnProperty(s))throw new R(`Field ${s} doesn't exists in input data!`,"general",o);if(typeof e=="function"){if(console.log(e.name),a=e.apply(null,[t]),a instanceof R)throw a}else ur(e,t)}return o},ld=(i,o)=>{let a;if(!i)throw new Error("Schema object required for parse data!");if(typeof i=="function"){if(a=i.apply(null,[o]),a instanceof R)return{ok:!1,error:a}}else for(let s in i){let t=o[s],e=i[s];if(e)if(typeof e=="function"){if(a=e.apply(null,[o]),a instanceof R)return{ok:!1,error:a}}else ur(e,t)}return{ok:!0,output:o}},sd=(...i)=>o=>i.reduce((a,s)=>s(a),o),cd=(...i)=>o=>i.reduceRight((a,s)=>s(a),o),pd="VAL must be a string",fr=(i=pd)=>function(o){let a=i.replace(/VAL/g,o);return typeof o=="string"?o:new R(a,"string",o)},Kt=i=>typeof i<"u"&&i!==null,dd="VAL must starts with START_VAL",md=(i,o=dd)=>{if(!Kt(i))throw new Error("START_VALUE not defined!");return function(a){let s=o.replace(/VAL/g,a).replace(/START_VAL/g,i);return typeof a=="string"&&a.startsWith(i)?a:new R(s,"startsWith",a)}},Ad="VAL must end with END_VAL",gd=(i,o=Ad)=>{if(!Kt(i))throw new Error("END_VALUE not defined!");return function(a){let s=o.replace(/VAL/g,a).replace(/END_VAL/g,i);return typeof a=="string"&&a.endsWith(i)?a:new R(s,"endsWith",a)}},hd=()=>function(i){return i},fd="A symbol is required",ud=(i=fd)=>function(o){return typeof o=="symbol"?o:new R(i,"symbol",o)},xd="VAL must be a bigint",bd=(i=xd)=>function(o){let a=i.replace(/VAL/g,o);return typeof o=="bigint"?o:new R(a,"bigint",o)},wd="VAL must be valid date object or date string",vd=(i=wd)=>function(o){let a=i.replace(/VAL/g,o);return o instanceof Date?o:new R(a,"date",o)},Bd="The value must be a function",Ed=(i=Bd)=>function(o){return typeof o=="function"?o:new R(i,"function",o)},Cd="VAL must be an integer",Id=(i=Cd)=>function(o){let a=i.replace(/VAL/g,o);return Number.isInteger(o)?o:new R(a,"integer",o)},yd="VAL must be an safe integer",Qd=(i=yd)=>function(o){let a=i.replace(/VAL/g,o);return Number.isSafeInteger(o)?o:new R(a,"safeInteger",o)},kd="VAL must be a great then MIN_VALUE",Md=(i,o=kd)=>{if(!Kt(i))throw new Error("MIN_VALUE not defined!");return function(a){let s=o.replace(/VAL/g,a).replace(/MIN_VALUE/g,i),t=+a;return!isNaN(t)&&t>=+i?a:new R(s,"minValue",a)}},Fd="VAL must be a less then MAX_VALUE",Dd=(i,o=Fd)=>{if(!Kt(i))throw new Error("MAX_VALUE not defined!");return function(a){let s=o.replace(/VAL/g,a).replace(/MAX_VALUE/g,i),t=+a;return!isNaN(t)&&t<=+i?a:new R(s,"maxValue",a)}},Yd="VAL must be a string in valid email format",Td=(i=Yd)=>function(o){let a=i.replace(/VAL/g,o);return typeof o=="string"&&/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(o)?o:new R(a,"email",o)},Ud="Any value required",Sd=(i=Ud)=>function(o){let a=i.replace(/VAL/g,o);return typeof o<"u"&&o!==null&&o?o:new R(a,"required",o)},Rd="VAL must be a number",zd=(i=Rd)=>function(o){let a=i.replace(/VAL/g,o);return typeof o=="number"&&!isNaN(+o)?o:new R(a,"number",o)},Nd="VAL must be an object",Gd=i=>{if(!(typeof i=="object"))throw new R(Nd.replace(/VAL/g,i),"object",i);return{...i}},Jd="VAL must be between MIN_VAL and MAX_VAL",jd=(i,o,a=Jd)=>{if(!Kt(i))throw new Error("MIN_VALUE not defined!");if(!Kt(o))throw new Error("MAX_VALUE not defined!");return function(s){let t=a.replace(/VAL/g,s).replace(/MIN_VAL/g,i).replace(/MAX_VAL/g,o),e=+s;return!isNaN(e)&&s>=+i&&s<=+o?s:new R(t,"between",s)}},Hd="VAL must be a finite number",Pd=(i=Hd)=>function(o){let a=i.replace(/VAL/g,o);return Number.isFinite(o)?o:new R(a,"finite",o)},Vd="VAL must be a string in valid base 64 format",Ld=(i=Vd)=>function(o){let a=i.replace(/VAL/g,o);return typeof o=="string"&&/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/.test(o)?o:new R(a,"base64",o)},Od="VAL can`t be a number",_d=(i=Od)=>function(o){let a=i.replace(/VAL/g,o);return isNaN(o)?o:new R(a,"notNumber",o)},Kd="VAL must be a boolean",Wd=(i=Kd)=>function(o){let a=i.replace(/VAL/g,o);return typeof o=="boolean"?o:new R(a,"boolean",o)},Ya="VAL must be an array of TYPE",Xd=(i,o=Ya)=>(!i&&!o&&(i=fr(),o=Ya),typeof i=="string"&&(o=i,i=fr()),function(a){let s=o.replace(/VAL/g,a).replace(/TYPE/g,i.name);if(!Array.isArray(a))return new R(s,"array",a);for(let t of a)if(i(t)instanceof R)return new R(s,"array",a);return a}),qd="VAL must be a valid EMEI",Zd=i=>{let o=t=>{let e=0;for(;t>0;)e=e+t%10,t=parseInt(""+t/10,10);return e},a=(""+i).length;if(a!==15)return!1;let s=0;for(let t=a;t>=1;t--){let e=i%10;t%2===0&&(e=2*e),s+=o(e),i=parseInt(""+i/10,10)}return s%10===0},$d=(i=qd)=>function(o){let a=i.replace(/VAL/g,o);return Zd(o)?o:new R(a,"emei",o)},xr="VAL must be a string or array with length N",tm=(i,o=xr)=>function(a){let s=o.replace(/VAL/g,a).replace(/N/g,i);return(typeof a=="string"||Array.isArray(a))&&a.length===i?a:new R(s,"length",a)},em=(i,o=xr)=>function(a){let s=o.replace(/VAL/g,a).replace(/N/g,i);return(typeof a=="string"||Array.isArray(a))&&a.length>=i?a:new R(s,"minLength",a)},im=(i,o=xr)=>function(a){let s=o.replace(/VAL/g,a).replace(/N/g,i);return(typeof a=="string"||Array.isArray(a))&&a.length<=i?a:new R(s,"maxLength",a)},om="VAL must be a valid ip address ipv4 or ipv6",rm="VAL must be a valid ipv4 address",am="VAL must be a valid ipv6 address",Ta=/^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/,Ua=/^[a-fA-F0-9]{1, 4}:[a-fA-F0-9]{1, 4}:[a-fA-F0-9]{1, 4}:[a-fA-F0-9]{1, 4}:[a-fA-F0-9]{1, 4}:[a-fA-F0-9]{1, 4}:[a-fA-F0-9]{1, 4}:[a-fA-F0-9]{1, 4}$/,nm=(i=om)=>function(o){let a=i.replace(/VAL/g,o);return typeof o=="string"&&(Ta.test(o)||Ua.test(o))?o:new R(a,"ip",o)},lm=(i=rm)=>function(o){let a=i.replace(/VAL/g,o);return typeof o=="string"&&Ta.test(o)?o:new R(a,"ipv4",o)},sm=(i=am)=>function(o){let a=i.replace(/VAL/g,o);return typeof o=="string"&&Ua.test(o)?o:new R(a,"ipv6",o)},cm="VAL must be a valid domain name, xn--* for internationalized names",pm=/^((xn--)?[a-z0-9]+(-[a-z0-9]+)*\.)+[a-z]{2,}$/,dm=(i=cm)=>function(o){let a=i.replace(/VAL/g,o);return typeof o=="string"&&pm.test(o)?o:new R(a,"domain",o)},mm="VAL must be a valid url",Am=/^(?:(?:(?:https?|ftp|wss?):)?\/\/)(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u00a1-\uffff][a-z0-9\u00a1-\uffff_-]{0,62})?[a-z0-9\u00a1-\uffff]\.)+(?:[a-z\u00a1-\uffff]{2,}\.?))(?::\d{2,5})?(?:[/?#]\S*)?$/i,gm=(i=mm)=>function(o){let a=i.replace(/VAL/g,o);return typeof o=="string"&&Am.test(o)?o:new R(a,"url",o)},hm="VAL must be a valid hex color",fm=/(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i,um=(i=hm)=>function(o){let a=i.replace(/VAL/g,o);return typeof o=="string"&&fm.test(o)?o:new R(a,"hexColor",o)},Sa=/^4\d{12}(?:\d{3,6})?$/u,Ra=/^5[1-5]\d{2}|(?:222\d|22[3-9]\d|2[3-6]\d{2}|27[01]\d|2720)\d{12}$/u,za=/^3[47]\d{13}$/u,Na=/^6(?:011|5\d{2})\d{12,15}$/u,Ga=/^3(?:0[0-5]|[68]\d)\d{11,13}$/u,Ja=/^(?:2131|1800|35\d{3})\d{11}$/u,ja=/^(?:6[27]\d{14,17}|81\d{14,17})$/u,Ha="VAL must be a valid CC number (visa, mastercard, american express, discover, diners club, jcb, or union pay)",xm="VAL must be a valid Visa card number",bm="VAL must be a valid Mastercard card number",wm="VAL must be a valid American Express card number",vm="VAL must be a valid DISCOVER card number",Bm="VAL must be a valid DINERS CLUB card number",Em="VAL must be a valid JCB card number",Cm="VAL must be a valid Union Pay card number",Im=(i=Ha)=>function(o){let a=i.replace(/VAL/g,o);return typeof o=="string"&&(Sa.test(o)||Ra.test(o)||za.test(o)||Na.test(o)||Ga.test(o)||Ja.test(o)||ja.test(o))?o:new R(a,"creditCard",o)},Wt=(i,o,a=Ha)=>function(s){let t=a.replace(/VAL/g,s);return typeof s=="string"&&o.test(s)?s:new R(t,i,s)},ym=(i=xm)=>Wt("visa",Sa,i),Qm=(i=bm)=>Wt("mastercard",Ra,i),km=(i=wm)=>Wt("american express",za,i),Mm=(i=vm)=>Wt("discover",Na,i),Fm=(i=Bm)=>Wt("diners club",Ga,i),Dm=(i=Em)=>Wt("jcb card",Ja,i),Ym=(i=Cm)=>Wt("union pay",ja,i),Tm="The length of string must be VAL bytes",Um=(i,o=Tm)=>function(a){let s=o.replace(/VAL/g,a);return typeof a=="string"&&new TextEncoder().encode(a).length===i?a:new R(s,"bytes",a)},Sm="VAL can`t be null or undefined.",Rm=(i=Sm)=>function(o){let a=i.replace(/VAL/g,o);return Kt(o)?o:new R(a,"notNull",o)},zm="The value must match the pattern",Nm=(i,o=zm)=>function(a){let s=o.replace(/VAL/g,a);return(typeof i=="string"?new RegExp(i,"g"):i).test(""+a)?a:new R(s,"pattern",a)},Gm="VAL must contains only digits",Jm=(i=Gm)=>function(o){let a=i.replace(/VAL/g,o);return/^\d+$/g.test(""+o)?o:new R(a,"digits",o)},jm="VAL must be a float",Hm=(i=jm)=>function(o){let a=i.replace(/VAL/g,o);return!isNaN(o)&&+n%1!==0||/^\d*\.\d+$/.test(o)?o:new R(a,"float",o)},Pm="0.5.1",Vm="22.09.2024, 21:18:24",Lm=()=>{console.info(`%c GUARDIAN %c v${Pm} %c ${Vm} `,"color: pink; font-weight: bold; background: #2b1700","color: white; background: darkgreen","color: white; background: #0080fe;")};globalThis.G=br;(function(i){"use strict";globalThis.__version__="5.0.12",globalThis.__build_time__="29.10.2024, 14:30:08";var o=i.meta("metro4:init").attr("content"),a=i.meta("metro4:locale").attr("content"),s=i.meta("metro4:week_start").attr("content"),t=i.meta("metro4:date_format").attr("content"),e=i.meta("metro4:date_format_input").attr("content"),r=i.meta("metro4:animation_duration").attr("content"),l=i.meta("metro4:callback_timeout").attr("content"),c=i.meta("metro4:timeout").attr("content"),p=i.meta("metro4:scroll_multiple").attr("content"),d=i.meta("metro4:cloak").attr("content"),m=i.meta("metro4:cloak_duration").attr("content"),A=i.meta("metro4:global_common").attr("content"),g=i.meta("metro4:blur_image").attr("content");globalThis.METRO_BLUR_IMAGE===void 0&&(globalThis.METRO_BLUR_IMAGE=g!==void 0?JSON.parse(A):!1),globalThis.METRO_GLOBAL_COMMON===void 0&&(globalThis.METRO_GLOBAL_COMMON=A!==void 0?JSON.parse(A):!1);var h=i.meta("metro4:jquery").attr("content");globalThis.jquery_present=typeof jQuery<"u",globalThis.METRO_JQUERY===void 0&&(globalThis.METRO_JQUERY=h!==void 0?JSON.parse(h):!0),globalThis.useJQuery=globalThis.jquery_present&&globalThis.METRO_JQUERY;var f=i.meta("metro4:info").attr("content");globalThis.METRO_SHOW_INFO===void 0&&(globalThis.METRO_SHOW_INFO=f!==void 0?JSON.parse(f):!0);var x=i.meta("metro4:compile").attr("content");globalThis.METRO_SHOW_COMPILE_TIME===void 0&&(globalThis.METRO_SHOW_COMPILE_TIME=x!==void 0?JSON.parse(x):!0),globalThis.METRO_INIT===void 0&&(globalThis.METRO_INIT=o!==void 0?JSON.parse(o):!0),globalThis.METRO_DEBUG===void 0&&(globalThis.METRO_DEBUG=!0),globalThis.METRO_WEEK_START===void 0&&(globalThis.METRO_WEEK_START=s!==void 0?parseInt(s):0),globalThis.METRO_DATE_FORMAT===void 0&&(globalThis.METRO_DATE_FORMAT=t!==void 0?t:"YYYY-MM-DD"),globalThis.METRO_DATE_FORMAT_INPUT===void 0&&(globalThis.METRO_DATE_FORMAT_INPUT=e!==void 0?e:"YYYY-MM-DD"),globalThis.METRO_LOCALE===void 0&&(globalThis.METRO_LOCALE=a!==void 0?a:"en-US"),globalThis.METRO_ANIMATION_DURATION===void 0&&(globalThis.METRO_ANIMATION_DURATION=r!==void 0?parseInt(r):100),globalThis.METRO_CALLBACK_TIMEOUT===void 0&&(globalThis.METRO_CALLBACK_TIMEOUT=l!==void 0?parseInt(l):500),globalThis.METRO_TIMEOUT===void 0&&(globalThis.METRO_TIMEOUT=c!==void 0?parseInt(c):2e3),globalThis.METRO_SCROLL_MULTIPLE===void 0&&(globalThis.METRO_SCROLL_MULTIPLE=p!==void 0?parseInt(p):20),globalThis.METRO_CLOAK_REMOVE===void 0&&(globalThis.METRO_CLOAK_REMOVE=d!==void 0?(""+d).toLowerCase():"fade"),globalThis.METRO_CLOAK_DURATION===void 0&&(globalThis.METRO_CLOAK_DURATION=m!==void 0?parseInt(m):300),globalThis.METRO_HOTKEYS_FILTER_CONTENT_EDITABLE===void 0&&(globalThis.METRO_HOTKEYS_FILTER_CONTENT_EDITABLE=!0),globalThis.METRO_HOTKEYS_FILTER_INPUT_ACCEPTING_ELEMENTS===void 0&&(globalThis.METRO_HOTKEYS_FILTER_INPUT_ACCEPTING_ELEMENTS=!0),globalThis.METRO_HOTKEYS_FILTER_TEXT_INPUTS===void 0&&(globalThis.METRO_HOTKEYS_FILTER_TEXT_INPUTS=!0),globalThis.METRO_HOTKEYS_BUBBLE_UP===void 0&&(globalThis.METRO_HOTKEYS_BUBBLE_UP=!1),globalThis.METRO_THROWS===void 0&&(globalThis.METRO_THROWS=!0),globalThis.METRO_MEDIA=[]})(m4q);(function(){"use strict";var i=m4q;if(typeof m4q>"u")throw new Error("Metro UI requires m4q helper!");if(!("MutationObserver"in window))throw new Error("Metro UI requires MutationObserver!");var o="ontouchstart"in window||navigator.MaxTouchPoints>0||navigator.msMaxTouchPoints>0,a=function(t){return typeof t!="string"?void 0:t.replace(/-/g,"").toLowerCase()},s={version:globalThis.__version__,build_time:globalThis.__build_time__,buildNumber:0,isTouchable:o,fullScreenEnabled:document.fullscreenEnabled,sheet:null,controlsPosition:{INSIDE:"inside",OUTSIDE:"outside"},groupMode:{ONE:"one",MULTI:"multi"},aspectRatio:{HD:"hd",SD:"sd",CINEMA:"cinema"},fullScreenMode:{WINDOW:"window",DESKTOP:"desktop"},position:{TOP:"top",BOTTOM:"bottom",LEFT:"left",RIGHT:"right",TOP_RIGHT:"top-right",TOP_LEFT:"top-left",BOTTOM_LEFT:"bottom-left",BOTTOM_RIGHT:"bottom-right",LEFT_BOTTOM:"left-bottom",LEFT_TOP:"left-top",RIGHT_TOP:"right-top",RIGHT_BOTTOM:"right-bottom"},popoverEvents:{CLICK:"click",HOVER:"hover",FOCUS:"focus"},stepperView:{SQUARE:"square",CYCLE:"cycle",DIAMOND:"diamond"},listView:{LIST:"list",CONTENT:"content",ICONS:"icons",ICONS_MEDIUM:"icons-medium",ICONS_LARGE:"icons-large",TILES:"tiles",TABLE:"table"},events:{click:"click",start:o?"touchstart":"mousedown",stop:o?"touchend":"mouseup",move:o?"touchmove":"mousemove",enter:o?"touchstart":"mouseenter",startAll:"mousedown touchstart",stopAll:"mouseup touchend",moveAll:"mousemove touchmove",leave:"mouseleave",focus:"focus",blur:"blur",resize:"resize",keyup:"keyup",keydown:"keydown",keypress:"keypress",dblclick:"dblclick",input:"input",change:"change",cut:"cut",paste:"paste",scroll:"scroll",mousewheel:"mousewheel",inputchange:"change input propertychange cut paste copy drop",dragstart:"dragstart",dragend:"dragend",dragenter:"dragenter",dragover:"dragover",dragleave:"dragleave",drop:"drop",drag:"drag"},keyCode:{BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,BREAK:19,CAPS:20,ESCAPE:27,SPACE:32,PAGEUP:33,PAGEDOWN:34,END:35,HOME:36,LEFT_ARROW:37,UP_ARROW:38,RIGHT_ARROW:39,DOWN_ARROW:40,COMMA:188},media_queries:{FS:"(min-width: 0px)",XS:"(min-width: 360px)",SM:"(min-width: 576px)",LD:"(min-width: 640px)",MD:"(min-width: 768px)",LG:"(min-width: 992px)",XL:"(min-width: 1200px)",XXL:"(min-width: 1452px)",XXXL:"(min-width: 2000px)"},media_sizes:{FS:0,XS:360,SM:576,LD:640,MD:768,LG:992,XL:1200,XXL:1452,XXXL:2e3},media_mode:{FS:"fs",XS:"xs",SM:"sm",LD:"ld",MD:"md",LG:"lg",XL:"xl",XXL:"xxl",XXXL:"xxxl"},media_modes:["fs","xs","sm","ld","md","lg","xl","xxl","xxxl"],actions:{REMOVE:1,HIDE:2},hotkeys:{},locales:{},utils:{},colors:{},dialog:null,pagination:null,md5:null,storage:null,export:null,animations:null,cookie:null,template:null,defaults:{},info:function(){typeof globalThis.METRO_DISABLE_LIB_INFO>"u"&&(console.info(`%c METRO UI %c v${s.version} %c ${s.build_time} `,"color: pink; font-weight: bold; background: #800000","color: white; background: darkgreen","color: white; background: #0080fe;"),globalThis.$&&i.info&&i.info(),globalThis.Hooks&&Hooks.info&&Hooks.info(),globalThis.html&&html.info&&html.info(),globalThis.Animation&&Animation.info&&Animation.info(),globalThis.Farbe&&Farbe.info&&Farbe.info(),globalThis.Datetime&&Datetime.info&&Datetime.info(),globalThis.Str&&Str.info&&Str.info(),globalThis.G&&G.info&&G.info())},aboutDlg:function(){alert("Metro UI - v"+s.version)},observe:function(){var t,e,r={childList:!0,attributes:!0,subtree:!0};e=function(l){l.map(function(c){if(c.type==="attributes"&&c.attributeName!=="data-role")if(c.attributeName==="data-hotkey")s.initHotkeys([c.target],!0);else{var p=i(c.target),d=p.data("metroComponent"),m=c.attributeName,A=p.attr(m),g=c.oldValue;d!==void 0&&(p.fire("attr-change",{attr:m,newValue:A,oldValue:g,__this:p[0]}),i.each(d,function(){var y=s.getPlugin(p,this);y&&typeof y.changeAttribute=="function"&&y.changeAttribute(m,A,g)}))}else if(c.type==="childList"&&c.addedNodes.length>0){var h,f=[],x,b,v=c.addedNodes;if(v.length){for(h=0;h"u"){console.warn("Component "+e+" can not be destroyed: the element is not a Metro UI component.");return}if(typeof r.destroy!="function"){console.warn("Component "+e+" can not be destroyed: method destroy not found.");return}r.destroy(),l=c.data("metroComponent"),s.utils.arrayDelete(l,p),c.data("metroComponent",l),i.removeData(c[0],p),c.removeAttr("data-role-"+p)},destroyPluginAll:function(t){var e=i(t),r=e.data("metroComponent");r!==void 0&&r.length>0&&i.each(r,function(){s.destroyPlugin(e[0],this)})},noop:function(){},noop_true:function(){return!0},noop_false:function(){return!1},noop_arg:function(t){return t},requestFullScreen:function(t){t.mozRequestFullScreen?t.mozRequestFullScreen():t.webkitRequestFullScreen?t.webkitRequestFullScreen():t.msRequestFullscreen?t.msRequestFullscreen():t.requestFullscreen().catch(function(e){console.warn("Error attempting to enable full-screen mode: "+e.message+" "+e.name)})},exitFullScreen:function(){document.mozCancelFullScreen?document.mozCancelFullScreen():document.webkitCancelFullScreen?document.webkitCancelFullScreen():document.msExitFullscreen?document.msExitFullscreen():document.exitFullscreen().catch(function(t){console.warn("Error attempting to disable full-screen mode: "+t.message+" "+t.name)})},inFullScreen:function(){var t=document.fullscreenElement||document.webkitFullscreenElement||document.mozFullScreenElement||document.msFullscreenElement;return t!==void 0},$:function(){return window.useJQuery?jQuery:m4q},get$el:function(t){return s.$()(i(t)[0])},get$elements:function(t){return s.$()(i(t))},getPlugin:function(t,e){var r=a(e),l=s.get$el(t);return l.length?l.data(r):void 0},makePlugin:function(t,e,r){var l=a(e),c=s.get$elements(t);return c.length&&typeof c[l]=="function"?c[l](r):void 0},Component:function(t,e){var r=a(t),l=s.utils,c=i.extend({name:r},{_super:function(p,d,m,A){var g=this;this.elem=p,this.element=i(p),this.options=i.extend({},m,d),this.component=this.elem,this._setOptionsFromDOM(),this._runtime(),A&&typeof A=="object"&&i.each(A,function(h,f){g[h]=f}),this._createExec()},_setOptionsFromDOM:function(){var p=this.element,d=this.options;i.each(p.data(),function(m,A){if(m in d)try{d[m]=JSON.parse(A)}catch{d[m]=A}})},_runtime:function(){var p=this.element,d,m=(p.attr("data-role")||"").toArray(",").map(function(A){return a(A)}).filter(function(A){return A.trim()!==""});p.attr("data-role-"+this.name)||(p.attr("data-role-"+this.name,!0),m.indexOf(this.name)===-1&&(m.push(this.name),p.attr("data-role",m.join(","))),d=p.data("metroComponent"),d===void 0?d=[this.name]:d.push(this.name),p.data("metroComponent",d))},_createExec:function(){var p=this,d=this.options[this.name+"Deferred"];d?setTimeout(function(){p._create()},d):p._create()},_fireEvent:function(p,d,m,A,g=null){var h=this.element,f=this.options,x,b=str(p).camelCase().capitalize(!1).value;return d=i.extend({},d,{__this:h[0]}),x=d?Object.values(d):{},m&&(console.warn(m),console.warn("Event: on"+b),console.warn("Data: ",d),console.warn("Element: ",h[0])),A!==!0&&h.fire(b.toLowerCase(),d),l.exec(f["on"+b],x,g||h[0])},_fireEvents:function(p,d,m,A,g){var h=this,f;if(arguments.length!==0){if(arguments.length===1)return i.each(p,function(){var x=this;h._fireEvent(x.name,x.data,x.log,x.noFire,g)}),l.objectLength(p);!Array.isArray(p)&&typeof p!="string"||(f=Array.isArray(p)?p:p.toArray(","),i.each(f,function(){h._fireEvent(this,d,m,A,g)}))}},getComponent:function(){return this.component},getComponentName:function(){return this.name}},e);return s.plugin(r,c),c},fetch:{status:function(t){return t.ok?Promise.resolve(t):Promise.reject(new Error(t.statusText))},json:function(t){return t.json()},text:function(t){return t.text()},form:function(t){return t.formData()},blob:function(t){return t.blob()},buffer:function(t){return t.arrayBuffer()}},i18n:{loadLocale(t="en-US"){},getMessage(t){return""},updateUI(){let t=()=>{document.querySelectorAll("[data-i18n]").forEach(e=>{let r=e.getAttribute("data-i18n");e.innerHTML=s.i18n.getMessage(r)})}}}};return i(window).on(s.events.resize,function(){window.METRO_MEDIA=[],i.each(s.media_queries,function(t,e){s.utils.media(e)&&window.METRO_MEDIA.push(s.media_mode[t])})}),window.Metro=s,window.METRO_INIT===!0&&i(function(){s.init()}),s})();(function(i,o){o.extend(i.locales,{"da-DK":{calendar:{months:["Januar","Februar","Marts","April","Maj","Juni","Juli","August","September","Oktober","November","December","Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],days:["S\xF8ndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","L\xF8rdag","S\xF8","Ma","Ti","On","To","Fr","L\xF8","S\xF8n","Man","Tir","Ons","Tor","Fre","L\xF8r"],time:{days:"DAGE",hours:"TIMER",minutes:"MIN",seconds:"SEK",month:"MON",day:"DAG",year:"\xC5R"},weekStart:1},buttons:{ok:"OK",cancel:"Annuller",done:"F\xE6rdig",today:"Idag",now:"Nu",clear:"Ryd",help:"Hj\xE6lp",yes:"Ja",no:"Nej",random:"Tilf\xE6ldig",save:"Gem",reset:"Nulstil"},table:{rowsCount:"Show entries:",search:"Search:",info:"Showing $1 to $2 of $3 entries",prev:"Prev",next:"Next",all:"All",inspector:"Inspector",skip:"Goto page",empty:"Nothing to show"},colorSelector:{addUserColorButton:"ADD TO SWATCHES",userColorsTitle:"USER COLORS"},switch:{on:"on",off:"off"}}})})(Metro,m4q);(function(i,o){o.extend(i.locales,{"de-DE":{calendar:{months:["Januar","Februar","M\xE4rz","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember","Jan","Feb","M\xE4r","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],days:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag","So","Mo","Di","Mi","Do","Fr","Sa","Son","Mon","Die","Mit","Don","Fre","Sam"],time:{days:"TAGE",hours:"STD",minutes:"MIN",seconds:"SEK"},weekStart:2},buttons:{ok:"OK",cancel:"Abbrechen",done:"Fertig",today:"Heute",now:"Jetzt",clear:"L\xF6schen",help:"Hilfe",yes:"Ja",no:"Nein",random:"Zuf\xE4llig",save:"Speichern",reset:"Zur\xFCcksetzen"},table:{rowsCount:"Show entries:",search:"Search:",info:"Showing $1 to $2 of $3 entries",prev:"Prev",next:"Next",all:"All",inspector:"Inspector",skip:"Goto page",empty:"Nothing to show"},colorSelector:{addUserColorButton:"ADD TO SWATCHES",userColorsTitle:"USER COLORS"},switch:{on:"on",off:"off"}}})})(Metro,m4q);(function(i,o){o.extend(i.locales,{"en-US":{calendar:{months:["January","February","March","April","May","June","July","August","September","October","November","December","Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Su","Mo","Tu","We","Th","Fr","Sa","Sun","Mon","Tus","Wen","Thu","Fri","Sat"],time:{days:"DAYS",hours:"HOURS",minutes:"MINS",seconds:"SECS",month:"MON",day:"DAY",year:"YEAR"},weekStart:0},buttons:{ok:"OK",cancel:"Cancel",done:"Done",today:"Today",now:"Now",clear:"Clear",help:"Help",yes:"Yes",no:"No",random:"Random",save:"Save",reset:"Reset"},table:{rowsCount:"Show entries:",search:"Search:",info:"Showing $1 to $2 of $3 entries",prev:"Prev",next:"Next",all:"All",inspector:"Inspector",skip:"Goto page",empty:"Nothing to show"},colorSelector:{addUserColorButton:"ADD TO SWATCHES",userColorsTitle:"USER COLORS"},switch:{on:"on",off:"off"}}})})(Metro,m4q);(function(i,o){o.extend(i.locales,{"es-MX":{calendar:{months:["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre","Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Sep","Oct","Nov","Dic"],days:["Domingo","Lunes","Martes","Mi\xE9rcoles","Jueves","Viernes","S\xE1bado","Do","Lu","Ma","Mi","Ju","Vi","Sa","Dom","Lun","Mar","Mi\xE9","Jue","Vie","S\xE1b"],time:{days:"D\xCDAS",hours:"HORAS",minutes:"MINS",seconds:"SEGS",month:"MES",day:"D\xCDA",year:"A\xD1O"},weekStart:1},buttons:{ok:"Aceptar",cancel:"Cancelar",done:"Hecho",today:"Hoy",now:"Ahora",clear:"Limpiar",help:"Ayuda",yes:"Si",no:"No",random:"Aleatorio",save:"Salvar",reset:"Reiniciar"},table:{rowsCount:"Show entries:",search:"Search:",info:"Showing $1 to $2 of $3 entries",prev:"Prev",next:"Next",all:"All",inspector:"Inspector",skip:"Goto page",empty:"Nothing to show"},colorSelector:{addUserColorButton:"ADD TO SWATCHES",userColorsTitle:"USER COLORS"},switch:{on:"on",off:"off"}}})})(Metro,m4q);(function(i,o){o.extend(i.locales,{"fr-FR":{calendar:{months:["Janvier","F\xE9vrier","Mars","Avril","Mai","Juin","Juillet","Ao\xFBt","Septembre","Octobre","Novembre","D\xE9cembre","Janv","F\xE9vr","Mars","Avr","Mai","Juin","Juil","Ao\xFBt","Sept","Oct","Nov","D\xE9c"],days:["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi","Di","Lu","Ma","Me","Je","Ve","Sa","Dim","Lun","Mar","Mer","Jeu","Ven","Sam"],time:{days:"JOURS",hours:"HEURES",minutes:"MINS",seconds:"SECS",month:"MOIS",day:"JOUR",year:"ANNEE"},weekStart:1},buttons:{ok:"OK",cancel:"Annul\xE9",done:"Fait",today:"Aujourd'hui",now:"Maintenant",clear:"Effac\xE9",help:"Aide",yes:"Oui",no:"Non",random:"Al\xE9atoire",save:"Sauvegarder",reset:"R\xE9initialiser"},table:{rowsCount:"Show entries:",search:"Search:",info:"Showing $1 to $2 of $3 entries",prev:"Prev",next:"Next",all:"All",inspector:"Inspector",skip:"Goto page",empty:"Nothing to show"},colorSelector:{addUserColorButton:"ADD TO SWATCHES",userColorsTitle:"USER COLORS"},switch:{on:"on",off:"off"}}})})(Metro,m4q);(function(i,o){o.extend(i.locales,{"hr-HR":{calendar:{months:["Sije\u010Danj","Velja\u010Da","O\u017Eujak","Travanj","Svibanj","Lipanj","Srpanj","Kolovoz","Rujan","Listopad","Studeni","Prosinac","Sij","Velj","O\u017Eu","Tra","Svi","Lip","Srp","Kol","Ruj","Lis","Stu","Pro"],days:["Nedjelja","Ponedjeljak","Utorak","Srijeda","\u010Cetvrtak","Petak","Subota","Ne","Po","Ut","Sr","\u010Ce","Pe","Su","Ned","Pon","Uto","Sri","\u010Cet","Pet","Sub"],time:{days:"DANI",hours:"SATI",minutes:"MINUTE",seconds:"SEKUNDE",month:"MJESEC",day:"DAN",year:"GODINA"},weekStart:1},buttons:{ok:"OK",cancel:"Otka\u017Ei",done:"Gotovo",today:"Danas",now:"Sada",clear:"Izbri\u0161i",help:"Pomo\u0107",yes:"Da",no:"Ne",random:"Nasumi\u010Dno",save:"Spremi",reset:"Reset"},table:{rowsCount:"Broj redaka:",search:"Pretraga:",info:"Prikazujem $1 do $2 od $3",prev:"Nazad",next:"Naprijed",all:"Sve",inspector:"Inspektor",skip:"Idi na stranicu",empty:"Prazno"},colorSelector:{addUserColorButton:"Dodaj uzorcima",userColorsTitle:"Korisni\u010Dke boje"},switch:{on:"on",off:"off"}}})})(Metro,m4q);(function(i,o){o.extend(i.locales,{"hu-HU":{calendar:{months:["Janu\xE1r","Febru\xE1r","M\xE1rcius","\xC1prilis","M\xE1jus","J\xFAnius","J\xFAlius","Augusztus","Szeptember","Okt\xF3ber","November","December","Jan","Feb","M\xE1r","\xC1pr","M\xE1j","J\xFAn","J\xFAl","Aug","Szep","Okt","Nov","Dec"],days:["Vas\xE1rnap","H\xE9tf\u0151","Kedd","Szerda","Cs\xFCt\xF6rt\xF6k","P\xE9ntek","Szombat","V","H","K","Sz","Cs","P","Sz","Vas","H\xE9t","Ke","Sze","Cs\xFC","P\xE9n","Szom"],time:{days:"NAP",hours:"\xD3RA",minutes:"PERC",seconds:"MP"},weekStart:1},buttons:{ok:"OK",cancel:"M\xE9gse",done:"K\xE9sz",today:"Ma",now:"Most",clear:"T\xF6rl\xE9s",help:"Seg\xEDts\xE9g",yes:"Igen",no:"Nem",random:"V\xE9letlen",save:"Ment\xE9s",reset:"Vissza\xE1ll\xEDt\xE1s"},table:{rowsCount:"Show entries:",search:"Search:",info:"Showing $1 to $2 of $3 entries",prev:"Prev",next:"Next",all:"All",inspector:"Inspector",skip:"Goto page",empty:"Nothing to show"},colorSelector:{addUserColorButton:"ADD TO SWATCHES",userColorsTitle:"USER COLORS"},switch:{on:"on",off:"off"}}})})(Metro,m4q);(function(i,o){o.extend(i.locales,{"it-IT":{calendar:{months:["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre","Gen","Feb","Mar","Apr","Mag","Giu","Lug","Ago","Set","Ott","Nov","Dic"],days:["Domenica","Luned\xEC","Marted\xEC","Mercoled\xEC","Gioved\xEC","Venerd\xEC","Sabato","Do","Lu","Ma","Me","Gi","Ve","Sa","Dom","Lun","Mar","Mer","Gio","Ven","Sab"],time:{days:"GIORNI",hours:"ORE",minutes:"MIN",seconds:"SEC",month:"MESE",day:"GIORNO",year:"ANNO"},weekStart:1},buttons:{ok:"OK",cancel:"Annulla",done:"Fatto",today:"Oggi",now:"Adesso",clear:"Cancella",help:"Aiuto",yes:"S\xEC",no:"No",random:"Random",save:"Salvare",reset:"Reset"},table:{rowsCount:"Show entries:",search:"Search:",info:"Showing $1 to $2 of $3 entries",prev:"Prev",next:"Next",all:"All",inspector:"Inspector",skip:"Goto page",empty:"Nothing to show"},colorSelector:{addUserColorButton:"ADD TO SWATCHES",userColorsTitle:"USER COLORS"},switch:{on:"on",off:"off"}}})})(Metro,m4q);(function(i,o){o.extend(i.locales,{"pl-PL":{calendar:{months:["Stycze\u0144","Luty","Marzec","Kwiecie\u0144","Maj","Czerwiec","Lipiec","Sierpie\u0144","Wrzesie\u0144","Pa\u017Adziernik","Listopad","Grudzie\u0144","Sty","Lut","Mar","Kwi","Maj","Cze","Lip","Sie","Wrz","Pa\u017A","Lis","Gru"],days:["Niedziela","Poniedzia\u0142ek","Wtorek","\u015Aroda","Czwartek","Pi\u0105tek","Sobota","NDZ","PN","WT","\u015AR","CZW","PT","SB","Niedz","Pon","Wt","\u015Ar","Czw","Pt","Sob"],time:{days:"DNI",hours:"GODZINY",minutes:"MINUTY",seconds:"SEKUNDY",month:"MIESI\u0104C",day:"DZIE\u0143",year:"ROK"},weekStart:1},buttons:{ok:"OK",cancel:"Anuluj",done:"Gotowe",today:"Dzi\u015B",now:"Teraz",clear:"Wyczy\u015B\u0107",help:"Pomoc",yes:"Tak",no:"Nie",random:"Losowy",save:"Zapisz",reset:"Resetowanie"},table:{rowsCount:"Poka\u017C wpisy:",search:"Wyszukaj:",info:"Wy\u015Bwietlanie wpis\xF3w od $1 do $2 z \u0142\u0105cznie $3",prev:"Poprzedni",next:"Nast\u0119pny",all:"Wszystkie",inspector:"Inspektor",skip:"Id\u017A do strony",empty:"Nic do wy\u015Bwietlenia"},colorSelector:{addUserColorButton:"DODAJ DO PR\xD3BEK",userColorsTitle:"KOLOR U\u017BYTKOWNIKA"},switch:{on:"W\u0142\u0105cz",off:"Wy\u0142\u0105cz"}}})})(Metro,m4q);(function(i,o){o.extend(i.locales,{"pt-BR":{calendar:{months:["Janeiro","Fevereiro","Mar\xE7o","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro","Jan","Fev","Mar","Abr","Maio","Jun","Jul","Ago","Set","Out","Nov","Dez"],days:["Domingo","Segunda","Ter\xE7a","Quarta","Quinta","Sexta","S\xE1bado","Do","Se","Te","Qa","Qi","Se","Sa","Dom","Seg","Ter","Qua","Qui","Sex","Sab"],time:{days:"DIAS",hours:"HORAS",minutes:"MINUTOS",seconds:"SEGUNDOS",month:"M\xCAS",day:"DIA",year:"ANO"},weekStart:1},buttons:{ok:"OK",cancel:"Cancelar",done:"Feito",today:"Hoje",now:"Agora",clear:"Limpar",help:"Ajuda",yes:"Sim",no:"N\xE3o",random:"Aleat\xF3rio",save:"Salvar",reset:"Restaurar"},table:{rowsCount:"Show entries:",search:"Search:",info:"Showing $1 to $2 of $3 entries",prev:"Prev",next:"Next",all:"All",inspector:"Inspector",skip:"Goto page",empty:"Nothing to show"},colorSelector:{addUserColorButton:"ADD TO SWATCHES",userColorsTitle:"USER COLORS"},switch:{on:"on",off:"off"}}})})(Metro,m4q);(function(i,o){o.extend(i.locales,{"ru-RU":{calendar:{months:["\u042F\u043D\u0432\u0430\u0440\u044C","\u0424\u0435\u0432\u0440\u0430\u043B\u044C","\u041C\u0430\u0440\u0442","\u0410\u043F\u0440\u0435\u043B\u044C","\u041C\u0430\u0439","\u0418\u044E\u043D\u044C","\u0418\u044E\u043B\u044C","\u0410\u0432\u0433\u0443\u0441\u0442","\u0421\u0435\u043D\u0442\u044F\u0431\u0440\u044C","\u041E\u043A\u0442\u044F\u0431\u0440\u044C","\u041D\u043E\u044F\u0431\u0440\u044C","\u0414\u0435\u043A\u0430\u0431\u0440\u044C","\u042F\u043D\u0432","\u0424\u0435\u0432","\u041C\u0430\u0440","\u0410\u043F\u0440","\u041C\u0430\u0439","\u0418\u044E\u043D","\u0418\u044E\u043B","\u0410\u0432\u0433","\u0421\u0435\u043D","\u041E\u043A\u0442","\u041D\u043E\u044F","\u0414\u0435\u043A"],days:["\u0412\u043E\u0441\u043A\u0440\u0435\u0441\u0435\u043D\u044C\u0435","\u041F\u043E\u043D\u0435\u0434\u0435\u043B\u044C\u043D\u0438\u043A","\u0412\u0442\u043E\u0440\u043D\u0438\u043A","\u0421\u0440\u0435\u0434\u0430","\u0427\u0435\u0442\u0432\u0435\u0440\u0433","\u041F\u044F\u0442\u043D\u0438\u0446\u0430","\u0421\u0443\u0431\u0431\u043E\u0442\u0430","\u0412\u0441","\u041F\u043D","\u0412\u0442","\u0421\u0440","\u0427\u0442","\u041F\u0442","\u0421\u0431","\u0412\u043E\u0441","\u041F\u043E\u043D","\u0412\u0442\u043E","\u0421\u0440\u0435","\u0427\u0435\u0442","\u041F\u044F\u0442","\u0421\u0443\u0431"],time:{days:"\u0414\u041D\u0418",hours:"\u0427\u0410\u0421\u042B",minutes:"\u041C\u0418\u041D",seconds:"\u0421\u0415\u041A",month:"\u041C\u0415\u0421",day:"\u0414\u0415\u041D\u042C",year:"\u0413\u041E\u0414"},weekStart:1},buttons:{ok:"\u041E\u041A",cancel:"\u041E\u0442\u043C\u0435\u043D\u0430",done:"\u0413\u043E\u0442\u043E\u0432\u043E",today:"\u0421\u0435\u0433\u043E\u0434\u043D\u044F",now:"\u0421\u0435\u0439\u0447\u0430\u0441",clear:"\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C",help:"\u041F\u043E\u043C\u043E\u0449\u044C",yes:"\u0414\u0430",no:"\u041D\u0435\u0442",random:"\u0421\u043B\u0443\u0447\u0430\u0439\u043D\u043E",save:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C",reset:"\u0421\u0431\u0440\u043E\u0441"},table:{rowsCount:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0437\u0430\u043F\u0438\u0441\u0435\u0439:",search:"\u041F\u043E\u0438\u0441\u043A:",info:"\u041F\u043E\u043A\u0430\u0437\u0430\u043D\u044B $1 \u0441 $2 \u043F\u043E $3 \u0437\u0430\u043F\u0438\u0441\u0435\u0439",prev:"\u041F\u0440\u0435\u0434\u044B\u0434\u0443\u0449\u0438\u0435",next:"\u0421\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435",all:"\u0412\u0441\u0435",inspector:"\u0418\u043D\u0441\u043F\u0435\u043A\u0442\u043E\u0440",skip:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443",empty:"\u041D\u0435\u0442 \u0437\u0430\u043F\u0438\u0441\u0435\u0439"},colorSelector:{addUserColorButton:"\u0414\u041E\u0411\u0410\u0412\u0418\u0422\u042C \u0412 \u041E\u0411\u0420\u0410\u0417\u0426\u042B",userColorsTitle:"\u0426\u0412\u0415\u0422\u0410 \u041F\u041E\u041B\u042C\u0417\u041E\u0412\u0410\u0422\u0415\u041B\u042F"},switch:{on:"\u0432\u043A\u043B",off:"\u0432\u044B\u043A\u043B"}}})})(Metro,m4q);(function(i,o){o.extend(i.locales,{"tr-TR":{calendar:{months:["Ocak","\u015Eubat","Mart","Nisan","May\u0131s","Haziran","Temmuz","A\u011Fustos","Eyl\xFCl","Ekim","Kas\u0131m","Aral\u0131k","Oca","\u015Eub","Mar","Nis","May","Haz","Tem","A\u011Fu","Eyl","Eki","Kas","Ara"],days:["Pazar","Pazartesi","Sal\u0131","\xC7ar\u015Famba","Per\u015Fembe","Cuma","Cumartesi","Pa","Pz","Sa","\xC7a","Pe","Cu","Ct","Paz","Pzt","Sal","\xC7ar","Per","Cum","Cmt"],time:{days:"G\xDCN",hours:"SAAT",minutes:"DAK",seconds:"SAN",month:"AY",day:"G\xDCN",year:"YIL"},weekStart:1},buttons:{ok:"Tamam",cancel:"Vazge\xE7",done:"Bitti",today:"Bug\xFCn",now:"\u015Eimdi",clear:"Temizle",help:"Yard\u0131m",yes:"Evet",no:"Hay\u0131r",random:"Rasgele",save:"Kurtarmak",reset:"S\u0131f\u0131rla"},table:{rowsCount:"Show entries:",search:"Search:",info:"Showing $1 to $2 of $3 entries",prev:"Prev",next:"Next",all:"All",inspector:"Inspector",skip:"Goto page",empty:"Nothing to show"},colorSelector:{addUserColorButton:"ADD TO SWATCHES",userColorsTitle:"USER COLORS"},switch:{on:"on",off:"off"}}})})(Metro,m4q);(function(i,o){o.extend(i.locales,{"uk-UA":{calendar:{months:["\u0421\u0456\u0447\u0435\u043D\u044C","\u041B\u044E\u0442\u0438\u0439","\u0411\u0435\u0440\u0435\u0437\u0435\u043D\u044C","\u041A\u0432\u0456\u0442\u0435\u043D\u044C","\u0422\u0440\u0430\u0432\u0435\u043D\u044C","\u0427\u0435\u0440\u0432\u0435\u043D\u044C","\u041B\u0438\u043F\u0435\u043D\u044C","\u0421\u0435\u0440\u043F\u0435\u043D\u044C","\u0412\u0435\u0440\u0435\u0441\u0435\u043D\u044C","\u0416\u043E\u0432\u0442\u0435\u043D\u044C","\u041B\u0438\u0441\u0442\u043E\u043F\u0430\u0434","\u0413\u0440\u0443\u0434\u0435\u043D\u044C","\u0421\u0456\u0447","\u041B\u044E\u0442","\u0411\u0435\u0440","\u041A\u0432\u0456","\u0422\u0440\u0430","\u0427\u0435\u0440","\u041B\u0438\u043F","\u0421\u0435\u0440","\u0412\u0435\u0440","\u0416\u043E\u0432","\u041B\u0438\u0441","\u0413\u0440\u0443"],days:["\u041D\u0435\u0434\u0456\u043B\u044F","\u041F\u043E\u043D\u0435\u0434\u0456\u043B\u043E\u043A","\u0412\u0456\u0432\u0442\u043E\u0440\u043E\u043A","\u0421\u0435\u0440\u0435\u0434\u0430","\u0427\u0435\u0442\u0432\u0435\u0440","\u041F\u2019\u044F\u0442\u043D\u0438\u0446\u044F","\u0421\u0443\u0431\u043E\u0442\u0430","\u041D\u0434","\u041F\u043D","\u0412\u0442","\u0421\u0440","\u0427\u0442","\u041F\u0442","\u0421\u0431","\u041D\u0435\u0434","\u041F\u043E\u043D","\u0412i\u0432","\u0421\u0435\u0440","\u0427\u0435\u0442","\u041F\u044F\u0442","\u0421\u0443\u0431"],time:{days:"\u0414\u041D\u0406",hours:"\u0413\u041E\u0414",minutes:"\u0425\u0412\u0418\u041B",seconds:"\u0421\u0415\u041A",month:"\u041C\u0406\u0421",day:"\u0414\u0415\u041D\u042C",year:"\u0420\u0406\u041A"},weekStart:1},buttons:{ok:"\u041E\u041A",cancel:"\u0412\u0456\u0434\u043C\u0456\u043D\u0430",done:"\u0413\u043E\u0442\u043E\u0432\u043E",today:"\u0421\u044C\u043E\u0433\u043E\u0434\u043D\u0456",now:"\u0417\u0430\u0440\u0430\u0437",clear:"\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u0438",help:"\u0414\u043E\u043F\u043E\u043C\u043E\u0433\u0430",yes:"\u0422\u0430\u043A",no:"\u041D\u0456",random:"\u0412\u0438\u043F\u0430\u0434\u043A\u043E\u0432\u043E",save:"\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438",reset:"\u0421\u043A\u0438\u043D\u0443\u0442\u0438"},table:{rowsCount:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0437\u0430\u043F\u0438\u0441\u0456\u0432:",search:"\u041F\u043E\u0448\u0443\u043A:",info:"\u041F\u043E\u043A\u0430\u0437\u0430\u043D\u043E $1 \u0437 $2 \u043F\u043E $3 \u0437\u0430\u043F\u0438\u0441\u0456\u0432",prev:"\u041F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u0456",next:"\u041D\u0430\u0441\u0442\u0443\u043F\u043D\u0456",all:"\u0423\u0441\u0456",inspector:"\u0406\u043D\u0441\u043F\u0435\u043A\u0442\u043E\u0440",skip:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u0434\u043E \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0438",empty:"\u041D\u0435\u043C\u0430 \u0437\u0430\u043F\u0438\u0441\u0456\u0432"},colorSelector:{addUserColorButton:"\u0414\u041E\u0414\u0410\u0422\u0418 \u0412 \u0417\u0420\u0410\u0417\u041A\u0418",userColorsTitle:"\u041A\u041E\u041B\u0406\u0420\u0418 \u041A\u041E\u0420\u0418\u0421\u0422\u0423\u0412\u0410\u0427\u0410"},switch:{on:"\u0443\u0432\u043C",off:"\u0432\u0456\u043C"}}})})(Metro,m4q);(function(i,o){o.extend(i.locales,{"zh-CN":{calendar:{months:["\u4E00\u6708","\u4E8C\u6708","\u4E09\u6708","\u56DB\u6708","\u4E94\u6708","\u516D\u6708","\u4E03\u6708","\u516B\u6708","\u4E5D\u6708","\u5341\u6708","\u5341\u4E00\u6708","\u5341\u4E8C\u6708","1\u6708","2\u6708","3\u6708","4\u6708","5\u6708","6\u6708","7\u6708","8\u6708","9\u6708","10\u6708","11\u6708","12\u6708"],days:["\u661F\u671F\u65E5","\u661F\u671F\u4E00","\u661F\u671F\u4E8C","\u661F\u671F\u4E09","\u661F\u671F\u56DB","\u661F\u671F\u4E94","\u661F\u671F\u516D","\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D","\u5468\u65E5","\u5468\u4E00","\u5468\u4E8C","\u5468\u4E09","\u5468\u56DB","\u5468\u4E94","\u5468\u516D"],time:{days:"\u5929",hours:"\u65F6",minutes:"\u5206",seconds:"\u79D2",month:"\u6708",day:"\u65E5",year:"\u5E74"},weekStart:1},buttons:{ok:"\u786E\u8BA4",cancel:"\u53D6\u6D88",done:"\u5B8C\u6210",today:"\u4ECA\u5929",now:"\u73B0\u5728",clear:"\u6E05\u9664",help:"\u5E2E\u52A9",yes:"\u662F",no:"\u5426",random:"\u968F\u673A",save:"\u4FDD\u5B58",reset:"\u91CD\u555F"},table:{rowsCount:"\u663E\u793A\u5B9E\u4F53:",search:"\u641C\u7D22:",info:"\u663E\u793A $1 \u5230 $2 \u7684 $3 \u6761\u76EE",prev:"\u4E0A\u4E00\u9875",next:"\u4E0B\u4E00\u9875",all:"\u5168\u90E8",inspector:"\u67E5\u770B",skip:"\u8F6C\u5230\u9875\u9762",empty:"\u6CA1\u6709\u6570\u636E"},colorSelector:{addUserColorButton:"\u6DFB\u52A0\u5230\u989C\u8272\u677F",userColorsTitle:"\u7528\u6237\u989C\u8272"},switch:{on:"\u662F",off:"\u5426"}}})})(Metro,m4q);(function(i,o){o.extend(i.locales,{"zh-TW":{calendar:{months:["\u4E00\u6708","\u4E8C\u6708","\u4E09\u6708","\u56DB\u6708","\u4E94\u6708","\u516D\u6708","\u4E03\u6708","\u516B\u6708","\u4E5D\u6708","\u5341\u6708","\u5341\u4E00\u6708","\u5341\u4E8C\u6708","1\u6708","2\u6708","3\u6708","4\u6708","5\u6708","6\u6708","7\u6708","8\u6708","9\u6708","10\u6708","11\u6708","12\u6708"],days:["\u661F\u671F\u65E5","\u661F\u671F\u4E00","\u661F\u671F\u4E8C","\u661F\u671F\u4E09","\u661F\u671F\u56DB","\u661F\u671F\u4E94","\u661F\u671F\u516D","\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D","\u9031\u65E5","\u9031\u4E00","\u9031\u4E8C","\u9031\u4E09","\u9031\u56DB","\u9031\u4E94","\u9031\u516D"],time:{days:"\u5929",hours:"\u6642",minutes:"\u5206",seconds:"\u79D2",month:"\u6708",day:"\u65E5",year:"\u5E74"},weekStart:1},buttons:{ok:"\u78BA\u8A8D",cancel:"\u53D6\u6D88",done:"\u5B8C\u6210",today:"\u4ECA\u5929",now:"\u73FE\u5728",clear:"\u6E05\u9664",help:"\u5E6B\u52A9",yes:"\u662F",no:"\u5426",random:"\u96A8\u6A5F",save:"\u4FDD\u5B58",reset:"\u91CD\u555F"},table:{rowsCount:"Show entries:",search:"Search:",info:"Showing $1 to $2 of $3 entries",prev:"Prev",next:"Next",all:"All",inspector:"Inspector",skip:"Goto page",empty:"Nothing to show"},colorSelector:{addUserColorButton:"ADD TO SWATCHES",userColorsTitle:"USER COLORS"},switch:{on:"on",off:"off"}}})})(Metro,m4q);(function(){"use strict";typeof Array.prototype.shuffle!="function"&&(Array.prototype.shuffle=function(){for(var i=this.length,o,a;i!==0;)a=Math.floor(Math.random()*i),i-=1,o=this[i],this[i]=this[a],this[a]=o;return this}),typeof Array.prototype.clone!="function"&&(Array.prototype.clone=function(){return this.slice(0)}),typeof Array.prototype.unique!="function"&&(Array.prototype.unique=function(){for(var i=this.concat(),o=0;oi.trim()).filter(Boolean)})})();(function(){"use strict";Number.prototype.format=function(i,o,a,s){var t="\\d(?=(\\d{"+(o||3)+"})+"+(i>0?"\\D":"$")+")",e=this.toFixed(Math.max(0,~~i));return(s?e.replace(".",s):e).replace(new RegExp(t,"g"),"$&"+(a||","))}})();(function(){"use strict";String.prototype.toArray=function(i,o,a,s){var t=this,e;return o=o||"string",i=i||",",a=a??!1,e=(""+t).split(i),e.map(function(r){var l;switch(o){case"int":case"integer":l=isNaN(r)?r.trim():parseInt(r);break;case"number":case"float":l=isNaN(r)?r:parseFloat(r);break;case"date":l=a?Datetime.from(r,a,s||"en-US"):datetime(r);break;default:l=r.trim()}return l})},String.prototype.capitalize=function(){var i=this;return i.substr(0,1).toUpperCase()+i.substr(1)}})();(function(i,o){"use strict";i.utils={nothing:function(){},noop:function(){},elementId:function(a){return a+"-"+new Date().getTime()+o.random(1,1e3)},secondsToTime:function(a){var s=Math.floor(a%31536e3/86400),t=Math.floor(a%31536e3%86400/3600),e=Math.floor(a%31536e3%86400%3600/60),r=Math.round(a%31536e3%86400%3600%60);return{d:s,h:t,m:e,s:r}},secondsToFormattedString:function(a){var s=parseInt(a,10),t=Math.floor(s/3600),e=Math.floor((s-t*3600)/60),r=s-t*3600-e*60;return[Str.lpad(t,"0",2),Str.lpad(e,"0",2),Str.lpad(r,"0",2)].join(":")},func:function(a){return new Function("a",a)},exec:function(a,s,t){var e;if(a==null)return!1;var r=this.isFunc(a);r===!1&&(r=this.func(a));try{e=r.apply(t,s)}catch(l){if(e=null,globalThis.METRO_THROWS===!0)throw l}return e},embedUrl:function(a){return a.indexOf("youtu.be")!==-1&&(a="https://www.youtube.com/embed/"+a.split("/").pop()),"
"},isVisible:function(a){var s=o(a)[0];return this.getStyleOne(s,"display")!=="none"&&this.getStyleOne(s,"visibility")!=="hidden"&&s.offsetParent!==null},isUrl:function(a){return/^(\.\/|\.\.\/|ftp|http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@\-\/]))?/.test(a)},isTag:function(a){return/^<\/?[\w\s="/.':;#-\/\?]+>/gi.test(a)},isEmbedObject:function(a){var s=["iframe","object","embed","video"],t=!1;return o.each(s,function(){(typeof a=="string"&&a.toLowerCase()===this||a.nodeType!==void 0&&a.tagName.toLowerCase()===this)&&(t=!0)}),t},isVideoUrl:function(a){return/youtu\.be|youtube|twitch|vimeo/gi.test(a)},isDate:function(a,s,t="en-US"){var e;if(this.isDateObject(a))return!0;try{return e=s?Datetime.from(a,s,t):datetime(a),Datetime.isDatetime(e)}catch{return!1}},isDateObject:function(a){return typeof a=="object"&&a.getMonth!==void 0},isInt:function(a){return!isNaN(a)&&+a%1===0},isFloat:function(a){return!isNaN(a)&&+a%1!==0||/^\d*\.\d+$/.test(a)},isFunc:function(a){return this.isType(a,"function")},isObject:function(a){return this.isType(a,"object")},isObject2:function(a){return typeof a=="object"&&!Array.isArray(a)},isType:function(a,s){if(!this.isValue(a))return!1;if(typeof a===s||(""+s).toLowerCase()==="tag"&&this.isTag(a)||(""+s).toLowerCase()==="url"&&this.isUrl(a)||(""+s).toLowerCase()==="array"&&Array.isArray(a))return a;if(s!=="string"&&this.isTag(a)||this.isUrl(a))return!1;if(typeof window[a]===s)return window[a];if(typeof a=="string"&&a.indexOf(".")===-1||typeof a=="string"&&/[/\s([]+/gm.test(a)||typeof a=="number"&&s.toLowerCase()!=="number")return!1;var t=a.split("."),e,r=window;for(e=0;e=0&&s.left>=0&&s.bottom<=(globalThis.innerHeight||document.documentElement.clientHeight)&&s.right<=(globalThis.innerWidth||document.documentElement.clientWidth)},rect:function(a){return a.getBoundingClientRect()},getCursorPosition:function(a,s){var t=this.rect(a);return{x:this.pageXY(s).x-t.left-globalThis.scrollX,y:this.pageXY(s).y-t.top-globalThis.scrollY}},getCursorPositionX:function(a,s){return this.getCursorPosition(a,s).x},getCursorPositionY:function(a,s){return this.getCursorPosition(a,s).y},objectLength:function(a){return Object.keys(a).length},percent:function(a,s,t){if(a===0)return 0;var e=s*100/a;return t===!0?Math.round(e):Math.round(e*100)/100},objectShift:function(a){var s=0;return o.each(a,function(t){(s===0||s>t)&&(s=t)}),delete a[s],a},objectDelete:function(a,s){s in a&&delete a[s]},arrayDeleteByMultipleKeys:function(a,s){return s.forEach(function(t){delete a[t]}),a.filter(function(t){return t!==void 0})},arrayDelete:function(a,s){var t=a.indexOf(s);t>-1&&a.splice(t,1)},arrayDeleteByKey:function(a,s){a.splice(s,1)},nvl:function(a,s){return a??s},objectClone:function(a){var s={};for(var t in a)o.hasProp(a,t)&&(s[t]=a[t]);return s},github:async function(a,s){let t=await fetch(`https://api.github.com/repos/${a}`);if(!t.ok)return;let e=await t.json();this.exec(s,[e])},pageHeight:function(){var a=document.body,s=document.documentElement;return Math.max(a.scrollHeight,a.offsetHeight,s.clientHeight,s.scrollHeight,s.offsetHeight)},cleanPreCode:function(a){var s=Array.prototype.slice.call(document.querySelectorAll(a),0);s.forEach(function(t){var e=t.textContent.replace(/^[\r\n]+/,"").replace(/\s+$/g,"");if(/^\S/gm.test(e)){t.textContent=e;return}for(var r,l,c=/^[\t ]+/gm,p,d=1e3;r=c.exec(e);)p=r[0].length,p-1},keyInObject:function(a,s){return Object.keys(a).indexOf(s)>-1},inObject:function(a,s,t){return a[s]!==void 0&&a[s]===t},newCssSheet:function(a){var s=document.createElement("style");return a!==void 0&&s.setAttribute("media",a),s.appendChild(document.createTextNode("")),document.head.appendChild(s),s.sheet},addCssRule:function(a,s,t,e){a.insertRule(s+"{"+t+"}",e)},media:function(a){return globalThis.matchMedia(a).matches},mediaModes:function(){return globalThis.METRO_MEDIA},mediaExist:function(a){return globalThis.METRO_MEDIA.indexOf(a)>-1},inMedia:function(a){return globalThis.METRO_MEDIA.indexOf(a)>-1&&globalThis.METRO_MEDIA.indexOf(a)===globalThis.METRO_MEDIA.length-1},isValue:function(a){return a!=null&&a!==""},isNull:function(a){return a==null},isNegative:function(a){return parseFloat(a)<0},isPositive:function(a){return parseFloat(a)>0},isZero:function(a){return parseFloat(a.toFixed(2))===0},between:function(a,s,t,e){return e===!0?a>=s&&a<=t:a>s&&a0){var p=e.find(".dialog-actions"),d;p.length===0&&(p=o("
").addClass("dialog-actions").addClass("text-"+r.actionsAlign).appendTo(e)),r.defaultAction===!0&&a.objectLength(r.actions)===0&&e.find(".dialog-actions > *").length===0&&(d=o("").appendTo(p),c[e.view[m]["index-view"]]=p}),l=0;l").addClass("table-inspector"),e.attr("for",this.element.attr("id")),o("
"+(t.inspectorTitle||this.locale.table.inspector)+"
").appendTo(e),r=o("
").addClass("table-wrap").appendTo(e),l=o("").addClass("table subcompact"),c=o("").appendTo(l),l.appendTo(r),this._createInspectorItems(c),p=o("
").appendTo(e),o("
"),t.prepend(r)),r.clear().addClass(e.clsHead),this.heads.length===0)return r;for(l=o("").addClass(e.clsHeadRow).appendTo(r),o.each(this.service,function(){var g=this,h=[],f=o("").appendTo(t)),r.clear().addClass(e.clsFooter),this.foots.length!==0&&(l=o("").addClass(e.clsHeadRow).appendTo(r),o.each(this.foots,function(){var p=this;c=o("").addClass(l.clsBodyRow),m.data("original",h),x=p%2===0,A=o("").appendTo(m),g=o("").appendTo(m),h,f,x,b=[],v,y,C,w,B;if(typeof c.tableToCSV=="function"){for(e=a.isValue(e)?e.toLowerCase():"all-filtered",r=a.isValue(r)?r:a.elementId("table")+"-export.csv",y=o(""),x=this.heads,f=0;f"),a.isValue(I.title)&&C.html(I.title),b[p.view[E]["index-view"]]=C)}),f=0;f"),x=v[h],f=0;f").html(this),b[p.view[E]["index-view"]]=C)}),f=0;f0&&c.off(i.events.inputchange)}return e.off(i.events.click,".pagination .page-link"),a.isValue(this.wrapperPagination)&&this.wrapperPagination.off(i.events.click,".pagination .page-link"),t.off(i.events.click,".js-table-crud-button"),this._removeInspectorEvents(),t}})})(Metro,m4q);(function(i,o){"use strict";var a=i.utils,s={tabsDeferred:0,expand:!1,expandPoint:null,tabsPosition:"top",tabsType:"default",updateUri:!1,clsTabs:"",clsTabsList:"",clsTabsListItem:"",clsTabsListItemActive:"",onTab:i.noop,onTabOpen:i.noop,onTabClose:i.noop,onBeforeTab:i.noop_true,onTabsCreate:i.noop};i.tabsSetup=function(t){s=o.extend({},s,t)},typeof globalThis.metroTabsSetup!==void 0&&i.tabsSetup(globalThis.metroTabsSetup),i.Component("tabs",{init:function(t,e){return this._super(e,t,s,{_targets:[],id:a.elementId("tabs")}),this},_create:function(){var t=this.element,e=this.options,r=t.find(".active").length>0?o(t.find(".active")[0]):void 0;this._createStructure(),this._createEvents(),this._open(r),this._fireEvent("tabs-create",{element:t})},_createStructure:function(){var t=this.element,e=this.options,r=t.parent(),l=r.hasClass("tabs"),c=l?r:o("
").addClass("tabs tabs-wrapper"),p,d;if(c.addClass(e.tabsPosition.replace(["-","_","+"]," ")),t.addClass("tabs-list"),e.tabsType!=="default"&&t.addClass("tabs-"+e.tabsType),l||(c.insertBefore(t),t.appendTo(c)),t.data("expanded",!1),p=o("
").addClass("expand-title"),c.prepend(p),d=c.find(".hamburger"),d.length===0){d=o("
");a.isValue(g.title)&&f.html(g.title),a.isValue(g.size)&&f.css({width:g.size}),a.isValue(g.cls)&&h.push(g.cls),h.push(e.clsHeadCell),f.addClass(h.join(" ")),l.append(f)}),m=this.heads,d=0;d");x.data("index",g),a.isValue(h.title)&&x.html(h.title),a.isValue(h.format)&&x.attr("data-format",h.format),a.isValue(h.formatMask)&&x.attr("data-format-mask",h.formatMask),a.isValue(h.name)&&x.attr("data-name",h.name),a.isValue(h.colspan)&&x.attr("colspan",h.colspan),a.isValue(h.size)&&x.attr("data-size",h.size),a.isValue(h.sortable)&&x.attr("data-sortable",h.sortable),a.isValue(h.sortDir)&&x.attr("data-sort-dir",h.sortDir),a.isValue(h.clsColumn)&&x.attr("data-cls-column",h.clsColumn),a.isValue(h.cls)&&x.attr("data-cls",h.cls),a.isValue(h.colspan)&&x.attr("colspan",h.colspan),a.isValue(h.show)&&x.attr("data-show",h.show),a.isValue(h.required)&&x.attr("data-required",h.required),a.isValue(h.field)&&x.attr("data-field",h.field),a.isValue(h.fieldType)&&x.attr("data-field-type",h.fieldType),a.isValue(h.validator)&&x.attr("data-validator",h.validator),a.isValue(h.template)&&x.attr("data-template",h.template),a.isValue(A[g].size)&&x.css({width:A[g].size}),h.sortable===!0&&(f.push("sortable-column"),a.isValue(h.sortDir)&&f.push("sort-"+h.sortDir)),a.isValue(h.cls)&&o.each(h.cls.toArray(),function(){f.push(this)}),a.bool(A[g].show)===!1&&f.indexOf("hidden")===-1&&f.push("hidden"),f.push(e.clsHeadCell),a.bool(A[g].show)&&a.arrayDelete(f,"hidden"),x.addClass(f.join(" ")),p[A[g]["index-view"]]=x}),d=0;d").addClass(this.options.clsBody),e.length!==0?t.insertAfter(e):r.append(t)),t.clear()},_createTableFooter:function(){var t=this.element,e=this.options,r=t.find("tfoot"),l,c;r.length===0&&(r=o("
").appendTo(l),p.title!==void 0&&c.html(p.title),p.name!==void 0&&c.addClass("foot-column-name-"+p.name),p.cls!==void 0&&c.addClass(p.cls),a.isValue(p.colspan)&&c.attr("colspan",p.colspan),c.appendTo(l)}))},_createTopBlock:function(){var t=this,e=this.element,r=this.options,l=o("
").addClass("table-top").addClass(r.clsTableTop).insertBefore(e.parent()),c,p,d,m;return c=a.isValue(this.wrapperSearch)?this.wrapperSearch:o("
").addClass("table-search-block").addClass(r.clsSearch).appendTo(l),c.addClass(r.clsSearch),p=o("").attr("type","text").attr("placeholder",r.tableSearchPlaceholder).appendTo(c),i.makePlugin(p,"input",{prepend:r.tableSearchTitle||t.locale.table.search}),r.showSearch!==!0&&c.hide(),d=a.isValue(this.wrapperRows)?this.wrapperRows:o("
").addClass("table-rows-block").appendTo(l),d.addClass(r.clsRowsCount),m=o("").addClass("input table-skip-input").addClass(e.clsTableSkipInput).appendTo(p),o("
").html(p+1),e.service[0].clsColumn!==void 0&&A.addClass(e.service[0].clsColumn),A.appendTo(m),A=o(""),l.checkType==="checkbox"?g=o(""):g=o(""),a.isValue(w)&&Array.isArray(w)&&w.indexOf(""+y[p][l.checkColIndex])>-1&&(g.prop("checked",!0),C.push(h)),g.addClass("table-service-check"),this._fireEvent("check-draw",{check:g}),g.appendTo(A),e.service[1].clsColumn!==void 0&&A.addClass(e.service[1].clsColumn),A.appendTo(m),d=0;d");a.isValue(e.heads[E].template)&&(I=e.heads[E].template.replace(/%VAL%/g,I)),Y.html(I),Y.addClass(l.clsBodyCell),a.isValue(e.heads[E].clsColumn)&&Y.addClass(e.heads[E].clsColumn),a.bool(B[E].show)===!1&&Y.addClass("hidden"),a.bool(B[E].show)&&Y.removeClass("hidden"),Y.data("original",this),f[B[E]["index-view"]]=Y,e._fireEvent("draw-cell",{td:Y,val:I,cellIndex:E,head:e.heads[E],items:h}),l.cellWrapper===!0&&(I=o("
").addClass("data-wrapper").addClass(l.clsCellWrapper).html(Y.html()),Y.html("").append(I))}),d=0;d").addClass(l.clsBodyRow).appendTo(c),A=o("
").attr("colspan",d).addClass("text-center").html(o("").addClass(l.clsEmptyTableTitle).html(l.emptyTableTitle||e.locale.table.empty)),A.appendTo(m);this._info(b+1,v+1,y.length),this._paging(y.length),this.activity&&this.activity.hide(),this._fireEvent("draw"),t!==void 0&&a.exec(t,null,r[0])},_getItemContent:function(t){var e=this.options,r,l=t[this.sort.colIndex],c=this.heads[this.sort.colIndex].format,p=!a.isNull(this.heads)&&!a.isNull(this.heads[this.sort.colIndex])&&a.isValue(this.heads[this.sort.colIndex].formatMask)?this.heads[this.sort.colIndex].formatMask:"%Y-%m-%d",d=this.heads&&this.heads[this.sort.colIndex]&&this.heads[this.sort.colIndex].thousandSeparator?this.heads[this.sort.colIndex].thousandSeparator:e.thousandSeparator,m=this.heads&&this.heads[this.sort.colIndex]&&this.heads[this.sort.colIndex].decimalSeparator?this.heads[this.sort.colIndex].decimalSeparator:e.decimalSeparator;if(r=(""+l).toLowerCase().replace(/[\n\r]+|[\s]{2,}/g," ").trim(),a.isValue(r)&&a.isValue(c))switch(["number","int","float","money"].indexOf(c)!==-1&&(r=a.parseNumber(r,d,m)),c){case"date":r=p?Datetime.from(r,p,e.locale):datetime(r);break;case"number":r=+r;break;case"int":r=parseInt(r);break;case"float":r=parseFloat(r);break;case"money":r=a.parseMoney(r);break;case"card":r=a.parseCard(r);break;case"phone":r=a.parsePhone(r);break}return r},addItem:function(t,e){if(!Array.isArray(t))return console.warn("Item is not an array and can't be added"),this;this.items.push(t),e!==!1&&this.draw()},addItems:function(t,e){if(!Array.isArray(t))return console.warn("Items is not an array and can't be added"),this;t.forEach(function(r){Array.isArray(r)&&this.items.push(r,!1)}),this.draw(),e!==!1&&this.draw()},updateItem:function(t,e,r){var l=this.items[this.index[t]],c=null;return a.isNull(l)?(console.warn("Item is undefined for update"),this):(isNaN(e)&&this.heads.forEach(function(p,d){p.name===e&&(c=d)}),a.isNull(c)?(console.warn("Item is undefined for update. Field "+e+" not found in data structure"),this):(l[c]=r,this.items[this.index[t]]=l,this))},getItem:function(t){return this.items[this.index[t]]},deleteItem:function(t,e){var r,l=[],c=a.isFunc(e);for(r=0;rp&&(d=e.sort.dir==="asc"?1:-1),d!==0&&e._fireEvent("sort-item-switch",{a:r,b:l,result:d}),d}),this._fireEvent("sort-stop",{items:this.items}),this},search:function(t){return this.searchString=t.trim().toLowerCase(),this.currentPage=1,this._draw(),this},_rebuild:function(t){var e=this,r=this.element,l=!1,c;this._createIndex(),t===!0&&(this.view=this._createView()),this._createTableHeader(),this._createTableBody(),this._createTableFooter(),this.heads.length>0&&o.each(this.heads,function(p){var d=this;!l&&["asc","desc"].indexOf(d.sortDir)>-1&&(l=!0,e.sort.colIndex=p,e.sort.dir=d.sortDir)}),l&&(c=r.find(".sortable-column"),this._resetSortClass(c),o(c.get(e.sort.colIndex)).addClass("sort-"+e.sort.dir),this.sorting()),e.currentPage=1,e._draw()},setHeads:function(t){return this.heads=t,this},setHeadItem:function(t,e){var r,l;for(r=0;rthis.pagesCount){this.currentPage=this.pagesCount;return}return this._draw(),this}},prev:function(){if(this.items.length!==0){if(this.currentPage--,this.currentPage===0){this.currentPage=1;return}return this._draw(),this}},first:function(){if(this.items.length!==0)return this.currentPage=1,this._draw(),this},last:function(){if(this.items.length!==0)return this.currentPage=this.pagesCount,this._draw(),this},page:function(t){return t<=0&&(t=1),t>this.pagesCount&&(t=this.pagesCount),this.currentPage=t,this._draw(),this},addFilter:function(t,e){var r=null,l,c=a.isFunc(t);if(c!==!1){for(l=0;l0?this.filteredItems:this.items},getSelectedItems:function(){var t=this.element,e=this.options,r=i.storage.getItem(e.checkStoreKey.replace("$1",t.attr("id"))),l=[];return a.isValue(r)?(o.each(this.items,function(){r.indexOf(""+this[e.checkColIndex])!==-1&&l.push(this)}),l):[]},getStoredKeys:function(){var t=this.element,e=this.options;return i.storage.getItem(e.checkStoreKey.replace("$1",t.attr("id")),[])},clearSelected:function(t){var e=this.element,r=this.options;i.storage.setItem(r.checkStoreKey.replace("$1",e.attr("id")),[]),e.find("table-service-check-all input").prop("checked",!1),t===!0&&this._draw()},getFilters:function(){return this.filters},getFiltersIndexes:function(){return this.filtersIndexes},openInspector:function(t){var e=this.inspector;t?e.show(0,function(){e.css({top:(o(globalThis).height()-e.outerHeight(!0))/2+pageYOffset,left:(o(globalThis).width()-e.outerWidth(!0))/2+pageXOffset}).data("open",!0)}):e.hide().data("open",!1)},closeInspector:function(){this.openInspector(!1)},toggleInspector:function(){this.openInspector(!this.inspector.data("open"))},resetView:function(){this.view=this._createView(),this._createTableHeader(),this._createTableFooter(),this._draw(),this._resetInspector(),this._saveTableView()},rebuildIndex:function(){this._createIndex()},getIndex:function(){return this.index},export:function(t,e,r,l){var c=i.export,p=this,d=this.options,m=document.createElement("table"),A=o("
").html("").appendTo(p),o("").html(`
${this.title}
`).appendTo(p),o("
").html("").appendTo(p),o("").html("").appendTo(p),c[e.view[m]["index-view"]]=p}),l=0;l").addClass("table-inspector"),e.attr("for",this.element.attr("id")),o("
"+(t.inspectorTitle||this.locale.table.inspector)+"
").appendTo(e),r=o("
").addClass("table-wrap").appendTo(e),l=o("").addClass("table subcompact"),c=o("").appendTo(l),l.appendTo(r),this._createInspectorItems(c),p=o("
").appendTo(e),o("
"),t.prepend(r)),r.clear().addClass(e.clsHead),this.heads.length===0)return r;for(l=o("").addClass(e.clsHeadRow).appendTo(r),o.each(this.service,function(){var g=this,h=[],f=o("").appendTo(t)),r.clear().addClass(e.clsFooter),this.foots.length!==0&&(l=o("").addClass(e.clsHeadRow).appendTo(r),o.each(this.foots,function(){var p=this;c=o("").addClass(l.clsBodyRow),m.data("original",h),x=p%2===0,A=o("").appendTo(m),g=o("").appendTo(m),h,f,x,b=[],v,y,C,w,B;if(typeof c.tableToCSV=="function"){for(e=a.isValue(e)?e.toLowerCase():"all-filtered",r=a.isValue(r)?r:a.elementId("table")+"-export.csv",y=o(""),x=this.heads,f=0;f"),a.isValue(I.title)&&C.html(I.title),b[p.view[E]["index-view"]]=C)}),f=0;f"),x=v[h],f=0;f").html(this),b[p.view[E]["index-view"]]=C)}),f=0;f0&&c.off(i.events.inputchange)}return e.off(i.events.click,".pagination .page-link"),a.isValue(this.wrapperPagination)&&this.wrapperPagination.off(i.events.click,".pagination .page-link"),t.off(i.events.click,".js-table-crud-button"),this._removeInspectorEvents(),t}})})(Metro,m4q);(function(i,o){"use strict";var a=i.utils,s={tabsDeferred:0,expand:!1,expandPoint:null,tabsPosition:"top",tabsType:"default",updateUri:!1,clsTabs:"",clsTabsList:"",clsTabsListItem:"",clsTabsListItemActive:"",onTab:i.noop,onTabOpen:i.noop,onTabClose:i.noop,onBeforeTab:i.noop_true,onTabsCreate:i.noop};i.tabsSetup=function(t){s=o.extend({},s,t)},typeof globalThis.metroTabsSetup!==void 0&&i.tabsSetup(globalThis.metroTabsSetup),i.Component("tabs",{init:function(t,e){return this._super(e,t,s,{_targets:[],id:a.elementId("tabs")}),this},_create:function(){var t=this.element,e=this.options,r=t.find(".active").length>0?o(t.find(".active")[0]):void 0;this._createStructure(),this._createEvents(),this._open(r),this._fireEvent("tabs-create",{element:t})},_createStructure:function(){var t=this.element,e=this.options,r=t.parent(),l=r.hasClass("tabs"),c=l?r:o("
").addClass("tabs tabs-wrapper"),p,d;if(c.addClass(e.tabsPosition.replace(["-","_","+"]," ")),t.addClass("tabs-list"),e.tabsType!=="default"&&t.addClass("tabs-"+e.tabsType),l||(c.insertBefore(t),t.appendTo(c)),t.data("expanded",!1),p=o("
").addClass("expand-title"),c.prepend(p),d=c.find(".hamburger"),d.length===0){d=o("
");a.isValue(g.title)&&f.html(g.title),a.isValue(g.size)&&f.css({width:g.size}),a.isValue(g.cls)&&h.push(g.cls),h.push(e.clsHeadCell),f.addClass(h.join(" ")),l.append(f)}),m=this.heads,d=0;d");x.data("index",g),a.isValue(h.title)&&x.html(h.title),a.isValue(h.format)&&x.attr("data-format",h.format),a.isValue(h.formatMask)&&x.attr("data-format-mask",h.formatMask),a.isValue(h.name)&&x.attr("data-name",h.name),a.isValue(h.colspan)&&x.attr("colspan",h.colspan),a.isValue(h.size)&&x.attr("data-size",h.size),a.isValue(h.sortable)&&x.attr("data-sortable",h.sortable),a.isValue(h.sortDir)&&x.attr("data-sort-dir",h.sortDir),a.isValue(h.clsColumn)&&x.attr("data-cls-column",h.clsColumn),a.isValue(h.cls)&&x.attr("data-cls",h.cls),a.isValue(h.colspan)&&x.attr("colspan",h.colspan),a.isValue(h.show)&&x.attr("data-show",h.show),a.isValue(h.required)&&x.attr("data-required",h.required),a.isValue(h.field)&&x.attr("data-field",h.field),a.isValue(h.fieldType)&&x.attr("data-field-type",h.fieldType),a.isValue(h.validator)&&x.attr("data-validator",h.validator),a.isValue(h.template)&&x.attr("data-template",h.template),a.isValue(A[g].size)&&x.css({width:A[g].size}),h.sortable===!0&&(f.push("sortable-column"),a.isValue(h.sortDir)&&f.push("sort-"+h.sortDir)),a.isValue(h.cls)&&o.each(h.cls.toArray(),function(){f.push(this)}),a.bool(A[g].show)===!1&&f.indexOf("hidden")===-1&&f.push("hidden"),f.push(e.clsHeadCell),a.bool(A[g].show)&&a.arrayDelete(f,"hidden"),x.addClass(f.join(" ")),p[A[g]["index-view"]]=x}),d=0;d").addClass(this.options.clsBody),e.length!==0?t.insertAfter(e):r.append(t)),t.clear()},_createTableFooter:function(){var t=this.element,e=this.options,r=t.find("tfoot"),l,c;r.length===0&&(r=o("
").appendTo(l),p.title!==void 0&&c.html(p.title),p.name!==void 0&&c.addClass("foot-column-name-"+p.name),p.cls!==void 0&&c.addClass(p.cls),a.isValue(p.colspan)&&c.attr("colspan",p.colspan),c.appendTo(l)}))},_createTopBlock:function(){var t=this,e=this.element,r=this.options,l=o("
").addClass("table-top").addClass(r.clsTableTop).insertBefore(e.parent()),c,p,d,m;return c=a.isValue(this.wrapperSearch)?this.wrapperSearch:o("
").addClass("table-search-block").addClass(r.clsSearch).appendTo(l),c.addClass(r.clsSearch),p=o("").attr("type","text").attr("placeholder",r.tableSearchPlaceholder).appendTo(c),i.makePlugin(p,"input",{prepend:r.tableSearchTitle||t.locale.table.search}),r.showSearch!==!0&&c.hide(),d=a.isValue(this.wrapperRows)?this.wrapperRows:o("
").addClass("table-rows-block").appendTo(l),d.addClass(r.clsRowsCount),m=o("").addClass("input table-skip-input").addClass(e.clsTableSkipInput).appendTo(p),o("
").html(p+1),e.service[0].clsColumn!==void 0&&A.addClass(e.service[0].clsColumn),A.appendTo(m),A=o(""),l.checkType==="checkbox"?g=o(""):g=o(""),a.isValue(w)&&Array.isArray(w)&&w.indexOf(""+y[p][l.checkColIndex])>-1&&(g.prop("checked",!0),C.push(h)),g.addClass("table-service-check"),this._fireEvent("check-draw",{check:g}),g.appendTo(A),e.service[1].clsColumn!==void 0&&A.addClass(e.service[1].clsColumn),A.appendTo(m),d=0;d");a.isValue(e.heads[E].template)&&(I=e.heads[E].template.replace(/%VAL%/g,I)),Y.html(I),Y.addClass(l.clsBodyCell),a.isValue(e.heads[E].clsColumn)&&Y.addClass(e.heads[E].clsColumn),a.bool(B[E].show)===!1&&Y.addClass("hidden"),a.bool(B[E].show)&&Y.removeClass("hidden"),Y.data("original",this),f[B[E]["index-view"]]=Y,e._fireEvent("draw-cell",{td:Y,val:I,cellIndex:E,head:e.heads[E],items:h}),l.cellWrapper===!0&&(I=o("
").addClass("data-wrapper").addClass(l.clsCellWrapper).html(Y.html()),Y.html("").append(I))}),d=0;d").addClass(l.clsBodyRow).appendTo(c),A=o("
").attr("colspan",d).addClass("text-center").html(o("").addClass(l.clsEmptyTableTitle).html(l.emptyTableTitle||e.locale.table.empty)),A.appendTo(m);this._info(b+1,v+1,y.length),this._paging(y.length),this.activity&&this.activity.hide(),this._fireEvent("draw"),t!==void 0&&a.exec(t,null,r[0])},_getItemContent:function(t){var e=this.options,r,l=t[this.sort.colIndex],c=this.heads[this.sort.colIndex].format,p=!a.isNull(this.heads)&&!a.isNull(this.heads[this.sort.colIndex])&&a.isValue(this.heads[this.sort.colIndex].formatMask)?this.heads[this.sort.colIndex].formatMask:"%Y-%m-%d",d=this.heads&&this.heads[this.sort.colIndex]&&this.heads[this.sort.colIndex].thousandSeparator?this.heads[this.sort.colIndex].thousandSeparator:e.thousandSeparator,m=this.heads&&this.heads[this.sort.colIndex]&&this.heads[this.sort.colIndex].decimalSeparator?this.heads[this.sort.colIndex].decimalSeparator:e.decimalSeparator;if(r=(""+l).toLowerCase().replace(/[\n\r]+|[\s]{2,}/g," ").trim(),a.isValue(r)&&a.isValue(c))switch(["number","int","float","money"].indexOf(c)!==-1&&(r=a.parseNumber(r,d,m)),c){case"date":r=p?Datetime.from(r,p,e.locale):datetime(r);break;case"number":r=+r;break;case"int":r=parseInt(r);break;case"float":r=parseFloat(r);break;case"money":r=a.parseMoney(r);break;case"card":r=a.parseCard(r);break;case"phone":r=a.parsePhone(r);break}return r},addItem:function(t,e){if(!Array.isArray(t))return console.warn("Item is not an array and can't be added"),this;this.items.push(t),e!==!1&&this.draw()},addItems:function(t,e){if(!Array.isArray(t))return console.warn("Items is not an array and can't be added"),this;t.forEach(function(r){Array.isArray(r)&&this.items.push(r,!1)}),this.draw(),e!==!1&&this.draw()},updateItem:function(t,e,r){var l=this.items[this.index[t]],c=null;return a.isNull(l)?(console.warn("Item is undefined for update"),this):(isNaN(e)&&this.heads.forEach(function(p,d){p.name===e&&(c=d)}),a.isNull(c)?(console.warn("Item is undefined for update. Field "+e+" not found in data structure"),this):(l[c]=r,this.items[this.index[t]]=l,this))},getItem:function(t){return this.items[this.index[t]]},deleteItem:function(t,e){var r,l=[],c=a.isFunc(e);for(r=0;rp&&(d=e.sort.dir==="asc"?1:-1),d!==0&&e._fireEvent("sort-item-switch",{a:r,b:l,result:d}),d}),this._fireEvent("sort-stop",{items:this.items}),this},search:function(t){return this.searchString=t.trim().toLowerCase(),this.currentPage=1,this._draw(),this},_rebuild:function(t){var e=this,r=this.element,l=!1,c;this._createIndex(),t===!0&&(this.view=this._createView()),this._createTableHeader(),this._createTableBody(),this._createTableFooter(),this.heads.length>0&&o.each(this.heads,function(p){var d=this;!l&&["asc","desc"].indexOf(d.sortDir)>-1&&(l=!0,e.sort.colIndex=p,e.sort.dir=d.sortDir)}),l&&(c=r.find(".sortable-column"),this._resetSortClass(c),o(c.get(e.sort.colIndex)).addClass("sort-"+e.sort.dir),this.sorting()),e.currentPage=1,e._draw()},setHeads:function(t){return this.heads=t,this},setHeadItem:function(t,e){var r,l;for(r=0;rthis.pagesCount){this.currentPage=this.pagesCount;return}return this._draw(),this}},prev:function(){if(this.items.length!==0){if(this.currentPage--,this.currentPage===0){this.currentPage=1;return}return this._draw(),this}},first:function(){if(this.items.length!==0)return this.currentPage=1,this._draw(),this},last:function(){if(this.items.length!==0)return this.currentPage=this.pagesCount,this._draw(),this},page:function(t){return t<=0&&(t=1),t>this.pagesCount&&(t=this.pagesCount),this.currentPage=t,this._draw(),this},addFilter:function(t,e){var r=null,l,c=a.isFunc(t);if(c!==!1){for(l=0;l0?this.filteredItems:this.items},getSelectedItems:function(){var t=this.element,e=this.options,r=i.storage.getItem(e.checkStoreKey.replace("$1",t.attr("id"))),l=[];return a.isValue(r)?(o.each(this.items,function(){r.indexOf(""+this[e.checkColIndex])!==-1&&l.push(this)}),l):[]},getStoredKeys:function(){var t=this.element,e=this.options;return i.storage.getItem(e.checkStoreKey.replace("$1",t.attr("id")),[])},clearSelected:function(t){var e=this.element,r=this.options;i.storage.setItem(r.checkStoreKey.replace("$1",e.attr("id")),[]),e.find("table-service-check-all input").prop("checked",!1),t===!0&&this._draw()},getFilters:function(){return this.filters},getFiltersIndexes:function(){return this.filtersIndexes},openInspector:function(t){var e=this.inspector;t?e.show(0,function(){e.css({top:(o(globalThis).height()-e.outerHeight(!0))/2+pageYOffset,left:(o(globalThis).width()-e.outerWidth(!0))/2+pageXOffset}).data("open",!0)}):e.hide().data("open",!1)},closeInspector:function(){this.openInspector(!1)},toggleInspector:function(){this.openInspector(!this.inspector.data("open"))},resetView:function(){this.view=this._createView(),this._createTableHeader(),this._createTableFooter(),this._draw(),this._resetInspector(),this._saveTableView()},rebuildIndex:function(){this._createIndex()},getIndex:function(){return this.index},export:function(t,e,r,l){var c=i.export,p=this,d=this.options,m=document.createElement("table"),A=o("
").html("").appendTo(d),r("").html(`
${this.title}
`).appendTo(d),r("
").html("").appendTo(d),r("").html("").appendTo(d),p[e.view[c]["index-view"]]=d}),l=0;l").addClass("table-inspector"),e.attr("for",this.element.attr("id")),r("
"+(t.inspectorTitle||this.locale.table.inspector)+"
").appendTo(e),a=r("
").addClass("table-wrap").appendTo(e),l=r("").addClass("table subcompact"),p=r("").appendTo(l),l.appendTo(a),this._createInspectorItems(p),d=r("
").appendTo(e),r("
"),t.prepend(a)),a.clear().addClass(e.clsHead),this.heads.length===0)return a;for(l=r("").addClass(e.clsHeadRow).appendTo(a),r.each(this.service,function(){var u=this,h=[],g=r("").appendTo(t)),a.clear().addClass(e.clsFooter),this.foots.length!==0&&(l=r("").addClass(e.clsHeadRow).appendTo(a),r.each(this.foots,function(){var d=this;p=r("").addClass(l.clsBodyRow),c.data("original",h),b=d%2===0,f=r("").appendTo(c),u=r("").appendTo(c),h,g,b,v=[],k,A,_,w,y;if(typeof p.tableToCSV=="function"){for(e=o.isValue(e)?e.toLowerCase():"all-filtered",a=o.isValue(a)?a:o.elementId("table")+"-export.csv",A=r(""),b=this.heads,g=0;g"),o.isValue(T.title)&&_.html(T.title),v[d.view[C]["index-view"]]=_)}),g=0;g"),b=k[h],g=0;g").html(this),v[d.view[C]["index-view"]]=_)}),g=0;g0&&p.off(i.events.inputchange)}return e.off(i.events.click,".pagination .page-link"),o.isValue(this.wrapperPagination)&&this.wrapperPagination.off(i.events.click,".pagination .page-link"),t.off(i.events.click,".js-table-crud-button"),this._removeInspectorEvents(),t}})})(Metro,m4q);(function(i,r){"use strict";var o=i.utils,s={tabsDeferred:0,expand:!1,expandPoint:null,tabsPosition:"top",tabsType:"default",updateUri:!1,clsTabs:"",clsTabsList:"",clsTabsListItem:"",clsTabsListItemActive:"",onTab:i.noop,onTabOpen:i.noop,onTabClose:i.noop,onBeforeTab:i.noop_true,onTabsCreate:i.noop};i.tabsSetup=function(t){s=r.extend({},s,t)},typeof globalThis.metroTabsSetup!==void 0&&i.tabsSetup(globalThis.metroTabsSetup),i.Component("tabs",{init:function(t,e){return this._super(e,t,s,{_targets:[],id:o.elementId("tabs")}),this},_create:function(){var t=this.element,e=this.options,a=t.find(".active").length>0?r(t.find(".active")[0]):void 0;this._createStructure(),this._createEvents(),this._open(a),this._fireEvent("tabs-create",{element:t})},_createStructure:function(){var t=this.element,e=this.options,a=t.parent(),l=a.hasClass("tabs"),p=l?a:r("
").addClass("tabs tabs-wrapper"),d,m;if(p.addClass(e.tabsPosition.replace(["-","_","+"]," ")),t.addClass("tabs-list"),e.tabsType!=="default"&&t.addClass("tabs-"+e.tabsType),l||(p.insertBefore(t),t.appendTo(p)),t.data("expanded",!1),d=r("
").addClass("expand-title"),p.prepend(d),m=p.find(".hamburger"),m.length===0){m=r("
");o.isValue(u.title)&&g.html(u.title),o.isValue(u.size)&&g.css({width:u.size}),o.isValue(u.cls)&&h.push(u.cls),h.push(e.clsHeadCell),g.addClass(h.join(" ")),l.append(g)}),c=this.heads,m=0;m");b.data("index",u),o.isValue(h.title)&&b.html(h.title),o.isValue(h.format)&&b.attr("data-format",h.format),o.isValue(h.formatMask)&&b.attr("data-format-mask",h.formatMask),o.isValue(h.name)&&b.attr("data-name",h.name),o.isValue(h.colspan)&&b.attr("colspan",h.colspan),o.isValue(h.size)&&b.attr("data-size",h.size),o.isValue(h.sortable)&&b.attr("data-sortable",h.sortable),o.isValue(h.sortDir)&&b.attr("data-sort-dir",h.sortDir),o.isValue(h.clsColumn)&&b.attr("data-cls-column",h.clsColumn),o.isValue(h.cls)&&b.attr("data-cls",h.cls),o.isValue(h.colspan)&&b.attr("colspan",h.colspan),o.isValue(h.show)&&b.attr("data-show",h.show),o.isValue(h.required)&&b.attr("data-required",h.required),o.isValue(h.field)&&b.attr("data-field",h.field),o.isValue(h.fieldType)&&b.attr("data-field-type",h.fieldType),o.isValue(h.validator)&&b.attr("data-validator",h.validator),o.isValue(h.template)&&b.attr("data-template",h.template),o.isValue(f[u].size)&&b.css({width:f[u].size}),h.sortable===!0&&(g.push("sortable-column"),o.isValue(h.sortDir)&&g.push("sort-"+h.sortDir)),o.isValue(h.cls)&&r.each(h.cls.toArray(),function(){g.push(this)}),o.bool(f[u].show)===!1&&g.indexOf("hidden")===-1&&g.push("hidden"),g.push(e.clsHeadCell),o.bool(f[u].show)&&o.arrayDelete(g,"hidden"),b.addClass(g.join(" ")),d[f[u]["index-view"]]=b}),m=0;m").addClass(this.options.clsBody),e.length!==0?t.insertAfter(e):a.append(t)),t.clear()},_createTableFooter:function(){var t=this.element,e=this.options,a=t.find("tfoot"),l,p;a.length===0&&(a=r("
").appendTo(l),d.title!==void 0&&p.html(d.title),d.name!==void 0&&p.addClass("foot-column-name-"+d.name),d.cls!==void 0&&p.addClass(d.cls),o.isValue(d.colspan)&&p.attr("colspan",d.colspan),p.appendTo(l)}))},_createTopBlock:function(){var t=this,e=this.element,a=this.options,l=r("
").addClass("table-top").addClass(a.clsTableTop).insertBefore(e.parent()),p,d,m,c;return p=o.isValue(this.wrapperSearch)?this.wrapperSearch:r("
").addClass("table-search-block").addClass(a.clsSearch).appendTo(l),p.addClass(a.clsSearch),d=r("").attr("type","text").attr("placeholder",a.tableSearchPlaceholder).appendTo(p),i.makePlugin(d,"input",{prepend:a.tableSearchTitle||t.locale.table.search}),a.showSearch!==!0&&p.hide(),m=o.isValue(this.wrapperRows)?this.wrapperRows:r("
").addClass("table-rows-block").appendTo(l),m.addClass(a.clsRowsCount),c=r("").addClass("input table-skip-input").addClass(e.clsTableSkipInput).appendTo(d),r("
").html(d+1),e.service[0].clsColumn!==void 0&&f.addClass(e.service[0].clsColumn),f.appendTo(c),f=r(""),l.checkType==="checkbox"?u=r(""):u=r(""),o.isValue(w)&&Array.isArray(w)&&w.indexOf(""+A[d][l.checkColIndex])>-1&&(u.prop("checked",!0),_.push(h)),u.addClass("table-service-check"),this._fireEvent("check-draw",{check:u}),u.appendTo(f),e.service[1].clsColumn!==void 0&&f.addClass(e.service[1].clsColumn),f.appendTo(c),m=0;m");o.isValue(e.heads[C].template)&&(T=e.heads[C].template.replace(/%VAL%/g,T)),F.html(T),F.addClass(l.clsBodyCell),o.isValue(e.heads[C].clsColumn)&&F.addClass(e.heads[C].clsColumn),o.bool(y[C].show)===!1&&F.addClass("hidden"),o.bool(y[C].show)&&F.removeClass("hidden"),F.data("original",this),g[y[C]["index-view"]]=F,e._fireEvent("draw-cell",{td:F,val:T,cellIndex:C,head:e.heads[C],items:h}),l.cellWrapper===!0&&(T=r("
").addClass("data-wrapper").addClass(l.clsCellWrapper).html(F.html()),F.html("").append(T))}),m=0;m").addClass(l.clsBodyRow).appendTo(p),f=r("
").attr("colspan",m).addClass("text-center").html(r("").addClass(l.clsEmptyTableTitle).html(l.emptyTableTitle||e.locale.table.empty)),f.appendTo(c);this._info(v+1,k+1,A.length),this._paging(A.length),this.activity&&this.activity.hide(),this._fireEvent("draw"),t!==void 0&&o.exec(t,null,a[0])},_getItemContent:function(t){var e=this.options,a,l=t[this.sort.colIndex],p=this.heads[this.sort.colIndex].format,d=!o.isNull(this.heads)&&!o.isNull(this.heads[this.sort.colIndex])&&o.isValue(this.heads[this.sort.colIndex].formatMask)?this.heads[this.sort.colIndex].formatMask:"%Y-%m-%d",m=this.heads&&this.heads[this.sort.colIndex]&&this.heads[this.sort.colIndex].thousandSeparator?this.heads[this.sort.colIndex].thousandSeparator:e.thousandSeparator,c=this.heads&&this.heads[this.sort.colIndex]&&this.heads[this.sort.colIndex].decimalSeparator?this.heads[this.sort.colIndex].decimalSeparator:e.decimalSeparator;if(a=(""+l).toLowerCase().replace(/[\n\r]+|[\s]{2,}/g," ").trim(),o.isValue(a)&&o.isValue(p))switch(["number","int","float","money"].indexOf(p)!==-1&&(a=o.parseNumber(a,m,c)),p){case"date":a=d?Datetime.from(a,d,e.locale):datetime(a);break;case"number":a=+a;break;case"int":a=parseInt(a);break;case"float":a=parseFloat(a);break;case"money":a=o.parseMoney(a);break;case"card":a=o.parseCard(a);break;case"phone":a=o.parsePhone(a);break}return a},addItem:function(t,e){if(!Array.isArray(t))return console.warn("Item is not an array and can't be added"),this;this.items.push(t),e!==!1&&this.draw()},addItems:function(t,e){if(!Array.isArray(t))return console.warn("Items is not an array and can't be added"),this;t.forEach(function(a){Array.isArray(a)&&this.items.push(a,!1)}),this.draw(),e!==!1&&this.draw()},updateItem:function(t,e,a){var l=this.items[this.index[t]],p=null;return o.isNull(l)?(console.warn("Item is undefined for update"),this):(isNaN(e)&&this.heads.forEach(function(d,m){d.name===e&&(p=m)}),o.isNull(p)?(console.warn("Item is undefined for update. Field "+e+" not found in data structure"),this):(l[p]=a,this.items[this.index[t]]=l,this))},getItem:function(t){return this.items[this.index[t]]},deleteItem:function(t,e){var a,l=[],p=o.isFunc(e);for(a=0;ad&&(m=e.sort.dir==="asc"?1:-1),m!==0&&e._fireEvent("sort-item-switch",{a,b:l,result:m}),m}),this._fireEvent("sort-stop",{items:this.items}),this},search:function(t){return this.searchString=t.trim().toLowerCase(),this.currentPage=1,this._draw(),this},_rebuild:function(t){var e=this,a=this.element,l=!1,p;this._createIndex(),t===!0&&(this.view=this._createView()),this._createTableHeader(),this._createTableBody(),this._createTableFooter(),this.heads.length>0&&r.each(this.heads,function(d){var m=this;!l&&["asc","desc"].indexOf(m.sortDir)>-1&&(l=!0,e.sort.colIndex=d,e.sort.dir=m.sortDir)}),l&&(p=a.find(".sortable-column"),this._resetSortClass(p),r(p.get(e.sort.colIndex)).addClass("sort-"+e.sort.dir),this.sorting()),e.currentPage=1,e._draw()},setHeads:function(t){return this.heads=t,this},setHeadItem:function(t,e){var a,l;for(a=0;athis.pagesCount){this.currentPage=this.pagesCount;return}return this._draw(),this}},prev:function(){if(this.items.length!==0){if(this.currentPage--,this.currentPage===0){this.currentPage=1;return}return this._draw(),this}},first:function(){if(this.items.length!==0)return this.currentPage=1,this._draw(),this},last:function(){if(this.items.length!==0)return this.currentPage=this.pagesCount,this._draw(),this},page:function(t){return t<=0&&(t=1),t>this.pagesCount&&(t=this.pagesCount),this.currentPage=t,this._draw(),this},addFilter:function(t,e){var a=null,l,p=o.isFunc(t);if(p!==!1){for(l=0;l0?this.filteredItems:this.items},getSelectedItems:function(){var t=this.element,e=this.options,a=i.storage.getItem(e.checkStoreKey.replace("$1",t.attr("id"))),l=[];return o.isValue(a)?(r.each(this.items,function(){a.indexOf(""+this[e.checkColIndex])!==-1&&l.push(this)}),l):[]},getStoredKeys:function(){var t=this.element,e=this.options;return i.storage.getItem(e.checkStoreKey.replace("$1",t.attr("id")),[])},clearSelected:function(t){var e=this.element,a=this.options;i.storage.setItem(a.checkStoreKey.replace("$1",e.attr("id")),[]),e.find("table-service-check-all input").prop("checked",!1),t===!0&&this._draw()},getFilters:function(){return this.filters},getFiltersIndexes:function(){return this.filtersIndexes},openInspector:function(t){var e=this.inspector;t?e.show(0,function(){e.css({top:(r(globalThis).height()-e.outerHeight(!0))/2+pageYOffset,left:(r(globalThis).width()-e.outerWidth(!0))/2+pageXOffset}).data("open",!0)}):e.hide().data("open",!1)},closeInspector:function(){this.openInspector(!1)},toggleInspector:function(){this.openInspector(!this.inspector.data("open"))},resetView:function(){this.view=this._createView(),this._createTableHeader(),this._createTableFooter(),this._draw(),this._resetInspector(),this._saveTableView()},rebuildIndex:function(){this._createIndex()},getIndex:function(){return this.index},export:function(t,e,a,l){var p=i.export,d=this,m=this.options,c=document.createElement("table"),f=r("
").html("").appendTo(d),r("").html(`
${this.title}
`).appendTo(d),r("
").html("").appendTo(d),r("").html("").appendTo(d),p[e.view[c]["index-view"]]=d}),l=0;l").addClass("table-inspector"),e.attr("for",this.element.attr("id")),r("
"+(t.inspectorTitle||this.locale.table.inspector)+"
").appendTo(e),o=r("
").addClass("table-wrap").appendTo(e),l=r("").addClass("table subcompact"),p=r("").appendTo(l),l.appendTo(o),this._createInspectorItems(p),d=r("
").appendTo(e),r("
"),t.prepend(o)),o.clear().addClass(e.clsHead),this.heads.length===0)return o;for(l=r("").addClass(e.clsHeadRow).appendTo(o),r.each(this.service,function(){var u=this,h=[],g=r("").appendTo(t)),o.clear().addClass(e.clsFooter),this.foots.length!==0&&(l=r("").addClass(e.clsHeadRow).appendTo(o),r.each(this.foots,function(){var d=this;p=r("").addClass(l.clsBodyRow),c.data("original",h),b=d%2===0,f=r("").appendTo(c),u=r("").appendTo(c),h,g,b,v=[],k,A,_,w,y;if(typeof p.tableToCSV=="function"){for(e=a.isValue(e)?e.toLowerCase():"all-filtered",o=a.isValue(o)?o:a.elementId("table")+"-export.csv",A=r(""),b=this.heads,g=0;g"),a.isValue(T.title)&&_.html(T.title),v[d.view[C]["index-view"]]=_)}),g=0;g"),b=k[h],g=0;g").html(this),v[d.view[C]["index-view"]]=_)}),g=0;g0&&p.off(i.events.inputchange)}return e.off(i.events.click,".pagination .page-link"),a.isValue(this.wrapperPagination)&&this.wrapperPagination.off(i.events.click,".pagination .page-link"),t.off(i.events.click,".js-table-crud-button"),this._removeInspectorEvents(),t}})})(Metro,m4q);(function(i,r){"use strict";var a=i.utils,s={tabsDeferred:0,expand:!1,expandPoint:null,tabsPosition:"top",tabsType:"default",updateUri:!1,clsTabs:"",clsTabsList:"",clsTabsListItem:"",clsTabsListItemActive:"",onTab:i.noop,onTabOpen:i.noop,onTabClose:i.noop,onBeforeTab:i.noop_true,onTabsCreate:i.noop};i.tabsSetup=function(t){s=r.extend({},s,t)},typeof globalThis.metroTabsSetup!==void 0&&i.tabsSetup(globalThis.metroTabsSetup),i.Component("tabs",{init:function(t,e){return this._super(e,t,s,{_targets:[],id:a.elementId("tabs")}),this},_create:function(){var t=this.element,e=this.options,o=t.find(".active").length>0?r(t.find(".active")[0]):void 0;this._createStructure(),this._createEvents(),this._open(o),this._fireEvent("tabs-create",{element:t})},_createStructure:function(){var t=this.element,e=this.options,o=t.parent(),l=o.hasClass("tabs"),p=l?o:r("
").addClass("tabs tabs-wrapper"),d,m;if(p.addClass(e.tabsPosition.replace(["-","_","+"]," ")),t.addClass("tabs-list"),e.tabsType!=="default"&&t.addClass("tabs-"+e.tabsType),l||(p.insertBefore(t),t.appendTo(p)),t.data("expanded",!1),d=r("
").addClass("expand-title"),p.prepend(d),m=p.find(".hamburger"),m.length===0){m=r("
");a.isValue(u.title)&&g.html(u.title),a.isValue(u.size)&&g.css({width:u.size}),a.isValue(u.cls)&&h.push(u.cls),h.push(e.clsHeadCell),g.addClass(h.join(" ")),l.append(g)}),c=this.heads,m=0;m");b.data("index",u),a.isValue(h.title)&&b.html(h.title),a.isValue(h.format)&&b.attr("data-format",h.format),a.isValue(h.formatMask)&&b.attr("data-format-mask",h.formatMask),a.isValue(h.name)&&b.attr("data-name",h.name),a.isValue(h.colspan)&&b.attr("colspan",h.colspan),a.isValue(h.size)&&b.attr("data-size",h.size),a.isValue(h.sortable)&&b.attr("data-sortable",h.sortable),a.isValue(h.sortDir)&&b.attr("data-sort-dir",h.sortDir),a.isValue(h.clsColumn)&&b.attr("data-cls-column",h.clsColumn),a.isValue(h.cls)&&b.attr("data-cls",h.cls),a.isValue(h.colspan)&&b.attr("colspan",h.colspan),a.isValue(h.show)&&b.attr("data-show",h.show),a.isValue(h.required)&&b.attr("data-required",h.required),a.isValue(h.field)&&b.attr("data-field",h.field),a.isValue(h.fieldType)&&b.attr("data-field-type",h.fieldType),a.isValue(h.validator)&&b.attr("data-validator",h.validator),a.isValue(h.template)&&b.attr("data-template",h.template),a.isValue(f[u].size)&&b.css({width:f[u].size}),h.sortable===!0&&(g.push("sortable-column"),a.isValue(h.sortDir)&&g.push("sort-"+h.sortDir)),a.isValue(h.cls)&&r.each(h.cls.toArray(),function(){g.push(this)}),a.bool(f[u].show)===!1&&g.indexOf("hidden")===-1&&g.push("hidden"),g.push(e.clsHeadCell),a.bool(f[u].show)&&a.arrayDelete(g,"hidden"),b.addClass(g.join(" ")),d[f[u]["index-view"]]=b}),m=0;m").addClass(this.options.clsBody),e.length!==0?t.insertAfter(e):o.append(t)),t.clear()},_createTableFooter:function(){var t=this.element,e=this.options,o=t.find("tfoot"),l,p;o.length===0&&(o=r("
").appendTo(l),d.title!==void 0&&p.html(d.title),d.name!==void 0&&p.addClass("foot-column-name-"+d.name),d.cls!==void 0&&p.addClass(d.cls),a.isValue(d.colspan)&&p.attr("colspan",d.colspan),p.appendTo(l)}))},_createTopBlock:function(){var t=this,e=this.element,o=this.options,l=r("
").addClass("table-top").addClass(o.clsTableTop).insertBefore(e.parent()),p,d,m,c;return p=a.isValue(this.wrapperSearch)?this.wrapperSearch:r("
").addClass("table-search-block").addClass(o.clsSearch).appendTo(l),p.addClass(o.clsSearch),d=r("").attr("type","text").attr("placeholder",o.tableSearchPlaceholder).appendTo(p),i.makePlugin(d,"input",{prepend:o.tableSearchTitle||t.locale.table.search}),o.showSearch!==!0&&p.hide(),m=a.isValue(this.wrapperRows)?this.wrapperRows:r("
").addClass("table-rows-block").appendTo(l),m.addClass(o.clsRowsCount),c=r("").addClass("input table-skip-input").addClass(e.clsTableSkipInput).appendTo(d),r("
").html(d+1),e.service[0].clsColumn!==void 0&&f.addClass(e.service[0].clsColumn),f.appendTo(c),f=r(""),l.checkType==="checkbox"?u=r(""):u=r(""),a.isValue(w)&&Array.isArray(w)&&w.indexOf(""+A[d][l.checkColIndex])>-1&&(u.prop("checked",!0),_.push(h)),u.addClass("table-service-check"),this._fireEvent("check-draw",{check:u}),u.appendTo(f),e.service[1].clsColumn!==void 0&&f.addClass(e.service[1].clsColumn),f.appendTo(c),m=0;m");a.isValue(e.heads[C].template)&&(T=e.heads[C].template.replace(/%VAL%/g,T)),F.html(T),F.addClass(l.clsBodyCell),a.isValue(e.heads[C].clsColumn)&&F.addClass(e.heads[C].clsColumn),a.bool(y[C].show)===!1&&F.addClass("hidden"),a.bool(y[C].show)&&F.removeClass("hidden"),F.data("original",this),g[y[C]["index-view"]]=F,e._fireEvent("draw-cell",{td:F,val:T,cellIndex:C,head:e.heads[C],items:h}),l.cellWrapper===!0&&(T=r("
").addClass("data-wrapper").addClass(l.clsCellWrapper).html(F.html()),F.html("").append(T))}),m=0;m").addClass(l.clsBodyRow).appendTo(p),f=r("
").attr("colspan",m).addClass("text-center").html(r("").addClass(l.clsEmptyTableTitle).html(l.emptyTableTitle||e.locale.table.empty)),f.appendTo(c);this._info(v+1,k+1,A.length),this._paging(A.length),this.activity&&this.activity.hide(),this._fireEvent("draw"),t!==void 0&&a.exec(t,null,o[0])},_getItemContent:function(t){var e=this.options,o,l=t[this.sort.colIndex],p=this.heads[this.sort.colIndex].format,d=!a.isNull(this.heads)&&!a.isNull(this.heads[this.sort.colIndex])&&a.isValue(this.heads[this.sort.colIndex].formatMask)?this.heads[this.sort.colIndex].formatMask:"%Y-%m-%d",m=this.heads&&this.heads[this.sort.colIndex]&&this.heads[this.sort.colIndex].thousandSeparator?this.heads[this.sort.colIndex].thousandSeparator:e.thousandSeparator,c=this.heads&&this.heads[this.sort.colIndex]&&this.heads[this.sort.colIndex].decimalSeparator?this.heads[this.sort.colIndex].decimalSeparator:e.decimalSeparator;if(o=(""+l).toLowerCase().replace(/[\n\r]+|[\s]{2,}/g," ").trim(),a.isValue(o)&&a.isValue(p))switch(["number","int","float","money"].indexOf(p)!==-1&&(o=a.parseNumber(o,m,c)),p){case"date":o=d?Datetime.from(o,d,e.locale):datetime(o);break;case"number":o=+o;break;case"int":o=parseInt(o);break;case"float":o=parseFloat(o);break;case"money":o=a.parseMoney(o);break;case"card":o=a.parseCard(o);break;case"phone":o=a.parsePhone(o);break}return o},addItem:function(t,e){if(!Array.isArray(t))return console.warn("Item is not an array and can't be added"),this;this.items.push(t),e!==!1&&this.draw()},addItems:function(t,e){if(!Array.isArray(t))return console.warn("Items is not an array and can't be added"),this;t.forEach(function(o){Array.isArray(o)&&this.items.push(o,!1)}),this.draw(),e!==!1&&this.draw()},updateItem:function(t,e,o){var l=this.items[this.index[t]],p=null;return a.isNull(l)?(console.warn("Item is undefined for update"),this):(isNaN(e)&&this.heads.forEach(function(d,m){d.name===e&&(p=m)}),a.isNull(p)?(console.warn("Item is undefined for update. Field "+e+" not found in data structure"),this):(l[p]=o,this.items[this.index[t]]=l,this))},getItem:function(t){return this.items[this.index[t]]},deleteItem:function(t,e){var o,l=[],p=a.isFunc(e);for(o=0;od&&(m=e.sort.dir==="asc"?1:-1),m!==0&&e._fireEvent("sort-item-switch",{a:o,b:l,result:m}),m}),this._fireEvent("sort-stop",{items:this.items}),this},search:function(t){return this.searchString=t.trim().toLowerCase(),this.currentPage=1,this._draw(),this},_rebuild:function(t){var e=this,o=this.element,l=!1,p;this._createIndex(),t===!0&&(this.view=this._createView()),this._createTableHeader(),this._createTableBody(),this._createTableFooter(),this.heads.length>0&&r.each(this.heads,function(d){var m=this;!l&&["asc","desc"].indexOf(m.sortDir)>-1&&(l=!0,e.sort.colIndex=d,e.sort.dir=m.sortDir)}),l&&(p=o.find(".sortable-column"),this._resetSortClass(p),r(p.get(e.sort.colIndex)).addClass("sort-"+e.sort.dir),this.sorting()),e.currentPage=1,e._draw()},setHeads:function(t){return this.heads=t,this},setHeadItem:function(t,e){var o,l;for(o=0;othis.pagesCount){this.currentPage=this.pagesCount;return}return this._draw(),this}},prev:function(){if(this.items.length!==0){if(this.currentPage--,this.currentPage===0){this.currentPage=1;return}return this._draw(),this}},first:function(){if(this.items.length!==0)return this.currentPage=1,this._draw(),this},last:function(){if(this.items.length!==0)return this.currentPage=this.pagesCount,this._draw(),this},page:function(t){return t<=0&&(t=1),t>this.pagesCount&&(t=this.pagesCount),this.currentPage=t,this._draw(),this},addFilter:function(t,e){var o=null,l,p=a.isFunc(t);if(p!==!1){for(l=0;l0?this.filteredItems:this.items},getSelectedItems:function(){var t=this.element,e=this.options,o=i.storage.getItem(e.checkStoreKey.replace("$1",t.attr("id"))),l=[];return a.isValue(o)?(r.each(this.items,function(){o.indexOf(""+this[e.checkColIndex])!==-1&&l.push(this)}),l):[]},getStoredKeys:function(){var t=this.element,e=this.options;return i.storage.getItem(e.checkStoreKey.replace("$1",t.attr("id")),[])},clearSelected:function(t){var e=this.element,o=this.options;i.storage.setItem(o.checkStoreKey.replace("$1",e.attr("id")),[]),e.find("table-service-check-all input").prop("checked",!1),t===!0&&this._draw()},getFilters:function(){return this.filters},getFiltersIndexes:function(){return this.filtersIndexes},openInspector:function(t){var e=this.inspector;t?e.show(0,function(){e.css({top:(r(globalThis).height()-e.outerHeight(!0))/2+pageYOffset,left:(r(globalThis).width()-e.outerWidth(!0))/2+pageXOffset}).data("open",!0)}):e.hide().data("open",!1)},closeInspector:function(){this.openInspector(!1)},toggleInspector:function(){this.openInspector(!this.inspector.data("open"))},resetView:function(){this.view=this._createView(),this._createTableHeader(),this._createTableFooter(),this._draw(),this._resetInspector(),this._saveTableView()},rebuildIndex:function(){this._createIndex()},getIndex:function(){return this.index},export:function(t,e,o,l){var p=i.export,d=this,m=this.options,c=document.createElement("table"),f=r("