diff --git a/README.md b/README.md index dc64e25..f8708a4 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,11 @@ Theme distribution files and nightly builds of ``` +###### Monochrome theme +```html + +``` + ###### Palenight theme ```html diff --git a/monochrome/map.scss b/monochrome/map.scss new file mode 100644 index 0000000..9f64b17 --- /dev/null +++ b/monochrome/map.scss @@ -0,0 +1,91 @@ +///////////////////////////////////////////////////////// +/// PUNICA CSS > THEMES > MONOCHROME : Theme map +///////////////////////////////////////////////////////// +/// +/// Read more about customization; +/// @link http://www.punicacss.com/themes +/// +$punica-themes: ( + monochrome: ( + 'name' : 'Monochrome', + 'type' : 'light', // light or dark (required*), + 'google-font': ( + 'name' : 'Asap', // or Source+Sans+Pro etc + 'weights' : '400;600;800', + ), + 'typography': ( + 'font-family' : 'Asap', + 'font-size' : .89em, + 'font-weight' : 400, + 'line-height' : 1.7, + 'header-weight' : 800, + ), + 'color': ( + 'text' : #202020, + 'background' : #bfbfbf, + 'primary' : #282c2f, + 'success' : #397b47, + 'warning' : #82671e, + 'error' : #862f36, + 'active' : #ccc, + 'negative' : #f5f5f5, + 'grey' : #6f6f6f, + 'secondary' : #d5d5d5, + 'dark' : #191919, + ), + 'border': ( + 'color' : #8f8f8f, + 'width' : 1px, + 'style' : solid, + 'radius': 0, + ), + 'shadow': ( + 'horizontal': 0, + 'vertical' : 2px, + 'blur' : 4px, + 'spread' : 0, + 'color' : rgba(0, 0, 0, 0.27), + ), + 'input': ( + 'color' : null, // (null = color > text) + 'background' : #c8c8c8, + 'border-color' : null, // (null = border > color) + 'outline-color' : #282c2f, + 'outline-width' : 2px, + 'label-weight' : 600, + 'transition' : .35s + ), + 'components': ( + 'navbar': ( + 'font-weight': 600 + ), + 'tabnav': ( + 'font-weight': 600, + ), + 'card': ( + 'background': null, // (null = color > background) + 'radius' : 0 // (null = border > radius) + ), + 'panel': ( + 'background': null, // (null = color > background) + 'radius' : null // (null = border > radius) + ), + 'menu': ( + 'background': white, // (null = color > background) + ) + ), + 'elements': ( + 'button': ( + 'font-weight' : 600, + 'radius' : null, // (null = border > radius) + 'secondary': ( + 'color' : white, + 'background' : #2e86c1, + 'hover-color' : null, + 'hover-bg' : #45a1dd, + 'border-color' : #2874a6 + ) + ), + ) + ) +) \ No newline at end of file diff --git a/monochrome/punica-monochrome.min.css b/monochrome/punica-monochrome.min.css new file mode 100644 index 0000000..67f09c5 --- /dev/null +++ b/monochrome/punica-monochrome.min.css @@ -0,0 +1,9 @@ +/*! + * PUNICA CSS - Monochrome + * + * @link http://www.punicacss.com + * @link http://github.com/codeforms/Punica-CSS-Framework + * + * Released under the MIT license + * @link http://opensource.org/licenses/MIT + */@import url("https://fonts.googleapis.com/css2?family=Asap:wght@300;400;600;700;800&display=swap");*,*:after,*:before{box-sizing:inherit}*{margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;text-shadow:1px 1px 1px rgba(0,0,0,0.004) !important}html{box-sizing:border-box;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{font-family:"Asap",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.89em;font-weight:400;line-height:1.7;color:#202020;background-color:#bfbfbf}html,body{min-height:100%;height:100%;padding:0;margin:0;border:none}::selection{background-color:#282c2f;color:#f5f5f5}::placeholder{color:#202020;opacity:.5}a{color:#202020;outline:none;text-decoration:none}a:focus,a:hover,a:active,a.active{color:#151719;text-decoration:underline}a:visited{color:#202020}hr{margin:15px 0;background-color:#8f8f8f;border:none;height:1px}ul,ol{margin:.8rem 0 .8rem .8rem;padding:0}ul ul,ul ol,ol ul,ol ol{margin:.8rem 0 .8rem .8rem}ul li,ol li{margin-top:.4rem}ul{list-style:disc inside}ol{list-style:decimal inside}dl dt{font-weight:bold}img,canvas,embed,object,video{max-width:100%;height:auto;box-sizing:border-box}img{border-style:none}iframe{outline:0}:not(pre)>code,:not(pre)>kbd,:not(pre)>samp{color:#862f36;white-space:nowrap;padding:2px 6px;font-size:1em}.container{width:100%;margin:0 auto;padding:0 40px}@media only screen and (max-width: 768px){.container{padding:0 13.33333px}}.row{display:grid;grid-gap:6px;grid-template-columns:repeat(16, 1fr)}.row>[class^="col"]{height:fit-content;padding:0.3rem;min-height:0.125rem}.row.equal>[class^="col"]{height:auto}@media only screen and (min-width: 0){.col-1,.col-xs-1{grid-column:span 1}.col-xs-1.offset-xs-2{grid-column:2 / span 1}.col-xs-1.offset-xs-3{grid-column:3 / span 1}.col-xs-1.offset-xs-4{grid-column:4 / span 1}.col-xs-1.offset-xs-5{grid-column:5 / span 1}.col-xs-1.offset-xs-6{grid-column:6 / span 1}.col-xs-1.offset-xs-7{grid-column:7 / span 1}.col-xs-1.offset-xs-8{grid-column:8 / span 1}.col-xs-1.offset-xs-9{grid-column:9 / span 1}.col-xs-1.offset-xs-10{grid-column:10 / span 1}.col-xs-1.offset-xs-11{grid-column:11 / span 1}.col-xs-1.offset-xs-12{grid-column:12 / span 1}.col-xs-1.offset-xs-13{grid-column:13 / span 1}.col-xs-1.offset-xs-14{grid-column:14 / span 1}.col-xs-1.offset-xs-15{grid-column:15 / span 1}.col-xs-1.offset-xs-16{grid-column:16 / span 1}.col-2,.col-xs-2{grid-column:span 2}.col-xs-2.offset-xs-2{grid-column:2 / span 2}.col-xs-2.offset-xs-3{grid-column:3 / span 2}.col-xs-2.offset-xs-4{grid-column:4 / span 2}.col-xs-2.offset-xs-5{grid-column:5 / span 2}.col-xs-2.offset-xs-6{grid-column:6 / span 2}.col-xs-2.offset-xs-7{grid-column:7 / span 2}.col-xs-2.offset-xs-8{grid-column:8 / span 2}.col-xs-2.offset-xs-9{grid-column:9 / span 2}.col-xs-2.offset-xs-10{grid-column:10 / span 2}.col-xs-2.offset-xs-11{grid-column:11 / span 2}.col-xs-2.offset-xs-12{grid-column:12 / span 2}.col-xs-2.offset-xs-13{grid-column:13 / span 2}.col-xs-2.offset-xs-14{grid-column:14 / span 2}.col-xs-2.offset-xs-15{grid-column:15 / span 2}.col-xs-2.offset-xs-16{grid-column:16 / span 2}.col-3,.col-xs-3{grid-column:span 3}.col-xs-3.offset-xs-2{grid-column:2 / span 3}.col-xs-3.offset-xs-3{grid-column:3 / span 3}.col-xs-3.offset-xs-4{grid-column:4 / span 3}.col-xs-3.offset-xs-5{grid-column:5 / span 3}.col-xs-3.offset-xs-6{grid-column:6 / span 3}.col-xs-3.offset-xs-7{grid-column:7 / span 3}.col-xs-3.offset-xs-8{grid-column:8 / span 3}.col-xs-3.offset-xs-9{grid-column:9 / span 3}.col-xs-3.offset-xs-10{grid-column:10 / span 3}.col-xs-3.offset-xs-11{grid-column:11 / span 3}.col-xs-3.offset-xs-12{grid-column:12 / span 3}.col-xs-3.offset-xs-13{grid-column:13 / span 3}.col-xs-3.offset-xs-14{grid-column:14 / span 3}.col-xs-3.offset-xs-15{grid-column:15 / span 3}.col-xs-3.offset-xs-16{grid-column:16 / span 3}.col-4,.col-xs-4{grid-column:span 4}.col-xs-4.offset-xs-2{grid-column:2 / span 4}.col-xs-4.offset-xs-3{grid-column:3 / span 4}.col-xs-4.offset-xs-4{grid-column:4 / span 4}.col-xs-4.offset-xs-5{grid-column:5 / span 4}.col-xs-4.offset-xs-6{grid-column:6 / span 4}.col-xs-4.offset-xs-7{grid-column:7 / span 4}.col-xs-4.offset-xs-8{grid-column:8 / span 4}.col-xs-4.offset-xs-9{grid-column:9 / span 4}.col-xs-4.offset-xs-10{grid-column:10 / span 4}.col-xs-4.offset-xs-11{grid-column:11 / span 4}.col-xs-4.offset-xs-12{grid-column:12 / span 4}.col-xs-4.offset-xs-13{grid-column:13 / span 4}.col-xs-4.offset-xs-14{grid-column:14 / span 4}.col-xs-4.offset-xs-15{grid-column:15 / span 4}.col-xs-4.offset-xs-16{grid-column:16 / span 4}.col-5,.col-xs-5{grid-column:span 5}.col-xs-5.offset-xs-2{grid-column:2 / span 5}.col-xs-5.offset-xs-3{grid-column:3 / span 5}.col-xs-5.offset-xs-4{grid-column:4 / span 5}.col-xs-5.offset-xs-5{grid-column:5 / span 5}.col-xs-5.offset-xs-6{grid-column:6 / span 5}.col-xs-5.offset-xs-7{grid-column:7 / span 5}.col-xs-5.offset-xs-8{grid-column:8 / span 5}.col-xs-5.offset-xs-9{grid-column:9 / span 5}.col-xs-5.offset-xs-10{grid-column:10 / span 5}.col-xs-5.offset-xs-11{grid-column:11 / span 5}.col-xs-5.offset-xs-12{grid-column:12 / span 5}.col-xs-5.offset-xs-13{grid-column:13 / span 5}.col-xs-5.offset-xs-14{grid-column:14 / span 5}.col-xs-5.offset-xs-15{grid-column:15 / span 5}.col-xs-5.offset-xs-16{grid-column:16 / span 5}.col-6,.col-xs-6{grid-column:span 6}.col-xs-6.offset-xs-2{grid-column:2 / span 6}.col-xs-6.offset-xs-3{grid-column:3 / span 6}.col-xs-6.offset-xs-4{grid-column:4 / span 6}.col-xs-6.offset-xs-5{grid-column:5 / span 6}.col-xs-6.offset-xs-6{grid-column:6 / span 6}.col-xs-6.offset-xs-7{grid-column:7 / span 6}.col-xs-6.offset-xs-8{grid-column:8 / span 6}.col-xs-6.offset-xs-9{grid-column:9 / span 6}.col-xs-6.offset-xs-10{grid-column:10 / span 6}.col-xs-6.offset-xs-11{grid-column:11 / span 6}.col-xs-6.offset-xs-12{grid-column:12 / span 6}.col-xs-6.offset-xs-13{grid-column:13 / span 6}.col-xs-6.offset-xs-14{grid-column:14 / span 6}.col-xs-6.offset-xs-15{grid-column:15 / span 6}.col-xs-6.offset-xs-16{grid-column:16 / span 6}.col-7,.col-xs-7{grid-column:span 7}.col-xs-7.offset-xs-2{grid-column:2 / span 7}.col-xs-7.offset-xs-3{grid-column:3 / span 7}.col-xs-7.offset-xs-4{grid-column:4 / span 7}.col-xs-7.offset-xs-5{grid-column:5 / span 7}.col-xs-7.offset-xs-6{grid-column:6 / span 7}.col-xs-7.offset-xs-7{grid-column:7 / span 7}.col-xs-7.offset-xs-8{grid-column:8 / span 7}.col-xs-7.offset-xs-9{grid-column:9 / span 7}.col-xs-7.offset-xs-10{grid-column:10 / span 7}.col-xs-7.offset-xs-11{grid-column:11 / span 7}.col-xs-7.offset-xs-12{grid-column:12 / span 7}.col-xs-7.offset-xs-13{grid-column:13 / span 7}.col-xs-7.offset-xs-14{grid-column:14 / span 7}.col-xs-7.offset-xs-15{grid-column:15 / span 7}.col-xs-7.offset-xs-16{grid-column:16 / span 7}.col-8,.col-xs-8{grid-column:span 8}.col-xs-8.offset-xs-2{grid-column:2 / span 8}.col-xs-8.offset-xs-3{grid-column:3 / span 8}.col-xs-8.offset-xs-4{grid-column:4 / span 8}.col-xs-8.offset-xs-5{grid-column:5 / span 8}.col-xs-8.offset-xs-6{grid-column:6 / span 8}.col-xs-8.offset-xs-7{grid-column:7 / span 8}.col-xs-8.offset-xs-8{grid-column:8 / span 8}.col-xs-8.offset-xs-9{grid-column:9 / span 8}.col-xs-8.offset-xs-10{grid-column:10 / span 8}.col-xs-8.offset-xs-11{grid-column:11 / span 8}.col-xs-8.offset-xs-12{grid-column:12 / span 8}.col-xs-8.offset-xs-13{grid-column:13 / span 8}.col-xs-8.offset-xs-14{grid-column:14 / span 8}.col-xs-8.offset-xs-15{grid-column:15 / span 8}.col-xs-8.offset-xs-16{grid-column:16 / span 8}.col-9,.col-xs-9{grid-column:span 9}.col-xs-9.offset-xs-2{grid-column:2 / span 9}.col-xs-9.offset-xs-3{grid-column:3 / span 9}.col-xs-9.offset-xs-4{grid-column:4 / span 9}.col-xs-9.offset-xs-5{grid-column:5 / span 9}.col-xs-9.offset-xs-6{grid-column:6 / span 9}.col-xs-9.offset-xs-7{grid-column:7 / span 9}.col-xs-9.offset-xs-8{grid-column:8 / span 9}.col-xs-9.offset-xs-9{grid-column:9 / span 9}.col-xs-9.offset-xs-10{grid-column:10 / span 9}.col-xs-9.offset-xs-11{grid-column:11 / span 9}.col-xs-9.offset-xs-12{grid-column:12 / span 9}.col-xs-9.offset-xs-13{grid-column:13 / span 9}.col-xs-9.offset-xs-14{grid-column:14 / span 9}.col-xs-9.offset-xs-15{grid-column:15 / span 9}.col-xs-9.offset-xs-16{grid-column:16 / span 9}.col-10,.col-xs-10{grid-column:span 10}.col-xs-10.offset-xs-2{grid-column:2 / span 10}.col-xs-10.offset-xs-3{grid-column:3 / span 10}.col-xs-10.offset-xs-4{grid-column:4 / span 10}.col-xs-10.offset-xs-5{grid-column:5 / span 10}.col-xs-10.offset-xs-6{grid-column:6 / span 10}.col-xs-10.offset-xs-7{grid-column:7 / span 10}.col-xs-10.offset-xs-8{grid-column:8 / span 10}.col-xs-10.offset-xs-9{grid-column:9 / span 10}.col-xs-10.offset-xs-10{grid-column:10 / span 10}.col-xs-10.offset-xs-11{grid-column:11 / span 10}.col-xs-10.offset-xs-12{grid-column:12 / span 10}.col-xs-10.offset-xs-13{grid-column:13 / span 10}.col-xs-10.offset-xs-14{grid-column:14 / span 10}.col-xs-10.offset-xs-15{grid-column:15 / span 10}.col-xs-10.offset-xs-16{grid-column:16 / span 10}.col-11,.col-xs-11{grid-column:span 11}.col-xs-11.offset-xs-2{grid-column:2 / span 11}.col-xs-11.offset-xs-3{grid-column:3 / span 11}.col-xs-11.offset-xs-4{grid-column:4 / span 11}.col-xs-11.offset-xs-5{grid-column:5 / span 11}.col-xs-11.offset-xs-6{grid-column:6 / span 11}.col-xs-11.offset-xs-7{grid-column:7 / span 11}.col-xs-11.offset-xs-8{grid-column:8 / span 11}.col-xs-11.offset-xs-9{grid-column:9 / span 11}.col-xs-11.offset-xs-10{grid-column:10 / span 11}.col-xs-11.offset-xs-11{grid-column:11 / span 11}.col-xs-11.offset-xs-12{grid-column:12 / span 11}.col-xs-11.offset-xs-13{grid-column:13 / span 11}.col-xs-11.offset-xs-14{grid-column:14 / span 11}.col-xs-11.offset-xs-15{grid-column:15 / span 11}.col-xs-11.offset-xs-16{grid-column:16 / span 11}.col-12,.col-xs-12{grid-column:span 12}.col-xs-12.offset-xs-2{grid-column:2 / span 12}.col-xs-12.offset-xs-3{grid-column:3 / span 12}.col-xs-12.offset-xs-4{grid-column:4 / span 12}.col-xs-12.offset-xs-5{grid-column:5 / span 12}.col-xs-12.offset-xs-6{grid-column:6 / span 12}.col-xs-12.offset-xs-7{grid-column:7 / span 12}.col-xs-12.offset-xs-8{grid-column:8 / span 12}.col-xs-12.offset-xs-9{grid-column:9 / span 12}.col-xs-12.offset-xs-10{grid-column:10 / span 12}.col-xs-12.offset-xs-11{grid-column:11 / span 12}.col-xs-12.offset-xs-12{grid-column:12 / span 12}.col-xs-12.offset-xs-13{grid-column:13 / span 12}.col-xs-12.offset-xs-14{grid-column:14 / span 12}.col-xs-12.offset-xs-15{grid-column:15 / span 12}.col-xs-12.offset-xs-16{grid-column:16 / span 12}.col-13,.col-xs-13{grid-column:span 13}.col-xs-13.offset-xs-2{grid-column:2 / span 13}.col-xs-13.offset-xs-3{grid-column:3 / span 13}.col-xs-13.offset-xs-4{grid-column:4 / span 13}.col-xs-13.offset-xs-5{grid-column:5 / span 13}.col-xs-13.offset-xs-6{grid-column:6 / span 13}.col-xs-13.offset-xs-7{grid-column:7 / span 13}.col-xs-13.offset-xs-8{grid-column:8 / span 13}.col-xs-13.offset-xs-9{grid-column:9 / span 13}.col-xs-13.offset-xs-10{grid-column:10 / span 13}.col-xs-13.offset-xs-11{grid-column:11 / span 13}.col-xs-13.offset-xs-12{grid-column:12 / span 13}.col-xs-13.offset-xs-13{grid-column:13 / span 13}.col-xs-13.offset-xs-14{grid-column:14 / span 13}.col-xs-13.offset-xs-15{grid-column:15 / span 13}.col-xs-13.offset-xs-16{grid-column:16 / span 13}.col-14,.col-xs-14{grid-column:span 14}.col-xs-14.offset-xs-2{grid-column:2 / span 14}.col-xs-14.offset-xs-3{grid-column:3 / span 14}.col-xs-14.offset-xs-4{grid-column:4 / span 14}.col-xs-14.offset-xs-5{grid-column:5 / span 14}.col-xs-14.offset-xs-6{grid-column:6 / span 14}.col-xs-14.offset-xs-7{grid-column:7 / span 14}.col-xs-14.offset-xs-8{grid-column:8 / span 14}.col-xs-14.offset-xs-9{grid-column:9 / span 14}.col-xs-14.offset-xs-10{grid-column:10 / span 14}.col-xs-14.offset-xs-11{grid-column:11 / span 14}.col-xs-14.offset-xs-12{grid-column:12 / span 14}.col-xs-14.offset-xs-13{grid-column:13 / span 14}.col-xs-14.offset-xs-14{grid-column:14 / span 14}.col-xs-14.offset-xs-15{grid-column:15 / span 14}.col-xs-14.offset-xs-16{grid-column:16 / span 14}.col-15,.col-xs-15{grid-column:span 15}.col-xs-15.offset-xs-2{grid-column:2 / span 15}.col-xs-15.offset-xs-3{grid-column:3 / span 15}.col-xs-15.offset-xs-4{grid-column:4 / span 15}.col-xs-15.offset-xs-5{grid-column:5 / span 15}.col-xs-15.offset-xs-6{grid-column:6 / span 15}.col-xs-15.offset-xs-7{grid-column:7 / span 15}.col-xs-15.offset-xs-8{grid-column:8 / span 15}.col-xs-15.offset-xs-9{grid-column:9 / span 15}.col-xs-15.offset-xs-10{grid-column:10 / span 15}.col-xs-15.offset-xs-11{grid-column:11 / span 15}.col-xs-15.offset-xs-12{grid-column:12 / span 15}.col-xs-15.offset-xs-13{grid-column:13 / span 15}.col-xs-15.offset-xs-14{grid-column:14 / span 15}.col-xs-15.offset-xs-15{grid-column:15 / span 15}.col-xs-15.offset-xs-16{grid-column:16 / span 15}.col-16,.col-xs-16{grid-column:span 16}.col-xs-16.offset-xs-2{grid-column:2 / span 16}.col-xs-16.offset-xs-3{grid-column:3 / span 16}.col-xs-16.offset-xs-4{grid-column:4 / span 16}.col-xs-16.offset-xs-5{grid-column:5 / span 16}.col-xs-16.offset-xs-6{grid-column:6 / span 16}.col-xs-16.offset-xs-7{grid-column:7 / span 16}.col-xs-16.offset-xs-8{grid-column:8 / span 16}.col-xs-16.offset-xs-9{grid-column:9 / span 16}.col-xs-16.offset-xs-10{grid-column:10 / span 16}.col-xs-16.offset-xs-11{grid-column:11 / span 16}.col-xs-16.offset-xs-12{grid-column:12 / span 16}.col-xs-16.offset-xs-13{grid-column:13 / span 16}.col-xs-16.offset-xs-14{grid-column:14 / span 16}.col-xs-16.offset-xs-15{grid-column:15 / span 16}.col-xs-16.offset-xs-16{grid-column:16 / span 16}}@media only screen and (min-width: 500px){.col-1,.col-sm-1{grid-column:span 1}.col-sm-1.offset-sm-2{grid-column:2 / span 1}.col-sm-1.offset-sm-3{grid-column:3 / span 1}.col-sm-1.offset-sm-4{grid-column:4 / span 1}.col-sm-1.offset-sm-5{grid-column:5 / span 1}.col-sm-1.offset-sm-6{grid-column:6 / span 1}.col-sm-1.offset-sm-7{grid-column:7 / span 1}.col-sm-1.offset-sm-8{grid-column:8 / span 1}.col-sm-1.offset-sm-9{grid-column:9 / span 1}.col-sm-1.offset-sm-10{grid-column:10 / span 1}.col-sm-1.offset-sm-11{grid-column:11 / span 1}.col-sm-1.offset-sm-12{grid-column:12 / span 1}.col-sm-1.offset-sm-13{grid-column:13 / span 1}.col-sm-1.offset-sm-14{grid-column:14 / span 1}.col-sm-1.offset-sm-15{grid-column:15 / span 1}.col-sm-1.offset-sm-16{grid-column:16 / span 1}.col-2,.col-sm-2{grid-column:span 2}.col-sm-2.offset-sm-2{grid-column:2 / span 2}.col-sm-2.offset-sm-3{grid-column:3 / span 2}.col-sm-2.offset-sm-4{grid-column:4 / span 2}.col-sm-2.offset-sm-5{grid-column:5 / span 2}.col-sm-2.offset-sm-6{grid-column:6 / span 2}.col-sm-2.offset-sm-7{grid-column:7 / span 2}.col-sm-2.offset-sm-8{grid-column:8 / span 2}.col-sm-2.offset-sm-9{grid-column:9 / span 2}.col-sm-2.offset-sm-10{grid-column:10 / span 2}.col-sm-2.offset-sm-11{grid-column:11 / span 2}.col-sm-2.offset-sm-12{grid-column:12 / span 2}.col-sm-2.offset-sm-13{grid-column:13 / span 2}.col-sm-2.offset-sm-14{grid-column:14 / span 2}.col-sm-2.offset-sm-15{grid-column:15 / span 2}.col-sm-2.offset-sm-16{grid-column:16 / span 2}.col-3,.col-sm-3{grid-column:span 3}.col-sm-3.offset-sm-2{grid-column:2 / span 3}.col-sm-3.offset-sm-3{grid-column:3 / span 3}.col-sm-3.offset-sm-4{grid-column:4 / span 3}.col-sm-3.offset-sm-5{grid-column:5 / span 3}.col-sm-3.offset-sm-6{grid-column:6 / span 3}.col-sm-3.offset-sm-7{grid-column:7 / span 3}.col-sm-3.offset-sm-8{grid-column:8 / span 3}.col-sm-3.offset-sm-9{grid-column:9 / span 3}.col-sm-3.offset-sm-10{grid-column:10 / span 3}.col-sm-3.offset-sm-11{grid-column:11 / span 3}.col-sm-3.offset-sm-12{grid-column:12 / span 3}.col-sm-3.offset-sm-13{grid-column:13 / span 3}.col-sm-3.offset-sm-14{grid-column:14 / span 3}.col-sm-3.offset-sm-15{grid-column:15 / span 3}.col-sm-3.offset-sm-16{grid-column:16 / span 3}.col-4,.col-sm-4{grid-column:span 4}.col-sm-4.offset-sm-2{grid-column:2 / span 4}.col-sm-4.offset-sm-3{grid-column:3 / span 4}.col-sm-4.offset-sm-4{grid-column:4 / span 4}.col-sm-4.offset-sm-5{grid-column:5 / span 4}.col-sm-4.offset-sm-6{grid-column:6 / span 4}.col-sm-4.offset-sm-7{grid-column:7 / span 4}.col-sm-4.offset-sm-8{grid-column:8 / span 4}.col-sm-4.offset-sm-9{grid-column:9 / span 4}.col-sm-4.offset-sm-10{grid-column:10 / span 4}.col-sm-4.offset-sm-11{grid-column:11 / span 4}.col-sm-4.offset-sm-12{grid-column:12 / span 4}.col-sm-4.offset-sm-13{grid-column:13 / span 4}.col-sm-4.offset-sm-14{grid-column:14 / span 4}.col-sm-4.offset-sm-15{grid-column:15 / span 4}.col-sm-4.offset-sm-16{grid-column:16 / span 4}.col-5,.col-sm-5{grid-column:span 5}.col-sm-5.offset-sm-2{grid-column:2 / span 5}.col-sm-5.offset-sm-3{grid-column:3 / span 5}.col-sm-5.offset-sm-4{grid-column:4 / span 5}.col-sm-5.offset-sm-5{grid-column:5 / span 5}.col-sm-5.offset-sm-6{grid-column:6 / span 5}.col-sm-5.offset-sm-7{grid-column:7 / span 5}.col-sm-5.offset-sm-8{grid-column:8 / span 5}.col-sm-5.offset-sm-9{grid-column:9 / span 5}.col-sm-5.offset-sm-10{grid-column:10 / span 5}.col-sm-5.offset-sm-11{grid-column:11 / span 5}.col-sm-5.offset-sm-12{grid-column:12 / span 5}.col-sm-5.offset-sm-13{grid-column:13 / span 5}.col-sm-5.offset-sm-14{grid-column:14 / span 5}.col-sm-5.offset-sm-15{grid-column:15 / span 5}.col-sm-5.offset-sm-16{grid-column:16 / span 5}.col-6,.col-sm-6{grid-column:span 6}.col-sm-6.offset-sm-2{grid-column:2 / span 6}.col-sm-6.offset-sm-3{grid-column:3 / span 6}.col-sm-6.offset-sm-4{grid-column:4 / span 6}.col-sm-6.offset-sm-5{grid-column:5 / span 6}.col-sm-6.offset-sm-6{grid-column:6 / span 6}.col-sm-6.offset-sm-7{grid-column:7 / span 6}.col-sm-6.offset-sm-8{grid-column:8 / span 6}.col-sm-6.offset-sm-9{grid-column:9 / span 6}.col-sm-6.offset-sm-10{grid-column:10 / span 6}.col-sm-6.offset-sm-11{grid-column:11 / span 6}.col-sm-6.offset-sm-12{grid-column:12 / span 6}.col-sm-6.offset-sm-13{grid-column:13 / span 6}.col-sm-6.offset-sm-14{grid-column:14 / span 6}.col-sm-6.offset-sm-15{grid-column:15 / span 6}.col-sm-6.offset-sm-16{grid-column:16 / span 6}.col-7,.col-sm-7{grid-column:span 7}.col-sm-7.offset-sm-2{grid-column:2 / span 7}.col-sm-7.offset-sm-3{grid-column:3 / span 7}.col-sm-7.offset-sm-4{grid-column:4 / span 7}.col-sm-7.offset-sm-5{grid-column:5 / span 7}.col-sm-7.offset-sm-6{grid-column:6 / span 7}.col-sm-7.offset-sm-7{grid-column:7 / span 7}.col-sm-7.offset-sm-8{grid-column:8 / span 7}.col-sm-7.offset-sm-9{grid-column:9 / span 7}.col-sm-7.offset-sm-10{grid-column:10 / span 7}.col-sm-7.offset-sm-11{grid-column:11 / span 7}.col-sm-7.offset-sm-12{grid-column:12 / span 7}.col-sm-7.offset-sm-13{grid-column:13 / span 7}.col-sm-7.offset-sm-14{grid-column:14 / span 7}.col-sm-7.offset-sm-15{grid-column:15 / span 7}.col-sm-7.offset-sm-16{grid-column:16 / span 7}.col-8,.col-sm-8{grid-column:span 8}.col-sm-8.offset-sm-2{grid-column:2 / span 8}.col-sm-8.offset-sm-3{grid-column:3 / span 8}.col-sm-8.offset-sm-4{grid-column:4 / span 8}.col-sm-8.offset-sm-5{grid-column:5 / span 8}.col-sm-8.offset-sm-6{grid-column:6 / span 8}.col-sm-8.offset-sm-7{grid-column:7 / span 8}.col-sm-8.offset-sm-8{grid-column:8 / span 8}.col-sm-8.offset-sm-9{grid-column:9 / span 8}.col-sm-8.offset-sm-10{grid-column:10 / span 8}.col-sm-8.offset-sm-11{grid-column:11 / span 8}.col-sm-8.offset-sm-12{grid-column:12 / span 8}.col-sm-8.offset-sm-13{grid-column:13 / span 8}.col-sm-8.offset-sm-14{grid-column:14 / span 8}.col-sm-8.offset-sm-15{grid-column:15 / span 8}.col-sm-8.offset-sm-16{grid-column:16 / span 8}.col-9,.col-sm-9{grid-column:span 9}.col-sm-9.offset-sm-2{grid-column:2 / span 9}.col-sm-9.offset-sm-3{grid-column:3 / span 9}.col-sm-9.offset-sm-4{grid-column:4 / span 9}.col-sm-9.offset-sm-5{grid-column:5 / span 9}.col-sm-9.offset-sm-6{grid-column:6 / span 9}.col-sm-9.offset-sm-7{grid-column:7 / span 9}.col-sm-9.offset-sm-8{grid-column:8 / span 9}.col-sm-9.offset-sm-9{grid-column:9 / span 9}.col-sm-9.offset-sm-10{grid-column:10 / span 9}.col-sm-9.offset-sm-11{grid-column:11 / span 9}.col-sm-9.offset-sm-12{grid-column:12 / span 9}.col-sm-9.offset-sm-13{grid-column:13 / span 9}.col-sm-9.offset-sm-14{grid-column:14 / span 9}.col-sm-9.offset-sm-15{grid-column:15 / span 9}.col-sm-9.offset-sm-16{grid-column:16 / span 9}.col-10,.col-sm-10{grid-column:span 10}.col-sm-10.offset-sm-2{grid-column:2 / span 10}.col-sm-10.offset-sm-3{grid-column:3 / span 10}.col-sm-10.offset-sm-4{grid-column:4 / span 10}.col-sm-10.offset-sm-5{grid-column:5 / span 10}.col-sm-10.offset-sm-6{grid-column:6 / span 10}.col-sm-10.offset-sm-7{grid-column:7 / span 10}.col-sm-10.offset-sm-8{grid-column:8 / span 10}.col-sm-10.offset-sm-9{grid-column:9 / span 10}.col-sm-10.offset-sm-10{grid-column:10 / span 10}.col-sm-10.offset-sm-11{grid-column:11 / span 10}.col-sm-10.offset-sm-12{grid-column:12 / span 10}.col-sm-10.offset-sm-13{grid-column:13 / span 10}.col-sm-10.offset-sm-14{grid-column:14 / span 10}.col-sm-10.offset-sm-15{grid-column:15 / span 10}.col-sm-10.offset-sm-16{grid-column:16 / span 10}.col-11,.col-sm-11{grid-column:span 11}.col-sm-11.offset-sm-2{grid-column:2 / span 11}.col-sm-11.offset-sm-3{grid-column:3 / span 11}.col-sm-11.offset-sm-4{grid-column:4 / span 11}.col-sm-11.offset-sm-5{grid-column:5 / span 11}.col-sm-11.offset-sm-6{grid-column:6 / span 11}.col-sm-11.offset-sm-7{grid-column:7 / span 11}.col-sm-11.offset-sm-8{grid-column:8 / span 11}.col-sm-11.offset-sm-9{grid-column:9 / span 11}.col-sm-11.offset-sm-10{grid-column:10 / span 11}.col-sm-11.offset-sm-11{grid-column:11 / span 11}.col-sm-11.offset-sm-12{grid-column:12 / span 11}.col-sm-11.offset-sm-13{grid-column:13 / span 11}.col-sm-11.offset-sm-14{grid-column:14 / span 11}.col-sm-11.offset-sm-15{grid-column:15 / span 11}.col-sm-11.offset-sm-16{grid-column:16 / span 11}.col-12,.col-sm-12{grid-column:span 12}.col-sm-12.offset-sm-2{grid-column:2 / span 12}.col-sm-12.offset-sm-3{grid-column:3 / span 12}.col-sm-12.offset-sm-4{grid-column:4 / span 12}.col-sm-12.offset-sm-5{grid-column:5 / span 12}.col-sm-12.offset-sm-6{grid-column:6 / span 12}.col-sm-12.offset-sm-7{grid-column:7 / span 12}.col-sm-12.offset-sm-8{grid-column:8 / span 12}.col-sm-12.offset-sm-9{grid-column:9 / span 12}.col-sm-12.offset-sm-10{grid-column:10 / span 12}.col-sm-12.offset-sm-11{grid-column:11 / span 12}.col-sm-12.offset-sm-12{grid-column:12 / span 12}.col-sm-12.offset-sm-13{grid-column:13 / span 12}.col-sm-12.offset-sm-14{grid-column:14 / span 12}.col-sm-12.offset-sm-15{grid-column:15 / span 12}.col-sm-12.offset-sm-16{grid-column:16 / span 12}.col-13,.col-sm-13{grid-column:span 13}.col-sm-13.offset-sm-2{grid-column:2 / span 13}.col-sm-13.offset-sm-3{grid-column:3 / span 13}.col-sm-13.offset-sm-4{grid-column:4 / span 13}.col-sm-13.offset-sm-5{grid-column:5 / span 13}.col-sm-13.offset-sm-6{grid-column:6 / span 13}.col-sm-13.offset-sm-7{grid-column:7 / span 13}.col-sm-13.offset-sm-8{grid-column:8 / span 13}.col-sm-13.offset-sm-9{grid-column:9 / span 13}.col-sm-13.offset-sm-10{grid-column:10 / span 13}.col-sm-13.offset-sm-11{grid-column:11 / span 13}.col-sm-13.offset-sm-12{grid-column:12 / span 13}.col-sm-13.offset-sm-13{grid-column:13 / span 13}.col-sm-13.offset-sm-14{grid-column:14 / span 13}.col-sm-13.offset-sm-15{grid-column:15 / span 13}.col-sm-13.offset-sm-16{grid-column:16 / span 13}.col-14,.col-sm-14{grid-column:span 14}.col-sm-14.offset-sm-2{grid-column:2 / span 14}.col-sm-14.offset-sm-3{grid-column:3 / span 14}.col-sm-14.offset-sm-4{grid-column:4 / span 14}.col-sm-14.offset-sm-5{grid-column:5 / span 14}.col-sm-14.offset-sm-6{grid-column:6 / span 14}.col-sm-14.offset-sm-7{grid-column:7 / span 14}.col-sm-14.offset-sm-8{grid-column:8 / span 14}.col-sm-14.offset-sm-9{grid-column:9 / span 14}.col-sm-14.offset-sm-10{grid-column:10 / span 14}.col-sm-14.offset-sm-11{grid-column:11 / span 14}.col-sm-14.offset-sm-12{grid-column:12 / span 14}.col-sm-14.offset-sm-13{grid-column:13 / span 14}.col-sm-14.offset-sm-14{grid-column:14 / span 14}.col-sm-14.offset-sm-15{grid-column:15 / span 14}.col-sm-14.offset-sm-16{grid-column:16 / span 14}.col-15,.col-sm-15{grid-column:span 15}.col-sm-15.offset-sm-2{grid-column:2 / span 15}.col-sm-15.offset-sm-3{grid-column:3 / span 15}.col-sm-15.offset-sm-4{grid-column:4 / span 15}.col-sm-15.offset-sm-5{grid-column:5 / span 15}.col-sm-15.offset-sm-6{grid-column:6 / span 15}.col-sm-15.offset-sm-7{grid-column:7 / span 15}.col-sm-15.offset-sm-8{grid-column:8 / span 15}.col-sm-15.offset-sm-9{grid-column:9 / span 15}.col-sm-15.offset-sm-10{grid-column:10 / span 15}.col-sm-15.offset-sm-11{grid-column:11 / span 15}.col-sm-15.offset-sm-12{grid-column:12 / span 15}.col-sm-15.offset-sm-13{grid-column:13 / span 15}.col-sm-15.offset-sm-14{grid-column:14 / span 15}.col-sm-15.offset-sm-15{grid-column:15 / span 15}.col-sm-15.offset-sm-16{grid-column:16 / span 15}.col-16,.col-sm-16{grid-column:span 16}.col-sm-16.offset-sm-2{grid-column:2 / span 16}.col-sm-16.offset-sm-3{grid-column:3 / span 16}.col-sm-16.offset-sm-4{grid-column:4 / span 16}.col-sm-16.offset-sm-5{grid-column:5 / span 16}.col-sm-16.offset-sm-6{grid-column:6 / span 16}.col-sm-16.offset-sm-7{grid-column:7 / span 16}.col-sm-16.offset-sm-8{grid-column:8 / span 16}.col-sm-16.offset-sm-9{grid-column:9 / span 16}.col-sm-16.offset-sm-10{grid-column:10 / span 16}.col-sm-16.offset-sm-11{grid-column:11 / span 16}.col-sm-16.offset-sm-12{grid-column:12 / span 16}.col-sm-16.offset-sm-13{grid-column:13 / span 16}.col-sm-16.offset-sm-14{grid-column:14 / span 16}.col-sm-16.offset-sm-15{grid-column:15 / span 16}.col-sm-16.offset-sm-16{grid-column:16 / span 16}}@media only screen and (min-width: 768px){.col-1,.col-md-1{grid-column:span 1}.col-md-1.offset-md-2{grid-column:2 / span 1}.col-md-1.offset-md-3{grid-column:3 / span 1}.col-md-1.offset-md-4{grid-column:4 / span 1}.col-md-1.offset-md-5{grid-column:5 / span 1}.col-md-1.offset-md-6{grid-column:6 / span 1}.col-md-1.offset-md-7{grid-column:7 / span 1}.col-md-1.offset-md-8{grid-column:8 / span 1}.col-md-1.offset-md-9{grid-column:9 / span 1}.col-md-1.offset-md-10{grid-column:10 / span 1}.col-md-1.offset-md-11{grid-column:11 / span 1}.col-md-1.offset-md-12{grid-column:12 / span 1}.col-md-1.offset-md-13{grid-column:13 / span 1}.col-md-1.offset-md-14{grid-column:14 / span 1}.col-md-1.offset-md-15{grid-column:15 / span 1}.col-md-1.offset-md-16{grid-column:16 / span 1}.col-2,.col-md-2{grid-column:span 2}.col-md-2.offset-md-2{grid-column:2 / span 2}.col-md-2.offset-md-3{grid-column:3 / span 2}.col-md-2.offset-md-4{grid-column:4 / span 2}.col-md-2.offset-md-5{grid-column:5 / span 2}.col-md-2.offset-md-6{grid-column:6 / span 2}.col-md-2.offset-md-7{grid-column:7 / span 2}.col-md-2.offset-md-8{grid-column:8 / span 2}.col-md-2.offset-md-9{grid-column:9 / span 2}.col-md-2.offset-md-10{grid-column:10 / span 2}.col-md-2.offset-md-11{grid-column:11 / span 2}.col-md-2.offset-md-12{grid-column:12 / span 2}.col-md-2.offset-md-13{grid-column:13 / span 2}.col-md-2.offset-md-14{grid-column:14 / span 2}.col-md-2.offset-md-15{grid-column:15 / span 2}.col-md-2.offset-md-16{grid-column:16 / span 2}.col-3,.col-md-3{grid-column:span 3}.col-md-3.offset-md-2{grid-column:2 / span 3}.col-md-3.offset-md-3{grid-column:3 / span 3}.col-md-3.offset-md-4{grid-column:4 / span 3}.col-md-3.offset-md-5{grid-column:5 / span 3}.col-md-3.offset-md-6{grid-column:6 / span 3}.col-md-3.offset-md-7{grid-column:7 / span 3}.col-md-3.offset-md-8{grid-column:8 / span 3}.col-md-3.offset-md-9{grid-column:9 / span 3}.col-md-3.offset-md-10{grid-column:10 / span 3}.col-md-3.offset-md-11{grid-column:11 / span 3}.col-md-3.offset-md-12{grid-column:12 / span 3}.col-md-3.offset-md-13{grid-column:13 / span 3}.col-md-3.offset-md-14{grid-column:14 / span 3}.col-md-3.offset-md-15{grid-column:15 / span 3}.col-md-3.offset-md-16{grid-column:16 / span 3}.col-4,.col-md-4{grid-column:span 4}.col-md-4.offset-md-2{grid-column:2 / span 4}.col-md-4.offset-md-3{grid-column:3 / span 4}.col-md-4.offset-md-4{grid-column:4 / span 4}.col-md-4.offset-md-5{grid-column:5 / span 4}.col-md-4.offset-md-6{grid-column:6 / span 4}.col-md-4.offset-md-7{grid-column:7 / span 4}.col-md-4.offset-md-8{grid-column:8 / span 4}.col-md-4.offset-md-9{grid-column:9 / span 4}.col-md-4.offset-md-10{grid-column:10 / span 4}.col-md-4.offset-md-11{grid-column:11 / span 4}.col-md-4.offset-md-12{grid-column:12 / span 4}.col-md-4.offset-md-13{grid-column:13 / span 4}.col-md-4.offset-md-14{grid-column:14 / span 4}.col-md-4.offset-md-15{grid-column:15 / span 4}.col-md-4.offset-md-16{grid-column:16 / span 4}.col-5,.col-md-5{grid-column:span 5}.col-md-5.offset-md-2{grid-column:2 / span 5}.col-md-5.offset-md-3{grid-column:3 / span 5}.col-md-5.offset-md-4{grid-column:4 / span 5}.col-md-5.offset-md-5{grid-column:5 / span 5}.col-md-5.offset-md-6{grid-column:6 / span 5}.col-md-5.offset-md-7{grid-column:7 / span 5}.col-md-5.offset-md-8{grid-column:8 / span 5}.col-md-5.offset-md-9{grid-column:9 / span 5}.col-md-5.offset-md-10{grid-column:10 / span 5}.col-md-5.offset-md-11{grid-column:11 / span 5}.col-md-5.offset-md-12{grid-column:12 / span 5}.col-md-5.offset-md-13{grid-column:13 / span 5}.col-md-5.offset-md-14{grid-column:14 / span 5}.col-md-5.offset-md-15{grid-column:15 / span 5}.col-md-5.offset-md-16{grid-column:16 / span 5}.col-6,.col-md-6{grid-column:span 6}.col-md-6.offset-md-2{grid-column:2 / span 6}.col-md-6.offset-md-3{grid-column:3 / span 6}.col-md-6.offset-md-4{grid-column:4 / span 6}.col-md-6.offset-md-5{grid-column:5 / span 6}.col-md-6.offset-md-6{grid-column:6 / span 6}.col-md-6.offset-md-7{grid-column:7 / span 6}.col-md-6.offset-md-8{grid-column:8 / span 6}.col-md-6.offset-md-9{grid-column:9 / span 6}.col-md-6.offset-md-10{grid-column:10 / span 6}.col-md-6.offset-md-11{grid-column:11 / span 6}.col-md-6.offset-md-12{grid-column:12 / span 6}.col-md-6.offset-md-13{grid-column:13 / span 6}.col-md-6.offset-md-14{grid-column:14 / span 6}.col-md-6.offset-md-15{grid-column:15 / span 6}.col-md-6.offset-md-16{grid-column:16 / span 6}.col-7,.col-md-7{grid-column:span 7}.col-md-7.offset-md-2{grid-column:2 / span 7}.col-md-7.offset-md-3{grid-column:3 / span 7}.col-md-7.offset-md-4{grid-column:4 / span 7}.col-md-7.offset-md-5{grid-column:5 / span 7}.col-md-7.offset-md-6{grid-column:6 / span 7}.col-md-7.offset-md-7{grid-column:7 / span 7}.col-md-7.offset-md-8{grid-column:8 / span 7}.col-md-7.offset-md-9{grid-column:9 / span 7}.col-md-7.offset-md-10{grid-column:10 / span 7}.col-md-7.offset-md-11{grid-column:11 / span 7}.col-md-7.offset-md-12{grid-column:12 / span 7}.col-md-7.offset-md-13{grid-column:13 / span 7}.col-md-7.offset-md-14{grid-column:14 / span 7}.col-md-7.offset-md-15{grid-column:15 / span 7}.col-md-7.offset-md-16{grid-column:16 / span 7}.col-8,.col-md-8{grid-column:span 8}.col-md-8.offset-md-2{grid-column:2 / span 8}.col-md-8.offset-md-3{grid-column:3 / span 8}.col-md-8.offset-md-4{grid-column:4 / span 8}.col-md-8.offset-md-5{grid-column:5 / span 8}.col-md-8.offset-md-6{grid-column:6 / span 8}.col-md-8.offset-md-7{grid-column:7 / span 8}.col-md-8.offset-md-8{grid-column:8 / span 8}.col-md-8.offset-md-9{grid-column:9 / span 8}.col-md-8.offset-md-10{grid-column:10 / span 8}.col-md-8.offset-md-11{grid-column:11 / span 8}.col-md-8.offset-md-12{grid-column:12 / span 8}.col-md-8.offset-md-13{grid-column:13 / span 8}.col-md-8.offset-md-14{grid-column:14 / span 8}.col-md-8.offset-md-15{grid-column:15 / span 8}.col-md-8.offset-md-16{grid-column:16 / span 8}.col-9,.col-md-9{grid-column:span 9}.col-md-9.offset-md-2{grid-column:2 / span 9}.col-md-9.offset-md-3{grid-column:3 / span 9}.col-md-9.offset-md-4{grid-column:4 / span 9}.col-md-9.offset-md-5{grid-column:5 / span 9}.col-md-9.offset-md-6{grid-column:6 / span 9}.col-md-9.offset-md-7{grid-column:7 / span 9}.col-md-9.offset-md-8{grid-column:8 / span 9}.col-md-9.offset-md-9{grid-column:9 / span 9}.col-md-9.offset-md-10{grid-column:10 / span 9}.col-md-9.offset-md-11{grid-column:11 / span 9}.col-md-9.offset-md-12{grid-column:12 / span 9}.col-md-9.offset-md-13{grid-column:13 / span 9}.col-md-9.offset-md-14{grid-column:14 / span 9}.col-md-9.offset-md-15{grid-column:15 / span 9}.col-md-9.offset-md-16{grid-column:16 / span 9}.col-10,.col-md-10{grid-column:span 10}.col-md-10.offset-md-2{grid-column:2 / span 10}.col-md-10.offset-md-3{grid-column:3 / span 10}.col-md-10.offset-md-4{grid-column:4 / span 10}.col-md-10.offset-md-5{grid-column:5 / span 10}.col-md-10.offset-md-6{grid-column:6 / span 10}.col-md-10.offset-md-7{grid-column:7 / span 10}.col-md-10.offset-md-8{grid-column:8 / span 10}.col-md-10.offset-md-9{grid-column:9 / span 10}.col-md-10.offset-md-10{grid-column:10 / span 10}.col-md-10.offset-md-11{grid-column:11 / span 10}.col-md-10.offset-md-12{grid-column:12 / span 10}.col-md-10.offset-md-13{grid-column:13 / span 10}.col-md-10.offset-md-14{grid-column:14 / span 10}.col-md-10.offset-md-15{grid-column:15 / span 10}.col-md-10.offset-md-16{grid-column:16 / span 10}.col-11,.col-md-11{grid-column:span 11}.col-md-11.offset-md-2{grid-column:2 / span 11}.col-md-11.offset-md-3{grid-column:3 / span 11}.col-md-11.offset-md-4{grid-column:4 / span 11}.col-md-11.offset-md-5{grid-column:5 / span 11}.col-md-11.offset-md-6{grid-column:6 / span 11}.col-md-11.offset-md-7{grid-column:7 / span 11}.col-md-11.offset-md-8{grid-column:8 / span 11}.col-md-11.offset-md-9{grid-column:9 / span 11}.col-md-11.offset-md-10{grid-column:10 / span 11}.col-md-11.offset-md-11{grid-column:11 / span 11}.col-md-11.offset-md-12{grid-column:12 / span 11}.col-md-11.offset-md-13{grid-column:13 / span 11}.col-md-11.offset-md-14{grid-column:14 / span 11}.col-md-11.offset-md-15{grid-column:15 / span 11}.col-md-11.offset-md-16{grid-column:16 / span 11}.col-12,.col-md-12{grid-column:span 12}.col-md-12.offset-md-2{grid-column:2 / span 12}.col-md-12.offset-md-3{grid-column:3 / span 12}.col-md-12.offset-md-4{grid-column:4 / span 12}.col-md-12.offset-md-5{grid-column:5 / span 12}.col-md-12.offset-md-6{grid-column:6 / span 12}.col-md-12.offset-md-7{grid-column:7 / span 12}.col-md-12.offset-md-8{grid-column:8 / span 12}.col-md-12.offset-md-9{grid-column:9 / span 12}.col-md-12.offset-md-10{grid-column:10 / span 12}.col-md-12.offset-md-11{grid-column:11 / span 12}.col-md-12.offset-md-12{grid-column:12 / span 12}.col-md-12.offset-md-13{grid-column:13 / span 12}.col-md-12.offset-md-14{grid-column:14 / span 12}.col-md-12.offset-md-15{grid-column:15 / span 12}.col-md-12.offset-md-16{grid-column:16 / span 12}.col-13,.col-md-13{grid-column:span 13}.col-md-13.offset-md-2{grid-column:2 / span 13}.col-md-13.offset-md-3{grid-column:3 / span 13}.col-md-13.offset-md-4{grid-column:4 / span 13}.col-md-13.offset-md-5{grid-column:5 / span 13}.col-md-13.offset-md-6{grid-column:6 / span 13}.col-md-13.offset-md-7{grid-column:7 / span 13}.col-md-13.offset-md-8{grid-column:8 / span 13}.col-md-13.offset-md-9{grid-column:9 / span 13}.col-md-13.offset-md-10{grid-column:10 / span 13}.col-md-13.offset-md-11{grid-column:11 / span 13}.col-md-13.offset-md-12{grid-column:12 / span 13}.col-md-13.offset-md-13{grid-column:13 / span 13}.col-md-13.offset-md-14{grid-column:14 / span 13}.col-md-13.offset-md-15{grid-column:15 / span 13}.col-md-13.offset-md-16{grid-column:16 / span 13}.col-14,.col-md-14{grid-column:span 14}.col-md-14.offset-md-2{grid-column:2 / span 14}.col-md-14.offset-md-3{grid-column:3 / span 14}.col-md-14.offset-md-4{grid-column:4 / span 14}.col-md-14.offset-md-5{grid-column:5 / span 14}.col-md-14.offset-md-6{grid-column:6 / span 14}.col-md-14.offset-md-7{grid-column:7 / span 14}.col-md-14.offset-md-8{grid-column:8 / span 14}.col-md-14.offset-md-9{grid-column:9 / span 14}.col-md-14.offset-md-10{grid-column:10 / span 14}.col-md-14.offset-md-11{grid-column:11 / span 14}.col-md-14.offset-md-12{grid-column:12 / span 14}.col-md-14.offset-md-13{grid-column:13 / span 14}.col-md-14.offset-md-14{grid-column:14 / span 14}.col-md-14.offset-md-15{grid-column:15 / span 14}.col-md-14.offset-md-16{grid-column:16 / span 14}.col-15,.col-md-15{grid-column:span 15}.col-md-15.offset-md-2{grid-column:2 / span 15}.col-md-15.offset-md-3{grid-column:3 / span 15}.col-md-15.offset-md-4{grid-column:4 / span 15}.col-md-15.offset-md-5{grid-column:5 / span 15}.col-md-15.offset-md-6{grid-column:6 / span 15}.col-md-15.offset-md-7{grid-column:7 / span 15}.col-md-15.offset-md-8{grid-column:8 / span 15}.col-md-15.offset-md-9{grid-column:9 / span 15}.col-md-15.offset-md-10{grid-column:10 / span 15}.col-md-15.offset-md-11{grid-column:11 / span 15}.col-md-15.offset-md-12{grid-column:12 / span 15}.col-md-15.offset-md-13{grid-column:13 / span 15}.col-md-15.offset-md-14{grid-column:14 / span 15}.col-md-15.offset-md-15{grid-column:15 / span 15}.col-md-15.offset-md-16{grid-column:16 / span 15}.col-16,.col-md-16{grid-column:span 16}.col-md-16.offset-md-2{grid-column:2 / span 16}.col-md-16.offset-md-3{grid-column:3 / span 16}.col-md-16.offset-md-4{grid-column:4 / span 16}.col-md-16.offset-md-5{grid-column:5 / span 16}.col-md-16.offset-md-6{grid-column:6 / span 16}.col-md-16.offset-md-7{grid-column:7 / span 16}.col-md-16.offset-md-8{grid-column:8 / span 16}.col-md-16.offset-md-9{grid-column:9 / span 16}.col-md-16.offset-md-10{grid-column:10 / span 16}.col-md-16.offset-md-11{grid-column:11 / span 16}.col-md-16.offset-md-12{grid-column:12 / span 16}.col-md-16.offset-md-13{grid-column:13 / span 16}.col-md-16.offset-md-14{grid-column:14 / span 16}.col-md-16.offset-md-15{grid-column:15 / span 16}.col-md-16.offset-md-16{grid-column:16 / span 16}}@media only screen and (min-width: 992px){.col-1,.col-lg-1{grid-column:span 1}.col-lg-1.offset-lg-2{grid-column:2 / span 1}.col-lg-1.offset-lg-3{grid-column:3 / span 1}.col-lg-1.offset-lg-4{grid-column:4 / span 1}.col-lg-1.offset-lg-5{grid-column:5 / span 1}.col-lg-1.offset-lg-6{grid-column:6 / span 1}.col-lg-1.offset-lg-7{grid-column:7 / span 1}.col-lg-1.offset-lg-8{grid-column:8 / span 1}.col-lg-1.offset-lg-9{grid-column:9 / span 1}.col-lg-1.offset-lg-10{grid-column:10 / span 1}.col-lg-1.offset-lg-11{grid-column:11 / span 1}.col-lg-1.offset-lg-12{grid-column:12 / span 1}.col-lg-1.offset-lg-13{grid-column:13 / span 1}.col-lg-1.offset-lg-14{grid-column:14 / span 1}.col-lg-1.offset-lg-15{grid-column:15 / span 1}.col-lg-1.offset-lg-16{grid-column:16 / span 1}.col-2,.col-lg-2{grid-column:span 2}.col-lg-2.offset-lg-2{grid-column:2 / span 2}.col-lg-2.offset-lg-3{grid-column:3 / span 2}.col-lg-2.offset-lg-4{grid-column:4 / span 2}.col-lg-2.offset-lg-5{grid-column:5 / span 2}.col-lg-2.offset-lg-6{grid-column:6 / span 2}.col-lg-2.offset-lg-7{grid-column:7 / span 2}.col-lg-2.offset-lg-8{grid-column:8 / span 2}.col-lg-2.offset-lg-9{grid-column:9 / span 2}.col-lg-2.offset-lg-10{grid-column:10 / span 2}.col-lg-2.offset-lg-11{grid-column:11 / span 2}.col-lg-2.offset-lg-12{grid-column:12 / span 2}.col-lg-2.offset-lg-13{grid-column:13 / span 2}.col-lg-2.offset-lg-14{grid-column:14 / span 2}.col-lg-2.offset-lg-15{grid-column:15 / span 2}.col-lg-2.offset-lg-16{grid-column:16 / span 2}.col-3,.col-lg-3{grid-column:span 3}.col-lg-3.offset-lg-2{grid-column:2 / span 3}.col-lg-3.offset-lg-3{grid-column:3 / span 3}.col-lg-3.offset-lg-4{grid-column:4 / span 3}.col-lg-3.offset-lg-5{grid-column:5 / span 3}.col-lg-3.offset-lg-6{grid-column:6 / span 3}.col-lg-3.offset-lg-7{grid-column:7 / span 3}.col-lg-3.offset-lg-8{grid-column:8 / span 3}.col-lg-3.offset-lg-9{grid-column:9 / span 3}.col-lg-3.offset-lg-10{grid-column:10 / span 3}.col-lg-3.offset-lg-11{grid-column:11 / span 3}.col-lg-3.offset-lg-12{grid-column:12 / span 3}.col-lg-3.offset-lg-13{grid-column:13 / span 3}.col-lg-3.offset-lg-14{grid-column:14 / span 3}.col-lg-3.offset-lg-15{grid-column:15 / span 3}.col-lg-3.offset-lg-16{grid-column:16 / span 3}.col-4,.col-lg-4{grid-column:span 4}.col-lg-4.offset-lg-2{grid-column:2 / span 4}.col-lg-4.offset-lg-3{grid-column:3 / span 4}.col-lg-4.offset-lg-4{grid-column:4 / span 4}.col-lg-4.offset-lg-5{grid-column:5 / span 4}.col-lg-4.offset-lg-6{grid-column:6 / span 4}.col-lg-4.offset-lg-7{grid-column:7 / span 4}.col-lg-4.offset-lg-8{grid-column:8 / span 4}.col-lg-4.offset-lg-9{grid-column:9 / span 4}.col-lg-4.offset-lg-10{grid-column:10 / span 4}.col-lg-4.offset-lg-11{grid-column:11 / span 4}.col-lg-4.offset-lg-12{grid-column:12 / span 4}.col-lg-4.offset-lg-13{grid-column:13 / span 4}.col-lg-4.offset-lg-14{grid-column:14 / span 4}.col-lg-4.offset-lg-15{grid-column:15 / span 4}.col-lg-4.offset-lg-16{grid-column:16 / span 4}.col-5,.col-lg-5{grid-column:span 5}.col-lg-5.offset-lg-2{grid-column:2 / span 5}.col-lg-5.offset-lg-3{grid-column:3 / span 5}.col-lg-5.offset-lg-4{grid-column:4 / span 5}.col-lg-5.offset-lg-5{grid-column:5 / span 5}.col-lg-5.offset-lg-6{grid-column:6 / span 5}.col-lg-5.offset-lg-7{grid-column:7 / span 5}.col-lg-5.offset-lg-8{grid-column:8 / span 5}.col-lg-5.offset-lg-9{grid-column:9 / span 5}.col-lg-5.offset-lg-10{grid-column:10 / span 5}.col-lg-5.offset-lg-11{grid-column:11 / span 5}.col-lg-5.offset-lg-12{grid-column:12 / span 5}.col-lg-5.offset-lg-13{grid-column:13 / span 5}.col-lg-5.offset-lg-14{grid-column:14 / span 5}.col-lg-5.offset-lg-15{grid-column:15 / span 5}.col-lg-5.offset-lg-16{grid-column:16 / span 5}.col-6,.col-lg-6{grid-column:span 6}.col-lg-6.offset-lg-2{grid-column:2 / span 6}.col-lg-6.offset-lg-3{grid-column:3 / span 6}.col-lg-6.offset-lg-4{grid-column:4 / span 6}.col-lg-6.offset-lg-5{grid-column:5 / span 6}.col-lg-6.offset-lg-6{grid-column:6 / span 6}.col-lg-6.offset-lg-7{grid-column:7 / span 6}.col-lg-6.offset-lg-8{grid-column:8 / span 6}.col-lg-6.offset-lg-9{grid-column:9 / span 6}.col-lg-6.offset-lg-10{grid-column:10 / span 6}.col-lg-6.offset-lg-11{grid-column:11 / span 6}.col-lg-6.offset-lg-12{grid-column:12 / span 6}.col-lg-6.offset-lg-13{grid-column:13 / span 6}.col-lg-6.offset-lg-14{grid-column:14 / span 6}.col-lg-6.offset-lg-15{grid-column:15 / span 6}.col-lg-6.offset-lg-16{grid-column:16 / span 6}.col-7,.col-lg-7{grid-column:span 7}.col-lg-7.offset-lg-2{grid-column:2 / span 7}.col-lg-7.offset-lg-3{grid-column:3 / span 7}.col-lg-7.offset-lg-4{grid-column:4 / span 7}.col-lg-7.offset-lg-5{grid-column:5 / span 7}.col-lg-7.offset-lg-6{grid-column:6 / span 7}.col-lg-7.offset-lg-7{grid-column:7 / span 7}.col-lg-7.offset-lg-8{grid-column:8 / span 7}.col-lg-7.offset-lg-9{grid-column:9 / span 7}.col-lg-7.offset-lg-10{grid-column:10 / span 7}.col-lg-7.offset-lg-11{grid-column:11 / span 7}.col-lg-7.offset-lg-12{grid-column:12 / span 7}.col-lg-7.offset-lg-13{grid-column:13 / span 7}.col-lg-7.offset-lg-14{grid-column:14 / span 7}.col-lg-7.offset-lg-15{grid-column:15 / span 7}.col-lg-7.offset-lg-16{grid-column:16 / span 7}.col-8,.col-lg-8{grid-column:span 8}.col-lg-8.offset-lg-2{grid-column:2 / span 8}.col-lg-8.offset-lg-3{grid-column:3 / span 8}.col-lg-8.offset-lg-4{grid-column:4 / span 8}.col-lg-8.offset-lg-5{grid-column:5 / span 8}.col-lg-8.offset-lg-6{grid-column:6 / span 8}.col-lg-8.offset-lg-7{grid-column:7 / span 8}.col-lg-8.offset-lg-8{grid-column:8 / span 8}.col-lg-8.offset-lg-9{grid-column:9 / span 8}.col-lg-8.offset-lg-10{grid-column:10 / span 8}.col-lg-8.offset-lg-11{grid-column:11 / span 8}.col-lg-8.offset-lg-12{grid-column:12 / span 8}.col-lg-8.offset-lg-13{grid-column:13 / span 8}.col-lg-8.offset-lg-14{grid-column:14 / span 8}.col-lg-8.offset-lg-15{grid-column:15 / span 8}.col-lg-8.offset-lg-16{grid-column:16 / span 8}.col-9,.col-lg-9{grid-column:span 9}.col-lg-9.offset-lg-2{grid-column:2 / span 9}.col-lg-9.offset-lg-3{grid-column:3 / span 9}.col-lg-9.offset-lg-4{grid-column:4 / span 9}.col-lg-9.offset-lg-5{grid-column:5 / span 9}.col-lg-9.offset-lg-6{grid-column:6 / span 9}.col-lg-9.offset-lg-7{grid-column:7 / span 9}.col-lg-9.offset-lg-8{grid-column:8 / span 9}.col-lg-9.offset-lg-9{grid-column:9 / span 9}.col-lg-9.offset-lg-10{grid-column:10 / span 9}.col-lg-9.offset-lg-11{grid-column:11 / span 9}.col-lg-9.offset-lg-12{grid-column:12 / span 9}.col-lg-9.offset-lg-13{grid-column:13 / span 9}.col-lg-9.offset-lg-14{grid-column:14 / span 9}.col-lg-9.offset-lg-15{grid-column:15 / span 9}.col-lg-9.offset-lg-16{grid-column:16 / span 9}.col-10,.col-lg-10{grid-column:span 10}.col-lg-10.offset-lg-2{grid-column:2 / span 10}.col-lg-10.offset-lg-3{grid-column:3 / span 10}.col-lg-10.offset-lg-4{grid-column:4 / span 10}.col-lg-10.offset-lg-5{grid-column:5 / span 10}.col-lg-10.offset-lg-6{grid-column:6 / span 10}.col-lg-10.offset-lg-7{grid-column:7 / span 10}.col-lg-10.offset-lg-8{grid-column:8 / span 10}.col-lg-10.offset-lg-9{grid-column:9 / span 10}.col-lg-10.offset-lg-10{grid-column:10 / span 10}.col-lg-10.offset-lg-11{grid-column:11 / span 10}.col-lg-10.offset-lg-12{grid-column:12 / span 10}.col-lg-10.offset-lg-13{grid-column:13 / span 10}.col-lg-10.offset-lg-14{grid-column:14 / span 10}.col-lg-10.offset-lg-15{grid-column:15 / span 10}.col-lg-10.offset-lg-16{grid-column:16 / span 10}.col-11,.col-lg-11{grid-column:span 11}.col-lg-11.offset-lg-2{grid-column:2 / span 11}.col-lg-11.offset-lg-3{grid-column:3 / span 11}.col-lg-11.offset-lg-4{grid-column:4 / span 11}.col-lg-11.offset-lg-5{grid-column:5 / span 11}.col-lg-11.offset-lg-6{grid-column:6 / span 11}.col-lg-11.offset-lg-7{grid-column:7 / span 11}.col-lg-11.offset-lg-8{grid-column:8 / span 11}.col-lg-11.offset-lg-9{grid-column:9 / span 11}.col-lg-11.offset-lg-10{grid-column:10 / span 11}.col-lg-11.offset-lg-11{grid-column:11 / span 11}.col-lg-11.offset-lg-12{grid-column:12 / span 11}.col-lg-11.offset-lg-13{grid-column:13 / span 11}.col-lg-11.offset-lg-14{grid-column:14 / span 11}.col-lg-11.offset-lg-15{grid-column:15 / span 11}.col-lg-11.offset-lg-16{grid-column:16 / span 11}.col-12,.col-lg-12{grid-column:span 12}.col-lg-12.offset-lg-2{grid-column:2 / span 12}.col-lg-12.offset-lg-3{grid-column:3 / span 12}.col-lg-12.offset-lg-4{grid-column:4 / span 12}.col-lg-12.offset-lg-5{grid-column:5 / span 12}.col-lg-12.offset-lg-6{grid-column:6 / span 12}.col-lg-12.offset-lg-7{grid-column:7 / span 12}.col-lg-12.offset-lg-8{grid-column:8 / span 12}.col-lg-12.offset-lg-9{grid-column:9 / span 12}.col-lg-12.offset-lg-10{grid-column:10 / span 12}.col-lg-12.offset-lg-11{grid-column:11 / span 12}.col-lg-12.offset-lg-12{grid-column:12 / span 12}.col-lg-12.offset-lg-13{grid-column:13 / span 12}.col-lg-12.offset-lg-14{grid-column:14 / span 12}.col-lg-12.offset-lg-15{grid-column:15 / span 12}.col-lg-12.offset-lg-16{grid-column:16 / span 12}.col-13,.col-lg-13{grid-column:span 13}.col-lg-13.offset-lg-2{grid-column:2 / span 13}.col-lg-13.offset-lg-3{grid-column:3 / span 13}.col-lg-13.offset-lg-4{grid-column:4 / span 13}.col-lg-13.offset-lg-5{grid-column:5 / span 13}.col-lg-13.offset-lg-6{grid-column:6 / span 13}.col-lg-13.offset-lg-7{grid-column:7 / span 13}.col-lg-13.offset-lg-8{grid-column:8 / span 13}.col-lg-13.offset-lg-9{grid-column:9 / span 13}.col-lg-13.offset-lg-10{grid-column:10 / span 13}.col-lg-13.offset-lg-11{grid-column:11 / span 13}.col-lg-13.offset-lg-12{grid-column:12 / span 13}.col-lg-13.offset-lg-13{grid-column:13 / span 13}.col-lg-13.offset-lg-14{grid-column:14 / span 13}.col-lg-13.offset-lg-15{grid-column:15 / span 13}.col-lg-13.offset-lg-16{grid-column:16 / span 13}.col-14,.col-lg-14{grid-column:span 14}.col-lg-14.offset-lg-2{grid-column:2 / span 14}.col-lg-14.offset-lg-3{grid-column:3 / span 14}.col-lg-14.offset-lg-4{grid-column:4 / span 14}.col-lg-14.offset-lg-5{grid-column:5 / span 14}.col-lg-14.offset-lg-6{grid-column:6 / span 14}.col-lg-14.offset-lg-7{grid-column:7 / span 14}.col-lg-14.offset-lg-8{grid-column:8 / span 14}.col-lg-14.offset-lg-9{grid-column:9 / span 14}.col-lg-14.offset-lg-10{grid-column:10 / span 14}.col-lg-14.offset-lg-11{grid-column:11 / span 14}.col-lg-14.offset-lg-12{grid-column:12 / span 14}.col-lg-14.offset-lg-13{grid-column:13 / span 14}.col-lg-14.offset-lg-14{grid-column:14 / span 14}.col-lg-14.offset-lg-15{grid-column:15 / span 14}.col-lg-14.offset-lg-16{grid-column:16 / span 14}.col-15,.col-lg-15{grid-column:span 15}.col-lg-15.offset-lg-2{grid-column:2 / span 15}.col-lg-15.offset-lg-3{grid-column:3 / span 15}.col-lg-15.offset-lg-4{grid-column:4 / span 15}.col-lg-15.offset-lg-5{grid-column:5 / span 15}.col-lg-15.offset-lg-6{grid-column:6 / span 15}.col-lg-15.offset-lg-7{grid-column:7 / span 15}.col-lg-15.offset-lg-8{grid-column:8 / span 15}.col-lg-15.offset-lg-9{grid-column:9 / span 15}.col-lg-15.offset-lg-10{grid-column:10 / span 15}.col-lg-15.offset-lg-11{grid-column:11 / span 15}.col-lg-15.offset-lg-12{grid-column:12 / span 15}.col-lg-15.offset-lg-13{grid-column:13 / span 15}.col-lg-15.offset-lg-14{grid-column:14 / span 15}.col-lg-15.offset-lg-15{grid-column:15 / span 15}.col-lg-15.offset-lg-16{grid-column:16 / span 15}.col-16,.col-lg-16{grid-column:span 16}.col-lg-16.offset-lg-2{grid-column:2 / span 16}.col-lg-16.offset-lg-3{grid-column:3 / span 16}.col-lg-16.offset-lg-4{grid-column:4 / span 16}.col-lg-16.offset-lg-5{grid-column:5 / span 16}.col-lg-16.offset-lg-6{grid-column:6 / span 16}.col-lg-16.offset-lg-7{grid-column:7 / span 16}.col-lg-16.offset-lg-8{grid-column:8 / span 16}.col-lg-16.offset-lg-9{grid-column:9 / span 16}.col-lg-16.offset-lg-10{grid-column:10 / span 16}.col-lg-16.offset-lg-11{grid-column:11 / span 16}.col-lg-16.offset-lg-12{grid-column:12 / span 16}.col-lg-16.offset-lg-13{grid-column:13 / span 16}.col-lg-16.offset-lg-14{grid-column:14 / span 16}.col-lg-16.offset-lg-15{grid-column:15 / span 16}.col-lg-16.offset-lg-16{grid-column:16 / span 16}}@media only screen and (min-width: 1260px){.col-1,.col-xl-1{grid-column:span 1}.col-xl-1.offset-xl-2{grid-column:2 / span 1}.col-xl-1.offset-xl-3{grid-column:3 / span 1}.col-xl-1.offset-xl-4{grid-column:4 / span 1}.col-xl-1.offset-xl-5{grid-column:5 / span 1}.col-xl-1.offset-xl-6{grid-column:6 / span 1}.col-xl-1.offset-xl-7{grid-column:7 / span 1}.col-xl-1.offset-xl-8{grid-column:8 / span 1}.col-xl-1.offset-xl-9{grid-column:9 / span 1}.col-xl-1.offset-xl-10{grid-column:10 / span 1}.col-xl-1.offset-xl-11{grid-column:11 / span 1}.col-xl-1.offset-xl-12{grid-column:12 / span 1}.col-xl-1.offset-xl-13{grid-column:13 / span 1}.col-xl-1.offset-xl-14{grid-column:14 / span 1}.col-xl-1.offset-xl-15{grid-column:15 / span 1}.col-xl-1.offset-xl-16{grid-column:16 / span 1}.col-2,.col-xl-2{grid-column:span 2}.col-xl-2.offset-xl-2{grid-column:2 / span 2}.col-xl-2.offset-xl-3{grid-column:3 / span 2}.col-xl-2.offset-xl-4{grid-column:4 / span 2}.col-xl-2.offset-xl-5{grid-column:5 / span 2}.col-xl-2.offset-xl-6{grid-column:6 / span 2}.col-xl-2.offset-xl-7{grid-column:7 / span 2}.col-xl-2.offset-xl-8{grid-column:8 / span 2}.col-xl-2.offset-xl-9{grid-column:9 / span 2}.col-xl-2.offset-xl-10{grid-column:10 / span 2}.col-xl-2.offset-xl-11{grid-column:11 / span 2}.col-xl-2.offset-xl-12{grid-column:12 / span 2}.col-xl-2.offset-xl-13{grid-column:13 / span 2}.col-xl-2.offset-xl-14{grid-column:14 / span 2}.col-xl-2.offset-xl-15{grid-column:15 / span 2}.col-xl-2.offset-xl-16{grid-column:16 / span 2}.col-3,.col-xl-3{grid-column:span 3}.col-xl-3.offset-xl-2{grid-column:2 / span 3}.col-xl-3.offset-xl-3{grid-column:3 / span 3}.col-xl-3.offset-xl-4{grid-column:4 / span 3}.col-xl-3.offset-xl-5{grid-column:5 / span 3}.col-xl-3.offset-xl-6{grid-column:6 / span 3}.col-xl-3.offset-xl-7{grid-column:7 / span 3}.col-xl-3.offset-xl-8{grid-column:8 / span 3}.col-xl-3.offset-xl-9{grid-column:9 / span 3}.col-xl-3.offset-xl-10{grid-column:10 / span 3}.col-xl-3.offset-xl-11{grid-column:11 / span 3}.col-xl-3.offset-xl-12{grid-column:12 / span 3}.col-xl-3.offset-xl-13{grid-column:13 / span 3}.col-xl-3.offset-xl-14{grid-column:14 / span 3}.col-xl-3.offset-xl-15{grid-column:15 / span 3}.col-xl-3.offset-xl-16{grid-column:16 / span 3}.col-4,.col-xl-4{grid-column:span 4}.col-xl-4.offset-xl-2{grid-column:2 / span 4}.col-xl-4.offset-xl-3{grid-column:3 / span 4}.col-xl-4.offset-xl-4{grid-column:4 / span 4}.col-xl-4.offset-xl-5{grid-column:5 / span 4}.col-xl-4.offset-xl-6{grid-column:6 / span 4}.col-xl-4.offset-xl-7{grid-column:7 / span 4}.col-xl-4.offset-xl-8{grid-column:8 / span 4}.col-xl-4.offset-xl-9{grid-column:9 / span 4}.col-xl-4.offset-xl-10{grid-column:10 / span 4}.col-xl-4.offset-xl-11{grid-column:11 / span 4}.col-xl-4.offset-xl-12{grid-column:12 / span 4}.col-xl-4.offset-xl-13{grid-column:13 / span 4}.col-xl-4.offset-xl-14{grid-column:14 / span 4}.col-xl-4.offset-xl-15{grid-column:15 / span 4}.col-xl-4.offset-xl-16{grid-column:16 / span 4}.col-5,.col-xl-5{grid-column:span 5}.col-xl-5.offset-xl-2{grid-column:2 / span 5}.col-xl-5.offset-xl-3{grid-column:3 / span 5}.col-xl-5.offset-xl-4{grid-column:4 / span 5}.col-xl-5.offset-xl-5{grid-column:5 / span 5}.col-xl-5.offset-xl-6{grid-column:6 / span 5}.col-xl-5.offset-xl-7{grid-column:7 / span 5}.col-xl-5.offset-xl-8{grid-column:8 / span 5}.col-xl-5.offset-xl-9{grid-column:9 / span 5}.col-xl-5.offset-xl-10{grid-column:10 / span 5}.col-xl-5.offset-xl-11{grid-column:11 / span 5}.col-xl-5.offset-xl-12{grid-column:12 / span 5}.col-xl-5.offset-xl-13{grid-column:13 / span 5}.col-xl-5.offset-xl-14{grid-column:14 / span 5}.col-xl-5.offset-xl-15{grid-column:15 / span 5}.col-xl-5.offset-xl-16{grid-column:16 / span 5}.col-6,.col-xl-6{grid-column:span 6}.col-xl-6.offset-xl-2{grid-column:2 / span 6}.col-xl-6.offset-xl-3{grid-column:3 / span 6}.col-xl-6.offset-xl-4{grid-column:4 / span 6}.col-xl-6.offset-xl-5{grid-column:5 / span 6}.col-xl-6.offset-xl-6{grid-column:6 / span 6}.col-xl-6.offset-xl-7{grid-column:7 / span 6}.col-xl-6.offset-xl-8{grid-column:8 / span 6}.col-xl-6.offset-xl-9{grid-column:9 / span 6}.col-xl-6.offset-xl-10{grid-column:10 / span 6}.col-xl-6.offset-xl-11{grid-column:11 / span 6}.col-xl-6.offset-xl-12{grid-column:12 / span 6}.col-xl-6.offset-xl-13{grid-column:13 / span 6}.col-xl-6.offset-xl-14{grid-column:14 / span 6}.col-xl-6.offset-xl-15{grid-column:15 / span 6}.col-xl-6.offset-xl-16{grid-column:16 / span 6}.col-7,.col-xl-7{grid-column:span 7}.col-xl-7.offset-xl-2{grid-column:2 / span 7}.col-xl-7.offset-xl-3{grid-column:3 / span 7}.col-xl-7.offset-xl-4{grid-column:4 / span 7}.col-xl-7.offset-xl-5{grid-column:5 / span 7}.col-xl-7.offset-xl-6{grid-column:6 / span 7}.col-xl-7.offset-xl-7{grid-column:7 / span 7}.col-xl-7.offset-xl-8{grid-column:8 / span 7}.col-xl-7.offset-xl-9{grid-column:9 / span 7}.col-xl-7.offset-xl-10{grid-column:10 / span 7}.col-xl-7.offset-xl-11{grid-column:11 / span 7}.col-xl-7.offset-xl-12{grid-column:12 / span 7}.col-xl-7.offset-xl-13{grid-column:13 / span 7}.col-xl-7.offset-xl-14{grid-column:14 / span 7}.col-xl-7.offset-xl-15{grid-column:15 / span 7}.col-xl-7.offset-xl-16{grid-column:16 / span 7}.col-8,.col-xl-8{grid-column:span 8}.col-xl-8.offset-xl-2{grid-column:2 / span 8}.col-xl-8.offset-xl-3{grid-column:3 / span 8}.col-xl-8.offset-xl-4{grid-column:4 / span 8}.col-xl-8.offset-xl-5{grid-column:5 / span 8}.col-xl-8.offset-xl-6{grid-column:6 / span 8}.col-xl-8.offset-xl-7{grid-column:7 / span 8}.col-xl-8.offset-xl-8{grid-column:8 / span 8}.col-xl-8.offset-xl-9{grid-column:9 / span 8}.col-xl-8.offset-xl-10{grid-column:10 / span 8}.col-xl-8.offset-xl-11{grid-column:11 / span 8}.col-xl-8.offset-xl-12{grid-column:12 / span 8}.col-xl-8.offset-xl-13{grid-column:13 / span 8}.col-xl-8.offset-xl-14{grid-column:14 / span 8}.col-xl-8.offset-xl-15{grid-column:15 / span 8}.col-xl-8.offset-xl-16{grid-column:16 / span 8}.col-9,.col-xl-9{grid-column:span 9}.col-xl-9.offset-xl-2{grid-column:2 / span 9}.col-xl-9.offset-xl-3{grid-column:3 / span 9}.col-xl-9.offset-xl-4{grid-column:4 / span 9}.col-xl-9.offset-xl-5{grid-column:5 / span 9}.col-xl-9.offset-xl-6{grid-column:6 / span 9}.col-xl-9.offset-xl-7{grid-column:7 / span 9}.col-xl-9.offset-xl-8{grid-column:8 / span 9}.col-xl-9.offset-xl-9{grid-column:9 / span 9}.col-xl-9.offset-xl-10{grid-column:10 / span 9}.col-xl-9.offset-xl-11{grid-column:11 / span 9}.col-xl-9.offset-xl-12{grid-column:12 / span 9}.col-xl-9.offset-xl-13{grid-column:13 / span 9}.col-xl-9.offset-xl-14{grid-column:14 / span 9}.col-xl-9.offset-xl-15{grid-column:15 / span 9}.col-xl-9.offset-xl-16{grid-column:16 / span 9}.col-10,.col-xl-10{grid-column:span 10}.col-xl-10.offset-xl-2{grid-column:2 / span 10}.col-xl-10.offset-xl-3{grid-column:3 / span 10}.col-xl-10.offset-xl-4{grid-column:4 / span 10}.col-xl-10.offset-xl-5{grid-column:5 / span 10}.col-xl-10.offset-xl-6{grid-column:6 / span 10}.col-xl-10.offset-xl-7{grid-column:7 / span 10}.col-xl-10.offset-xl-8{grid-column:8 / span 10}.col-xl-10.offset-xl-9{grid-column:9 / span 10}.col-xl-10.offset-xl-10{grid-column:10 / span 10}.col-xl-10.offset-xl-11{grid-column:11 / span 10}.col-xl-10.offset-xl-12{grid-column:12 / span 10}.col-xl-10.offset-xl-13{grid-column:13 / span 10}.col-xl-10.offset-xl-14{grid-column:14 / span 10}.col-xl-10.offset-xl-15{grid-column:15 / span 10}.col-xl-10.offset-xl-16{grid-column:16 / span 10}.col-11,.col-xl-11{grid-column:span 11}.col-xl-11.offset-xl-2{grid-column:2 / span 11}.col-xl-11.offset-xl-3{grid-column:3 / span 11}.col-xl-11.offset-xl-4{grid-column:4 / span 11}.col-xl-11.offset-xl-5{grid-column:5 / span 11}.col-xl-11.offset-xl-6{grid-column:6 / span 11}.col-xl-11.offset-xl-7{grid-column:7 / span 11}.col-xl-11.offset-xl-8{grid-column:8 / span 11}.col-xl-11.offset-xl-9{grid-column:9 / span 11}.col-xl-11.offset-xl-10{grid-column:10 / span 11}.col-xl-11.offset-xl-11{grid-column:11 / span 11}.col-xl-11.offset-xl-12{grid-column:12 / span 11}.col-xl-11.offset-xl-13{grid-column:13 / span 11}.col-xl-11.offset-xl-14{grid-column:14 / span 11}.col-xl-11.offset-xl-15{grid-column:15 / span 11}.col-xl-11.offset-xl-16{grid-column:16 / span 11}.col-12,.col-xl-12{grid-column:span 12}.col-xl-12.offset-xl-2{grid-column:2 / span 12}.col-xl-12.offset-xl-3{grid-column:3 / span 12}.col-xl-12.offset-xl-4{grid-column:4 / span 12}.col-xl-12.offset-xl-5{grid-column:5 / span 12}.col-xl-12.offset-xl-6{grid-column:6 / span 12}.col-xl-12.offset-xl-7{grid-column:7 / span 12}.col-xl-12.offset-xl-8{grid-column:8 / span 12}.col-xl-12.offset-xl-9{grid-column:9 / span 12}.col-xl-12.offset-xl-10{grid-column:10 / span 12}.col-xl-12.offset-xl-11{grid-column:11 / span 12}.col-xl-12.offset-xl-12{grid-column:12 / span 12}.col-xl-12.offset-xl-13{grid-column:13 / span 12}.col-xl-12.offset-xl-14{grid-column:14 / span 12}.col-xl-12.offset-xl-15{grid-column:15 / span 12}.col-xl-12.offset-xl-16{grid-column:16 / span 12}.col-13,.col-xl-13{grid-column:span 13}.col-xl-13.offset-xl-2{grid-column:2 / span 13}.col-xl-13.offset-xl-3{grid-column:3 / span 13}.col-xl-13.offset-xl-4{grid-column:4 / span 13}.col-xl-13.offset-xl-5{grid-column:5 / span 13}.col-xl-13.offset-xl-6{grid-column:6 / span 13}.col-xl-13.offset-xl-7{grid-column:7 / span 13}.col-xl-13.offset-xl-8{grid-column:8 / span 13}.col-xl-13.offset-xl-9{grid-column:9 / span 13}.col-xl-13.offset-xl-10{grid-column:10 / span 13}.col-xl-13.offset-xl-11{grid-column:11 / span 13}.col-xl-13.offset-xl-12{grid-column:12 / span 13}.col-xl-13.offset-xl-13{grid-column:13 / span 13}.col-xl-13.offset-xl-14{grid-column:14 / span 13}.col-xl-13.offset-xl-15{grid-column:15 / span 13}.col-xl-13.offset-xl-16{grid-column:16 / span 13}.col-14,.col-xl-14{grid-column:span 14}.col-xl-14.offset-xl-2{grid-column:2 / span 14}.col-xl-14.offset-xl-3{grid-column:3 / span 14}.col-xl-14.offset-xl-4{grid-column:4 / span 14}.col-xl-14.offset-xl-5{grid-column:5 / span 14}.col-xl-14.offset-xl-6{grid-column:6 / span 14}.col-xl-14.offset-xl-7{grid-column:7 / span 14}.col-xl-14.offset-xl-8{grid-column:8 / span 14}.col-xl-14.offset-xl-9{grid-column:9 / span 14}.col-xl-14.offset-xl-10{grid-column:10 / span 14}.col-xl-14.offset-xl-11{grid-column:11 / span 14}.col-xl-14.offset-xl-12{grid-column:12 / span 14}.col-xl-14.offset-xl-13{grid-column:13 / span 14}.col-xl-14.offset-xl-14{grid-column:14 / span 14}.col-xl-14.offset-xl-15{grid-column:15 / span 14}.col-xl-14.offset-xl-16{grid-column:16 / span 14}.col-15,.col-xl-15{grid-column:span 15}.col-xl-15.offset-xl-2{grid-column:2 / span 15}.col-xl-15.offset-xl-3{grid-column:3 / span 15}.col-xl-15.offset-xl-4{grid-column:4 / span 15}.col-xl-15.offset-xl-5{grid-column:5 / span 15}.col-xl-15.offset-xl-6{grid-column:6 / span 15}.col-xl-15.offset-xl-7{grid-column:7 / span 15}.col-xl-15.offset-xl-8{grid-column:8 / span 15}.col-xl-15.offset-xl-9{grid-column:9 / span 15}.col-xl-15.offset-xl-10{grid-column:10 / span 15}.col-xl-15.offset-xl-11{grid-column:11 / span 15}.col-xl-15.offset-xl-12{grid-column:12 / span 15}.col-xl-15.offset-xl-13{grid-column:13 / span 15}.col-xl-15.offset-xl-14{grid-column:14 / span 15}.col-xl-15.offset-xl-15{grid-column:15 / span 15}.col-xl-15.offset-xl-16{grid-column:16 / span 15}.col-16,.col-xl-16{grid-column:span 16}.col-xl-16.offset-xl-2{grid-column:2 / span 16}.col-xl-16.offset-xl-3{grid-column:3 / span 16}.col-xl-16.offset-xl-4{grid-column:4 / span 16}.col-xl-16.offset-xl-5{grid-column:5 / span 16}.col-xl-16.offset-xl-6{grid-column:6 / span 16}.col-xl-16.offset-xl-7{grid-column:7 / span 16}.col-xl-16.offset-xl-8{grid-column:8 / span 16}.col-xl-16.offset-xl-9{grid-column:9 / span 16}.col-xl-16.offset-xl-10{grid-column:10 / span 16}.col-xl-16.offset-xl-11{grid-column:11 / span 16}.col-xl-16.offset-xl-12{grid-column:12 / span 16}.col-xl-16.offset-xl-13{grid-column:13 / span 16}.col-xl-16.offset-xl-14{grid-column:14 / span 16}.col-xl-16.offset-xl-15{grid-column:15 / span 16}.col-xl-16.offset-xl-16{grid-column:16 / span 16}}a.button,.button{display:inline-flex;font-family:"Asap",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1em;font-weight:600;text-decoration:none;white-space:nowrap;outline:none;width:min-content;background:#bfbfbf;background-image:none;border:1px solid #8f8f8f;appearance:none;color:#202020;border-radius:0;box-sizing:border-box;cursor:pointer;line-height:1;padding:0.935rem 1.6rem;transition:.2s;user-select:none;box-shadow:none;align-items:center;justify-content:center;overflow:visible;text-align:center}a.button:focus,a.button:hover,.button:focus,.button:hover{transition:.2s;background-image:none}a.button:hover,.button:hover{background:#d5d5d5}a.button:active,a.button:focus,.button:active,.button:focus{background:#bfbfbf}a.button.gradient,.button.gradient{background:linear-gradient(to top, #bfbfbf 0%, #f5f5f5 100%)}a.button.gradient:hover,.button.gradient:hover{background:linear-gradient(to bottom, #bfbfbf 0%, #fff 100%)}a.button.gradient:active,a.button.gradient:focus,.button.gradient:active,.button.gradient:focus{background:#bfbfbf;background:linear-gradient(to bottom, #bfbfbf 0%, #fff 100%)}a.button.active,.button.active{color:#202020;background:#ccc;background-image:none;text-decoration:none}a.button.active:focus,a.button.active:hover,.button.active:focus,.button.active:hover{color:#202020;background:#d6d6d6}a.button.inactive,.button.inactive{pointer-events:none;cursor:default;background-image:none}a.button.block,.button.block{display:flex;flex:1;width:auto}a.button i,a.button [class^="material-symbols-outlined"],.button i,.button [class^="material-symbols-outlined"]{font-size:1.12rem;color:#202020;text-shadow:none}a.button.primary,.button.primary{background:#282c2f;color:#f5f5f5;text-shadow:0 1px 1px #1a1d1e;border:1px solid #383e42}a.button.primary:hover,.button.primary:hover{background:#3a3f44;color:#f5f5f5}a.button.primary:active,a.button.primary.active,.button.primary:active,.button.primary.active{background:#3a3f44;color:#f5f5f5}a.button.primary:active:focus,a.button.primary:active:hover,a.button.primary.active:focus,a.button.primary.active:hover,.button.primary:active:focus,.button.primary:active:hover,.button.primary.active:focus,.button.primary.active:hover{background:#454c51}a.button.primary i,a.button.primary [class^="material-symbols-outlined"],.button.primary i,.button.primary [class^="material-symbols-outlined"]{color:#f5f5f5}a.button.primary.gradient,.button.primary.gradient{background:#282c2f;background:linear-gradient(to top, #282c2f 0%, #596269 100%)}a.button.primary.gradient:hover,.button.primary.gradient:hover{background:linear-gradient(to bottom, #282c2f 0%, #636c74 100%)}a.button.primary.gradient:active,a.button.primary.gradient:focus,.button.primary.gradient:active,.button.primary.gradient:focus{background:#282c2f;background:linear-gradient(to bottom, #282c2f 0%, #78848c 100%)}a.button.primary.outlined,.button.primary.outlined{background:transparent;color:#282c2f;text-shadow:0 1px 1px #1a1d1e;border:1px solid #383e42}a.button.primary.outlined:hover,.button.primary.outlined:hover{background:#3a3f44;color:#f5f5f5}a.button.primary.outlined:active,a.button.primary.outlined.active,.button.primary.outlined:active,.button.primary.outlined.active{background:#3a3f44;color:#f5f5f5}a.button.primary.outlined:active:focus,a.button.primary.outlined:active:hover,a.button.primary.outlined.active:focus,a.button.primary.outlined.active:hover,.button.primary.outlined:active:focus,.button.primary.outlined:active:hover,.button.primary.outlined.active:focus,.button.primary.outlined.active:hover{background:#454c51}a.button.primary.outlined i,a.button.primary.outlined [class^="material-symbols-outlined"],.button.primary.outlined i,.button.primary.outlined [class^="material-symbols-outlined"]{color:#f5f5f5}a.button.primary.outlined.gradient,.button.primary.outlined.gradient{background:#282c2f;background:linear-gradient(to top, #282c2f 0%, #596269 100%)}a.button.primary.outlined.gradient:hover,.button.primary.outlined.gradient:hover{background:linear-gradient(to bottom, #282c2f 0%, #636c74 100%)}a.button.primary.outlined.gradient:active,a.button.primary.outlined.gradient:focus,.button.primary.outlined.gradient:active,.button.primary.outlined.gradient:focus{background:#282c2f;background:linear-gradient(to bottom, #282c2f 0%, #78848c 100%)}a.button.success,.button.success{background:#397b47;color:#f5f5f5;text-shadow:0 1px 1px #2f663b;border:1px solid #449355}a.button.success:hover,.button.success:hover{background:#459556;color:#f5f5f5}a.button.success:active,a.button.success.active,.button.success:active,.button.success.active{background:#459556;color:#f5f5f5}a.button.success:active:focus,a.button.success:active:hover,a.button.success.active:focus,a.button.success.active:hover,.button.success:active:focus,.button.success:active:hover,.button.success.active:focus,.button.success.active:hover{background:#4da760}a.button.success i,a.button.success [class^="material-symbols-outlined"],.button.success i,.button.success [class^="material-symbols-outlined"]{color:#f5f5f5}a.button.success.gradient,.button.success.gradient{background:#397b47;background:linear-gradient(to top, #397b47 0%, #67b878 100%)}a.button.success.gradient:hover,.button.success.gradient:hover{background:linear-gradient(to bottom, #397b47 0%, #75bf84 100%)}a.button.success.gradient:active,a.button.success.gradient:focus,.button.success.gradient:active,.button.success.gradient:focus{background:#397b47;background:linear-gradient(to bottom, #397b47 0%, #94cda0 100%)}a.button.success.outlined,.button.success.outlined{background:transparent;color:#397b47;text-shadow:0 1px 1px #2f663b;border:1px solid #449355}a.button.success.outlined:hover,.button.success.outlined:hover{background:#459556;color:#f5f5f5}a.button.success.outlined:active,a.button.success.outlined.active,.button.success.outlined:active,.button.success.outlined.active{background:#459556;color:#f5f5f5}a.button.success.outlined:active:focus,a.button.success.outlined:active:hover,a.button.success.outlined.active:focus,a.button.success.outlined.active:hover,.button.success.outlined:active:focus,.button.success.outlined:active:hover,.button.success.outlined.active:focus,.button.success.outlined.active:hover{background:#4da760}a.button.success.outlined i,a.button.success.outlined [class^="material-symbols-outlined"],.button.success.outlined i,.button.success.outlined [class^="material-symbols-outlined"]{color:#f5f5f5}a.button.success.outlined.gradient,.button.success.outlined.gradient{background:#397b47;background:linear-gradient(to top, #397b47 0%, #67b878 100%)}a.button.success.outlined.gradient:hover,.button.success.outlined.gradient:hover{background:linear-gradient(to bottom, #397b47 0%, #75bf84 100%)}a.button.success.outlined.gradient:active,a.button.success.outlined.gradient:focus,.button.success.outlined.gradient:active,.button.success.outlined.gradient:focus{background:#397b47;background:linear-gradient(to bottom, #397b47 0%, #94cda0 100%)}a.button.warning,.button.warning{background:#82671e;color:#f5f5f5;text-shadow:0 1px 1px #695318;border:1px solid #9f7e25}a.button.warning:hover,.button.warning:hover{background:#a18025;color:#f5f5f5}a.button.warning:active,a.button.warning.active,.button.warning:active,.button.warning.active{background:#a18025;color:#f5f5f5}a.button.warning:active:focus,a.button.warning:active:hover,a.button.warning.active:focus,a.button.warning.active:hover,.button.warning:active:focus,.button.warning:active:hover,.button.warning.active:focus,.button.warning.active:hover{background:#b6902a}a.button.warning i,a.button.warning [class^="material-symbols-outlined"],.button.warning i,.button.warning [class^="material-symbols-outlined"]{color:#f5f5f5}a.button.warning.gradient,.button.warning.gradient{background:#82671e;background:linear-gradient(to top, #82671e 0%, #d1a83a 100%)}a.button.warning.gradient:hover,.button.warning.gradient:hover{background:linear-gradient(to bottom, #82671e 0%, #d5b04a 100%)}a.button.warning.gradient:active,a.button.warning.gradient:focus,.button.warning.gradient:active,.button.warning.gradient:focus{background:#82671e;background:linear-gradient(to bottom, #82671e 0%, #dec070 100%)}a.button.warning.outlined,.button.warning.outlined{background:transparent;color:#82671e;text-shadow:0 1px 1px #695318;border:1px solid #9f7e25}a.button.warning.outlined:hover,.button.warning.outlined:hover{background:#a18025;color:#f5f5f5}a.button.warning.outlined:active,a.button.warning.outlined.active,.button.warning.outlined:active,.button.warning.outlined.active{background:#a18025;color:#f5f5f5}a.button.warning.outlined:active:focus,a.button.warning.outlined:active:hover,a.button.warning.outlined.active:focus,a.button.warning.outlined.active:hover,.button.warning.outlined:active:focus,.button.warning.outlined:active:hover,.button.warning.outlined.active:focus,.button.warning.outlined.active:hover{background:#b6902a}a.button.warning.outlined i,a.button.warning.outlined [class^="material-symbols-outlined"],.button.warning.outlined i,.button.warning.outlined [class^="material-symbols-outlined"]{color:#f5f5f5}a.button.warning.outlined.gradient,.button.warning.outlined.gradient{background:#82671e;background:linear-gradient(to top, #82671e 0%, #d1a83a 100%)}a.button.warning.outlined.gradient:hover,.button.warning.outlined.gradient:hover{background:linear-gradient(to bottom, #82671e 0%, #d5b04a 100%)}a.button.warning.outlined.gradient:active,a.button.warning.outlined.gradient:focus,.button.warning.outlined.gradient:active,.button.warning.outlined.gradient:focus{background:#82671e;background:linear-gradient(to bottom, #82671e 0%, #dec070 100%)}a.button.error,.button.error{background:#862f36;color:#f5f5f5;text-shadow:0 1px 1px #6f272d;border:1px solid #a03841}a.button.error:hover,.button.error:hover{background:#a23941;color:#f5f5f5}a.button.error:active,a.button.error.active,.button.error:active,.button.error.active{background:#a23941;color:#f5f5f5}a.button.error:active:focus,a.button.error:active:hover,a.button.error.active:focus,a.button.error.active:hover,.button.error:active:focus,.button.error:active:hover,.button.error.active:focus,.button.error.active:hover{background:#b54049}a.button.error i,a.button.error [class^="material-symbols-outlined"],.button.error i,.button.error [class^="material-symbols-outlined"]{color:#f5f5f5}a.button.error.gradient,.button.error.gradient{background:#862f36;background:linear-gradient(to top, #862f36 0%, #c55b63 100%)}a.button.error.gradient:hover,.button.error.gradient:hover{background:linear-gradient(to bottom, #862f36 0%, #cb6a72 100%)}a.button.error.gradient:active,a.button.error.gradient:focus,.button.error.gradient:active,.button.error.gradient:focus{background:#862f36;background:linear-gradient(to bottom, #862f36 0%, #d78c92 100%)}a.button.error.outlined,.button.error.outlined{background:transparent;color:#862f36;text-shadow:0 1px 1px #6f272d;border:1px solid #a03841}a.button.error.outlined:hover,.button.error.outlined:hover{background:#a23941;color:#f5f5f5}a.button.error.outlined:active,a.button.error.outlined.active,.button.error.outlined:active,.button.error.outlined.active{background:#a23941;color:#f5f5f5}a.button.error.outlined:active:focus,a.button.error.outlined:active:hover,a.button.error.outlined.active:focus,a.button.error.outlined.active:hover,.button.error.outlined:active:focus,.button.error.outlined:active:hover,.button.error.outlined.active:focus,.button.error.outlined.active:hover{background:#b54049}a.button.error.outlined i,a.button.error.outlined [class^="material-symbols-outlined"],.button.error.outlined i,.button.error.outlined [class^="material-symbols-outlined"]{color:#f5f5f5}a.button.error.outlined.gradient,.button.error.outlined.gradient{background:#862f36;background:linear-gradient(to top, #862f36 0%, #c55b63 100%)}a.button.error.outlined.gradient:hover,.button.error.outlined.gradient:hover{background:linear-gradient(to bottom, #862f36 0%, #cb6a72 100%)}a.button.error.outlined.gradient:active,a.button.error.outlined.gradient:focus,.button.error.outlined.gradient:active,.button.error.outlined.gradient:focus{background:#862f36;background:linear-gradient(to bottom, #862f36 0%, #d78c92 100%)}a.button.dark,.button.dark{background:#191919;color:#f5f5f5;text-shadow:0 1px 1px #0a0a0a;border:1px solid #2b2b2b}a.button.dark:hover,.button.dark:hover{background:#2c2c2c;color:#f5f5f5}a.button.dark:active,a.button.dark.active,.button.dark:active,.button.dark.active{background:#2c2c2c;color:#f5f5f5}a.button.dark:active:focus,a.button.dark:active:hover,a.button.dark.active:focus,a.button.dark.active:hover,.button.dark:active:focus,.button.dark:active:hover,.button.dark.active:focus,.button.dark.active:hover{background:#393939}a.button.dark i,a.button.dark [class^="material-symbols-outlined"],.button.dark i,.button.dark [class^="material-symbols-outlined"]{color:#f5f5f5}a.button.dark.gradient,.button.dark.gradient{background:#191919;background:linear-gradient(to top, #191919 0%, #4f4f4f 100%)}a.button.dark.gradient:hover,.button.dark.gradient:hover{background:linear-gradient(to bottom, #191919 0%, #595959 100%)}a.button.dark.gradient:active,a.button.dark.gradient:focus,.button.dark.gradient:active,.button.dark.gradient:focus{background:#191919;background:linear-gradient(to bottom, #191919 0%, #707070 100%)}a.button.dark.outlined,.button.dark.outlined{background:transparent;color:#191919;text-shadow:0 1px 1px #0a0a0a;border:1px solid #2b2b2b}a.button.dark.outlined:hover,.button.dark.outlined:hover{background:#2c2c2c;color:#f5f5f5}a.button.dark.outlined:active,a.button.dark.outlined.active,.button.dark.outlined:active,.button.dark.outlined.active{background:#2c2c2c;color:#f5f5f5}a.button.dark.outlined:active:focus,a.button.dark.outlined:active:hover,a.button.dark.outlined.active:focus,a.button.dark.outlined.active:hover,.button.dark.outlined:active:focus,.button.dark.outlined:active:hover,.button.dark.outlined.active:focus,.button.dark.outlined.active:hover{background:#393939}a.button.dark.outlined i,a.button.dark.outlined [class^="material-symbols-outlined"],.button.dark.outlined i,.button.dark.outlined [class^="material-symbols-outlined"]{color:#f5f5f5}a.button.dark.outlined.gradient,.button.dark.outlined.gradient{background:#191919;background:linear-gradient(to top, #191919 0%, #4f4f4f 100%)}a.button.dark.outlined.gradient:hover,.button.dark.outlined.gradient:hover{background:linear-gradient(to bottom, #191919 0%, #595959 100%)}a.button.dark.outlined.gradient:active,a.button.dark.outlined.gradient:focus,.button.dark.outlined.gradient:active,.button.dark.outlined.gradient:focus{background:#191919;background:linear-gradient(to bottom, #191919 0%, #707070 100%)}a.button.link.button,a.button.top>.button,.button.link.button,.button.top>.button{background:rgba(0,0,0,0);color:#f5f5f5;text-shadow:0 1px 1px rgba(0,0,0,0);border:1px solid;box-shadow:none;border:none;color:#282c2f;text-decoration:underline;font-weight:400}a.button.link.button:hover,a.button.top>.button:hover,.button.link.button:hover,.button.top>.button:hover{background:rgba(19,19,19,0);color:#f5f5f5}a.button.link.button:active,a.button.link.button.active,a.button.top>.button:active,a.button.top>.button.active,.button.link.button:active,.button.link.button.active,.button.top>.button:active,.button.top>.button.active{background:rgba(19,19,19,0);color:#f5f5f5}a.button.link.button:active:focus,a.button.link.button:active:hover,a.button.link.button.active:focus,a.button.link.button.active:hover,a.button.top>.button:active:focus,a.button.top>.button:active:hover,a.button.top>.button.active:focus,a.button.top>.button.active:hover,.button.link.button:active:focus,.button.link.button:active:hover,.button.link.button.active:focus,.button.link.button.active:hover,.button.top>.button:active:focus,.button.top>.button:active:hover,.button.top>.button.active:focus,.button.top>.button.active:hover{background:rgba(32,32,32,0)}a.button.link.button i,a.button.link.button [class^="material-symbols-outlined"],a.button.top>.button i,a.button.top>.button [class^="material-symbols-outlined"],.button.link.button i,.button.link.button [class^="material-symbols-outlined"],.button.top>.button i,.button.top>.button [class^="material-symbols-outlined"]{color:#f5f5f5}a.button.link.button.gradient,a.button.top>.button.gradient,.button.link.button.gradient,.button.top>.button.gradient{background:rgba(0,0,0,0);background:linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(54,54,54,0) 100%)}a.button.link.button.gradient:hover,a.button.top>.button.gradient:hover,.button.link.button.gradient:hover,.button.top>.button.gradient:hover{background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(64,64,64,0) 100%)}a.button.link.button.gradient:active,a.button.link.button.gradient:focus,a.button.top>.button.gradient:active,a.button.top>.button.gradient:focus,.button.link.button.gradient:active,.button.link.button.gradient:focus,.button.top>.button.gradient:active,.button.top>.button.gradient:focus{background:rgba(0,0,0,0);background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(87,87,87,0) 100%)}a.button.link.button:hover,a.button.top>.button:hover,.button.link.button:hover,.button.top>.button:hover{color:#202020}a.button.link.button i,a.button.link.button [class^="material-symbols-outlined"],a.button.top>.button i,a.button.top>.button [class^="material-symbols-outlined"],.button.link.button i,.button.link.button [class^="material-symbols-outlined"],.button.top>.button i,.button.top>.button [class^="material-symbols-outlined"]{color:#202020}a.button.tiny,.button.tiny{font-size:.809em;padding:0.415rem 0.5rem}a.button.mini,.button.mini{font-size:.909em;padding:0.445rem 0.9rem}a.button.small,.button.small{font-size:.979em;padding:0.645rem 1.4rem}a.button.large,.button.large{font-size:1.25em;padding:1.15rem 2.1rem}a.button.huge,.button.huge{font-size:1.45em;padding:1.3rem 2.4rem}a.button.secondary,.button.secondary{color:#fff;border-color:#2874a6;background:#2e86c1}a.button.secondary:focus,a.button.secondary:hover,a.button.secondary:active,a.button.secondary.active,.button.secondary:focus,.button.secondary:hover,.button.secondary:active,.button.secondary.active{color:#fff;background:#45a1dd}a.button.secondary i,a.button.secondary [class^="material-symbols-outlined"],.button.secondary i,.button.secondary [class^="material-symbols-outlined"]{color:#fff}.buttons{display:inline-flex;flex-wrap:wrap;flex-shrink:0;border-radius:0;box-shadow:0 2px 4px 0 rgba(0,0,0,0.27);width:fit-content}.buttons .button{box-shadow:none}.buttons .button:first-child:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.buttons .button:not(:first-child):not(:last-child){border-radius:0;margin-left:-1px}.buttons .button:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.buttons.secondary>.button{color:#fff;border-color:#2874a6;background:#2e86c1}.buttons.secondary>.button:focus,.buttons.secondary>.button:hover,.buttons.secondary>.button:active,.buttons.secondary>.button.active{color:#fff;background:#45a1dd}.buttons.secondary>.button i,.buttons.secondary>.button [class^="material-symbols-outlined"]{color:#fff}.buttons.block{display:flex;width:auto}.buttons.block .button{flex:1 0 0}.buttons.tiny>.button,.buttons.tiny>.dropdown>.button{font-size:.809em;padding:0.415rem 0.5rem}.buttons.mini>.button,.buttons.mini>.dropdown>.button{font-size:.909em;padding:0.445rem 0.9rem}.buttons.small>.button,.buttons.small>.dropdown>.button{font-size:.979em;padding:0.645rem 1.4rem}.buttons.large>.button,.buttons.large>.dropdown>.button{font-size:1.25em;padding:1.15rem 2.1rem}.buttons.huge>.button,.buttons.huge>.dropdown>.button{font-size:1.45em;padding:1.3rem 2.4rem}.buttons.primary>.button,.buttons.primary>.dropdown>.button{background:#282c2f;color:#f5f5f5;text-shadow:0 1px 1px #1a1d1e;border:1px solid #181a1c}.buttons.primary>.button:hover,.buttons.primary>.dropdown>.button:hover{background:#3a3f44;color:#f5f5f5}.buttons.primary>.button:active,.buttons.primary>.button.active,.buttons.primary>.dropdown>.button:active,.buttons.primary>.dropdown>.button.active{background:#3a3f44;color:#f5f5f5}.buttons.primary>.button:active:focus,.buttons.primary>.button:active:hover,.buttons.primary>.button.active:focus,.buttons.primary>.button.active:hover,.buttons.primary>.dropdown>.button:active:focus,.buttons.primary>.dropdown>.button:active:hover,.buttons.primary>.dropdown>.button.active:focus,.buttons.primary>.dropdown>.button.active:hover{background:#454c51}.buttons.primary>.button i,.buttons.primary>.button [class^="material-symbols-outlined"],.buttons.primary>.dropdown>.button i,.buttons.primary>.dropdown>.button [class^="material-symbols-outlined"]{color:#f5f5f5}.buttons.primary>.button.gradient,.buttons.primary>.dropdown>.button.gradient{background:#282c2f;background:linear-gradient(to top, #282c2f 0%, #596269 100%)}.buttons.primary>.button.gradient:hover,.buttons.primary>.dropdown>.button.gradient:hover{background:linear-gradient(to bottom, #282c2f 0%, #636c74 100%)}.buttons.primary>.button.gradient:active,.buttons.primary>.button.gradient:focus,.buttons.primary>.dropdown>.button.gradient:active,.buttons.primary>.dropdown>.button.gradient:focus{background:#282c2f;background:linear-gradient(to bottom, #282c2f 0%, #78848c 100%)}.buttons.success>.button,.buttons.success>.dropdown>.button{background:#397b47;color:#f5f5f5;text-shadow:0 1px 1px #2f663b;border:1px solid #2e6339}.buttons.success>.button:hover,.buttons.success>.dropdown>.button:hover{background:#459556;color:#f5f5f5}.buttons.success>.button:active,.buttons.success>.button.active,.buttons.success>.dropdown>.button:active,.buttons.success>.dropdown>.button.active{background:#459556;color:#f5f5f5}.buttons.success>.button:active:focus,.buttons.success>.button:active:hover,.buttons.success>.button.active:focus,.buttons.success>.button.active:hover,.buttons.success>.dropdown>.button:active:focus,.buttons.success>.dropdown>.button:active:hover,.buttons.success>.dropdown>.button.active:focus,.buttons.success>.dropdown>.button.active:hover{background:#4da760}.buttons.success>.button i,.buttons.success>.button [class^="material-symbols-outlined"],.buttons.success>.dropdown>.button i,.buttons.success>.dropdown>.button [class^="material-symbols-outlined"]{color:#f5f5f5}.buttons.success>.button.gradient,.buttons.success>.dropdown>.button.gradient{background:#397b47;background:linear-gradient(to top, #397b47 0%, #67b878 100%)}.buttons.success>.button.gradient:hover,.buttons.success>.dropdown>.button.gradient:hover{background:linear-gradient(to bottom, #397b47 0%, #75bf84 100%)}.buttons.success>.button.gradient:active,.buttons.success>.button.gradient:focus,.buttons.success>.dropdown>.button.gradient:active,.buttons.success>.dropdown>.button.gradient:focus{background:#397b47;background:linear-gradient(to bottom, #397b47 0%, #94cda0 100%)}.buttons.warning>.button,.buttons.warning>.dropdown>.button{background:#82671e;color:#f5f5f5;text-shadow:0 1px 1px #695318;border:1px solid #655017}.buttons.warning>.button:hover,.buttons.warning>.dropdown>.button:hover{background:#a18025;color:#f5f5f5}.buttons.warning>.button:active,.buttons.warning>.button.active,.buttons.warning>.dropdown>.button:active,.buttons.warning>.dropdown>.button.active{background:#a18025;color:#f5f5f5}.buttons.warning>.button:active:focus,.buttons.warning>.button:active:hover,.buttons.warning>.button.active:focus,.buttons.warning>.button.active:hover,.buttons.warning>.dropdown>.button:active:focus,.buttons.warning>.dropdown>.button:active:hover,.buttons.warning>.dropdown>.button.active:focus,.buttons.warning>.dropdown>.button.active:hover{background:#b6902a}.buttons.warning>.button i,.buttons.warning>.button [class^="material-symbols-outlined"],.buttons.warning>.dropdown>.button i,.buttons.warning>.dropdown>.button [class^="material-symbols-outlined"]{color:#f5f5f5}.buttons.warning>.button.gradient,.buttons.warning>.dropdown>.button.gradient{background:#82671e;background:linear-gradient(to top, #82671e 0%, #d1a83a 100%)}.buttons.warning>.button.gradient:hover,.buttons.warning>.dropdown>.button.gradient:hover{background:linear-gradient(to bottom, #82671e 0%, #d5b04a 100%)}.buttons.warning>.button.gradient:active,.buttons.warning>.button.gradient:focus,.buttons.warning>.dropdown>.button.gradient:active,.buttons.warning>.dropdown>.button.gradient:focus{background:#82671e;background:linear-gradient(to bottom, #82671e 0%, #dec070 100%)}.buttons.error>.button,.buttons.error>.dropdown>.button{background:#862f36;color:#f5f5f5;text-shadow:0 1px 1px #6f272d;border:1px solid #6c262b}.buttons.error>.button:hover,.buttons.error>.dropdown>.button:hover{background:#a23941;color:#f5f5f5}.buttons.error>.button:active,.buttons.error>.button.active,.buttons.error>.dropdown>.button:active,.buttons.error>.dropdown>.button.active{background:#a23941;color:#f5f5f5}.buttons.error>.button:active:focus,.buttons.error>.button:active:hover,.buttons.error>.button.active:focus,.buttons.error>.button.active:hover,.buttons.error>.dropdown>.button:active:focus,.buttons.error>.dropdown>.button:active:hover,.buttons.error>.dropdown>.button.active:focus,.buttons.error>.dropdown>.button.active:hover{background:#b54049}.buttons.error>.button i,.buttons.error>.button [class^="material-symbols-outlined"],.buttons.error>.dropdown>.button i,.buttons.error>.dropdown>.button [class^="material-symbols-outlined"]{color:#f5f5f5}.buttons.error>.button.gradient,.buttons.error>.dropdown>.button.gradient{background:#862f36;background:linear-gradient(to top, #862f36 0%, #c55b63 100%)}.buttons.error>.button.gradient:hover,.buttons.error>.dropdown>.button.gradient:hover{background:linear-gradient(to bottom, #862f36 0%, #cb6a72 100%)}.buttons.error>.button.gradient:active,.buttons.error>.button.gradient:focus,.buttons.error>.dropdown>.button.gradient:active,.buttons.error>.dropdown>.button.gradient:focus{background:#862f36;background:linear-gradient(to bottom, #862f36 0%, #d78c92 100%)}.buttons.dark>.button,.buttons.dark>.dropdown>.button{background:#191919;color:#f5f5f5;text-shadow:0 1px 1px #0a0a0a;border:1px solid #070707}.buttons.dark>.button:hover,.buttons.dark>.dropdown>.button:hover{background:#2c2c2c;color:#f5f5f5}.buttons.dark>.button:active,.buttons.dark>.button.active,.buttons.dark>.dropdown>.button:active,.buttons.dark>.dropdown>.button.active{background:#2c2c2c;color:#f5f5f5}.buttons.dark>.button:active:focus,.buttons.dark>.button:active:hover,.buttons.dark>.button.active:focus,.buttons.dark>.button.active:hover,.buttons.dark>.dropdown>.button:active:focus,.buttons.dark>.dropdown>.button:active:hover,.buttons.dark>.dropdown>.button.active:focus,.buttons.dark>.dropdown>.button.active:hover{background:#393939}.buttons.dark>.button i,.buttons.dark>.button [class^="material-symbols-outlined"],.buttons.dark>.dropdown>.button i,.buttons.dark>.dropdown>.button [class^="material-symbols-outlined"]{color:#f5f5f5}.buttons.dark>.button.gradient,.buttons.dark>.dropdown>.button.gradient{background:#191919;background:linear-gradient(to top, #191919 0%, #4f4f4f 100%)}.buttons.dark>.button.gradient:hover,.buttons.dark>.dropdown>.button.gradient:hover{background:linear-gradient(to bottom, #191919 0%, #595959 100%)}.buttons.dark>.button.gradient:active,.buttons.dark>.button.gradient:focus,.buttons.dark>.dropdown>.button.gradient:active,.buttons.dark>.dropdown>.button.gradient:focus{background:#191919;background:linear-gradient(to bottom, #191919 0%, #707070 100%)}.buttons.link.button,.buttons.top>.button{background:rgba(0,0,0,0);color:#f5f5f5;text-shadow:0 1px 1px rgba(0,0,0,0);border:1px solid;box-shadow:none;border:none;color:#282c2f;text-decoration:underline;font-weight:400}.buttons.link.button:hover,.buttons.top>.button:hover{background:rgba(19,19,19,0);color:#f5f5f5}.buttons.link.button:active,.buttons.link.button.active,.buttons.top>.button:active,.buttons.top>.button.active{background:rgba(19,19,19,0);color:#f5f5f5}.buttons.link.button:active:focus,.buttons.link.button:active:hover,.buttons.link.button.active:focus,.buttons.link.button.active:hover,.buttons.top>.button:active:focus,.buttons.top>.button:active:hover,.buttons.top>.button.active:focus,.buttons.top>.button.active:hover{background:rgba(32,32,32,0)}.buttons.link.button i,.buttons.link.button [class^="material-symbols-outlined"],.buttons.top>.button i,.buttons.top>.button [class^="material-symbols-outlined"]{color:#f5f5f5}.buttons.link.button.gradient,.buttons.top>.button.gradient{background:rgba(0,0,0,0);background:linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(54,54,54,0) 100%)}.buttons.link.button.gradient:hover,.buttons.top>.button.gradient:hover{background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(64,64,64,0) 100%)}.buttons.link.button.gradient:active,.buttons.link.button.gradient:focus,.buttons.top>.button.gradient:active,.buttons.top>.button.gradient:focus{background:rgba(0,0,0,0);background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(87,87,87,0) 100%)}.buttons.link.button:hover,.buttons.top>.button:hover{color:#202020}.buttons.link.button i,.buttons.link.button [class^="material-symbols-outlined"],.buttons.top>.button i,.buttons.top>.button [class^="material-symbols-outlined"]{color:#202020}.buttons .dropdown:last-child:not(:first-child),.buttons .dropdown:last-child:not(:first-child)>.button{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.buttons .dropdown:last-child,.buttons .dropdown:last-child>.button:first-child,.buttons .dropdown:last-child>.button:last-child{border-bottom-right-radius:0;border-top-right-radius:0}.buttons .dropdown:not(:first-child):not(:last-child)>.button{border-radius:0;margin-left:-1px}@media only screen and (max-width: 768px){.buttons{box-shadow:none}}.buttons.vertical{flex-flow:column}.buttons.vertical>.button,.buttons.vertical.block,.buttons.vertical.block>.button,.buttons.vertical>.dropdown>.button{width:100%}.buttons.vertical>.button{border-radius:0}.buttons.vertical>.button:last-child:not(:first-child),.buttons.vertical>.button:not(:first-child):not(:last-child){margin:-1px 0 0}.buttons.vertical.block{display:inline-flex}.buttons.vertical>.dropdown:last-child:not(:first-child),.buttons.vertical>.dropdown:last-child:not(:first-child)>.button,.buttons.vertical>.dropdown:not(:first-child):not(:last-child)>.button{margin:-1px 0 0;border-radius:0}.buttons.vertical>.primary.button,.buttons.vertical>.dropdown>.primary.button{border:1px solid #1a1d1e}.buttons.vertical>.success.button,.buttons.vertical>.dropdown>.success.button{border:1px solid #2f663b}.buttons.vertical>.warning.button,.buttons.vertical>.dropdown>.warning.button{border:1px solid #695318}.buttons.vertical>.error.button,.buttons.vertical>.dropdown>.error.button{border:1px solid #6f272d}.buttons.vertical>.dark.button,.buttons.vertical>.dropdown>.dark.button{border:1px solid #0a0a0a}.dropdown{display:inline-block;position:relative}.dropdown>.menu{animation:slide-down .15s ease 1;display:none;left:0;max-height:45vh;overflow-y:auto;position:absolute;top:100%;z-index:301;width:auto}.dropdown>.menu>.item>a{padding:.1rem .9rem}.dropdown.right>.menu,.dropdown.left>.menu{top:0}.dropdown.right>.menu{left:100%;right:auto}.dropdown.left>.menu{left:auto;right:100%}.dropdown.top.left>.menu{right:auto !important;left:0 !important}.dropdown.top.right>.menu{right:0 !important;left:auto !important}.dropdown.top>.menu{bottom:100%;top:auto;right:0;left:auto;box-shadow:0 -2px 4px 0 rgba(0,0,0,0.27)}.dropdown.bottom.left>.menu,.dropdown.bottom.right>.menu{top:100%}.dropdown.bottom.left>.menu{right:auto !important;left:0 !important}.dropdown.bottom.right>.menu{right:0 !important;left:auto !important}.dropdown.active>.menu,.dropdown>.toggle:focus+.menu,.dropdown>.toggle:hover+.menu,.dropdown>.menu:focus,.dropdown>.menu:hover{display:block}.dropdown.clickable>.toggle:hover+.menu{display:none}.dropdown.clickable>.toggle:focus+.menu,.dropdown.clickable>.toggle:active+.menu{display:block}.dropdown>.buttons>.toggle:nth-last-child(2){border-bottom-right-radius:0;border-top-right-radius:0}.dropdown.tiny>.button,.dropdown.tiny>.dropdown>.button{font-size:.809em;padding:0.415rem 0.5rem}.dropdown.mini>.button,.dropdown.mini>.dropdown>.button{font-size:.909em;padding:0.445rem 0.9rem}.dropdown.small>.button,.dropdown.small>.dropdown>.button{font-size:.979em;padding:0.645rem 1.4rem}.dropdown.large>.button,.dropdown.large>.dropdown>.button{font-size:1.25em;padding:1.15rem 2.1rem}.dropdown.huge>.button,.dropdown.huge>.dropdown>.button{font-size:1.45em;padding:1.3rem 2.4rem}.caption{display:flex;align-items:center;margin:1.3em 0.2rem;font-size:2em;font-weight:800;line-height:1.5;text-align:left}.caption>img,.caption>.material-symbols-outlined,.caption>i{margin-right:0.559em}.caption>.material-symbols-outlined,.caption>i{font-size:2.8em}.caption.divided{border-bottom:1px solid #8f8f8f;padding-bottom:0.559em}.caption>span,.caption>div{display:contents}.caption.centered{flex-direction:column;text-align:center;margin:inherit}.caption.centered>img,.caption.centered>.material-symbols-outlined,.caption.centered>i{margin-right:unset;margin-bottom:2rem}.caption.small{font-size:1.65rem;margin:1em 0.1rem;font-weight:400}.caption.small>.material-symbols-outlined,.caption.small>i{font-size:2.31rem}.caption.large{font-size:2.35rem;margin:1.4em 0.3rem;font-weight:800}.caption.large>.material-symbols-outlined,.caption.large>i{font-size:3.29rem}@media only screen and (max-width: 768px){.caption{flex-direction:column;text-align:center;margin:inherit}.caption>img,.caption>.material-symbols-outlined,.caption>i{margin-right:unset;margin-bottom:2rem}}input[type='color'],input[type='date'],input[type='time'],input[type='datetime'],input[type='datetime-local'],input[type='email'],input[type='month'],input[type='number'],input[type='password'],input[type='search'],input[type='tel'],input[type='text'],input[type='url'],input[type='week'],input[type='file'],input:not([type]),textarea,select{-webkit-appearance:none;background-color:#c8c8c8;border-width:1px;border-style:solid;border-color:#8f8f8f;height:2.5rem;border-radius:0;outline:2px solid transparent;box-shadow:none;box-sizing:inherit;outline-offset:-2px;padding:0.4rem 0.5rem;width:100%;max-width:100%;font-family:inherit;color:#202020;font-size:1.088em;transition:.35s}input[type='color']:focus,input[type='date']:focus,input[type='time']:focus,input[type='datetime']:focus,input[type='datetime-local']:focus,input[type='email']:focus,input[type='month']:focus,input[type='number']:focus,input[type='password']:focus,input[type='search']:focus,input[type='tel']:focus,input[type='text']:focus,input[type='url']:focus,input[type='week']:focus,input[type='file']:focus,input:not([type]):focus,textarea:focus,select:focus{outline:2px solid #282c2f;outline-offset:-2px;background-color:#d6d6d6}input[type='color'].success,input[type='date'].success,input[type='time'].success,input[type='datetime'].success,input[type='datetime-local'].success,input[type='email'].success,input[type='month'].success,input[type='number'].success,input[type='password'].success,input[type='search'].success,input[type='tel'].success,input[type='text'].success,input[type='url'].success,input[type='week'].success,input[type='file'].success,input:not([type]).success,textarea.success,select.success{color:#397b47;outline-color:#397b47}input[type='color'].error,input[type='date'].error,input[type='time'].error,input[type='datetime'].error,input[type='datetime-local'].error,input[type='email'].error,input[type='month'].error,input[type='number'].error,input[type='password'].error,input[type='search'].error,input[type='tel'].error,input[type='text'].error,input[type='url'].error,input[type='week'].error,input[type='file'].error,input:not([type]).error,textarea.error,select.error{color:#862f36;outline-color:#862f36}select{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTE2LjU5IDguNTlMMTIgMTMuMTcgNy40MSA4LjU5IDYgMTBsNiA2IDYtNnoiLz48L3N2Zz4=");background-repeat:no-repeat;background-position:right 10px center}select[multiple]{background:none;height:auto}textarea{min-height:6.5rem;resize:vertical}label,legend{display:block;font-size:1rem;font-weight:400}fieldset{border-width:0;padding:0}input[type='checkbox'],input[type='radio']{display:inline}input:disabled{opacity:.59}.form{position:relative;max-width:100%;padding:0 16px}.form .item{height:fit-content;margin:6px;display:inline-flex;flex-wrap:wrap;width:100%;max-width:100%;position:relative;align-items:center}.form label,.form .item>label{margin:0;color:#202020;font-size:0.8579rem;font-weight:600;text-transform:none;height:fit-content}.form .item>input[type="file"]{opacity:0;position:absolute;top:0;left:0;height:100%;cursor:default}.form .group,.form .item>.group{display:flex;width:100%}.form .group>*,.form .item>.group>*{flex:1 1 auto}.form .group>*:last-child,.form .item>.group>*:last-child{margin-left:-1px}.form .group>*:not(:first-child):not(:last-child),.form .item>.group>*:not(:first-child):not(:last-child){margin-left:-1px;margin-right:0}.form .group>.buttons,.form .item>.group>.buttons{box-shadow:none}.form .group>.button,.form .item>.group>.button{height:2.5rem;box-shadow:none}.form .group>.button:first-child,.form .item>.group>.button:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.form .group>.button:last-child:not(:first-child),.form .item>.group>.button:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.form .items{margin:6px 0 0.75em;display:flex;flex-wrap:wrap}.form .items>.item{margin:6px}.form .two.items>.item{flex:0 0 calc(100% * (1 / 2) - (2 * 6px))}@media only screen and (max-width: 768px){.form .two.items>.item{flex:0 0 100%}}.form .three.items>.item{flex:0 0 calc(100% * (1 / 3) - (2 * 6px))}@media only screen and (max-width: 768px){.form .three.items>.item{flex:0 0 100%}}.form .four.items>.item{flex:0 0 calc(100% * (1 / 4) - (2 * 6px))}@media only screen and (max-width: 768px){.form .four.items>.item{flex:0 0 100%}}.form .five.items>.item{flex:0 0 calc(100% * (1 / 5) - (2 * 6px))}@media only screen and (max-width: 768px){.form .five.items>.item{flex:0 0 100%}}.form .six.items>.item{flex:0 0 calc(100% * (1 / 6) - (2 * 6px))}@media only screen and (max-width: 768px){.form .six.items>.item{flex:0 0 100%}}.form .seven.items>.item{flex:0 0 calc(100% * (1 / 7) - (2 * 6px))}@media only screen and (max-width: 768px){.form .seven.items>.item{flex:0 0 100%}}.form .eight.items>.item{flex:0 0 calc(100% * (1 / 8) - (2 * 6px))}@media only screen and (max-width: 768px){.form .eight.items>.item{flex:0 0 100%}}.form .nine.items>.item{flex:0 0 calc(100% * (1 / 9) - (2 * 6px))}@media only screen and (max-width: 768px){.form .nine.items>.item{flex:0 0 100%}}.form .ten.items>.item{flex:0 0 calc(100% * (1 / 10) - (2 * 6px))}@media only screen and (max-width: 768px){.form .ten.items>.item{flex:0 0 100%}}.form .eleven.items>.item{flex:0 0 calc(100% * (1 / 11) - (2 * 6px))}@media only screen and (max-width: 768px){.form .eleven.items>.item{flex:0 0 100%}}.form .twelve.items>.item{flex:0 0 calc(100% * (1 / 12) - (2 * 6px))}@media only screen and (max-width: 768px){.form .twelve.items>.item{flex:0 0 100%}}.form .thirteen.items>.item{flex:0 0 calc(100% * (1 / 13) - (2 * 6px))}@media only screen and (max-width: 768px){.form .thirteen.items>.item{flex:0 0 100%}}.form .fourteen.items>.item{flex:0 0 calc(100% * (1 / 14) - (2 * 6px))}@media only screen and (max-width: 768px){.form .fourteen.items>.item{flex:0 0 100%}}.form .fifteen.items>.item{flex:0 0 calc(100% * (1 / 15) - (2 * 6px))}@media only screen and (max-width: 768px){.form .fifteen.items>.item{flex:0 0 100%}}.form .sixteen.items>.item{flex:0 0 calc(100% * (1 / 16) - (2 * 6px))}@media only screen and (max-width: 768px){.form .sixteen.items>.item{flex:0 0 100%}}.form.small input[type='color'],.form.small input[type='date'],.form.small input[type='time'],.form.small input[type='datetime'],.form.small input[type='datetime-local'],.form.small input[type='email'],.form.small input[type='month'],.form.small input[type='number'],.form.small input[type='password'],.form.small input[type='search'],.form.small input[type='tel'],.form.small input[type='text'],.form.small input[type='url'],.form.small input[type='week'],.form.small input[type='file'],.form.small input:not([type]),.form.small textarea,.form.small select{height:1.9rem;font-size:1em}.form.small .button{height:1.9rem !important;font-size:.979em !important;padding:0.645rem 1.4rem !important}.form.small label,.form.small>.items>.item>label,.form.small>.item>label{font-size:1em}.form.large input[type='color'],.form.large input[type='date'],.form.large input[type='time'],.form.large input[type='datetime'],.form.large input[type='datetime-local'],.form.large input[type='email'],.form.large input[type='month'],.form.large input[type='number'],.form.large input[type='password'],.form.large input[type='search'],.form.large input[type='tel'],.form.large input[type='text'],.form.large input[type='url'],.form.large input[type='week'],.form.large input[type='file'],.form.large input:not([type]),.form.large textarea,.form.large select{height:2.9rem;font-size:1.2em}.form.large .button{height:2.9rem !important;font-size:1.25em !important;padding:1.15rem 2.1rem !important}.form.large label,.form.large>.items>.item>label,.form.large>.item>label{font-size:1.2em}.radio,.checkbox{position:relative}.radio label,.checkbox label{padding:0 1.2rem 0 1.7rem;cursor:pointer;user-select:none;font-weight:400;margin:0}.radio input,.checkbox input{left:0;opacity:0;position:absolute;top:0}.radio input+label::before,.radio input+label::after,.checkbox input+label::before,.checkbox input+label::after{position:absolute;transition:opacity 0.11s ease-in-out;font-family:"Material Symbols Outlined";font-style:normal;font-weight:normal;text-transform:none;font-size:1.35rem;top:-8px;left:0}.radio input+label::before,.checkbox input+label::before{opacity:1}.radio input+label::after,.checkbox input+label::after{opacity:0}.radio input:checked+label::after,.checkbox input:checked+label::after{opacity:1}.checkbox input+label::before{content:"check_box_outline_blank";color:#202020}.checkbox input+label::after{content:"check_box";color:#282c2f}.radio input+label::before{content:"radio_button_unchecked";color:#202020}.radio input+label::after{content:"radio_button_checked";color:#282c2f}h1{margin-top:0;color:inherit;line-height:2;margin-bottom:1em}h1,.h1{font-size:2em;font-weight:800}@media only screen and (max-width: 768px){h1,.h1{font-size:1.7em}}h2{margin-top:0;color:inherit;line-height:2;margin-bottom:1em}h2,.h2{font-size:1.8em;font-weight:800}@media only screen and (max-width: 768px){h2,.h2{font-size:1.5em}}h3{margin-top:0;color:inherit;line-height:2;margin-bottom:1em}h3,.h3{font-size:1.6em;font-weight:800}@media only screen and (max-width: 768px){h3,.h3{font-size:1.3em}}h4{margin-top:0;color:inherit;line-height:2;margin-bottom:1em}h4,.h4{font-size:1.4em;font-weight:800}@media only screen and (max-width: 768px){h4,.h4{font-size:1.1em}}h5{margin-top:0;color:inherit;line-height:2;margin-bottom:1em}h5,.h5{font-size:1.2em;font-weight:800}@media only screen and (max-width: 768px){h5,.h5{font-size:.9em}}h6{margin-top:0;color:inherit;line-height:2;margin-bottom:1em}h6,.h6{font-size:1em;font-weight:800}@media only screen and (max-width: 768px){h6,.h6{font-size:inherit}}h1.bordered,h2.bordered,h3.bordered,h4.bordered,h5.bordered,h6.bordered,.h1.bordered,.h2.bordered,.h3.bordered,.h4.bordered,.h5.bordered,.h6.bordered{border-width:0 0 1px 0 !important;padding-bottom:10px;margin-bottom:20px}p{margin:0 0 1em;font-size:1rem}a,ins,u{text-decoration-skip:ink edges}abbr[title]{border-bottom:1px dotted;cursor:help;text-decoration:none}blockquote{border-left:0.1rem dotted #191919;margin-left:0;padding:.4rem .8rem;font-style:italic;color:#202020}small{font-size:86%}sub,sup{font-size:78%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}.table{position:relative;border-collapse:collapse;border-spacing:0;width:100%;max-width:100%;text-align:left;margin-bottom:1.5rem}.table caption{text-align:inherit;color:#202020;font-size:1rem;font-weight:bold;padding:0.7rem;border-bottom:1px solid #202020}.table.striped tr.active,.table.striped tbody tr.active{background:#d5d5d5}.table.striped tr:nth-of-type(odd),.table.striped tbody tr:nth-of-type(odd){background:#d5d5d5}.table.hovered tr:hover,.table.hovered tbody tr:hover{background:#d5d5d5;color:#202020}.table tr,.table tbody tr{transition:all 0.3s}.table tr.active,.table tr.active:hover,.table tbody tr.active,.table tbody tr.active:hover{background:#d5d5d5}.table td,.table th{border-bottom:1px solid #8f8f8f;padding:5px 0.7rem;text-align:inherit}.table thead tr{background:transparent !important}.table thead tr th{border-bottom-color:#8f8f8f;font-weight:400;color:#6f6f6f;padding:0.7rem}.material-symbols-outlined{font-size:1.12rem;line-height:1;vertical-align:middle}a.label,.label{background-color:#bfbfbf;color:#202020;display:inline-block;font-weight:bold;line-height:1.2;margin:0.1rem 0.05rem;border-radius:0;text-decoration:none;border:1px solid #8f8f8f;box-shadow:0 .155em 0 rgba(0,0,0,0.095) rgba(0,0,0,0.27);border-color:#8f8f8f;padding:0.28rem 0.9rem;font-size:.9195em}a.label>i,a.label>.material-icons,.label>i,.label>.material-icons{vertical-align:text-top}a.label.primary,.label.primary{background-color:#282c2f;color:#f5f5f5;border-color:#181a1c}a.label.success,.label.success{background-color:#397b47;color:#f5f5f5;border-color:#2e6339}a.label.warning,.label.warning{background-color:#82671e;color:#f5f5f5;border-color:#655017}a.label.error,.label.error{background-color:#862f36;color:#f5f5f5;border-color:#6c262b}a.label.dark,.label.dark{background-color:#191919;color:#f5f5f5;border-color:#070707}a.label.small,.label.small{padding:0.18rem 0.85rem;font-size:.8195em}a.label.large,.label.large{padding:0.415rem 1.159rem;font-size:1em}.alert{background-color:#bfbfbf;color:#202020;display:block;border:1px solid #8f8f8f;border-radius:0;padding:.6rem;margin:0 0 8px;width:100%;font-weight:bold}.alert a{color:#202020;text-decoration:underline}.alert a:focus,.alert a:hover,.alert a:active,.alert a.active{opacity:.75}.alert p:last-child{margin-bottom:0}.alert>i,.alert>.material-symbols-outlined{vertical-align:text-top}.alert.primary{background-color:#282c2f;color:#f5f5f5;border-color:#1c1f21}.alert.success{background-color:#397b47;color:#f5f5f5;border-color:#316a3d}.alert.warning{background-color:#82671e;color:#f5f5f5;border-color:#6d5719}.alert.error{background-color:#862f36;color:#f5f5f5;border-color:#73282e}.alert.dark{background-color:#191919;color:#f5f5f5;border-color:#0c0c0c}.alert.small{padding:.4rem;font-size:.749rem}.alert.large{padding:.8rem;font-size:1.1rem}.badge{background-color:#d5d5d5;color:#202020;position:relative;white-space:nowrap;display:inline-flex;justify-content:center;align-items:center;font-weight:bold;border-radius:500px;border:1px solid #c4c4c4;padding:1px 6px;font-size:1em}.badge.primary{background-color:#282c2f;color:#f5f5f5;border-color:#191b1d}.badge.success{background-color:#397b47;color:#f5f5f5;border-color:#2f643a}.badge.warning{background-color:#82671e;color:#f5f5f5;border-color:#675218}.badge.error{background-color:#862f36;color:#f5f5f5;border-color:#6d262c}.badge.dark{background-color:#191919;color:#f5f5f5;border-color:#080808}.badge.tiny{padding:0 4px !important;font-size:0.659rem !important}.badge.small{padding:1px 4px !important;font-size:0.749rem !important}.badge.large{padding:2px 8px !important;font-size:1.1rem !important}.billboard{background-color:#bfbfbf;color:#202020;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:4.5rem 2.5rem;border-color:#b4b4b4;border:1px solid #8f8f8f}.billboard.primary{background-color:#282c2f;color:#f5f5f5;border-color:#1d2023}.billboard.success{background-color:#397b47;color:#f5f5f5;border-color:#326b3e}.billboard.warning{background-color:#82671e;color:#f5f5f5;border-color:#6f581a}.billboard.error{background-color:#862f36;color:#f5f5f5;border-color:#75292f}.billboard.dark{background-color:#191919;color:#f5f5f5;border-color:#0e0e0e}.billboard.small{padding:2.5rem 1.5rem;font-size:1em}.billboard.small .body{padding:2.5rem 1.5rem}.billboard.small p{font-size:1em}.billboard.large{padding:7.5rem 4rem;font-size:1.6em}.billboard.large .body{padding:7.5rem 4rem}.billboard.large p{font-size:1.6em}.billboard .media{flex:0 0 auto}.billboard .body{padding:4.5rem 2.5rem;flex:1 1 auto;display:flex;justify-content:center;flex-direction:column}.cover{min-height:100vh;max-height:100%;min-width:100%;border:0;background-size:cover;background-position:center center;background-repeat:no-repeat}@media only screen and (max-width: 768px){.billboard{padding:2.5rem 1rem;flex-direction:column}.billboard .media img{width:100%}.billboard .body{padding:2.5rem 1rem}.billboard.small{padding:1rem}.billboard.small .body{padding:1rem}.billboard.small p{font-size:1em}.billboard.large{padding:1rem}.billboard.large .body{padding:1rem}.billboard.large p{font-size:1.358em}}.breadcrumb{display:inline-block;white-space:nowrap}.breadcrumb a.item,.breadcrumb .item{text-decoration:none;font-size:inherit;font-weight:bold}.breadcrumb a.item:focus,.breadcrumb a.item:hover,.breadcrumb a.item:active,.breadcrumb a.item.active,.breadcrumb .item:focus,.breadcrumb .item:hover,.breadcrumb .item:active,.breadcrumb .item.active{color:#282c2f}.breadcrumb a.item::after,.breadcrumb .item::after{font-family:"Material Symbols Outlined";content:"keyboard_arrow_right";color:#282c2f;padding:0 0.25em;vertical-align:middle;font-size:1.4rem;cursor:auto}.breadcrumb a.item:first-child,.breadcrumb .item:first-child{margin-left:0}.breadcrumb a.item.active,.breadcrumb .item.active{color:#282c2f;font-weight:bold}.breadcrumb a.item.active::after,.breadcrumb .item.active::after{content:none}.breadcrumb.small .item{font-size:.9589em}.breadcrumb.small .item::after{padding:.15em;font-size:1.25rem}.breadcrumb.large .item{font-size:1.18em}.breadcrumb.large .item::after{padding:.18em;font-size:1.7rem}@media only screen and (max-width: 768px){.breadcrumb .item:after{font-size:1rem;vertical-align:middle}}.cards{display:flex;flex-wrap:wrap}.cards.two>.card{flex:0 0 calc(100% * (1 / 2) - (2 * 10px));height:auto;margin:10px}.cards.three>.card{flex:0 0 calc(100% * (1 / 3) - (2 * 10px));height:auto;margin:10px}.cards.four>.card{flex:0 0 calc(100% * (1 / 4) - (2 * 10px));height:auto;margin:10px}.cards.five>.card{flex:0 0 calc(100% * (1 / 5) - (2 * 10px));height:auto;margin:10px}.cards.six>.card{flex:0 0 calc(100% * (1 / 6) - (2 * 10px));height:auto;margin:10px}.cards.seven>.card{flex:0 0 calc(100% * (1 / 7) - (2 * 10px));height:auto;margin:10px}.cards.eight>.card{flex:0 0 calc(100% * (1 / 8) - (2 * 10px));height:auto;margin:10px}.cards.nine>.card{flex:0 0 calc(100% * (1 / 9) - (2 * 10px));height:auto;margin:10px}.cards.ten>.card{flex:0 0 calc(100% * (1 / 10) - (2 * 10px));height:auto;margin:10px}.cards.eleven>.card{flex:0 0 calc(100% * (1 / 11) - (2 * 10px));height:auto;margin:10px}.cards.twelve>.card{flex:0 0 calc(100% * (1 / 12) - (2 * 10px));height:auto;margin:10px}.cards.thirteen>.card{flex:0 0 calc(100% * (1 / 13) - (2 * 10px));height:auto;margin:10px}.cards.fourteen>.card{flex:0 0 calc(100% * (1 / 14) - (2 * 10px));height:auto;margin:10px}.cards.fifteen>.card{flex:0 0 calc(100% * (1 / 15) - (2 * 10px));height:auto;margin:10px}.cards.sixteen>.card{flex:0 0 calc(100% * (1 / 16) - (2 * 10px));height:auto;margin:10px}.card{background-color:#bfbfbf;border:1px solid #8f8f8f;border-radius:0;box-shadow:0 2px 4px 0 rgba(0,0,0,0.27);display:flex;flex-direction:column;width:240px;height:100%;overflow:hidden}.card>.body .title,.card>.title{color:#202020;line-height:initial}.card>.body .title>.subtitle,.card>.title>.subtitle{color:#6f6f6f;flex:1 1 auto}.card>.title,.card>.description,.card>.actions{padding:16px}.card>.description{flex:1 1 auto;color:#202020}.card>.media{display:flex;flex-wrap:wrap}.card>.media img{display:block;width:100%}.card>.media.two{padding-bottom:initial !important;height:auto}.card>.media.two>div,.card>.media.two>a{flex:0 0 calc(100% * (1 / 2));flex-grow:1;padding:0}.card>.media.three{padding-bottom:initial !important;height:auto}.card>.media.three>div,.card>.media.three>a{flex:0 0 calc(100% * (1 / 3));flex-grow:1;padding:0}.card>.media.four{padding-bottom:initial !important;height:auto}.card>.media.four>div,.card>.media.four>a{flex:0 0 calc(100% * (1 / 4));flex-grow:1;padding:0}.card>.media.five{padding-bottom:initial !important;height:auto}.card>.media.five>div,.card>.media.five>a{flex:0 0 calc(100% * (1 / 5));flex-grow:1;padding:0}.card>.media.six{padding-bottom:initial !important;height:auto}.card>.media.six>div,.card>.media.six>a{flex:0 0 calc(100% * (1 / 6));flex-grow:1;padding:0}.card>.media.seven{padding-bottom:initial !important;height:auto}.card>.media.seven>div,.card>.media.seven>a{flex:0 0 calc(100% * (1 / 7));flex-grow:1;padding:0}.card>.media.eight{padding-bottom:initial !important;height:auto}.card>.media.eight>div,.card>.media.eight>a{flex:0 0 calc(100% * (1 / 8));flex-grow:1;padding:0}.card>.media.nine{padding-bottom:initial !important;height:auto}.card>.media.nine>div,.card>.media.nine>a{flex:0 0 calc(100% * (1 / 9));flex-grow:1;padding:0}.card>.media.ten{padding-bottom:initial !important;height:auto}.card>.media.ten>div,.card>.media.ten>a{flex:0 0 calc(100% * (1 / 10));flex-grow:1;padding:0}.card>.media.eleven{padding-bottom:initial !important;height:auto}.card>.media.eleven>div,.card>.media.eleven>a{flex:0 0 calc(100% * (1 / 11));flex-grow:1;padding:0}.card>.media.twelve{padding-bottom:initial !important;height:auto}.card>.media.twelve>div,.card>.media.twelve>a{flex:0 0 calc(100% * (1 / 12));flex-grow:1;padding:0}.card>.media.thirteen{padding-bottom:initial !important;height:auto}.card>.media.thirteen>div,.card>.media.thirteen>a{flex:0 0 calc(100% * (1 / 13));flex-grow:1;padding:0}.card>.media.fourteen{padding-bottom:initial !important;height:auto}.card>.media.fourteen>div,.card>.media.fourteen>a{flex:0 0 calc(100% * (1 / 14));flex-grow:1;padding:0}.card>.media.fifteen{padding-bottom:initial !important;height:auto}.card>.media.fifteen>div,.card>.media.fifteen>a{flex:0 0 calc(100% * (1 / 15));flex-grow:1;padding:0}.card>.media.sixteen{padding-bottom:initial !important;height:auto}.card>.media.sixteen>div,.card>.media.sixteen>a{flex:0 0 calc(100% * (1 / 16));flex-grow:1;padding:0}.card.horizontal{flex-direction:row;width:100%;align-items:center;margin-bottom:15px}.card.horizontal>.media{align-self:normal;width:fit-content}.card.horizontal>.media img{width:auto;object-fit:cover}.card.horizontal>.body{flex:inherit}.card.horizontal>.body .title,.card.horizontal>.body .description{padding:calc(16px / 2) 16px}.card.horizontal>.body .description{flex:1}@media only screen and (max-width: 768px){.card,.cards>.card{flex:0 0 100% !important;width:100%;height:fit-content !important}.card.horizontal{flex-direction:column}}.list{list-style:none;margin:1rem 0}.list>.item{display:flex;align-items:center;padding:0.55em;margin:0;transition:0.15s}.list>.item>img,.list>.item>.material-symbols-outlined,.list>.item>i{margin-right:1rem}.list>.item>span,.list>.item>div{display:contents}.list>.item>.body{flex:1;line-height:1.4;text-align:left;display:initial}.list>.item>.body>.title,.list>.item>.body>.subtitle{display:block}.list>.item>.body>.title{font-size:1.28rem;font-weight:800;line-height:1.4}.list>.item>.body>.subtitle{font-size:0.889em;font-weight:400;color:#282c2f;margin-bottom:7px}.list>.item>.actions{width:auto;margin-left:1rem}.list>.item.active{background:#a3a3a3}.list.divided>.item{border-bottom:1px solid #8f8f8f}.list.divided>.item:last-child{border-bottom:none}.list.striped>.item:nth-of-type(odd){background:#d5d5d5}.list.hovered>.item:hover{background:#d5d5d5;transition:0.15s}.menu{background-color:#fff;border-radius:0;list-style:none;margin:0;width:100%;min-width:max-content;padding:.9rem;box-shadow:0 2px 4px 0 rgba(0,0,0,0.27);z-index:300}.menu .title{font-size:1.25em;min-height:2rem;color:#202020;padding:0.6rem 0;font-weight:800;letter-spacing:-0.015rem}.menu .item{padding:0;position:relative;text-decoration:none;text-align:left}.menu .item>a{color:#202020;display:block;width:100%;padding:0.28rem 0.9rem;text-decoration:none;font-size:1em;font-weight:400;transition:background 0.15s}.menu .item>a:hover{background:#d5d5d5;color:#202020;transition:background 0.15s}.menu .item>a:active,.menu .item>a:focus,.menu .item>a.active{background:#d5d5d5;color:#202020;transition:background 0.15s}.menu .item i,.menu .item span.material-symbols-outlined{color:#6f6f6f;font-size:1.2rem;margin-right:10px;vertical-align:text-bottom}.menu .item .menu{padding:0.4rem}.menu .badge{position:absolute;right:0;top:4px;padding:0 4px;font-size:0.93em}.menu.small>.item a{font-size:0.945em}.menu.divided .item{border-bottom:1px solid #8f8f8f}.menu.divided .item:last-child{border-bottom:none}.navbar-spacer{margin-top:105px}.navbar{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:space-between;min-height:80px;background:#282c2f;color:#f5f5f5;width:100%}.navbar .container{display:flex;width:100%}.navbar .brand{padding:0;display:flex;justify-content:center;min-height:100%;align-items:center;margin-right:1rem;white-space:nowrap}.navbar .brand img{width:7rem}.navbar .brand a,.navbar .brand a:visited{font-size:1.128em;text-decoration:none;color:#f5f5f5;display:flex;font-weight:bold}.navbar input[type=checkbox]#burger,.navbar .burger{display:none}.navbar .burger::before{content:"dehaze";font-family:"Material Symbols Outlined";font-size:2.459rem;display:none;min-height:80px;max-height:80px;position:absolute;cursor:pointer;right:0;top:0}.navbar section.links{display:flex;flex:1 0 0;align-items:center}.navbar section.links div.section{flex:1 0 0;display:flex;height:100%;align-items:center}.navbar section.links div.section:not(:first-child):last-child{justify-content:flex-end}.navbar section.links div.section input[type='text']{background-color:#181a1c;color:#f5f5f5;border-color:#3b4145}.navbar section.links div.section input[type='text']::placeholder{color:#f5f5f5}.navbar section.links div.section input[type='text']:focus{outline:2px solid #656f77}.navbar.fixed{position:fixed;top:0;left:0;right:0px;margin-top:0;transform:translateY(0px);z-index:5}.navbar .buttons{height:100%;min-height:100%;box-shadow:none}.navbar .buttons .button,.navbar .buttons .dropdown .button{background:transparent;border-color:transparent;color:#f5f5f5;min-height:100%;border-radius:0;border:0}.navbar .buttons .button i,.navbar .buttons .button span.material-symbols-outlined,.navbar .buttons .dropdown .button i,.navbar .buttons .dropdown .button span.material-symbols-outlined{color:#f5f5f5}.navbar .buttons .button:hover,.navbar .buttons .dropdown .button:hover{background:#101213;border-radius:0}.navbar .buttons .dropdown:last-child,.navbar .buttons .dropdown:last-child>.button:first-child,.navbar .buttons .dropdown:last-child>.button:last-child{border-radius:0}.navbar.divided .buttons .button,.navbar.divided .buttons .dropdown .button{border-width:0 1px !important}.navbar.divided .buttons>.button:first-child{border-left-width:0 !important}.navbar.divided .buttons>.button:last-child{border-right-width:0 !important}.navbar.divided .buttons .dropdown:first-child .button{border-left-width:0 !important}.navbar.divided .buttons .dropdown:last-child .button{border-right-width:0 !important;border-left-width:0 !important;margin-left:1px}.navbar.divided .buttons .button,.navbar.divided .buttons .dropdown .button{border:solid #171a1b}.navbar .button,.navbar .dropdown .button{font-size:1.128em;padding:0.935rem 1.4rem;font-weight:600}.navbar.gradient{background:linear-gradient(to top, #282c2f 0%, #434a4f 2%, #212427 97%, #434a4f 100%)}.navbar.light{background:#fff;color:#303232}.navbar.light.gradient{background:linear-gradient(to top, #fff 0%, #fff 2%, #f7f7f7 97%, #fff 100%)}.navbar.light .buttons .button{color:#303232;min-height:100%}.navbar.light .buttons .button i,.navbar.light .buttons .button span.material-symbols-outlined{color:#303232}.navbar.light .buttons .button:hover{background:#e5e5e5}.navbar.light.divided .buttons .button,.navbar.light.divided .buttons .dropdown .button{border:solid #6f6f6f}.navbar.light .brand a,.navbar.light .brand a:visited{color:#303232}.navbar.light section.links div.section input[type='text']{background-color:#fff;border-color:#191919;color:#303232}.navbar.light section.links div.section input[type='text']::placeholder{color:#303232}.navbar.light section.links div.section input[type='text']:focus{outline:2px solid #3a3a3a}.navbar.dark{background:#191919;color:#f5f5f5}.navbar.dark.gradient{background:linear-gradient(to top, #191919 0%, #363636 2%, #111 97%, #363636 100%)}.navbar.dark .buttons .button{color:#f5f5f5;min-height:100%}.navbar.dark .buttons .button i,.navbar.dark .buttons .button span.material-symbols-outlined{color:#f5f5f5}.navbar.dark .buttons .button:hover{background:#000}.navbar.dark.divided .buttons .button,.navbar.dark.divided .buttons .dropdown .button{border:solid #393939}.navbar.dark .brand a,.navbar.dark .brand a:visited{color:#f5f5f5}.navbar.dark section.links div.section input[type='text']{background-color:#2b2b2b;border-color:#5b5b5b;color:#f5f5f5}.navbar.dark section.links div.section input[type='text']::placeholder{color:#f5f5f5}.navbar.dark section.links div.section input[type='text']:focus{outline:2px solid #7c7c7c}.navbar.mini{min-height:45px}.navbar.mini .button,.navbar.mini .dropdown .button{font-size:.9839em;padding:0.445rem 0.9rem}.navbar-spacer-mini{margin-top:70px !important}@media only screen and (max-width: 768px){.navbar-spacer-mini{margin-top:35px !important}}.navbar.small{min-height:65px}.navbar.small .button,.navbar.small .dropdown .button{font-size:1em;padding:0.645rem 1.4rem}.navbar-spacer-small{margin-top:90px !important}@media only screen and (max-width: 768px){.navbar-spacer-small{margin-top:45px !important}}.navbar.large{min-height:95px}.navbar.large .button,.navbar.large .dropdown .button{font-size:1.28em;padding:0.645rem 1.4rem}.navbar-spacer-large{margin-top:115px !important}@media only screen and (max-width: 768px){.navbar-spacer-large{margin-top:57.5px !important}}@media only screen and (max-width: 768px){.navbar-spacer{margin-top:0}.navbar .container{padding:0 20px}.navbar.fixed{position:relative}.navbar section.links{position:absolute;display:block;width:100%;height:0;top:80px;left:0;overflow-x:auto;overflow-y:hidden;background:#d5d5d5;z-index:1;margin:0 !important;padding:0 !important;box-shadow:0 2px 4px 0 rgba(0,0,0,0.27)}.navbar section.links .section,.navbar section.links .section .buttons,.navbar section.links .section .buttons .dropdown,.navbar section.links .section .buttons .dropdown .menu,.navbar section.links .section .buttons .dropdown .menu .button,.navbar section.links .section .buttons .dropdown .button,.navbar section.links .section .buttons .button{display:block !important;width:100%;text-align:left;position:relative}.navbar section.links .section .buttons .dropdown .button,.navbar section.links .section .buttons .button{color:#202020;background:#d5d5d5}.navbar section.links .section .buttons .dropdown .button i,.navbar section.links .section .buttons .dropdown .button span.material-symbols-outlined,.navbar section.links .section .buttons .button i,.navbar section.links .section .buttons .button span.material-symbols-outlined{display:none}.navbar section.links .section .buttons .dropdown .menu{max-height:100%;box-shadow:none}.navbar .burger{display:flex;align-items:center;justify-content:center}.navbar .burger::before{content:"close";padding:0 1.5rem;font-size:2.459rem;display:flex;align-items:center;justify-content:center;top:auto}.navbar.mini .burger,.navbar.mini .burger::before{min-height:45px;max-height:45px}.navbar.mini section.links{top:45px}.navbar.small .burger,.navbar.small .burger::before{min-height:65px;max-height:65px}.navbar.small section.links{top:65px}.navbar.large .burger,.navbar.large .burger::before{min-height:95px;max-height:95px}.navbar.large section.links{top:95px}.navbar input[type=checkbox]#burger:not(:checked) ~ section.links{height:0}.navbar input[type=checkbox]#burger:checked ~ section.links{height:auto}.navbar input[type=checkbox]#burger:not(:checked) ~ .burger::before{content:"dehaze"}.navbar input[type=checkbox]#burger:checked ~ .burger::before{content:"close"}}.panel{display:flex;flex-direction:column;border:1px solid #8f8f8f;border-radius:0;box-shadow:0 2px 4px 0 rgba(0,0,0,0.27);background-color:#bfbfbf;margin:16px 0}.panel>.header,.panel>.bottom{display:flex;flex-direction:row;align-items:center}.panel>.header .actions,.panel>.bottom .actions{margin-left:auto}.panel>.header .actions:before,.panel>.bottom .actions:before{flex-grow:1}.panel>.header{border-bottom:1px solid #8f8f8f;padding:12px 16px}.panel>.header.dashed{border-bottom-style:dashed}.panel>.header.dotted{border-bottom-style:dotted}.panel>.header>.title{font-size:1.185rem;font-weight:800}.panel>.content{flex:1 1 auto;padding:16px;height:auto}.panel>.content>.media{min-width:0;max-width:100%;flex:auto;margin-bottom:32px;width:100%;flex-wrap:wrap;display:flex;position:relative;padding-bottom:56.25% !important;height:0;overflow:hidden;max-width:100%;width:100%;box-sizing:border-box}.panel>.content>.media iframe,.panel>.content>.media object,.panel>.content>.media embed{position:absolute;top:0;left:0;width:100%;height:100%}.panel>.content>.media video{max-width:100%;height:auto;box-sizing:border-box}.panel>.content>.media img{display:block}.panel>.content>.media.two{padding-bottom:initial !important;height:auto}.panel>.content>.media.two>div,.panel>.content>.media.two>a{flex:0 0 calc(100% * (1 / 2));flex-grow:1;padding:1px}.panel>.content>.media.three{padding-bottom:initial !important;height:auto}.panel>.content>.media.three>div,.panel>.content>.media.three>a{flex:0 0 calc(100% * (1 / 3));flex-grow:1;padding:1px}.panel>.content>.media.four{padding-bottom:initial !important;height:auto}.panel>.content>.media.four>div,.panel>.content>.media.four>a{flex:0 0 calc(100% * (1 / 4));flex-grow:1;padding:1px}.panel>.content>.media.five{padding-bottom:initial !important;height:auto}.panel>.content>.media.five>div,.panel>.content>.media.five>a{flex:0 0 calc(100% * (1 / 5));flex-grow:1;padding:1px}.panel>.content>.media.six{padding-bottom:initial !important;height:auto}.panel>.content>.media.six>div,.panel>.content>.media.six>a{flex:0 0 calc(100% * (1 / 6));flex-grow:1;padding:1px}.panel>.content>.media.seven{padding-bottom:initial !important;height:auto}.panel>.content>.media.seven>div,.panel>.content>.media.seven>a{flex:0 0 calc(100% * (1 / 7));flex-grow:1;padding:1px}.panel>.content>.media.eight{padding-bottom:initial !important;height:auto}.panel>.content>.media.eight>div,.panel>.content>.media.eight>a{flex:0 0 calc(100% * (1 / 8));flex-grow:1;padding:1px}.panel>.content>.media.nine{padding-bottom:initial !important;height:auto}.panel>.content>.media.nine>div,.panel>.content>.media.nine>a{flex:0 0 calc(100% * (1 / 9));flex-grow:1;padding:1px}.panel>.content>.media.ten{padding-bottom:initial !important;height:auto}.panel>.content>.media.ten>div,.panel>.content>.media.ten>a{flex:0 0 calc(100% * (1 / 10));flex-grow:1;padding:1px}.panel>.content>.media.eleven{padding-bottom:initial !important;height:auto}.panel>.content>.media.eleven>div,.panel>.content>.media.eleven>a{flex:0 0 calc(100% * (1 / 11));flex-grow:1;padding:1px}.panel>.content>.media.twelve{padding-bottom:initial !important;height:auto}.panel>.content>.media.twelve>div,.panel>.content>.media.twelve>a{flex:0 0 calc(100% * (1 / 12));flex-grow:1;padding:1px}.panel>.content>.media.thirteen{padding-bottom:initial !important;height:auto}.panel>.content>.media.thirteen>div,.panel>.content>.media.thirteen>a{flex:0 0 calc(100% * (1 / 13));flex-grow:1;padding:1px}.panel>.content>.media.fourteen{padding-bottom:initial !important;height:auto}.panel>.content>.media.fourteen>div,.panel>.content>.media.fourteen>a{flex:0 0 calc(100% * (1 / 14));flex-grow:1;padding:1px}.panel>.content>.media.fifteen{padding-bottom:initial !important;height:auto}.panel>.content>.media.fifteen>div,.panel>.content>.media.fifteen>a{flex:0 0 calc(100% * (1 / 15));flex-grow:1;padding:1px}.panel>.content>.media.sixteen{padding-bottom:initial !important;height:auto}.panel>.content>.media.sixteen>div,.panel>.content>.media.sixteen>a{flex:0 0 calc(100% * (1 / 16));flex-grow:1;padding:1px}.panel>.content .headline,.panel>.content p.headline{font-size:1.39em;line-height:1.5;margin-bottom:26px;color:#000;letter-spacing:-.0158em}.panel>.bottom{min-height:50px;border-top:1px solid #8f8f8f;padding:16px}.panel.mini>.header{padding:4px 8px}.panel.mini>.header .title{font-size:.985rem}.panel.mini>.content,.panel.mini>.bottom{padding:4px 8px}.panel.small>.header{padding:8px 12px}.panel.small>.header .title{font-size:1.038rem}.panel.small>.content,.panel.small>.bottom{padding:8px 12px}.process{display:flex;flex-wrap:nowrap;margin:1em 0 5em;width:100%;list-style:none}.process .item{flex:1 1 0;min-height:4rem;position:relative;align-items:center;justify-content:center;display:flex;word-break:break-word;line-height:1.3;text-align:center}.process .item:not(:first-child)::before{background:#282c2f;content:"";height:6px;left:-50%;position:absolute;top:0;width:100%}.process .item a{color:#202020;display:inline-block;padding:10px 10px 0;text-decoration:none;font-weight:bold}.process .item a::before{position:absolute;content:"";background:#282c2f;top:0;left:50%;height:0.8rem;width:3px;z-index:1}.process .item a:first-child::before{left:calc(50% - (3px - 1px))}.process .item.active a{color:#282c2f}.process .item.active a::after{content:"beenhere";font-family:"Material Symbols Outlined";position:absolute;top:calc(-15px - 1.8rem);left:calc(50% - ((3px * 10) / 2));color:#282c2f;font-size:1.8rem}.process .item.active ~ .item::before{background:#8f8f8f}.process .item.active ~ .item a{color:#202020}.process .item.active ~ .item a:hover{color:#282c2f}.process .item.active ~ .item a::before{background:#8f8f8f}.process.success .item:not(:first-child)::before{background:#397b47}.process.success .item a{padding:10px}.process.success .item a::before{background:#397b47}.process.success .item.active a{color:#397b47}.process.success .item.active a::after{color:#397b47}.process.success .item.active ~ .item::before{background:#8f8f8f}.process.warning .item:not(:first-child)::before{background:#82671e}.process.warning .item a{padding:10px}.process.warning .item a::before{background:#82671e}.process.warning .item.active a{color:#82671e}.process.warning .item.active a::after{color:#82671e}.process.warning .item.active ~ .item::before{background:#8f8f8f}.process.error .item:not(:first-child)::before{background:#862f36}.process.error .item a{padding:10px}.process.error .item a::before{background:#862f36}.process.error .item.active a{color:#862f36}.process.error .item.active a::after{color:#862f36}.process.error .item.active ~ .item::before{background:#8f8f8f}.process.dark .item:not(:first-child)::before{background:#202020}.process.dark .item a{padding:10px}.process.dark .item a::before{background:#202020}.process.dark .item.active a{color:#202020}.process.dark .item.active a::after{color:#202020}.process.dark .item.active ~ .item::before{background:#8f8f8f}.process.vertical{display:flex;padding:1.25em 2em 2.85em;margin:1em 0;flex-direction:column;align-items:flex-start}.process.vertical .item{justify-content:flex-start;align-items:center;max-width:100%;min-width:100%;border-bottom:1px solid #8f8f8f;border-right:1px solid #8f8f8f;padding-left:20px}.process.vertical .item:first-child{border-top:1px solid #8f8f8f}.process.vertical .item:not(:first-child)::before{width:3px;height:100%;left:0}.process.vertical .item a::before{width:9px}.process.vertical .item a:first-child::before{left:0;height:100%}.process.vertical .item.active a{font-weight:bold}.process.vertical .item.active a::after{top:15px;left:calc(-15px - 1.8rem)}.process.vertical.reversed{flex-direction:column-reverse}.process.vertical.reversed .item:last-child{border-top:1px solid #8f8f8f}.process.vertical.reversed .item:first-child{border-top:none}@media only screen and (max-width: 768px){.process{display:flex;padding:1.25em 2em 2.85em;margin:1em 0;flex-direction:column;align-items:flex-start}.process .item{justify-content:flex-start;align-items:center;max-width:100%;min-width:100%;border-bottom:1px solid #8f8f8f;border-right:1px solid #8f8f8f;padding-left:20px}.process .item:first-child{border-top:1px solid #8f8f8f}.process .item:not(:first-child)::before{width:3px;height:100%;left:0}.process .item a::before{width:9px}.process .item a:first-child::before{left:0;height:100%}.process .item.active a{font-weight:bold}.process .item.active a::after{top:15px;left:calc(-15px - 1.8rem)}.process.reversed{flex-direction:column-reverse}.process.reversed .item:last-child{border-top:1px solid #8f8f8f}.process.reversed .item:first-child{border-top:none}}.progress{width:100%;height:12px;background:#d5d5d5;box-shadow:0 1px 2px rgba(0,0,0,0.15) inset;border-radius:16px;appearance:none}.progress::-webkit-progress-bar{background:transparent;border-radius:16px}.progress::-webkit-progress-value{background:#282c2f;border-radius:16px}.progress::-moz-progress-bar{background:#282c2f;border-radius:16px}.progress.success::-webkit-progress-value{background:#397b47}.progress.warning::-webkit-progress-value{background:#82671e}.progress.error::-webkit-progress-value{background:#862f36}.progress.dark::-webkit-progress-value{background:#202020}.stats,a.stats{display:inline-flex;flex-direction:column;background-color:transparent;margin:0 1.1em 0.8em;border-width:1px;border-color:#8f8f8f;border-style:solid;border-radius:4px;padding:8px 2.76em;line-height:2.1em;text-decoration:none;transition:.15s}.stats>.title,.stats>.subtitle,.stats>.value,a.stats>.title,a.stats>.subtitle,a.stats>.value{display:flex;flex-direction:column}.stats>.title,a.stats>.title{font-size:1.1em}.stats>.subtitle,a.stats>.subtitle{font-size:0.816rem;margin-top:-4px;color:#6f6f6f}.stats>.value,a.stats>.value{font-weight:bold;font-size:1.65rem;flex-direction:row;line-height:1.2;align-items:center}.stats>.value>img,.stats>.value>.material-symbols-outlined,.stats>.value>i,a.stats>.value>img,a.stats>.value>.material-symbols-outlined,a.stats>.value>i{font-weight:normal;display:inline-block;vertical-align:baseline;font-size:1em;margin-right:0.5em}.stats.primary,a.stats.primary{background-color:#282c2f;color:#f5f5f5;border-color:#282c2f;background:transparent;color:inherit}.stats.primary>.value,a.stats.primary>.value{color:inherit}.stats.primary>.value>.material-symbols-outlined,.stats.primary>.value>i,a.stats.primary>.value>.material-symbols-outlined,a.stats.primary>.value>i{color:#282c2f}.stats.success,a.stats.success{background-color:#397b47;color:#f5f5f5;border-color:#397b47;background:transparent;color:inherit}.stats.success>.value,a.stats.success>.value{color:inherit}.stats.success>.value>.material-symbols-outlined,.stats.success>.value>i,a.stats.success>.value>.material-symbols-outlined,a.stats.success>.value>i{color:#397b47}.stats.warning,a.stats.warning{background-color:#82671e;color:#f5f5f5;border-color:#82671e;background:transparent;color:inherit}.stats.warning>.value,a.stats.warning>.value{color:inherit}.stats.warning>.value>.material-symbols-outlined,.stats.warning>.value>i,a.stats.warning>.value>.material-symbols-outlined,a.stats.warning>.value>i{color:#82671e}.stats.error,a.stats.error{background-color:#862f36;color:#f5f5f5;border-color:#862f36;background:transparent;color:inherit}.stats.error>.value,a.stats.error>.value{color:inherit}.stats.error>.value>.material-symbols-outlined,.stats.error>.value>i,a.stats.error>.value>.material-symbols-outlined,a.stats.error>.value>i{color:#862f36}.stats.dark,a.stats.dark{background-color:#2d2d2d;color:#f5f5f5;border-color:#2d2d2d;background:transparent;color:inherit}.stats.dark>.value,a.stats.dark>.value{color:inherit}.stats.dark>.value>.material-symbols-outlined,.stats.dark>.value>i,a.stats.dark>.value>.material-symbols-outlined,a.stats.dark>.value>i{color:#2d2d2d}a.stats:hover{background-color:#b3b3b3}.tab{position:relative;display:flex;flex-wrap:wrap;align-items:flex-end;border-bottom:2px solid #8f8f8f;padding:0}.tab>.buttons{box-shadow:none;border-radius:0}.tab>.button,.tab>a.button,.tab>.buttons>.button,.tab>.buttons>a.button,.tab>.dropdown>.button,.tab>.dropdown>a.button,.tab>.buttons>.dropdown>.button,.tab>.buttons>.dropdown>a.button{background:transparent;border:none;border-radius:0 !important;line-height:unset;font-size:1.025em;font-weight:600;color:#202020;padding:.935rem 1.4rem;box-shadow:none;border-bottom:2px solid transparent;margin-bottom:-2px}.tab>.button:hover,.tab>a.button:hover,.tab>.buttons>.button:hover,.tab>.buttons>a.button:hover,.tab>.dropdown>.button:hover,.tab>.dropdown>a.button:hover,.tab>.buttons>.dropdown>.button:hover,.tab>.buttons>.dropdown>a.button:hover{color:#202020;border-bottom-color:#6f6f6f}.tab>.button:focus,.tab>a.button:focus,.tab>.buttons>.button:focus,.tab>.buttons>a.button:focus,.tab>.dropdown>.button:focus,.tab>.dropdown>a.button:focus,.tab>.buttons>.dropdown>.button:focus,.tab>.buttons>.dropdown>a.button:focus{background:transparent}.tab>.button.active,.tab>a.button.active,.tab>.buttons>.button.active,.tab>.buttons>a.button.active,.tab>.dropdown>.button.active,.tab>.dropdown>a.button.active,.tab>.buttons>.dropdown>.button.active,.tab>.buttons>.dropdown>a.button.active{border-bottom-color:#282c2f}.tab>.button.active i,.tab>.button.active [class^="material-symbols-outlined"],.tab>a.button.active i,.tab>a.button.active [class^="material-symbols-outlined"],.tab>.buttons>.button.active i,.tab>.buttons>.button.active [class^="material-symbols-outlined"],.tab>.buttons>a.button.active i,.tab>.buttons>a.button.active [class^="material-symbols-outlined"],.tab>.dropdown>.button.active i,.tab>.dropdown>.button.active [class^="material-symbols-outlined"],.tab>.dropdown>a.button.active i,.tab>.dropdown>a.button.active [class^="material-symbols-outlined"],.tab>.buttons>.dropdown>.button.active i,.tab>.buttons>.dropdown>.button.active [class^="material-symbols-outlined"],.tab>.buttons>.dropdown>a.button.active i,.tab>.buttons>.dropdown>a.button.active [class^="material-symbols-outlined"]{color:inherit}.tab>.button i,.tab>.button [class^="material-symbols-outlined"],.tab>a.button i,.tab>a.button [class^="material-symbols-outlined"],.tab>.buttons>.button i,.tab>.buttons>.button [class^="material-symbols-outlined"],.tab>.buttons>a.button i,.tab>.buttons>a.button [class^="material-symbols-outlined"],.tab>.dropdown>.button i,.tab>.dropdown>.button [class^="material-symbols-outlined"],.tab>.dropdown>a.button i,.tab>.dropdown>a.button [class^="material-symbols-outlined"],.tab>.buttons>.dropdown>.button i,.tab>.buttons>.dropdown>.button [class^="material-symbols-outlined"],.tab>.buttons>.dropdown>a.button i,.tab>.buttons>.dropdown>a.button [class^="material-symbols-outlined"]{font-size:1.12rem}.tab.bottom{border-bottom:0;border-top:2px solid #d5d5d5}.tab.bottom>.button,.tab.bottom>a.button,.tab.bottom>.buttons>.button,.tab.bottom>.buttons>a.button,.tab.bottom>.dropdown>.button,.tab.bottom>.dropdown>a.button,.tab.bottom>.buttons>.dropdown>.button,.tab.bottom>.buttons>.dropdown>a.button{margin-top:-2px;border-top:2px solid transparent;border-bottom:0;margin-bottom:0}.tab.bottom>.button:hover,.tab.bottom>a.button:hover,.tab.bottom>.buttons>.button:hover,.tab.bottom>.buttons>a.button:hover,.tab.bottom>.dropdown>.button:hover,.tab.bottom>.dropdown>a.button:hover,.tab.bottom>.buttons>.dropdown>.button:hover,.tab.bottom>.buttons>.dropdown>a.button:hover{border-top-color:#6f6f6f}.tab.bottom>.button.active,.tab.bottom>a.button.active,.tab.bottom>.buttons>.button.active,.tab.bottom>.buttons>a.button.active,.tab.bottom>.dropdown>.button.active,.tab.bottom>.dropdown>a.button.active,.tab.bottom>.buttons>.dropdown>.button.active,.tab.bottom>.buttons>.dropdown>a.button.active{border-top-color:#282c2f}.tab.success .button.active,.tab.success a.button.active,.tab.success .dropdown .button.active,.tab.success .dropdown a.button.active{border-bottom-color:#397b47}.tab.success.bottom .button.active,.tab.success.bottom a.button.active,.tab.success.bottom .dropdown .button.active,.tab.success.bottom .dropdown a.button.active{border-top-color:#397b47}.tab.warning .button.active,.tab.warning a.button.active,.tab.warning .dropdown .button.active,.tab.warning .dropdown a.button.active{border-bottom-color:#82671e}.tab.warning.bottom .button.active,.tab.warning.bottom a.button.active,.tab.warning.bottom .dropdown .button.active,.tab.warning.bottom .dropdown a.button.active{border-top-color:#82671e}.tab.error .button.active,.tab.error a.button.active,.tab.error .dropdown .button.active,.tab.error .dropdown a.button.active{border-bottom-color:#862f36}.tab.error.bottom .button.active,.tab.error.bottom a.button.active,.tab.error.bottom .dropdown .button.active,.tab.error.bottom .dropdown a.button.active{border-top-color:#862f36}.tab.dark .button.active,.tab.dark a.button.active,.tab.dark .dropdown .button.active,.tab.dark .dropdown a.button.active{border-bottom-color:#202020}.tab.dark.bottom .button.active,.tab.dark.bottom a.button.active,.tab.dark.bottom .dropdown .button.active,.tab.dark.bottom .dropdown a.button.active{border-top-color:#202020}.tab.centered{justify-content:center}.timeline .activity{display:flex;padding:1.25em 2em 2.85em;position:relative;flex-direction:column;justify-content:center}.timeline .activity::before{content:"";display:block;position:absolute;top:0;bottom:0;left:0;width:1px;background-color:#8f8f8f}.timeline .activity:target .type{border-color:#282c2f;box-shadow:0 0 0.2em #282c2f}.timeline .activity .type{position:absolute;z-index:1;display:flex;width:32px;height:32px;top:13px;left:-15px;align-items:center;background-color:#d5d5d5;border:2px solid #8f8f8f;border-radius:50%;justify-content:center;flex-shrink:0;box-shadow:0 2px 4px 0 rgba(0,0,0,0.27)}.timeline .activity .type.primary{background-color:#282c2f;color:#f5f5f5;border-color:#1c1f21}.timeline .activity .type.success{background-color:#397b47;color:#f5f5f5;border-color:#316a3d}.timeline .activity .type.warning{background-color:#82671e;color:#f5f5f5;border-color:#6d5719}.timeline .activity .type.error{background-color:#862f36;color:#f5f5f5;border-color:#73282e}.timeline .activity .type.dark{background-color:#202020;color:#6f6f6f;border-color:#131313}.timeline .activity .author,.timeline .activity .body,.timeline .activity .date,.timeline .activity .actions,.timeline .activity .media{min-width:0;max-width:100%;color:#202020;flex:auto;margin-left:10px;width:100%}.timeline .activity .author{font-weight:bold;font-size:1rem;color:#010101}.timeline .activity .date{font-size:.9em;opacity:.6}.timeline .activity .media{margin-top:16px;display:flex;flex-wrap:wrap;position:relative;padding-bottom:56.25% !important;height:0;overflow:hidden;max-width:100%;width:100%;box-sizing:border-box}.timeline .activity .media iframe,.timeline .activity .media object,.timeline .activity .media embed{position:absolute;top:0;left:0;width:100%;height:100%}.timeline .activity .media video{max-width:100%;height:auto;box-sizing:border-box}.timeline .activity .media img{display:block}.timeline .activity>.media.two{padding-bottom:initial !important;height:auto}.timeline .activity>.media.two>div,.timeline .activity>.media.two>a{flex:0 0 calc(100% * (1 / 2));flex-grow:1;padding:1px}.timeline .activity>.media.three{padding-bottom:initial !important;height:auto}.timeline .activity>.media.three>div,.timeline .activity>.media.three>a{flex:0 0 calc(100% * (1 / 3));flex-grow:1;padding:1px}.timeline .activity>.media.four{padding-bottom:initial !important;height:auto}.timeline .activity>.media.four>div,.timeline .activity>.media.four>a{flex:0 0 calc(100% * (1 / 4));flex-grow:1;padding:1px}.timeline .activity>.media.five{padding-bottom:initial !important;height:auto}.timeline .activity>.media.five>div,.timeline .activity>.media.five>a{flex:0 0 calc(100% * (1 / 5));flex-grow:1;padding:1px}.timeline .activity>.media.six{padding-bottom:initial !important;height:auto}.timeline .activity>.media.six>div,.timeline .activity>.media.six>a{flex:0 0 calc(100% * (1 / 6));flex-grow:1;padding:1px}.timeline .activity>.media.seven{padding-bottom:initial !important;height:auto}.timeline .activity>.media.seven>div,.timeline .activity>.media.seven>a{flex:0 0 calc(100% * (1 / 7));flex-grow:1;padding:1px}.timeline .activity>.media.eight{padding-bottom:initial !important;height:auto}.timeline .activity>.media.eight>div,.timeline .activity>.media.eight>a{flex:0 0 calc(100% * (1 / 8));flex-grow:1;padding:1px}.timeline .activity>.media.nine{padding-bottom:initial !important;height:auto}.timeline .activity>.media.nine>div,.timeline .activity>.media.nine>a{flex:0 0 calc(100% * (1 / 9));flex-grow:1;padding:1px}.timeline .activity>.media.ten{padding-bottom:initial !important;height:auto}.timeline .activity>.media.ten>div,.timeline .activity>.media.ten>a{flex:0 0 calc(100% * (1 / 10));flex-grow:1;padding:1px}.timeline .activity>.media.eleven{padding-bottom:initial !important;height:auto}.timeline .activity>.media.eleven>div,.timeline .activity>.media.eleven>a{flex:0 0 calc(100% * (1 / 11));flex-grow:1;padding:1px}.timeline .activity>.media.twelve{padding-bottom:initial !important;height:auto}.timeline .activity>.media.twelve>div,.timeline .activity>.media.twelve>a{flex:0 0 calc(100% * (1 / 12));flex-grow:1;padding:1px}.timeline .activity>.media.thirteen{padding-bottom:initial !important;height:auto}.timeline .activity>.media.thirteen>div,.timeline .activity>.media.thirteen>a{flex:0 0 calc(100% * (1 / 13));flex-grow:1;padding:1px}.timeline .activity>.media.fourteen{padding-bottom:initial !important;height:auto}.timeline .activity>.media.fourteen>div,.timeline .activity>.media.fourteen>a{flex:0 0 calc(100% * (1 / 14));flex-grow:1;padding:1px}.timeline .activity>.media.fifteen{padding-bottom:initial !important;height:auto}.timeline .activity>.media.fifteen>div,.timeline .activity>.media.fifteen>a{flex:0 0 calc(100% * (1 / 15));flex-grow:1;padding:1px}.timeline .activity>.media.sixteen{padding-bottom:initial !important;height:auto}.timeline .activity>.media.sixteen>div,.timeline .activity>.media.sixteen>a{flex:0 0 calc(100% * (1 / 16));flex-grow:1;padding:1px}.timeline .activity .actions{margin-top:16px}.timeline .activity:last-child::before{background:linear-gradient(180deg, #8f8f8f 45%, rgba(255,255,255,0) 100%)}.timeline .activity:first-child::before{background:linear-gradient(0deg, #8f8f8f 45%, rgba(255,255,255,0) 100%)}.tooltip{display:inline-flex;justify-content:center;align-items:center;position:relative;cursor:default}.tooltip .text{position:absolute;display:flex;align-items:center;justify-content:center;color:#f5f5f5;font-size:.9em;font-weight:bold;visibility:hidden;background-color:#191919;border-radius:0;min-width:100px;max-width:180px;padding:5px;top:120%;opacity:0;transition:opacity 0.18s;z-index:1}.tooltip .text::after{content:"";position:absolute;top:auto;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent #191919 transparent}.tooltip.left>.text,.tooltip.right>.text,.tooltip.top>.text{top:auto}.tooltip.left>.text::after,.tooltip.right>.text::after,.tooltip.top>.text::after{bottom:auto}.tooltip.right>.text{left:110%}.tooltip.right>.text::after{right:100%;left:auto;border-color:transparent #191919 transparent transparent}.tooltip.left>.text{right:110%}.tooltip.left>.text::after{left:100%;right:auto;margin:auto -5px auto auto;border-color:transparent transparent transparent #191919}.tooltip.top>.text{bottom:120%}.tooltip.top>.text::after{top:100%;border-color:#191919 transparent transparent transparent}.tooltip:hover .text{visibility:visible;opacity:1}.m-0{margin:0px !important}.m-5{margin:5px !important}.m-10{margin:10px !important}.m-15{margin:15px !important}.m-20{margin:20px !important}.m-30{margin:30px !important}.m-40{margin:40px !important}.m-50{margin:50px !important}.m-75{margin:75px !important}.m-100{margin:100px !important}.mt-0{margin-top:0px !important}.mt-5{margin-top:5px !important}.mt-10{margin-top:10px !important}.mt-15{margin-top:15px !important}.mt-20{margin-top:20px !important}.mt-30{margin-top:30px !important}.mt-40{margin-top:40px !important}.mt-50{margin-top:50px !important}.mt-75{margin-top:75px !important}.mt-100{margin-top:100px !important}.mr-0{margin-right:0px !important}.mr-5{margin-right:5px !important}.mr-10{margin-right:10px !important}.mr-15{margin-right:15px !important}.mr-20{margin-right:20px !important}.mr-30{margin-right:30px !important}.mr-40{margin-right:40px !important}.mr-50{margin-right:50px !important}.mr-75{margin-right:75px !important}.mr-100{margin-right:100px !important}.mb-0{margin-bottom:0px !important}.mb-5{margin-bottom:5px !important}.mb-10{margin-bottom:10px !important}.mb-15{margin-bottom:15px !important}.mb-20{margin-bottom:20px !important}.mb-30{margin-bottom:30px !important}.mb-40{margin-bottom:40px !important}.mb-50{margin-bottom:50px !important}.mb-75{margin-bottom:75px !important}.mb-100{margin-bottom:100px !important}.ml-0{margin-left:0px !important}.ml-5{margin-left:5px !important}.ml-10{margin-left:10px !important}.ml-15{margin-left:15px !important}.ml-20{margin-left:20px !important}.ml-30{margin-left:30px !important}.ml-40{margin-left:40px !important}.ml-50{margin-left:50px !important}.ml-75{margin-left:75px !important}.ml-100{margin-left:100px !important}.m-auto{margin:auto !important}.mt-auto{margin-top:auto !important}.mr-auto{margin-right:auto !important}.mb-auto{margin-bottom:auto !important}.ml-auto{margin-left:auto !important}.p-0{padding:0px !important}.p-5{padding:5px !important}.p-10{padding:10px !important}.p-15{padding:15px !important}.p-20{padding:20px !important}.p-30{padding:30px !important}.p-40{padding:40px !important}.p-50{padding:50px !important}.p-75{padding:75px !important}.p-100{padding:100px !important}.pt-0{padding-top:0px !important}.pt-5{padding-top:5px !important}.pt-10{padding-top:10px !important}.pt-15{padding-top:15px !important}.pt-20{padding-top:20px !important}.pt-30{padding-top:30px !important}.pt-40{padding-top:40px !important}.pt-50{padding-top:50px !important}.pt-75{padding-top:75px !important}.pt-100{padding-top:100px !important}.pr-0{padding-right:0px !important}.pr-5{padding-right:5px !important}.pr-10{padding-right:10px !important}.pr-15{padding-right:15px !important}.pr-20{padding-right:20px !important}.pr-30{padding-right:30px !important}.pr-40{padding-right:40px !important}.pr-50{padding-right:50px !important}.pr-75{padding-right:75px !important}.pr-100{padding-right:100px !important}.pb-0{padding-bottom:0px !important}.pb-5{padding-bottom:5px !important}.pb-10{padding-bottom:10px !important}.pb-15{padding-bottom:15px !important}.pb-20{padding-bottom:20px !important}.pb-30{padding-bottom:30px !important}.pb-40{padding-bottom:40px !important}.pb-50{padding-bottom:50px !important}.pb-75{padding-bottom:75px !important}.pb-100{padding-bottom:100px !important}.pl-0{padding-left:0px !important}.pl-5{padding-left:5px !important}.pl-10{padding-left:10px !important}.pl-15{padding-left:15px !important}.pl-20{padding-left:20px !important}.pl-30{padding-left:30px !important}.pl-40{padding-left:40px !important}.pl-50{padding-left:50px !important}.pl-75{padding-left:75px !important}.pl-100{padding-left:100px !important}.p-auto{padding:auto !important}.pt-auto{padding-top:auto !important}.pr-auto{padding-right:auto !important}.pb-auto{padding-bottom:auto !important}.pl-auto{padding-left:auto !important}.weight-100{font-weight:100 !important}.weight-200{font-weight:200 !important}.weight-300{font-weight:300 !important}.weight-400{font-weight:400 !important}.weight-500{font-weight:500 !important}.weight-600{font-weight:600 !important}.weight-700{font-weight:700 !important}.weight-800{font-weight:800 !important}.weight-900{font-weight:900 !important}.mini-text{font-size:60% !important}.tiny-text{font-size:73% !important}.small-text{font-size:85% !important}.large-text{font-size:120% !important}.big-text{font-size:175% !important}.huge-text{font-size:200% !important}.giant-text{font-size:350% !important}.color-grey{color:#6f6f6f !important}.color-white{color:#fff !important}.color-black{color:#000 !important}.color-primary{color:#282c2f !important}.color-success{color:#397b47 !important}.color-warning{color:#82671e !important}.color-error{color:#862f36 !important}.bg-color{background-color:#bfbfbf !important}.bg-grey{background-color:#6f6f6f !important}.bg-secondary{background-color:#d5d5d5 !important}.bg-white{background-color:#fff !important}.bg-black{background-color:#000 !important}.bg-dark{background-color:#191919 !important}.bg-primary{background-color:#282c2f !important}.bg-success{background-color:#397b47 !important}.bg-warning{background-color:#82671e !important}.bg-error{background-color:#862f36 !important}.cursor-alias{cursor:alias !important}.cursor-default{cursor:default !important}.cursor-grab{cursor:grab !important}.cursor-help{cursor:help !important}.cursor-move{cursor:move !important}.cursor-pointer{cursor:pointer !important}.cursor-wait{cursor:wait !important}.cursor-zoom-in{cursor:zoom-in !important}.cursor-zoom-out{cursor:zoom-out !important}.display-inline{display:inline !important}.display-flex{display:flex !important}.display-inline-flex{display:inline-flex !important}.display-grid{display:grid !important}.display-inline-grid{display:inline-grid !important}.display-block{display:block !important}.display-inline-block{display:inline-block !important}.display-table{display:table !important}.display-inline-table{display:inline-table !important}.display-table-row{display:table-row !important}.display-table-column{display:table-column !important}.display-table-cell{display:table-cell !important}.align-items-baseline{align-items:baseline !important}.align-items-flex-start{align-items:flex-start !important}.align-items-flex-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-stretch{align-items:stretch !important}.align-items-initial{align-items:initial !important}.align-items-inherit{align-items:inherit !important}.align-self-auto{align-self:auto !important}.align-self-baseline{align-self:baseline !important}.align-self-flex-start{align-self:flex-start !important}.align-self-flex-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-stretch{align-self:stretch !important}.align-self-initial{align-self:initial !important}.align-self-inherit{align-self:inherit !important}.justify-content-baseline{justify-content:baseline !important}.justify-content-flex-start{justify-content:flex-start !important}.justify-content-flex-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-space-between{justify-content:space-between !important}.justify-content-space-around{justify-content:space-around !important}.justify-content-initial{justify-content:initial !important}.justify-content-inherit{justify-content:inherit !important}.filter-invert{filter:invert(100%) }.filter-gray{filter:grayscale(100%) }.text-uppercase{text-transform:uppercase !important}.text-lowercase{text-transform:lowercase !important}.text-capitalize{text-transform:capitalize !important}.overflow-auto{overflow:auto }.overflow-hidden{overflow:hidden }.overflow-visible{overflow:visible }.overflow-x-auto{overflow-x:auto }.overflow-x-hidden{overflow-x:hidden }.overflow-x-visible{overflow-x:visible }.overflow-x-scroll{overflow-x:scroll }.overflow-y-auto{overflow-y:auto }.overflow-y-hidden{overflow-y:hidden }.overflow-y-visible{overflow-y:visible }.overflow-y-scroll{overflow-y:scroll }.position-static{position:static !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-relative{position:relative !important}.position-sticky{position:sticky !important}.position-initial{position:initial !important}.position-inherit{position:inherit !important}.z--1{z-index:-1 !important}.z-0{z-index:0 !important}.z-1{z-index:1 !important}.z-10{z-index:10 !important}.z-20{z-index:20 !important}.z-30{z-index:30 !important}.z-40{z-index:40 !important}.z-50{z-index:50 !important}.z-100{z-index:100 !important}.z-999{z-index:999 !important}.z-9999{z-index:9999 !important}.z-99999{z-index:99999 !important}.flex-direction-row{flex-direction:row !important}.flex-direction-row-reverse{flex-direction:row-reverse !important}.flex-direction-column{flex-direction:column !important}.flex-direction-column-reverse{flex-direction:column-reverse !important}.flex-direction-initial{flex-direction:initial !important}.flex-direction-inherit{flex-direction:inherit !important}.user-select-none{user-select:none !important}.user-select-auto{user-select:auto !important}.user-select-text{user-select:text !important}.user-select-all{user-select:all !important}.top-0{top:0 }.top-auto{top:auto }.bottom-0{bottom:0 }.bottom-auto{bottom:auto }.left-0{left:0 }.left-auto{left:auto }.right-0{right:0 }.right-auto{right:auto }.line-height-0{line-height:0 !important}.line-height-1{line-height:1 !important}.line-height-2{line-height:2 !important}.line-height-3{line-height:3 !important}.line-height-4{line-height:4 !important}.line-height-5{line-height:5 !important}.border-0{border-width:0px !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.border-top-0{border-top-width:0px !important}.border-top-1{border-top-width:1px !important}.border-top-2{border-top-width:2px !important}.border-top-3{border-top-width:3px !important}.border-top-4{border-top-width:4px !important}.border-top-5{border-top-width:5px !important}.border-right-0{border-right-width:0px !important}.border-right-1{border-right-width:1px !important}.border-right-2{border-right-width:2px !important}.border-right-3{border-right-width:3px !important}.border-right-4{border-right-width:4px !important}.border-right-5{border-right-width:5px !important}.border-bottom-0{border-bottom-width:0px !important}.border-bottom-1{border-bottom-width:1px !important}.border-bottom-2{border-bottom-width:2px !important}.border-bottom-3{border-bottom-width:3px !important}.border-bottom-4{border-bottom-width:4px !important}.border-bottom-5{border-bottom-width:5px !important}.border-left-0{border-left-width:0px !important}.border-left-1{border-left-width:1px !important}.border-left-2{border-left-width:2px !important}.border-left-3{border-left-width:3px !important}.border-left-4{border-left-width:4px !important}.border-left-5{border-left-width:5px !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-ridge{border-style:ridge !important}.radius-4{border-radius:4px !important}.radius-8{border-radius:8px !important}.radius-10{border-radius:10px !important}.radius-12{border-radius:12px !important}.radius-14{border-radius:14px !important}.radius-16{border-radius:16px !important}.radius-500{border-radius:500px !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.fit-fill{object-fit:fill !important}.fit-contain{object-fit:contain !important}.fit-cover{object-fit:cover !important}.fit-none{object-fit:none !important}.fit-scale-down{object-fit:scale-down !important}.fit-initial{object-fit:initial !important}.fit-inherit{object-fit:inherit !important}.resize-none{resize:none !important}.resize-both{resize:both !important}.resize-horizontal{resize:horizontal !important}.resize-vertical{resize:vertical !important}.resize-initial{resize:initial !important}.resize-inherit{resize:inherit !important}.backdrop-blur-4{backdrop-filter:blur(4px)}.backdrop-blur-7{backdrop-filter:blur(7px)}.backdrop-blur-10{backdrop-filter:blur(10px)}.backdrop-blur-12{backdrop-filter:blur(12px)}.backdrop-blur-16{backdrop-filter:blur(16px)}.backdrop-blur-20{backdrop-filter:blur(20px)}.backdrop-brightness-0{backdrop-filter:brightness(0)}.backdrop-brightness-25{backdrop-filter:brightness(.25)}.backdrop-brightness-50{backdrop-filter:brightness(.5)}.backdrop-brightness-75{backdrop-filter:brightness(.75)}.backdrop-brightness-100{backdrop-filter:brightness(1)}.backdrop-brightness-125{backdrop-filter:brightness(1.25)}.backdrop-brightness-150{backdrop-filter:brightness(1.5)}.backdrop-brightness-175{backdrop-filter:brightness(1.75)}.backdrop-brightness-200{backdrop-filter:brightness(2)}.backdrop-contrast-0{backdrop-filter:contrast(0)}.backdrop-contrast-25{backdrop-filter:contrast(.25)}.backdrop-contrast-50{backdrop-filter:contrast(.5)}.backdrop-contrast-75{backdrop-filter:contrast(.75)}.backdrop-contrast-100{backdrop-filter:contrast(1)}.backdrop-contrast-125{backdrop-filter:contrast(1.25)}.backdrop-contrast-150{backdrop-filter:contrast(1.5)}.backdrop-contrast-175{backdrop-filter:contrast(1.75)}.backdrop-contrast-200{backdrop-filter:contrast(2)}.backdrop-grayscale-0{backdrop-filter:grayscale(0)}.backdrop-grayscale-25{backdrop-filter:grayscale(.25)}.backdrop-grayscale-50{backdrop-filter:grayscale(.5)}.backdrop-grayscale-75{backdrop-filter:grayscale(.75)}.backdrop-grayscale-100{backdrop-filter:grayscale(1)}.backdrop-grayscale-125{backdrop-filter:grayscale(1.25)}.backdrop-grayscale-150{backdrop-filter:grayscale(1.5)}.backdrop-grayscale-175{backdrop-filter:grayscale(1.75)}.backdrop-grayscale-200{backdrop-filter:grayscale(2)}.backdrop-invert-0{backdrop-filter:invert(0)}.backdrop-invert-25{backdrop-filter:invert(.25)}.backdrop-invert-50{backdrop-filter:invert(.5)}.backdrop-invert-75{backdrop-filter:invert(.75)}.backdrop-invert-100{backdrop-filter:invert(1)}.backdrop-invert-125{backdrop-filter:invert(1.25)}.backdrop-invert-150{backdrop-filter:invert(1.5)}.backdrop-invert-175{backdrop-filter:invert(1.75)}.backdrop-invert-200{backdrop-filter:invert(2)}.backdrop-opacity-0{backdrop-filter:opacity(0)}.backdrop-opacity-25{backdrop-filter:opacity(.25)}.backdrop-opacity-50{backdrop-filter:opacity(.5)}.backdrop-opacity-75{backdrop-filter:opacity(.75)}.backdrop-opacity-100{backdrop-filter:opacity(1)}.backdrop-opacity-125{backdrop-filter:opacity(1.25)}.backdrop-opacity-150{backdrop-filter:opacity(1.5)}.backdrop-opacity-175{backdrop-filter:opacity(1.75)}.backdrop-opacity-200{backdrop-filter:opacity(2)}.backdrop-saturate-0{backdrop-filter:saturate(0)}.backdrop-saturate-25{backdrop-filter:saturate(.25)}.backdrop-saturate-50{backdrop-filter:saturate(.5)}.backdrop-saturate-75{backdrop-filter:saturate(.75)}.backdrop-saturate-100{backdrop-filter:saturate(1)}.backdrop-saturate-125{backdrop-filter:saturate(1.25)}.backdrop-saturate-150{backdrop-filter:saturate(1.5)}.backdrop-saturate-175{backdrop-filter:saturate(1.75)}.backdrop-saturate-200{backdrop-filter:saturate(2)}.backdrop-sepia-0{backdrop-filter:sepia(0)}.backdrop-sepia-25{backdrop-filter:sepia(.25)}.backdrop-sepia-50{backdrop-filter:sepia(.5)}.backdrop-sepia-75{backdrop-filter:sepia(.75)}.backdrop-sepia-100{backdrop-filter:sepia(1)}.backdrop-sepia-125{backdrop-filter:sepia(1.25)}.backdrop-sepia-150{backdrop-filter:sepia(1.5)}.backdrop-sepia-175{backdrop-filter:sepia(1.75)}.backdrop-sepia-200{backdrop-filter:sepia(2)}.centered{margin:0 auto}.align.right{text-align:right !important}.align.left{text-align:left !important}.align.center{text-align:center !important}.align.justify{text-align:justify !important}.float.right{float:right}.float.left{float:left}.full.width{width:100%;max-width:100%;min-width:100%}.full.height{height:100%;min-height:100%;max-height:100%}.fade{opacity:0}.hide{display:none !important}.spacer{flex-grow:1 !important;outline:none}.avatar{display:inline-block;border-radius:50%}.reset{padding:0 !important;margin:0 !important}.reverse{transform:rotateY(180deg);unicode-bidi:bidi-override;direction:rtl}.truncate{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.transparent{background:transparent !important}.pure,.pure>div{background:transparent !important;border:none;box-shadow:none !important}[disabled],:disabled,.disabled{opacity:.49;cursor:default;pointer-events:none}.bordered{border:1px solid #8f8f8f}.borderless{border:none !important}.rounded{border-radius:0}.radiusless{border-radius:0 !important}.shadowed{box-shadow:0 2px 4px 0 rgba(0,0,0,0.27)}.shadowless{box-shadow:none !important}.inset-0{top:0;right:0;bottom:0;left:0}.inset-auto{top:auto;right:auto;bottom:auto;left:auto}